


/* From: /opt/eprints3/ingredients/jquery/static/style/auto/01_jquery-ui.css */

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}



/* From: /opt/eprints3/lib/static/style/auto/accessibility.css */

table.ep_accessibility_results {
	border: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
}

table.ep_accessibility_results > tbody > tr > td, table.ep_accessibility_results th {
	border: 1px solid #000;
	padding: 0.4em;
	text-align: center;
}
	
table.ep_accessibility_results > tbody > tr > td:last-child {
        text-align: left;
}

.ep_accessibility_bad {
	color: #8b0000;
}

.ep_accessibility_good {
        color: #006400;
}




/* From: /opt/eprints3/lib/static/style/auto/actions.css */

.ep_login_tools img {
	vertical-align: middle;
	margin: 0px 25px;
}

ul.ep_action_list {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
}

ul.ep_action_list li {
	display: inline-block;
	margin-left: .5em;
}

ul.ep_action_list li:first-child {
	margin-left: 0;
}

dl.ep_action_list {
	margin: 0;
	padding: 0;
}

dl.ep_action_list dt, dl.ep_action_list dd {
	margin: 0;
}

dl.ep_action_list dt {
	margin-top: .5em;
	width: 15em;
	text-align: center;
	line-height: 2em;
	margin-bottom: -1.5em;
}
dl.ep_action_list dt:first-child {
	margin-top: 0;
}

dl.ep_action_list dd {
	position: relative;
	left: 16em;
	top: -.5em;
	margin-right: 16em;
	overflow: hidden;
}

div.ep_action_list .ep_action_row{
        margin-bottom: 10px;
}

div.ep_action_list .ep_action_row div:first-child{
        width: 30%;
        min-width: 200px;
        vertical-align: top;
}

div.ep_action_list .ep_action_row div:last-child{
        width: 70%;
}

div.ep_action_list .ep_action_row div:first-child form{
        display: block;
        text-align: center;
}

div.ep_action_list .ep_action_row div:first-child form input{
        width: 200px;
}

div.ep_action_list .ep_action_row div{
        display: inline-block;
}




/* From: /opt/eprints3/lib/static/style/auto/altmetric.css */

#altmetric_summary_page {
	padding: 10px;
}

a.altmetric_details {
	margin-top: 10px;
	display: block;
}

img.altmetric_donut {
	float: left;
}

div.altmetric_details_panel {
	margin-left: 10px;
}

div.altmetric_row {
	margin-left: 120px;
	padding-left: 5px;
}

div.altmetric_row > span {
	font-weight: bold;
}

/* Twitter */
div.altmetric_tweeters:before {
	content: 'Tweeted by ';
}

div.altmetric_tweeters {
	border-left: 16px solid #74CFED;
}

/* Blogs */
div.altmetric_feeds:before {
	content: 'Blogged by ';
}

div.altmetric_feeds {
	border-left: 16px solid #FFD140;
}

/* Google+ */
div.altmetric_gplus:before {
	content: 'Mentioned in ';
}

div.altmetric_gplus:after {
	content: ' Google+ posts';
}

div.altmetric_gplus {
	border-left: 16px solid #E065BB;
}

/* News outlet */
div.altmetric_msm:before {
	content: 'Picked up by ';
}

div.altmetric_msm:after {
	content: ' news outlets';
}

div.altmetric_msm {
	border-left: 16px solid #FF0000;
}

/* Facebook */
div.altmetric_fbwalls:before {
	content: 'On ';
}

div.altmetric_fbwalls:after {
	content: ' Facebook pages';
}

div.altmetric_fbwalls {
	border-left: 16px solid #2445BD;
}

/* Reddit */
div.altmetric_rdts:before {
	content: 'Reddited by ';
}

div.altmetric_rdts {
	border-left: 16px solid #D5E8F0;
}

/* Delicious */

/* Forum */

/* Videos */
div.altmetric_videos:before {
	content: 'On ';
}

div.altmetric_videos:after {
	content: ' videos';
}

div.altmetric_videos {
	border-left: 16px solid #98C973;
}

/* Mendeley */
div.altmetric_mendeley:after {
	content: ' readers on Mendeley';
}

div.altmetric_mendeley {
	border-left: 16px solid #A60000;
}

/* Connotea */
div.altmetric_connotea:after {
	content: ' readers on Connotea';
}

div.altmetric_connotea {
	border-left: 16px solid #FF4040;
}

/* CiteULike */
div.altmetric_citeulike:after {
	content: ' readers on CiteULike ';
}

div.altmetric_citeulike {
	border-left: 16px solid #BCD2EF;
}




/* From: /opt/eprints3/lib/static/style/auto/batchedit.css */

#BatchEdit_changes input
{
  max-width: 150px;
}
#BatchEdit_changes textarea
{
  max-width: 200px;
}



/* From: /opt/eprints3/lib/static/style/auto/blister.css */


/* EPrints 3 blister bar style */

/* ep_blister */



.ep_blister_bar {
	margin: auto;
	display: table;
	border-spacing: 0;
        border-collapse: collapse;
        padding: 0;	
}
.ep_blister_bar > div {
        display: table-row;
}
.ep_blister_bar > div > div {
        display: table-cell;
}
.ep_blister_join {
	background-image: url(images/blister_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.ep_blister_node, .ep_blister_node_selected {
	text-align: center;
	border-style: solid;
	border-radius: 3px;
}
.ep_blister_node {
	border-width: 1px;
	padding: 3px 10px;
}
.ep_blister_node_selected {
	border-width: 2px;
	padding: 2px 10px;
}



/* From: /opt/eprints3/ingredients/daterangepicker/static/style/auto/bootstrap_daterangepicker.css */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* EPServices - dgc - This is a heavily stripped down version of bootstrap for
 * the datarangepicker. */

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.daterangepicker * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.daterangepicker *:before,
.daterangepicker *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.daterangepicker table {
  background-color: transparent;
}
.daterangepicker caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.daterangepicker th {
  text-align: left;
}
.daterangepicker .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.daterangepicker .table > thead > tr > th,
.daterangepicker .table > tbody > tr > th,
.daterangepicker .table > tfoot > tr > th,
.daterangepicker .table > thead > tr > td,
.daterangepicker .table > tbody > tr > td,
.daterangepicker .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.daterangepicker .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.daterangepicker .table > caption + thead > tr:first-child > th,
.daterangepicker .table > colgroup + thead > tr:first-child > th,
.daterangepicker .table > thead:first-child > tr:first-child > th,
.daterangepicker .table > caption + thead > tr:first-child > td,
.daterangepicker .table > colgroup + thead > tr:first-child > td,
.daterangepicker .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.daterangepicker .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.daterangepicker .table .table {
  background-color: #fff;
}
.daterangepicker .table-condensed > thead > tr > th,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.daterangepicker .table-bordered {
  border: 1px solid #ddd;
}
.daterangepicker .table-bordered > thead > tr > th,
.daterangepicker .table-bordered > tbody > tr > th,
.daterangepicker .table-bordered > tfoot > tr > th,
.daterangepicker .table-bordered > thead > tr > td,
.daterangepicker .table-bordered > tbody > tr > td,
.daterangepicker .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.daterangepicker .table-bordered > thead > tr > th,
.daterangepicker .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.daterangepicker .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.daterangepicker .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.daterangepicker table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.daterangepicker table td[class*="col-"],
.daterangepicker table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.daterangepicker .table > thead > tr > td.active,
.daterangepicker .table > tbody > tr > td.active,
.daterangepicker .table > tfoot > tr > td.active,
.daterangepicker .table > thead > tr > th.active,
.daterangepicker .table > tbody > tr > th.active,
.daterangepicker .table > tfoot > tr > th.active,
.daterangepicker .table > thead > tr.active > td,
.daterangepicker .table > tbody > tr.active > td,
.daterangepicker .table > tfoot > tr.active > td,
.daterangepicker .table > thead > tr.active > th,
.daterangepicker .table > tbody > tr.active > th,
.daterangepicker .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.daterangepicker .table-hover > tbody > tr > td.active:hover,
.daterangepicker .table-hover > tbody > tr > th.active:hover,
.daterangepicker .table-hover > tbody > tr.active:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .active,
.daterangepicker .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.daterangepicker .table > thead > tr > td.success,
.daterangepicker .table > tbody > tr > td.success,
.daterangepicker .table > tfoot > tr > td.success,
.daterangepicker .table > thead > tr > th.success,
.daterangepicker .table > tbody > tr > th.success,
.daterangepicker .table > tfoot > tr > th.success,
.daterangepicker .table > thead > tr.success > td,
.daterangepicker .table > tbody > tr.success > td,
.daterangepicker .table > tfoot > tr.success > td,
.daterangepicker .table > thead > tr.success > th,
.daterangepicker .table > tbody > tr.success > th,
.daterangepicker .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.daterangepicker .table-hover > tbody > tr > td.success:hover,
.daterangepicker .table-hover > tbody > tr > th.success:hover,
.daterangepicker .table-hover > tbody > tr.success:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .success,
.daterangepicker .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.daterangepicker .table > thead > tr > td.info,
.daterangepicker .table > tbody > tr > td.info,
.daterangepicker .table > tfoot > tr > td.info,
.daterangepicker .table > thead > tr > th.info,
.daterangepicker .table > tbody > tr > th.info,
.daterangepicker .table > tfoot > tr > th.info,
.daterangepicker .table > thead > tr.info > td,
.daterangepicker .table > tbody > tr.info > td,
.daterangepicker .table > tfoot > tr.info > td,
.daterangepicker .table > thead > tr.info > th,
.daterangepicker .table > tbody > tr.info > th,
.daterangepicker .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.daterangepicker .table-hover > tbody > tr > td.info:hover,
.daterangepicker .table-hover > tbody > tr > th.info:hover,
.daterangepicker .table-hover > tbody > tr.info:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .info,
.daterangepicker .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.daterangepicker .table > thead > tr > td.warning,
.daterangepicker .table > tbody > tr > td.warning,
.daterangepicker .table > tfoot > tr > td.warning,
.daterangepicker .table > thead > tr > th.warning,
.daterangepicker .table > tbody > tr > th.warning,
.daterangepicker .table > tfoot > tr > th.warning,
.daterangepicker .table > thead > tr.warning > td,
.daterangepicker .table > tbody > tr.warning > td,
.daterangepicker .table > tfoot > tr.warning > td,
.daterangepicker .table > thead > tr.warning > th,
.daterangepicker .table > tbody > tr.warning > th,
.daterangepicker .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.daterangepicker .table-hover > tbody > tr > td.warning:hover,
.daterangepicker .table-hover > tbody > tr > th.warning:hover,
.daterangepicker .table-hover > tbody > tr.warning:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .warning,
.daterangepicker .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.daterangepicker .table > thead > tr > td.danger,
.daterangepicker .table > tbody > tr > td.danger,
.daterangepicker .table > tfoot > tr > td.danger,
.daterangepicker .table > thead > tr > th.danger,
.daterangepicker .table > tbody > tr > th.danger,
.daterangepicker .table > tfoot > tr > th.danger,
.daterangepicker .table > thead > tr.danger > td,
.daterangepicker .table > tbody > tr.danger > td,
.daterangepicker .table > tfoot > tr.danger > td,
.daterangepicker .table > thead > tr.danger > th,
.daterangepicker .table > tbody > tr.danger > th,
.daterangepicker .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.daterangepicker .table-hover > tbody > tr > td.danger:hover,
.daterangepicker .table-hover > tbody > tr > th.danger:hover,
.daterangepicker .table-hover > tbody > tr.danger:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .danger,
.daterangepicker .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.daterangepicker .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}



.daterangepicker .dropup,
.daterangepicker .dropdown {
  position: relative;
}
.daterangepicker .dropdown-toggle:focus {
  outline: 0;
}
.daterangepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.daterangepicker .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.daterangepicker .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.daterangepicker .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.daterangepicker .dropdown-menu > li > a:hover,
.daterangepicker .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.daterangepicker .dropdown-menu > .active > a,
.daterangepicker .dropdown-menu > .active > a:hover,
.daterangepicker .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.daterangepicker .dropdown-menu > .disabled > a,
.daterangepicker .dropdown-menu > .disabled > a:hover,
.daterangepicker .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.daterangepicker .dropdown-menu > .disabled > a:hover,
.daterangepicker .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }



/* From: /opt/eprints3/lib/static/style/auto/citations.css */

span.document_filename
{
	font-size: 90%;
        line-height: 20px;
}

span.document_format
{
}




/* From: /opt/eprints3/lib/static/style/auto/colors.css */

/*
 *
 * EPrints Default Colour Scheme
 *
 */

body {
	color: #000000;
	background-color: #ffffff;
}
a, .ep_tm_key_tools a:visited {
	color: #0645ad;
}
a:visited {
	color: #0b0080;
}
a:hover, .ep_tm_key_tools a:hover {
	color: #3366bb;
}
a:active, .ep_tm_key_tools a:active {
	color: red;
}
h1, h2, h3, h4 {
    color: #606060;
}
.ep_view_page h2 {
	border-bottom: solid 1px #606060;
}

/* template.css */

.ep_tm_header {
	background-color: #fff;
	background-image: url(images/logo_background_light.png);
	background-repeat: repeat-y;
}
.ep_tm_menu, .ep_tm_menu li:hover {
	background-image: url(images/bar_glass.png) ;
	background-position: 0px 5px;
}
.ep_tm_footer {
	border-color: #204f76;
}
.ep_tm_menu, .ep_tm_menu ul {
	background-color: #204f76;
}
.ep_tm_menu {
	/* fixed to 30px high */
	border-bottom: 1px solid #fff;
}
.ep_tm_menu li:hover {
	background-color: #279ae2;
}
.ep_tm_menu a, .ep_tm_menu a:visited {
	color: white;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter, .ep_toolbox_title {
	color: #606060;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter {
	background-color: #ccc;
	background-image: url(images/bar_24px.png);
	background-repeat: repeat-x;
}
.ep_tm_searchbarbox {
	border-color: #606060;
}
.ep_tm_key_tools li {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #606060;
}
.ep_tm_key_tools li:first-child {
	border-left: none;
}
.ep_tm_key_tools li:last-child {
	border-right: none;
}

/* form.css */

.ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton, .ep_blister_node_selected {
	border-color: #5b97c7 #13324a #13324a #5287b3;
	background-image: url(images/bar_12px.png);
	background-color: #1f4f76;
	color: white;
}
.ep_form_action_button:active, .ep_form_internal_button:active, .ep_tm_searchbarbutton:active, .ep_blister_node_selected:active {
	border-color: #13324a #5287b3 #5287b3 #13324a;
	background-color: #276496;
}

/* blister.css */

.ep_blister_node {
	border-color: #cccccc;
	background-color: #e8e8ff;
	background-image: url(images/bar_solid_12px.png);
	color: #000000;
}
.ep_blister_node:active {
	border-color: #276496;
}

/* summary.css surround.css */

.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
,.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	background-color: #e8e8ff;
}
.ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar {
	background-image: url(images/bar_solid_12px.png);
	background-repeat: repeat-x;
}
.ep_sr_content, .ep_summary_box_body,
.ep_tab_panel,
.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}
.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	border-color: #ccc;
}

/* tabs.css */

.ep_tab_bar li a {
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}

/* unselected tab */
.ep_tab_bar li a {
	background-color: #bbf;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	background-color: #fff;
}

/* general.css */

th.ep_title_row
{
	border-color: #808080;
	background-image: url(images/bar_24px.png);
	background-color: #ccc;
	color: #333;
}

th.ep_row, td.ep_row {
	border-color: #bbb;
}
th.ep_row, td.ep_row {
	border-bottom-style: dashed;
}
td.ep_row {
	border-left-style: dashed;
}

/* messages.css */

.ep_msg_message_content, .ep_msg_warning_content, .ep_msg_error_content, .ep_msg_other_content {
	background-image: url(images/bar_solid_48px.png);
	background-repeat: repeat-x;
}

.ep_msg_message_content {
	background-color: #80ff80;
	border-color: #80ff80;
}
.ep_msg_error_content {
	background-color: #ffc0c0;
	border-color: #ffc0c0;
}

.ep_msg_warning_content {
	background-color: #ffc080;
	border-color: #ffc080;
}

.ep_msg_other_content {
	background-color: #9999ff;
	border-color: #9999ff;
}

/* columns.css */

th.ep_columns_title, td.ep_columns_alter {
	border-color: #888;
}
td.ep_columns_cell {
	border-color: #888 #ccc;
}

.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	border-color: #cccccc;
	background-image: url(images/bar_24px.png);
}



/* From: /opt/eprints3/lib/static/style/auto/columns.css */


/* paginated columns */

.ep_columns {
	margin: auto;
}

td.ep_columns_cell {
	border-style: none dashed solid none;
	border-width: 1px;
}
td.ep_columns_cell:first-child {
	border-left-style: dashed;
}

th.ep_columns_title, td.ep_columns_alter {
	border-width: 1px;
	font-weight: normal;
}
th.ep_columns_title {
	border-style: solid solid solid none;
}
td.ep_columns_alter {
	border-style: none solid solid none;
}
th.ep_columns_title:first-child, td.ep_columns_alter:first-child {
	border-left-style: solid;
}
th.ep_columns_title a {
	font-weight: normal;
}


td.ep_columns_no_items {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.5em;
	text-align: center;
	font-size: 120%;
}

.ep_columns_add {
	text-align: center;
}

.ep_columns_title_inner, .ep_columns_alter_inner {
	display: table;
	border-width: 0; 
	width: 100%;
}

.ep_columns_title_inner > div, .ep_columns_alter_inner > div {
	display: table-row;
}

.ep_columns_title_inner > div > div, .ep_columns_alter_inner > div > div {
        display: table-cell;
}

.ep_columns_alter_inner > div > div:nth-child(1) {
	text-align: left;
	width: 14px;
}

.ep_columns_alter_inner > div > div:nth-child(2) {
        text-align: center;
	width: 100%;
}

.ep_columns_alter_inner > div > div:nth-child(3) {
        text-align: right;
	width: 14px;
}


.ep_columns_title_inner_sort {
	width: 22px; 
	text-align: right;
	vertical-align: middle;
}

.ep_columns_title_inner_sort img {
	border: 0px;
	padding: 4px;
}




/* From: /opt/eprints3/ingredients/irstats2/static/style/auto/daterangepicker.css */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* EPServices - dgc - This is a heavily stripped down version of bootstrap for
 * the datarangepicker. */

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.daterangepicker * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.daterangepicker *:before,
.daterangepicker *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.daterangepicker table {
  background-color: transparent;
}
.daterangepicker caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.daterangepicker th {
  text-align: left;
}
.daterangepicker .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.daterangepicker .table > thead > tr > th,
.daterangepicker .table > tbody > tr > th,
.daterangepicker .table > tfoot > tr > th,
.daterangepicker .table > thead > tr > td,
.daterangepicker .table > tbody > tr > td,
.daterangepicker .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.daterangepicker .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.daterangepicker .table > caption + thead > tr:first-child > th,
.daterangepicker .table > colgroup + thead > tr:first-child > th,
.daterangepicker .table > thead:first-child > tr:first-child > th,
.daterangepicker .table > caption + thead > tr:first-child > td,
.daterangepicker .table > colgroup + thead > tr:first-child > td,
.daterangepicker .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.daterangepicker .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.daterangepicker .table .table {
  background-color: #fff;
}
.daterangepicker .table-condensed > thead > tr > th,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.daterangepicker .table-bordered {
  border: 1px solid #ddd;
}
.daterangepicker .table-bordered > thead > tr > th,
.daterangepicker .table-bordered > tbody > tr > th,
.daterangepicker .table-bordered > tfoot > tr > th,
.daterangepicker .table-bordered > thead > tr > td,
.daterangepicker .table-bordered > tbody > tr > td,
.daterangepicker .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.daterangepicker .table-bordered > thead > tr > th,
.daterangepicker .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.daterangepicker .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.daterangepicker .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.daterangepicker table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.daterangepicker table td[class*="col-"],
.daterangepicker table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.daterangepicker .table > thead > tr > td.active,
.daterangepicker .table > tbody > tr > td.active,
.daterangepicker .table > tfoot > tr > td.active,
.daterangepicker .table > thead > tr > th.active,
.daterangepicker .table > tbody > tr > th.active,
.daterangepicker .table > tfoot > tr > th.active,
.daterangepicker .table > thead > tr.active > td,
.daterangepicker .table > tbody > tr.active > td,
.daterangepicker .table > tfoot > tr.active > td,
.daterangepicker .table > thead > tr.active > th,
.daterangepicker .table > tbody > tr.active > th,
.daterangepicker .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.daterangepicker .table-hover > tbody > tr > td.active:hover,
.daterangepicker .table-hover > tbody > tr > th.active:hover,
.daterangepicker .table-hover > tbody > tr.active:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .active,
.daterangepicker .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.daterangepicker .table > thead > tr > td.success,
.daterangepicker .table > tbody > tr > td.success,
.daterangepicker .table > tfoot > tr > td.success,
.daterangepicker .table > thead > tr > th.success,
.daterangepicker .table > tbody > tr > th.success,
.daterangepicker .table > tfoot > tr > th.success,
.daterangepicker .table > thead > tr.success > td,
.daterangepicker .table > tbody > tr.success > td,
.daterangepicker .table > tfoot > tr.success > td,
.daterangepicker .table > thead > tr.success > th,
.daterangepicker .table > tbody > tr.success > th,
.daterangepicker .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.daterangepicker .table-hover > tbody > tr > td.success:hover,
.daterangepicker .table-hover > tbody > tr > th.success:hover,
.daterangepicker .table-hover > tbody > tr.success:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .success,
.daterangepicker .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.daterangepicker .table > thead > tr > td.info,
.daterangepicker .table > tbody > tr > td.info,
.daterangepicker .table > tfoot > tr > td.info,
.daterangepicker .table > thead > tr > th.info,
.daterangepicker .table > tbody > tr > th.info,
.daterangepicker .table > tfoot > tr > th.info,
.daterangepicker .table > thead > tr.info > td,
.daterangepicker .table > tbody > tr.info > td,
.daterangepicker .table > tfoot > tr.info > td,
.daterangepicker .table > thead > tr.info > th,
.daterangepicker .table > tbody > tr.info > th,
.daterangepicker .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.daterangepicker .table-hover > tbody > tr > td.info:hover,
.daterangepicker .table-hover > tbody > tr > th.info:hover,
.daterangepicker .table-hover > tbody > tr.info:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .info,
.daterangepicker .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.daterangepicker .table > thead > tr > td.warning,
.daterangepicker .table > tbody > tr > td.warning,
.daterangepicker .table > tfoot > tr > td.warning,
.daterangepicker .table > thead > tr > th.warning,
.daterangepicker .table > tbody > tr > th.warning,
.daterangepicker .table > tfoot > tr > th.warning,
.daterangepicker .table > thead > tr.warning > td,
.daterangepicker .table > tbody > tr.warning > td,
.daterangepicker .table > tfoot > tr.warning > td,
.daterangepicker .table > thead > tr.warning > th,
.daterangepicker .table > tbody > tr.warning > th,
.daterangepicker .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.daterangepicker .table-hover > tbody > tr > td.warning:hover,
.daterangepicker .table-hover > tbody > tr > th.warning:hover,
.daterangepicker .table-hover > tbody > tr.warning:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .warning,
.daterangepicker .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.daterangepicker .table > thead > tr > td.danger,
.daterangepicker .table > tbody > tr > td.danger,
.daterangepicker .table > tfoot > tr > td.danger,
.daterangepicker .table > thead > tr > th.danger,
.daterangepicker .table > tbody > tr > th.danger,
.daterangepicker .table > tfoot > tr > th.danger,
.daterangepicker .table > thead > tr.danger > td,
.daterangepicker .table > tbody > tr.danger > td,
.daterangepicker .table > tfoot > tr.danger > td,
.daterangepicker .table > thead > tr.danger > th,
.daterangepicker .table > tbody > tr.danger > th,
.daterangepicker .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.daterangepicker .table-hover > tbody > tr > td.danger:hover,
.daterangepicker .table-hover > tbody > tr > th.danger:hover,
.daterangepicker .table-hover > tbody > tr.danger:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .danger,
.daterangepicker .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.daterangepicker .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}



.daterangepicker .dropup,
.daterangepicker .dropdown {
  position: relative;
}
.daterangepicker .dropdown-toggle:focus {
  outline: 0;
}
.daterangepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.daterangepicker .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.daterangepicker .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.daterangepicker .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.daterangepicker .dropdown-menu > li > a:hover,
.daterangepicker .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.daterangepicker .dropdown-menu > .active > a,
.daterangepicker .dropdown-menu > .active > a:hover,
.daterangepicker .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.daterangepicker .dropdown-menu > .disabled > a,
.daterangepicker .dropdown-menu > .disabled > a:hover,
.daterangepicker .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.daterangepicker .dropdown-menu > .disabled > a:hover,
.daterangepicker .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }



/* From: /opt/eprints3/lib/static/style/auto/drop.css */


/* style for ajax suggestion drops */

.ep_drop_target {
}

.ep_drop_target ul {
	margin: 0px;
	padding: 4px;
	list-style: none;
	background-color: white;
	border: 1px dotted #888;
	z-index: 6;
}
	
.ep_drop_target ul li {
	margin: 0px;
	padding: 3px;
	list-style: none;
	border-top: 1px dashed #ccc;
	cursor: pointer;
	width: 100%;
}
.ep_drop_target ul li.ep_first {
	border-top: none;
}

.ep_drop_target ul li.selected {
	background-color: #e0e0ff;
}

.ep_drop_target ul ul {
	display: none;
}

.ep_drop_loading {
	margin: 0px;
	padding: 4px;
	height: 24px;
	text-align: center;
	border: 1px dotted #888;
	z-index: 6;
	position: absolute;
	background-color: #fff;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.ep_draggable {
	cursor: move;
}



/* From: /opt/eprints3/ingredients/daterangepicker/static/style/auto/ep_datepicker.css */

.ep_datepicker
{
  display: inline-block;
  margin-right: 5px;
}

.ep_datepicker_icon
{
  height: 20px;
  position: relative;
  top: 4px;
}



/* From: /opt/eprints3/ingredients/eps_lib/static/style/auto/ep_tools.css */

#box_tools_export_button
{
  margin-top: 5px;
}

/* addtoany share buttons */
.addtoany_share_buttons
{
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.addtoany_share_buttons img
{
  width: 20px;
  min-width: auto;
  margin-right: 2px;
  padding: 0;
  border-radius: 5px;
  /* background-color: #204f76; */
}




/* From: /opt/eprints3/lib/static/style/auto/export.css */

/* EPrints 3 export style */

.ep_export_bar {
	display: flex; 
	justify-content: space-between;
}



/* From: /opt/eprints3/lib/static/style/auto/fields.css */


/* style for metafields */

dl.ep_field_set_long dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

dl.ep_field_set_long dd {
	margin-bottom: 0.5em;
}

.ep_compound, .ep_compound_list > div {
	display: table; 
	border: 1px; 
	border-spacing: 0; 
	border-collapse: separate; 
	padding: 2px;
}

.ep_compound_header_row, .ep_compound_data_row, .ep_compound_list > div > div {
	display: table-row;
}

.ep_compound_header_cell, .ep_compound_data_row > div, .ep_compound_list > div > div > div {
	display: table-cell; 
	padding: 0.2em 0.5em;
}

.ep_compound_header_cell {
	font-weight: bold;
}

.ep_compound_single {
	display: table; 
	border: 1px;
}

#c6_editperms_1_type_label::after {
        content: "";
}

.ep_itemref_desc {
	padding: 0 0.5em;
}



/* From: /opt/eprints3/lib/static/style/auto/fileselector.css */

.ep_fileselector dl {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px;
}
.ep_fileselector dd {
	margin: 0px 0px;
}
.ep_fileselector input {
/*	float: left; */
}
.ep_fileselector label {
	cursor: pointer;
}
.ep_fileselector dt.ep_fileselector {
	clear: left; /* clear the floated input */
	display: block;
	cursor: pointer;
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAJuHDKKNBcCmCu3NEuzTOO/ZU/PhePTjgfTmj/XpmvXqovXtsP///////////////yH5BAEKAA8ALAAAAAAQABAAAARXUIA5xbsYA8SRAVkIHET5UagFGGVZvPALrkM9CEGuSw+A64bEYqEoDmbD5CJhaDYVSKdUCu0tptjETIGdanvcrvMLCIuDM+bZgJh13vADSIKqUyyhfCgCADs=);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-bottom: 2px;
}
.ep_fileselector dt.ep_fileselector_open {
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAIp5CJqGCrmhCdy+Be3OIe3UP+/YUvLeaPLgdPTlifTolvTro////////////////yH5BAEKAA8ALAAAAAAQABAAAARZUIQ5xbsYh8QTClm4FeRBnYEVIERbHEYsF+Da3rhbH3lPPwFeL7cbGAcBgHIpAQqWgEJisVBYkUCqdpE4eL2K2uJLJoez5XSipkiXz5uOXP55SFD4VGi/jwAAOw==);
}



/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/form.css */


/* Form related styles */

#content form {
	display: inline;
}

#content select, #content input.ep_form_text, #content textarea {
	padding: 1px 2px 1px 2px;
	margin-right: 4px;
	border: solid 1px #ccc;
}

.ep_form_example {
	font-weight: bold;
	color: blue;
}

/* buttons */

.ep_form_button_bar {
	text-align: center;
	padding: 4px;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	clear: both;
	border: solid 1px #d8dbef;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_form_action_button, .ep_form_internal_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #e0e0ff #808080 #808080 #e0e0ff;
	background-image: url(images/blue_bar.png);
	background-color: #1f4f76;
	color: white;
	font-weight: normal;
}

/* form fields */

.ep_form_field_help {
        font-size: small ;
}

.ep_form_field_name {
        padding-top: 1em;
	font-weight: bold;
}

.ep_form_field_input {
        padding-bottom: 3pt;
}

/* input fields grid */


.ep_form_input_grid th {
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
}
.ep_form_input_grid > div > div {
	vertical-align: middle;
}

.ep_form_input_grid_pos {
	padding-right: 4px;
}
.ep_form_input_grid_arrows {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}


.ep_form_input_grid_wide {
	text-align: left;
}

.ep_field_legend {
	font-style: italic;
	display: none;
}
.ep_field_legend:after {
	content: ":";
}

.ep_multi_heading::after {
	content: ":";
}

.ep_search_fields > div > div, .ep_table_row > div {
	border-top: dashed #bbf 1px;
	vertical-align: top;
	padding: 0.5em;
}

.ep_table_row.ep_first > div {
	border-top: 0;
}

.ep_multi_heading, .ep_multi_heading_legend {
	border-right: dashed #bbf 1px;
	font-weight: bold;
	text-align: right;
}

.ep_multi {
	width: 100%;
	display: table;
}

.ep_login_form_table {
	margin:auto; 
	display: table;	
}

.ep_login_form_table > div {
	display: table-row;
}

.ep_login_form_table > div > div, .ep_login_form_table > div > label {
        display: table-cell;
}

.ep_form_input_grid {
	display: table; 
	border: 0; 
	padding: 0; 
	border-spacing: 0; 
	border-collapse: separate;
}

.ep_form_input_grid > div {
	display: table-row;
}

.ep_form_input_grid > div > div {
	display: table-cell; 
}

.ep_form_input_grid > div > div.heading {
	text-align: center;
	font-weight: bold; 
}

.ep_option_list {
	display: table; 
	border: 0;
}

.ep_option_list_row {
	display: table-row;
}

.ep_option_list_cell {
        display: table-cell;
}

.ep_option_list_option {
	margin-left: 2em;
}


.ep_field_set_medium,  .ep_boolean_list {
	display: inline-block;
	margin: 0;
}

.ep_field_set_medium > dd, .ep_boolean_list > dd {
	float: left;	
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
}

.ep_field_set_medium > dt, .ep_boolean_list > dt {
	float: left;
	clear: both;
}

.ep_over_word_limit {
	color: red;
	font-weight: bold;
}



/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/general.css */

.ep_no_js { 
	display: none; 
}

.ep_no_js_inline { 
	display: none; 
}

.ep_no_js_table_cell { 
	display: none; 
}

.ep_hide { 
	display: none; 
}

hr {
	border: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}

dl.ep_normal > dt {
	font-weight: bold;
}

dl#ep-homepage-menu dt {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1em 1em 0.5em 1em;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	clip-path: inset(-6px -2px 0 -2px);
}

dl#ep-homepage-menu dd {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em 1em 1em;
	margin-left: 0;
	margin-bottom: 1em;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	clip-path: inset(0 -2px -6px -2px);
}
 

.ep_required {
	border: 0;
	display: inline;
}

.ep_toggle a, a.ep_toggle {
	text-decoration: none;
	color: #44c;
}

th.ep_row {
	border-bottom: dashed #bbf 1px;
	padding-right: 0.25em;
	text-align: right;
	width: 20%;
}
td.ep_row {
	border-bottom: dashed #bbf 1px;
	border-left: dashed #bbf 1px;
	padding-left: 0.25em;
	text-align: left;
}

.ep_title_row_inner {
        display: table;
        width: 100%;
}

.ep_title_row_inner > div {
	display: table-row;
}

.ep_title_row_inner > div > div {
	display: table-cell;
}

.ep_title_row_inner > div > div:first-child {
	text-align: left;
	margin-right: 1em;
}

.ep_title_row_inner > div > div:last-child {
        text-align: right;
        margin-left: 1em;
	font-size: 80%;
}

.ep_highlight {
	padding: 0.5em;
	border: solid 2px #ff8888;
	background-color: #ffeeee;
}

.ep_block {
	width: auto;
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}
.ep_block td {
	text-align: left;
}
ul {
	text-align: left;
}
.ep_doc_icon
{
	padding: 2px;
}

.no_link_decor a {
	text-decoration: none;
}

.ep_table_row {
	display: table-row;
}

div.ep_table {
	display: table;
}

.ep_table > div, .ep_table_row {
	display: table-row;
}

.ep_table > div > div, .ep_table_row > div, .ep_table_cell {
	display: table-cell;
	padding: 0.3em;
}

.ep_no_border {
	border: 0;
}



/* From: /opt/eprints3/lib/static/style/auto/hefce_oa.css */


li.hoa_compliant
{
	list-style-image: url(/style/images/hoa_message-icon.png);
}

li.hoa_non_compliant
{
	list-style-image: url(/style/images/warning-icon.png);
}
li.hoa_future_compliant
{
	list-style-image: url('/style/images/hoa_future_compliant-icon.png');
}

div.hoa_test_description li
{
	list-style-image: none;
}

span.hoa_compliant
{
	padding-left: 18px;
	background: url('/style/images/hoa_message-icon.png') no-repeat;
}
span.hoa_non_compliant
{
	padding-left: 18px;
	background: url('/style/images/warning-icon.png') no-repeat;
}
span.hoa_future_compliant
{
	padding-left: 18px;
	background: url('/style/images/hoa_future_compliant-icon.png') no-repeat;
}
span.hoa_out_of_scope_timing, span.hoa_out_of_scope_gold, span.hoa_out_of_scope_issn
{
	padding-left: 18px;
	background: url('/style/images/hoa_out_of_scope-icon.png') no-repeat;
}
#hoa_tab_title
{
	padding-left: 18px;
}
#hoa_tab_title.hoa_compliant
{
    background: url('/style/images/hoa_message-icon.png') no-repeat;
}
#hoa_tab_title.hoa_non_compliant
{
    background: url('/style/images/warning-icon.png') no-repeat;
}
#hoa_tab_title.hoa_future_compliant
{
    background: url('/style/images/hoa_future_compliant-icon.png') no-repeat;
}

div.hoa_help
{
    padding-left: 1em;
    padding-right: 1em;
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px;
}

.hoa_hidden
{
    display: none;
    visibility: hidden;
}

.hoa_test_description
{
	padding-left: 1em;
	padding-right: 1em;
	background: #fff;
	border: 1px solid #ccc;
	margin: 2px;
}

a.hoa_show_description
{
	cursor:pointer;	
}



/* From: /opt/eprints3/lib/static/style/auto/history.css */

/* EPrints 3 history style */

.ep_history_item {
	padding: 0.3em; 
	margin-top: 2em; 
	border: solid 1px black; 
	background-color: #ccc;
}

.ep_history_action {
	padding: 0.3em; 
	background-color: black; 
	color: white; 
	font-weight: bold;

}

.ep_history_details {
        padding: 0.3em;
	margin-bottom: 2em; 
	border: solid 1px black !important;
}

.ep_history_action a {
	color: yellow;
}

.ep_history_xmlblock {
	margin: 0 0 0 0; 
	padding: 3px 3px 3px 3px; 
	border-left: 1px 
	dashed black; 
	border-bottom: 1px dashed black; 
	font-size: 120%;
}

table.ep_history_diff_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse; 
	padding: 0;
}

table.ep_history_diff_table th, table.ep_history_diff_table td {
	width: 50%;
	vertical-align: top;
	text-align: left;
}

.ep_history_diff_table_add {
	background-color: #cfc;
}

.ep_history_diff_table_remove {
        background-color: #fcc;
}

.ep_history_diff_table_change {
        background-color: #ffc;
}

#ep_workflow_views_panel_1 .ep_paginate_list .ep_search_result,
#ep_workflow_views_panel_1 .ep_paginate_list .ep_search_result > div {
        display: block;
}




/* From: /opt/eprints3/lib/static/style/auto/icontable.css */


table.ep_icontable {
	border-collapse: collapse;
}
table.ep_icontable th {
	border: solid 1px #999;
	background-color: #fff;
	text-align: center;
}
table.ep_icontable td {
	padding-left: 4px;
	border: solid 1px #999;
}

.ep_icontable {
	border-collapse: collapse;
	display: table;
}

.ep_icontable > div {
	display: table-row;
}

.ep_icontable > div > div {
        display: table-cell;
        border: solid 1px #999;
	padding: 1px;
}

.ep_icontable > div > div:first-child {
	background-color: #fff;
        text-align: center;
}

.ep_icontable > div > div:last-child {
        padding-left: 4px;
}

.ep_icontable > div > div img {
	border-width: 0;
	vertical-align: middle
}




/* From: /opt/eprints3/lib/static/style/auto/import.css */

/* EPrints 3 import style */

.ep_import_bar {
	display: table; 
	width: 100%;
}

.ep_import_bar > div {
	display: table-row;
}

.ep_import_bar > div > div {
	text-align: center;
	display: table-cell;
}



/* From: /opt/eprints3/lib/static/style/auto/items.css */


/* Items Screen */

.ep_items_filters {
	text-align: center;
	margin-top: 10px;
}

.ep_items_filters img {
	border-width: 0px;
	margin-left: 10px;
	vertical-align: -2px;
}

.ep_items_filters a {
	color: #000000;
	text-decoration: none;
}


td.ep_columns_cell_inbox {
	background-color: #ffc;
}
td.ep_columns_cell_buffer {
	background-color: #dde;
}
td.ep_columns_cell_archive {
	background-color: #cfc;
}
td.ep_columns_cell_deletion {
	background-color: #ccc;
}



/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/kultur_slideshow.css */

/* general styling */
#slideshow
{
	overflow: hidden;
	width: 640px;
	margin: 0px auto;
}

#slideshow_idx ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#slideshow img
{
	border: none;
}

#slideshow_cnt
{
  /*	height: 360px; */
	padding: 0px;
	background-color: black;
}

/* styling for individual slides */
#slideshow_cnt .slide
{
	width: 100%;
  /*	height: 360px; */
  	position: relative;
  /*	margin: 5px 5px 0px 5px; */
}
#slideshow_cnt .slide img
{
	margin: 0 auto 4px auto;
	display: block;
	overflow: hidden;
	max-height: 300px;
	max-width: 100%;
}

/* styling for the index */

#slideshow_idx
{
	height: 60px;
	background-color: black;
}

#slideshow_idx li
{
	margin: 0;
	padding: 0;
	float: left;
	width: 66px;
	height: 50px;
	padding: 5px 1px;
	text-align: center;
	cursor: pointer;
	list-style-type:none;
}
#slideshow_idx img
{
	overflow: hidden;
	height: 50px;
	max-width: 66px;
	border: none;
}

/* 2020 */
#slideshow
{
  text-align: center;
  overflow: inherit; /* might cause problems */
}
#slideshow_cnt
{
  background-color: inherit;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#slideshow_idx
{
  background-color: black;
}



/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/kultur_slideshow_1.css */

#slideshow.kultur_slideshow_mode_1
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.kultur_slideshow_mode_1 #slideshow_cnt
{
  width: 100%;
/*  height: 410px; */
  display: inline-block;
  float: left;
  object-fit: cover !important;
  border: none;
  box-shadow: none;
}

@media only screen and (min-width: 48rem) {
  .kultur_slideshow_mode_1 #slideshow_cnt {
    width: 50%;
    padding-right: 1rem;
  }
}

.kultur_slideshow_mode_1 #slideshow_right
{
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0 0 0;
}

@media only screen and (min-width: 48rem) {
  .kultur_slideshow_mode_1 #slideshow_right {
    width: 50%;
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .kultur_slideshow_mode_1 {
    width: 100% !important;
  }
}

.kultur_slideshow_mode_1 #slideshow_captions
{
  width: 100%;
  height: 140px;
  display: inline-block;
  color: black !important;
}

.kultur_slideshow_mode_1 #slideshow_idx
{
  width: 450px;
  height: fit-content;
  display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .feature-content__content .kultur_slideshow_mode_1 #slideshow_idx {
    padding-left: 0;
  }
}

.kultur_slideshow_mode_1 #slideshow_idx img
{
  object-fit: cover;
  height: 85px;
  width: 130px;
  max-width: 130px;  
/*  border: solid black 1px; */
  box-shadow: 0 0 5px black;
}
.kultur_slideshow_mode_1 #slideshow_idx li
{
  width: inherit;
  height: inherit;
  padding: 5px 6px !important;
}

.kultur_slideshow_mode_1 #slideshow_cnt img
{
  max-height: unset;
  float: left;
  height: 500px !important;
  width: 100% !important;
  object-fit: cover;
/*  border: solid black 2px; */
  box-shadow: 0 0 5px black;
}

/* might need to change these */
.kultur_slideshow_mode_1 #slideshow_cnt .slide 
{
  width: 100%;
/*  height: 300px; */
}

.kultur_slideshow_mode_1 #slideshow_right
{
  text-align: left;
  color: black;
}
 
.kultur_slideshow_mode_1
{
  background: white;
  color: black !important;
}

.slideshow_right_title
{
  color: rgb(50, 50, 50);
  font-size: clamp(2.0736rem, 1.9812rem + 0.4508vw, 2.3328rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  padding: 1rem 0 1rem 0;
}
#slideshow_right_title_1
{
  display: none;
  width: 100%;
}
#slideshow_right_title_2
{
  width: 100%;
  color: rgb(50, 50, 50);
  font-size: clamp(2.0736rem, 1.9812rem + 0.4508vw, 2.3328rem);
  font-weight: 700;
  line-height: 1.15;
}

.kultur_slideshow_mode_1 a
{
  color: black !important;
}

.kultur_slideshow_mode_1
{
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(1rem, 0.9554rem + 0.2174vw, 1.125rem);
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .feature-content__content .kultur_slideshow_mode_1 {
    width: 100% !important;
  }
}

.kultur_slideshow_mode_1 #slideshow_idx img
{
  height: 95px;
  width: 165px;
  max-width: 170px;
}

.kultur_slideshow_mode_1 #slideshow_captions
{
  height: 90px;
}

.kultur_slideshow_mode_1 #slideshow_idx
{
  width: 100%;
  overflow: visible;
}

.kultur_slideshow_mode_1 a:hover
{
  background-color: inherit !important  
}

.slide_caption > b
{
  margin: 0px;
}

.slide_caption {

}

.slideshow_caption_uri
{
  margin-top:10px;
  margin-bottom: 5px;
  font-size: 14px;
}

.slideshow_caption_uri > a
{
  text-decoration: none; 
  color: #bababa !important;
}

.slideshow_caption_subjects
{
  font-size: 14px;
  height: 16px;
  overflow: hidden;
}

.slideshow_caption_subjects > a
{
  text-decoration: none; 
  color: #bababa !important;
}

#slideshow
{
  text-align: left;
}

.kultur
{
  overflow: hidden;
  background-color: black;
}

#slideshow {
  background-color: transparent;
  margin: 0;
}

#slideshow #slideshow_idx {
  background-color: transparent;
}



/* From: /opt/eprints3/ingredients/kultur_slideshow/static/style/auto/kultur_slideshow_2.css */

#slideshow.kultur_slideshow_mode_2
{
  width: auto;
  overflow-x: scroll;
}

.kultur_slideshow_mode_2 .slide
{
  position: relative!important;
  float: left;
  width: 500px!important;
}

.kultur_slideshow_mode_2 #slideshow_cnt
{
  width: 4000px; /* review - 500 x entries really */
  height: 400px;
}



/* From: /opt/eprints3/lib/static/style/auto/latest.css */


/* latest and latest tool */

div.ep_latest_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.ep_latest_tool_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.ep_latest_tool_list {
	display: table;
	width: 100%;
}




/* From: /opt/eprints3/lib/static/style/auto/lightbox.css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/* #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;} */
#hoverNav a{ outline: none;}

/* #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; } */

#hoverNav { height: 30px; }
#prevLink, #nextLink { width: 49%; height: 100%; display: block; }
#prevLink { left: 0; float: left; background: url(images/lightbox/prevlabel.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(images/lightbox/nextlabel.gif) right 0 no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lightboxMovie {}

/* scale more nicely on narrow devices */
#lightbox #outerImageContainer,
#lightbox #imageDataContainer
{
  max-width: 95%;
  height: fit-content!important;
}
#lightbox #lightboxImage,
#lightbox #lightboxMovie,
#lightbox #lightboxMovie video
{
  max-width: 100%;
}



/* From: /opt/eprints3/lib/static/style/auto/mail.css */



.ep_mail_view {
	border: dashed 2px #ccc;
	margin-top: 20px;
	background-color: #eee;
	font-size: 1.2em;
}

.ep_mail_header {
	margin: 4px; 
	padding: 2px;
	font-family: monospace;
}

.ep_mail_body {
	margin: 4px;
	padding: 2px;
}

.ep_mail_body textarea {
	background-color: #ccc;
	border: solid #888 1px;
}



/* From: /opt/eprints3/ingredients/user_profile/static/style/auto/meprints.css */

a.meprints_link_more
{
	padding-left: 5px;
	font-weight: bold;
}

div.ep_user_citation_picture
{
	display: inline;
}

div:hover.ep_column_item
{
	cursor:move;
}

.ep_name_homepage
{
	font-size: 14px;
	font-weight: bold;
}

.ep_profile_column {
	text-align: left;
	float: left;
	display: inline;
	margin: 10px;
	width: 335px;
	min-height: 300px;
}

.ep_name_citation .person_name {
	font-weight: bold;
}

.ep_user_profile_userdetails_section_heading {
	font-weight: bold;
}

.meprints_embed_link {
	float: right;
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;
}
.meprints_widget_wrapper{
	width:710px;
	margin: auto;
}

.meprints_box 
{
        margin-bottom: 10px
}
.meprints_box_title 
{
        background-image: url(images/bar_solid_12px.png);
	background-repeat: repeat-x;
	background-color: #E8E8FF;
        font-weight: normal;
        border-left: 2px solid #e0e0ff;
        padding: 2px 6px 2px 6px;
        border: solid 1px #d8dbef;
        font-weight: bold;
        font-size: 115%;
}
.meprints_box_body 
{
        padding: 2px 6px 2px 6px;
	background-image: url("images/bar_solid_24px.png");
	background-repeat: repeat-x;
	background-color: #E8E8FF;
	border: 1px solid #CCCCCC;
}

.ep_core_widgets{
	width:710px;
	border:0;
	margin:auto;
}

#left_core_widget, #right_core_widget{
	width: 50%;
	text-align: left;
}

div.meprints_profile_section {

}

div.meprints_profile_section h3 {

}

div.meprints_profile_section p {

}

div.ep_profile_column { margin: 0px }

h3.meprints_profile_heading { margin: 5px 0px; }

h3.meprints_profile_heading, div.meprints_profile_section > h3 { font-size: 16px; }

h3.meprints_homepage_heading { font-size: 12px; margin: 5px 0px; }

h2.meprints_details_name { margin-top: 0px; }

div.meprints_left_column {
	float: left;
	width: 65%;
}

div.meprints_right_column {
	float: right;
	width: 35%;
}

div.meprints_clear_columns { clear: both }

#ep_profile_Thumbnail {
	width: 100%;
	text-align:left;
}

div.meprints_bar {
	width: 100%;
	text-align: center;
}

div.meprints_box { 
	margin-left:5px;
	margin-right:5px;
}



/* From: /opt/eprints3/lib/static/style/auto/messages.css */


/* Message styles - used to provide alerts and errors */

.ep_msg_message, .ep_msg_warning, .ep_msg_error, .ep_msg_other {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_msg_message_icon, .ep_msg_warning_icon, .ep_msg_error_icon, .ep_msg_other_icon {
	padding: 1em; 
	display: table-cell; 
	vertical-align: middle;
}

.ep_msg_message_content, .ep_msg_error_content, .ep_msg_warning_content, .ep_msg_other_content {
	border-style: solid;
	border-width: 1px;
}

.ep_msg_message_text, .ep_msg_error_text, .ep_msg_warning_text, .ep_msg_other_text {
	padding: 1em; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: left;
}

.ep_msg_message_text p:first-child, .ep_msg_error_text p:first-child, .ep_msg_warning_text p:first-child, .ep_msg_other_text p:first-child {
	margin-top: 0;
}

.ep_msg_message_text p:last-child, .ep_msg_error_text p:last-child, .ep_msg_warning_text p:last-child, .ep_msg_other_text p:last-child {
        margin-bottom: 0;
}



/* From: /opt/eprints3/lib/static/style/auto/multi.css */



/* 
   Styles for the multi-field component.

   ep_multi_*

*/

table.ep_multi
{
	width: 100%;
}

table.ep_multi tr:first-child th.ep_multi_heading,
table.ep_multi tr:first-child td.ep_multi_input,
table.ep_multi tr:first-child td.ep_multi_help 
{
	border-top: none;
}

th.ep_multi_heading
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	text-align: right;
}

td.ep_multi_input
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: dashed #bbf 1px;
}

td.ep_multi_help
{
	white-space: nowrap;
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	vertical-align: top;
	text-align: right;
}

/* help bits */

.ep_multi_inline_help 
{
	padding-bottom: 0.5em;
}
	



/* From: /opt/eprints3/lib/static/style/auto/nojs.css */


/*  only loaded if the browser has javascript turned off (or does
 *  not support it.
 */

.ep_no_js { display: block; }

.ep_no_js_inline { display: inline; }

.ep_no_js_table_cell { display: table-cell; }

.ep_only_js { display: none; }

.ep_only_js_inline { display: none; }

.ep_only_js_table_cell { display: none; }



/* From: /opt/eprints3/lib/static/style/auto/orcid_support.css */

.orcid-person:hover{
	border-bottom: 1px dashed #a6ce39;
}
	
.orcid a:hover{
        color: #a6ce39;
}

.orcid-icon{
	vertical-align: bottom;
	padding-right: 5px;
}

.orcid-icon img{
	vertical-align: text-bottom; margin: 0 4px 0 2px; 
}

.orcid{
	position: relative;
}

.orcid:hover .orcid-tooltip{
	visibility: visible;
	opacity: 1;
}

.orcid img{
	vertical-align: bottom;
}

.orcid-tooltip{
	visibility: hidden;
	position: absolute;
	left: -85px;
	bottom: -35px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	background-color: #A6CE39;
	border: 1px solid #000000;
	white-space: pre;
	max-width: none;
	text-align: center;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
}

.orcid-tooltip::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 18px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
}

.ep_eprint_creators_orcid[readonly="true"], .ep_eprint_editors_orcid[readonly="true"], input.ep_user_orcid[readonly="true"]{
    background-color: #e0e0e0;
    cursor: not-allowed;
}



/* From: /opt/eprints3/lib/static/style/auto/orcidmanager.css */


td.ep_orcid_works_value_first 
{
        padding-top: 6px;
        border-top: 2px solid #e0e0ff;
}



/* From: /opt/eprints3/lib/static/style/auto/preview.css */


/* 
   Styles for the file preview popup.

   ep_preview_*

*/


.ep_preview
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 400px;	
}

.ep_preview table
{
	border: solid 1px black;
	background-color: white;
	padding: 4px;
	margin: auto;
}

.ep_preview_title
{
	padding-top: 3px;
	text-align: center;
	background-color: white;
}



/* From: /opt/eprints3/lib/static/style/auto/print.css */

@media print {

.ep_noprint {
	display: none;
}

}



/* From: /opt/eprints3/lib/static/style/auto/progress.css */

div#progress {
	margin: 0px auto;
	width: 382px;
}

.progressmeter {
    font-size: 10pt;
    text-align: center;
}

.progressmeter table {
}

.progressmeter th {
    font-weight: bold;
    text-align: right;
}

.progressmeter td {
    text-align: left;
}

.finished {
    color: #667799;
}

.progressmeter .meter {
    position: relative;
    background-color: lightgrey;
    border: 2px solid #667799;
    height: 20px;
    width: 380px;
}

.progressmeter .meter .amount {
	margin: 0px auto 0px 0px;
    background-color: #667799;
    width: 0px;
    height: 20px
}

.progressmeter .meter .percent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1000;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.UploadMethod_file_progress_table {
	width: 550px;
	margin: 0 auto;
}



/* From: /opt/eprints3/lib/static/style/auto/ref.css */

table.ref_current_selections
{
	width:100%;
}

.ref_warning
{
	border: 1px solid #f00;
}

table.ep_ref_benchmark_select
{
	width: 70%;
	margin: 10px 0px;
}

table.ep_ref_problems
{
	margin-bottom:10px;	
}

table.ep_ref_problems > thead
{
	background-color: #789090;
}

table.ep_ref_problems > thead > tr > th
{
	padding: 5px;
	font-weight: bold;
	color: #181800;
}

table.ep_ref_problems > tbody
{
	background-color: #E4E4C8;
}

table.ep_ref_problems > tbody > tr > td > ul
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

div.ep_ref_report_problems > p
{
	margin-top: 4px;
	margin-bottom:0px;
	padding: 0px;
}

div.ep_ref_report_problems > div > a
{
	margin-top: 4px;
}

div.ep_ref_user_citation
{
	padding: 5px;
	background-color: #C8BACF;
	border: 1px #97899F solid;
}

div.ep_ref_report_box div.ep_ref_user_citation
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px #97899F solid;
}

div.ep_ref_report_box
{
	margin-bottom: 10px;
	background-color: #F8FAFA;
	border: 1px solid #97899F;
	padding: 0px;
}

div.ep_ref_listing_top_box
{
	padding: 5px 10px; 
	background-color: #eec; 
	border: 1px solid #aa8;
	margin-bottom:10px;
	margin-top: 5px;
	max-height: 210px;
}

div.ep_ref_report_top_box
{
	padding: 5px 10px; 
	background-color: #eec; 
	border: 1px solid #aa8;
	margin-bottom:10px;
	margin-top: 5px;
}

div.ep_ref_listing_column
{
	float:left;
	margin-right:15px;
	text-align:center;
	width: 30%;
}

div.ep_ref_listing_column > h3
{
	font-size: 14px;
}

div.ep_ref_listing_left_column
{
	float:left;
	height:25px;
	line-height:25px;
	font-size:12px;
}

div.ep_ref_listing_right_column
{
	float:right;
	min-height:25px;
	line-height:25px;
	font-size:12px;
	text-align:right;
}

div.ep_ref_listing_content
{
}


div.ep_ref_report_listing
{
	width:100%;
	text-align:center;
}

div.ep_ref_report_listing > table
{
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

span.ep_ref_listing_researcher_heading
{
	font-weight: bold;
}

span.ep_ref_listing_review_bm 
{
	font-size:11px;
	padding-right:3px;
}

span.ep_ref_listing_role
{
	font-style:italic;
}

div.ep_ref_report_problems
{
	padding: 0px;
	margin: 0px;
}

a.ep_ref_report_problems_link, span.ep_ref_report_problems_link, div.ep_ref_report_problems > p
{
	background: url(images/warning-small.png) no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.ep_ref_report_user_problems {
	background: url(images/warning-small.png) no-repeat;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 5px;
}

div.ep_ref_report_problems > ul 
{
	padding-left: 15px;
	margin: 3px 0px;
}

div.ep_ref_listing_form
{
	width: 100%;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.ep_ref_listing_top_links
{
	width: 100%;
	text-align:center;
}

div.ep_ref_listing_top_links > a
{
	margin-right: 5px;
}

div.ep_ref_report_eprint
{
	margin: 5px;
}

div.ep_ref_report_eprint_column
{
	/*float:left;*/
}

h3.ep_ref_uoa_header
{
	font-size: 14px;
	color: #222;
}
table.ep_ref_report_ref4, table.ep_ref_listing_ref4 {
	border-collapse: collapse;
	width: 50%;
	margin: 10px auto 20px auto;
}

table.ep_ref_listing_ref4 {
	width: 60%;
}

table.ep_ref_report_ref4 th, table.ep_ref_listing_ref4 th {
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align: center;
	background-color: #EEE;
}

table.ep_ref_report_ref4 td, table.ep_ref_listing_ref4 td {
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align: center;
}



/* From: /opt/eprints3/lib/static/style/auto/ref_support.css */

table.ref_current_selections
{
	width:100%;
}

.ref_warning
{
	border: 1px solid #f00;
}

table.ep_ref_benchmark_select
{
	width: 70%;
	margin: 10px 0px;
}

table.ep_ref_problems
{
	margin-bottom:10px;	
}

table.ep_ref_problems > thead
{
	background-color: #789090;
}

table.ep_ref_problems > thead > tr > th
{
	padding: 5px;
	font-weight: bold;
	color: #181800;
}

table.ep_ref_problems > tbody
{
	background-color: #E4E4C8;
}

table.ep_ref_problems > tbody > tr > td > ul
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

div.ep_ref_report_problems > p
{
	margin-top: 4px;
	margin-bottom:0px;
	padding: 0px;
}

div.ep_ref_report_problems > div > a
{
	margin-top: 4px;
}

div.ep_ref_user_citation
{
	padding: 5px;
	background-color: #C8BACF;
	border: 1px #97899F solid;
}

div.ep_ref_report_box div.ep_ref_user_citation
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px #97899F solid;
}

div.ep_ref_report_box table tr td, div.ep_ref_report_box table tr th{
	border: none;
}

div.ep_ref_report_box
{
	margin-bottom: 10px;
	background-color: #F8FAFA;
	border: 1px solid #97899F;
	padding: 0px;
}

div.ep_ref_report_box div.ep_ref_contract_title
{
	font-weight: bold;
	padding: 4px;
	text-decoration: underline;
}

div.ep_ref_listing_top_box
{
	padding: 5px 10px; 
	background-color: #eec; 
	border: 1px solid #aa8;
	margin-bottom:10px;
	margin-top: 5px;
	max-height: 210px;
}

div.ep_ref_report_top_box
{
	padding: 5px 10px; 
	background-color: #eec; 
	border: 1px solid #aa8;
	margin-bottom:10px;
	margin-top: 5px;
}

div.ep_ref_listing_column
{
	float:left;
	margin-right:15px;
	text-align:center;
	width: 30%;
}

div.ep_ref_listing_column > h3
{
	font-size: 14px;
}

div.ep_ref_listing_left_column
{
	float:left;
	height:25px;
	line-height:25px;
	font-size:12px;
}

div.ep_ref_listing_right_column
{
	float:right;
	min-height:25px;
	line-height:25px;
	font-size:12px;
	text-align:right;
}

div.ep_ref_listing_content
{
}


div.ep_ref_report_listing
{
	width:100%;
	text-align:center;
}

div.ep_ref_report_listing > table
{
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

span.ep_ref_listing_researcher_heading
{
	font-weight: bold;
}

span.ep_ref_listing_review_bm 
{
	font-size:11px;
	padding-right:3px;
}

span.ep_ref_listing_role
{
	font-style:italic;
}

div.ep_ref_report_problems
{
	padding: 0px;
	margin: 0px;
}

a.ep_ref_report_problems_link, span.ep_ref_report_problems_link, div.ep_ref_report_problems > p
{
	background: url(images/ref-support-warning-small.png) no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.ep_ref_report_user_problems {
	background: url(images/ref-support-warning-small.png) no-repeat;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 5px;
}

div.ep_ref_report_problems > ul 
{
	padding-left: 15px;
	margin: 3px 0px;
}

div.ep_ref_listing_form
{
	width: 100%;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.ep_ref_listing_top_links
{
	width: 100%;
	text-align:center;
}

div.ep_ref_listing_top_links > a
{
	margin-right: 5px;
}

div.ep_ref_report_eprint
{
	margin: 5px;
}

div.ep_ref_report_eprint_column
{
	/*float:left;*/
}

h3.ep_ref_uoa_header
{
	font-size: 14px;
	color: #222;
}
table.ep_ref_report_ref4, table.ep_ref_listing_ref4 {
	border-collapse: collapse;
	width: 50%;
	margin: 10px auto 20px auto;
}

table.ep_ref_listing_ref4 {
	width: 60%;
}

table.ep_ref_report_ref4 th, table.ep_ref_listing_ref4 th {
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align: center;
	background-color: #EEE;
}

table.ep_ref_report_ref4 td, table.ep_ref_listing_ref4 td {
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align: center;
}

.ref_support_citation{
	display: inline-block;
	width: 90%;
	vertical-align: middle;
}

.ref_support_help{
	display: none;
}

h1 .ref_support_help{
	display: inline-block;
}

img.compliance-icon{
	vertical-align: baseline;
}

#role_lookup{
	display: block;
	margin: 0 auto 3px auto;
}



/* From: /opt/eprints3/lib/static/style/auto/reports.css */

div.ep_report_row {
	padding: 5px 5px;
	margin-bottom: 5px;
}

div.ep_report_row_problems {
	border-left: solid 7px #C41F1F;
}

div.ep_report_row_ok {
        border-left: solid 7px #1F7E02;
	opacity: 0.8;
}

div.ep_report_row_ok.ep_report_row_no_compliance {
        border-left: solid 7px #1b4b73;
	opacity: 0.8;
}


div.ep_report_grouping {
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

div.ep_report_progress_bar {
	clear: both;
	width: 200px;
	height: 15px;
	background-image: url(/style/images/progress_bar_orange.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	border: 1px solid #888;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
	margin: 10px auto;
}

div.ep_report_progress_bar:after {
	content: "Loading...";
}

div.ep_report_compliance_container {
	margin: 10px auto;
	text-align:center;
}

div.ep_report_compliance_wrapper {
	margin: 10px auto;
	border: 1px solid #3366cc;
	padding: 0px;
	text-align: left;
	height: 25px;
}

div.ep_report_compliance {
	background-color: #c1d0ef;
	color: #000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height:25px;
}

div.ep_report_compliance_text {
	font-weight: bold;
	font-size: 20px;
}

div#ep_report_export_content_inner form > input, div#ep_report_export_content_inner form > select{
	margin: 5px 0px;
}

div#ep_report_export_content_inner .ep_tab_panel input
{
	margin-left: 5px;
	vertical-align: middle;
}

div#ep_report_export_content_inner .report_export_options
{
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
}

div#ep_report_export_content_inner .report_export_options h4
{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

div#ep_report_export_content_inner .report_export_options ul
{
	padding: 0 10px 0 0;
}

#ep_report_export_content_inner .select_button
{
        float: right;
}

#custom_report .ep_search_buttons > div
{
        display: inline-block;
}

#custom_report .ep_search_buttons .clear_button
{
        margin-left: 2px;
}

/* HTML Reports */
a.html_report_print{
	text-decoration: none;	
}

a.html_report_print:hover{
	color: white;	
}



/* From: /opt/eprints3/lib/static/style/auto/rioxx2.css */


ul.rioxx2_problems
{
	list-style-image: url(/style/images/warning-icon.png);
}

ul.rioxx2_problems li
{
	margin-bottom: 0.5em;
}

div.rioxx2_help
{
	padding-left: 1em;
	padding-right: 1em;
	background: #fff;
	border: 1px solid #ccc;
	margin: 2px;
}

.rioxx2_hidden
{
	display: none;
	visibility: hidden;
}

.rioxx2_title
{
	font-family: monospace;
	font-weight: bold;
}

#rioxx2_tab_title
{
	padding-left: 18px;
}

.rioxx2_compliant
{
	background: url('/style/images/rioxx2_message-icon.png') no-repeat;
}
.rioxx2_non_compliant
{
	background: url('/style/images/warning-icon.png') no-repeat;
}

#rioxx2_intro_document
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: url(images/bar_solid_12px.png) repeat-x;
}



/* From: /opt/eprints3/lib/static/style/auto/savedsearches.css */



table.ep_savedsearches {
	margin: 10px auto 10px auto;
}

table.ep_savedsearches th {
	border-bottom: 1px solid #ccc;
}
table.ep_savedsearches td {
	border-bottom: 1px solid #ccc;
}



/* From: /opt/eprints3/lib/static/style/auto/search.css */


/* EPrints 3 search form style */



/* buttons are on the form, controls on the results */
.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_search_fields {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ep_search_fields th {
	padding: 4px;
}
	
.ep_search_fields td {
	padding: 4px;
}
	

.ep_search_control
{
	padding: 0px 4px 0px 4px;
}

.ep_search_export {
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}

.ep_search_export div[role="toolbar"] {
	margin: 1em;
}

.ep_search_reorder {
	margin: 0.4em auto 0 auto;
	text-align: center;
}

.ep_search_tool {
	white-space: nowrap;
}
.ep_search_tool img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_tool a {
	text-decoration: none;
}


.ep_search_feed {
	white-space: nowrap;
}
.ep_search_feed img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_feed a {
	text-decoration: none;
	color: #666;
}

.ep_search_results
{
	margin: 1em auto 1em auto;
}

.ep_search_desc
{
	text-align: center;
	margin: 0.25em 0 0 0;
}

.ep_search_result 
{
	display: table-row;
}

.ep_search_result > div
{
	padding: 4px 0.5em 4px 4px;
	border-bottom: dashed #bbf 1px;
	display: table-cell;
	vertical-align: middle;
}

.ep_search_result_docs
{
	white-space: nowrap;
	float: right;
	min-height: 48px;
}

.ep_paginate_list
{
	margin: auto;
	display: table;
	width: 100%;
}

.ep_search_field_name
{
	font-weight: bold;
	margin-top: 0.5em;
}

input.ep_form_search_advanced_link, input.ep_form_search_advanced_link:hover {
        border: none;
        text-decoration: underline;
        background: none;
        color: #00f;
        cursor: pointer;
}

span.search_desc {
	font-style: italic;
}



/* From: /opt/eprints3/lib/static/style/auto/storage.css */


/*
 *    Styles for storage manager.
 *
 *       ep_storage_*
 *      
 */

.ep_storage_heading {
	text-align: center;
	margin: 0;
}



/* From: /opt/eprints3/lib/static/style/auto/subjectinput.css */


/* 
   Styles for the subject component.

   ep_subjectinput_*

*/

div.ep_subjectinput_tree {
	margin-left: 25px;
}
.ep_subjectinput_tree dl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px;
}
.ep_subjectinput_tree dl dt {
	margin: 0px 0px;
	padding-left: 18px;
	line-height: 18px;
}
.ep_subjectinput_tree dl dd {
	margin-left: 0px;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree {
	cursor: pointer;
	background: url(images/plus.png) no-repeat;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree_open {
	background: url(images/minus.png) no-repeat;
}

.ep_subjectinput_toggle {
	text-decoration: none;
	color: #000000;
}

.ep_subjectinput_selections {
	margin: 0.5em auto 0.5em auto;
	margin-top: 0.5em; 
	padding: 0.5em; 
}

.ep_subjectinput_selected {
	font-weight: bold;
}

.ep_subjectinput_selected_subject {
	font-weight: bold;
}

ul.ep_subjectinput_subjects {
	list-style: none;
}
ul.ep_subjectinput_subjects li {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
}
ul.ep_subjectinput_subjects img {
	vertical-align: -2px;
}


.ep_subjectinput_selections {
	padding-bottom: 10px;
	border-bottom: dashed #808080 1px; 
	margin-bottom: 10px;
}
.ep_subjectinput_selections td.ep_first {
	border-top: none;
}

.ep_subjectinput_selections td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_results {
	border: dashed #c8cbdf 1px; 
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white;
	list-style: none;
}

.ep_subjectinput_results td.ep_first {
	border-top: none;
}

.ep_subjectinput_results td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_add_button, .ep_subjectinput_remove_button {
	border: solid blue 1px;
	padding: 1px;
	background-color: transparent;
	font-size: 70%;
	color: blue;
}


.ep_subjectinput_searchbar {
	text-align: center;
}

/* End of subject component section */



/* From: /opt/eprints3/lib/static/style/auto/summary.css */


/* Item Summary */

.ep_summary_content {
}
.ep_summary_content_top {
}
.ep_summary_content_bottom {
}
.ep_summary_content_left {
	float: left;
}
.ep_summary_content_right {
	float: right;
}
.ep_summary_content_after {
	clear: both;
}


.ep_summary_content_left .ep_summary_box {
	width: 200px;
	margin-right: 10px;
}
.ep_summary_content_right .ep_summary_box {
	width: 200px;
	margin-left: 10px;
}


.ep_summary_box {
	margin-bottom: 10px
}
.ep_summary_box_title {
	font-weight: normal;
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	border-style: solid;
	border-width: 1px;
}
.ep_summary_box_body {
	padding: 2px 6px 2px 6px; 
	border-style: none solid solid solid;
	border-width: 1px;
}
.ep_summary_box_title a {
	text-decoration: none;
}
.ep_summary_box_title img
{
	vertical-align: -1px;
}

.ep_summary_page_actions dt {
	display: inline;
}
.ep_summary_page_actions dd {
	display: inline-block;
	margin-left: 1em;
}

.ep_summary_page_document {
	clear: both;
}
.ep_summary_page_document > span {
	float: left;
	margin-left: 0.5em;
}



/* From: /opt/eprints3/lib/static/style/auto/surround.css */


/* EPrints 3 default workflow component-surround style */

/* ep_sr */

.ep_sr_component {
	padding: 0px;
	margin-top: 10px;
}
.ep_sr_component .ep_sr_title_bar {
	padding: 2px 6px 2px 6px; 
}
.ep_sr_component .ep_sr_title_bar_inner {
	width: 100%;
	display: table;
        border-spacing: 0;
        border-collapse: collapse;
        padding: 0;
}
.ep_sr_component .ep_sr_title_bar_inner > div {
        display: table-row;
}
.ep_sr_component .ep_sr_title_bar_inner > div > div {
        display: table-cell;
}
.ep_sr_component .ep_sr_title_bar_inner > div > div:last-child {
        text-align: right;
}

.ep_sr_component .ep_sr_title_bar_inner {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        padding: 0;
}

.ep_sr_component .ep_sr_title {
	font-weight: bold;
	font-size: 115%;
	color: #444;
}
.ep_sr_component .ep_sr_content {
	clear: both;
	padding: 6px;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* collapse bar */

.ep_sr_collapse_bar {
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
}
.ep_sr_collapse_bar a {
	text-decoration: none;
}
.ep_sr_title a {
	text-decoration: none;
}
.ep_sr_collapse_link img
{
	vertical-align: -1px;
}

/* help style - not primetime */

.ep_sr_component .ep_sr_help {
	margin-bottom: 8px;
}
.ep_sr_component .ep_sr_show_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_show_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_hide_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_hide_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_title_bar {
	border-style: solid;
	border-width: 1px;
}
.ep_sr_show_help img {
	vertical-align: -2px;
}
.ep_sr_hide_help img {
	vertical-align: -2px;
}


/* used for multi, maybe should be elsewhere */
.ep_sr_component .ep_sr_help_chunk {
	border-bottom: 1px solid #888;
	padding-bottom: 4px; 
	margin-bottom: 4px;
}

.ep_sr_component .ep_form_input_grid {
	margin: auto;
}
.ep_multi_input .ep_form_input_grid {
	margin-left: 0px;
}



/* From: /opt/eprints3/lib/static/style/auto/tabs.css */


/* Tab Bar */

.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a {
	border-width: 1px;
	border-style: solid;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	border-bottom-width: 0;
}

/* panel contents */
.ep_tab_panel {
}

/* tab text */
.ep_tab_bar a {
/*	color: #000000; */
}

/* remaining styles are structural */

.ep_tab_bar {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

.ep_tab_bar li {
	float: left;
	padding: 0 0;
	margin: 0 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	list-style-type: none;
}

.ep_tab_bar li:first-child a {
	margin-left: 1.5em;
}

.ep_tab_bar li a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 1.5em;
	padding: 3px 8px 4px 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -1px; /* overwrite bottom-margin of li */
	border-bottom-width: 0;
}

.ep_tab_panel {
	border-top-width: 0;
	padding: 12px;
	clear: left;
}

.ep_tab_panel > div > table {
	width: 100%;
}



/* From: /opt/eprints3/lib/static/style/auto/template.css */


/* EPrints 3 template styles */
/* prefix all styles with ep_tm */

hr.ep_tm_last {
	color: #152d4e;
	background-color: #152d4e;
}


/* deprecated in 3.3 */
.ep_tm_logo img {
	float: right;
	padding: 4px;
	border-style: none;
}

.ep_tm_site_logo img {
	border-style: none;
	padding: 10px 10px;
}

.ep_tm_archivetitle, .ep_tm_archivetitle:visited {
	font-size: 40px;
	text-decoration: none;
	margin: 10px;
}

.ep_tm_main {
        margin: 1em;
}

/* Menu Bar */

.ep_tm_menu, .ep_tm_key_tools {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ep_tm_key_tools {
	display: block;
}

.ep_tm_menu {
	height: 30px;
	line-height: 30px;
}

.ep_tm_menu, .ep_tm_menu ul {
/*	background-color: #204f76; */
}

.ep_tm_menu li {
	float: left;
}
.ep_tm_menu ul {
}

.ep_tm_menu a, .ep_tm_menu a:visited {
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

.ep_tm_menu ul
{
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
}

.ep_tm_menu ul li {
	float: none;
}

.ep_tm_menu ul a
{
	text-align: left;
}

.ep_tm_key_tools li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

.ep_tm_key_tools li a:hover {
}

.ep_tm_key_tools a {
/*	white-space: nowrap; */
}

/* end of menu bar */

/* Action Menu Bar */

.ep_tm_key_tools li {
	padding: 0px 6px;
}

.ep_tm_key_tools li:first-child {
	padding-left: 0px;
}

/* end of Action Menu Bar */

/* Search bar */

.ep_tm_searchbar {
	padding: 4px 10px;
}

.ep_tm_searchbar form {
	white-space: nowrap;
}

.ep_tm_searchbarbutton {
	text-align: center;
	padding: 1px 4px;
	margin: 0px;
	margin-left: 4px;
	font-size: 85%;
	background-position: 0px -2px;
	border-width: 1px;
	border-radius: 3px;
}

.ep_tm_searchbarbox {
	font-size: 80%;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
}

/* end of search bar */

#ep_tm_languages {
	display: inline;
}
#ep_tm_languages a {
	margin-left: 4px;
}

.ep_tm_searchbar {
        border-width:0;
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}

.ep_tm_searchbar td {
        padding: 0;
        margin: 0;
}

.ep_tm_page_content {
        max-width:1024px;
        width:auto;
        margin-left: auto;
        margin-right: auto;
        margin-top:10px;
}

.ep_tm_eprints_logo {
        float: right;
        margin-left: 1em;
}

.ep_tm_footer {
	clear: both;
	margin-top: 20px;
	font-size: 90%;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 10px 10px 0px 10px;
}
.ep_tm_footer hr {
	display: none;
}

@media only screen and (min-width:600px) and (max-width:1180px)
{
	.ep_tm_footer img { height: 15px; width: auto !important; }
}
@media only screen and (min-width:0px) and (max-width:600px)
{
    .ep_tm_footer img { display: none; }
}
@media only screen and (min-width:0px) and (max-width:570px)
{
	footer { height: 54px; }
}



/* From: /opt/eprints3/lib/static/style/auto/toolbox.css */


/* Toolbox styles - used to subdivide some content */

.ep_toolbox {
	margin-bottom: 10px;
}

.ep_toolbox_title {
	padding: 2px 10px 2px 10px;
}

.ep_toolbox_content {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}



/* From: /opt/eprints3/lib/static/style/auto/upload.css */


/* 
   Styles for the upload component.

   ep_upload_*

*/

.ep_upload_newdoc
{
	text-align: center;
/*	margin-top: 1em;
	margin-bottom: 1em; */
}

.ep_upload_fields {
	display: table;
}
.ep_upload_fields > div {
	display: table-row;
}
.ep_upload_fields > div > div {
        display: table-cell;
}


.ep_upload_fields th
{
	text-align: right;
}

/* Document section */

.ep_upload_doc
{
	margin-bottom: 0.5em;
	border-style: solid;
	border-width: 1px;
}

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-bottom: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	padding: 6px;
}

.ep_update_doc_delete {
	white-space: nowrap;
}
.ep_update_doc_delete input {
	vertical-align: -2px;
}

.ep_update_doc_options {
	white-space: nowrap;
}
.ep_update_doc_options img {
	vertical-align: -2px;
	border: none;
}
.ep_update_doc_options a {
	text-decoration: none;
}

.ep_upload_doc_toolbar
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

.ep_upload_files
{
/*	border: dashed #c8cbdf 1px; 
	text-align: center;
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white; */
}

.ep_upload_file_table 
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.ep_upload_add_file_toolbar
{
	margin-top: 0.5em;
}

.ep_upload_doc_expansion_bar
{
	text-align: right;
	padding: 2px .5em;
}
.ep_upload_doc_expansion_bar a
{
	cursor: pointer;
	text-decoration: none;
}

/* End of Document section */

/* Drag and drop */

.ep_dropbox {
	border-width: 2px;
	border-style: dashed;
	border-color: #4ea;
	background-color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 40px 0px;
}

/* End of Drap and drop */


.ep_upload_file_label {
        margin-right: 0.3em;
	font-weight: bold;
}


.UploadMethod_file_progress_table {
	display: table;
}

.UploadMethod_file_progress_table > div {
	display: table-row;
}

.UploadMethod_file_progress_table > div > div {
        display: table-cell;
	padding: 0.5em;
}


.ep_upload_doc_title_bar_inner {
	display: table;
	width: 100%;
	border-width: 0;
}

.ep_upload_doc_title_bar_inner > div {
	display: table-row;
}

.ep_upload_doc_title_bar_inner > div > div {
        display: table-cell;
	vertical-align: middle;
}

.ep_upload_doc_title_bar_inner_left {
        text-align: left;
        width: 60%;
}


.ep_upload_doc_title_bar_inner > div > div:last-child {
	text-align: right;
	width: 20%;
}

.ep_upload_doc_icon_info {
	display: block;
	border-width: 0;
	padding: 0.4em;
}

.ep_upload_doc_icon_info > div {
	display: inline-block;
}

.ep_upload_doc_icon_info > div:first-child {
	text-align: center;
}

.ep_upload_doc_icon_info > div.ep_upload_doc_title {
	text-align: left;
	vertical-align: top;
	margin: 0.3em;
}

.ep_upload_doc_actions_inner {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: 0;
}

.ep_upload_doc_actions_inner > div {
	display: table-row;
}

.ep_upload_doc_actions_inner > div > div {
        display: table-cell;
	padding: 0.2em;
}

.ep_update_doc_options label {
	vertical-align: top;
}




/* From: /opt/eprints3/lib/static/style/auto/view.css */



/* spacing between page elements */
.ep_view_page h2 {
	margin-top: 30px;
}
.ep_view_blurb {
	margin-top: 20px;
}
.ep_view_timestamp {
	margin-top: 30px;
	text-align: right;
}

.ep_view_group_by_current {
	font-weight: bold;
}

.ep_view_group_by {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_view_cols {
	width: 100%;
	margin-top: 1em;
	display: table;
	border: 0;
        padding: 0;
        border-spacing: 0;
        border-collapse: separate;
}

.ep_view_cols > div {
	display: table-row;
}

.ep_view_col {
	display: table-cell;
	vertical-align: top;
}
.ep_view_cols_2 .ep_view_col { width: 50%; }
.ep_view_cols_3 .ep_view_col { width: 33.3%; }
.ep_view_cols_4 .ep_view_col { width: 25%; }
.ep_view_cols_5 .ep_view_col { width: 20%; }
.ep_view_cols_6 .ep_view_col { width: 16.6%; }
.ep_view_cols_7 .ep_view_col { width: 14.28%; }
.ep_view_cols_8 .ep_view_col { width: 12.5%; }

.ep_view_cols ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


	



/* From: /opt/eprints3/ingredients/xapian_facets/static/style/auto/xapian.css */

/* 
	Facets CSS (Paginate/Facets.pm)
*/

div.ep_paginate_left_col
{
	float: left;
	width: 23%;
}

div.ep_paginate_right_col
{
	float: right;
	width: 75%;
}

div.ep_paginate_facets_block
{
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 1em;
	margin-bottom: 1em;
}

div.facet_header
{
	font-weight: bold;
}

a.facet_remove
{
	padding-left: 10px;
/*	background-image: url( /style/images/delete.png );
	background-repeat: no-repeat;
	margin: 0em 1em;*/
	min-width: 14px;
	min-height: 14px;
}

/* warning: this is a global style (will affect all pages) */
div.ep_tm_page_content
{
	max-width: 1024px;
	width: auto;
}


div#main > h1.full{
margin:30px;
}

div.ep_form_xapian_search_button_block{
margin:10px
}

div.ep_form_xapian_search_button_block > input.ep_form_action_button {
margin:10px
}

/*make the search box wider and round for facet simple search only*/
form[action="/cgi/facet/simple2"] > input[name="q"] , form[action="/cgi/facet/archive/simple2"] > input[name="q"] {
padding: 8px 20px;
border-radius: 4px;
border: 1px solid #a3a3a3;
} 





/* From: /opt/eprints3/lib/static/style/auto/z_eprints_services_template.css */

/* override the default style with on a little cleaner */

  body
  {
    background-color: #eaeaea;
  }
  #wrapper
  {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    padding: 5px;
    max-width: 1280px;
    margin: 10px auto;
  }
  #main_content
  {
    min-height: 640px;
  }
  h1
  {
    padding-bottom: 5px;
  }
  h1, h2, h3, h4
  {
    color: #000000;
  }
  .ep_tm_menu,
  .ep_tm_menu li:hover
  {
    background-image: none;
    color: black;
  }
  .ep_tm_footer
  {
    height: 34px;
  }
  .ep_sr_content, .ep_summary_box_body, .ep_tab_panel, .ep_toolbox_content, .ep_upload_doc
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom, .ep_view_group_by
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar 
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_blister_node
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton
  {
    background-image: none;
    margin-right: 8px;
    min-width: 145px;
    max-width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
  } 
  #ep_eprint_view_panels .ep_form_action_button 
  {
    min-width: 145px;
    max-width: 145px;
  }
  .ep_tm_searchbarbutton 
  { 
    min-width: inherit; 
  }

  .ep_blister_node_selected
  {
    background-image: none;
  }
  dl.ep_action_list dd
  {
    margin-bottom: 15px;
  }



/* From: /opt/eprints3/ingredients/irstats2/static/style/auto/z_irstats2.css */

/* IRStats2 CSS */

div.irstats2_view
{
	width: 100%;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
	margin: 10px;
	border: 1px solid #D7D9E5;
/*	border-radius: 3px;*/
}

div.irstats2_view_title
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #D7D9E5;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #000;
	background: url("images/toolbox.png") repeat-x scroll 0 0 #E7E9F5;
}

div.irstats2_view_title_filter
{
	border: 1px solid #D7D9E5;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #000;
	background: url("images/toolbox.png") repeat-x scroll 0 0 #E7E9F5;
    margin-top:5px;
}


div.irstats2_view_content
{
	line-height: 20px;
	margin: auto;
}

div.irstats2_piechart
{
	width: 400px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlepiechart
{
	width: 400px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
div.irstats2_googlegeochart
{
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlegraph
{
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_key_figure_googlespark
{
    display: inline-block;
}

div.irstats2_googlespark
{
	width: 150px;
	height: 50px;
	margin: 0px;
	display: inline;
	float:left;
	border: 0px;
	padding: 0px;
}

div.irstats2_googlespark_desc
{
	width: 150px;
	margin: 0px;
    font-size: 11px;
	display: block;
	border: 0px;
	padding: 0px;
    text-align: center;
}


div.irstats2_counter
{
	display: inline;
}

div.irstats2_view_KeyFigures div.irstats2_view_content
{
	padding-top: 10px;
}

span.irstats2_keyfigures_metric_figure
{
	font-weight: bold;
	font-size: 20px;
}

span.irstats2_keyfigures_metric_text
{
	padding-left: 5px;
}

div.irstats2_ruler {
	clear:both;
	margin-bottom: 10px;
}

div.irstats2_keyfigures_section {
	float:left;
	width: 50%
}

div.irstats2_keyfigures_deposits {
	float:left;
	width: 50%
}

div.irstats2_keyfigures_downloads {
	float:right;
	width: 50%
}

div.irstats2_keyfigures_fulltext {
	float:left;
	width: 50%;
}

div.irstats2_keyfigures_openaccess {
	float:right;
	width: 50%
}

table.irstats2_keyfigures_progress {
	margin-left:12px;
}

table.irstats2_keyfigures_progress div.irstats2_progress_wrapper {
	height: 25px;
}


table.irstats2_keyfigures_progress div.irstats2_progress {
	height: 25px;
}

table.irstats2_keyfigures_progress td {
	padding: 5px;
}

div.irstats2_deposit_details {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-left: 10px;
}

span.irstats2_counter_label
{
	color: #333333;
	font-size: 14px;
	margin: auto 2px;	
	vertical-align: middle;
}

span.irstats2_counter_value
{
	color: #000000;
	font-size: 20px;
	font-weight:bold;
	margin: auto 2px;
	vertical-align: bottom;
	padding-bottom:4px;
}

img.irstats2_spin
{
	vertical-align:middle;
}

span.irstats2_loading
{
	margin-left: 5px;
	vertical-align:middle;
	color: #666666;
}

table.irstats2_table
{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 100%;
}

div.irstats2_table_options
{
	text-align: center;
}

div.irstats2_table_options > a
{
	padding-left: 5px;
}

tr.irstats2_table_headings > td
{
	font-weight: bold;	
	background-color: #666;
	color: #FFF;
	text-align: left;
	padding: 2px;
}

td.irstats2_table_cell_order
{
	text-align:center;
	width: 20px;
}

td.irstats2_table_cell_object
{
	padding-left: 5px;
}

td.irstats2_table_cell_count
{
	text-align:center;
	width: 100px;
}

tr.irstats2_table_row_even > td
{
	padding: 2px;
	background-color: #FFFFFF;
}

tr.irstats2_table_row_odd > td
{
	padding: 2px;
	background-color: #EEE;
}

div.irstats2_reportmenu_row
{
	padding: 5px;
	vertical-align:bottom;
}
span.irstats2_date_separator
{
	padding-left:5px;
	padding-right:5px;
}
span.irstats2_date_label
{
	font-size:14px;
	font-weight:bold;
}
div.irstats2_progress
{
        background-color: #c1d0ef;
        color: #000;
	text-align:left;
	padding: 0px;
	margin: 0px;
}
div.irstats2_progress_wrapper
{
	border: 1px solid #3366cc;
    box-sizing: content-box;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
div.irstats2_progress > span
{
	padding-left: 5px;
	display: block;
	width: 100px;
}

span.irstats2_keyfigures_metric {
	font-size: 14px;
	line-height: 50px;
    vertical-align: top;
}

h3.irstats2_keyfigures_heading, h3.irstats2_linkstoreports_heading
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}

div.irstats2_keyfigures_column
{
	width: 25%;
	float: left;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

div.irstats2_reportheader_column
{
	float: left;
	text-align:left;
	margin-left:15px;
}

table.irstats2_reports 
{
	border-collapse:collapse;	
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

td.irstats2_reports_heading
{
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align:right;
	width: 20%;
	background-color: #EEE;
}

td.irstats2_reports_heading > span
{
	color: #222;
}

td.irstats2_reports_content
{
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align: left;
	width: 80%;
}

td.irstats2_reports_content > span
{
	padding-right: 10px;
	font-family: Verdana;
}


a.irstats2_export_bar_toggle
{
	float: right;
}

a.irstats2_filter_bar_toggle
{
	float: right;
    padding: 0px 0px 3px 3px;
}



div.irstats2_export_bar
{
	text-align: left;
}

div.irstats2_export_content
{
	margin: 0px auto;
	border-bottom: 1px solid #D7D9E5;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
}

.irstats2_setdesc_link
{
	margin-left: 5px;
	width: 45px;
}

input.irstats2_setdesc_q
{
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	font-size: 14px;	
}

input.irstats2_placeholder
{
	color: #AAA;
	font-style: italic;
}

div.irstats2_setdesc_values
{
	max-height:150px;
	overflow-y:scroll; 
	margin: 5px; 
	padding: 5px; 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

ul.irstats2_setfinder_values
{
	margin: 0px;
	padding: 0px;
}

ul.irstats2_setfinder_values > li
{
}

div.irstats2_setfinder_row > a
{
	display: block
}

div.irstats2_setfinder_row > a:hover
{
	background-color: #F5F5F5;
}

div.irstats2_datepicker_inner
{
	font-size:11px;
	padding: 4px;
	color:#000;
}

p.irstats2_error_login {
	width: 100%;
	text-align: center;
}

h2.irstats2_summary_page_header {
	margin-top:20px;
}

div.irstats2_summary_page_container {
	border:1px solid #CCC;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
div.irstats2_summary_page_container_small {
	border: none;
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
}

div.irstats2_summary_page_container > p,
div.irstats2_summary_page_container_small > p {
	text-align:center;
	width:100%;
	margin:5px 0px 0px 0px;
	color:#666;
	line-height: 1.2em;
}

#irstats2_summary_page_downloads {
	height:250px;
	width:100%;
}
#irstats2_summary_page_doc_downloads,
.irstats2_graph[id^=irstats2_summary_page_doc_downloads_]
{
	height:150px;
	width:100%;
}
.irstats2_summary_page_doc_stats_container
{
/*	width: 80%; */
	margin: 0 auto;
	border:1px solid #CCC;
	padding-top: 10px;
	margin-top: 10px;
}

#irstats2_summary_page_countries {
	height:250px;
	width:100%
}

/* ep_panel specific - start */
.ep_panels h2.irstats2_summary_page_header
{
  display: none;
}
.ep_panels h3.irstats2_summary_page_header
{
  display: none;
}
.ep_panels .irstats2_summary_page_doc_stats_container,
.ep_panels .irstats2_summary_page_container
{
  width: 100%;
  border: none;
  text-align: center;
}
/* ep_panel specific - end */

td.irstats2_reportheader_breadcrumbs {
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

td.irstats2_reportheader_breadcrumbs > a, td.irstats2_reportheader_breadcrumbs > a:visited {
	color: #0645AD;
}

div.irstats2_reportheader_timeline {
	width: 30%;
	float: right;
	text-align: right;
	vertical-align: middle;
}

div.irstats2_reportheader_timeline_frame {
	font-size: 14px;
	text-align: right;
	float: right;
}

div.irstats2_reportheader_options {
	width:100%;
	text-align: left;
	vertical-align: middle;
}

div.irstats2_reportheader_clear {
	clear:both;
}

div.irstats2_reportheader {
	width: 100%;
	padding: 0px;
}

table.irstats2_reportheader {
	width: 100%;
}

div.irstats2_view_ReportHeader {
	border: 0px;
}

input.irstats2_form_action_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	padding: 2px 20px;
	cursor: pointer;
	background-color: #F9F9F9;
	color: #111;
}

input.irstats2_form_action_button:active, input.irstats2_form_action_button:hover, input.irstats2_form_action_button_selected {
	background-color: #EEE;
	color: #222;
}

div.irstats2_options_dates, div.irstats2_options_reports {
	background-color: #EEE;
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-color: #DDD;
}

div.irstats2_options_filters{
    background-color: #EEE;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD;
    border-top:0px;

}



table.irstats2_view_Grid div.irstats2_view {
	width: 97%;
}

.report_title {
	text-align: center;
	margin-top: 0px;
}

input#drange {
	display: inline !important;
	padding-left: 5px;
}

input[name="date_resolution"]{
	margin-right:2px;
}


label#date_resolution{
	font-weight:normal;
	margin-left:5px;
}


div#irstats2_filters > div{
	padding: 5px;
}

.irstats2_view_content {
	background-color: #FFF;
}

.irstats2_view_content:first-child {
	background-color: transparent;
}

table.irstats2_table {
	margin-top: 0;
}

/* fix accessibility issue with small although not displayed text */
div[id^=irstats2_summary_page_doc_downloads_] > div > div:nth-child(2) {
	font-size: initial !important;
}

#irstats2_datepicker > table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#irstats2_datepicker > table > tbody > tr > td, #irstats2_datepicker > table > tbody > tr > th {
	padding: 5px;
	border: 1px solid #ccc;
}

#irstats2_datepicker > table > tbody > tr > th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#irstats2_datepicker > table table {
	border: 0;
	border-collapse: collapse;
}

#irstats2_datepicker > table table td, #irstats2_datepicker > table table th {
	padding: 0;
}

#irstats2_datepicker > table table td {
	width: 60px;
}

#irstats2_datepicker .ep_form_action_buttons {
	text-align: center;
}

#irstats2_datepicker .ep_form_action_button {
	margin-left: 25px;
}



/* From: /opt/eprints3/ingredients/kultur_slideshow/static/style/auto/z_kultur_slideshow_1.css */

@media only screen and (min-width:320px) and (max-width:1024px) {

.kultur_slideshow_mode_1
{
  width: 544px !important;
}

.kultur_slideshow_mode_1 #slideshow_cnt
{
  float: none;
  display: block;
}

.kultur_slideshow_mode_1 #slideshow_right
{
  display: block;
  padding-left: 5px;
  height: auto;
}

.kultur_slideshow_mode_1 #slideshow_cnt .slide
{
  position: inherit;
  margin: 0;
}

.kultur_slideshow_mode_1 #slideshow_captions
{
  height: 100px;
}

.kultur_slideshow_mode_1 #slideshow_idx
{
  padding-left: 45px;
}

#slideshow_right_title_1 { display: block; }
#slideshow_right_title_2 { display: none; }

} /* end media */



/* From: /opt/eprints3/lib/static/style/auto/z_metafield.css */

table.ep_metafield_compound,
table.ep_metafield_compound th,
table.ep_metafield_compound td
{
  border: 0.5px solid lightgray;
  border-spacing: 0px;
}

table.ep_metafield_compound th,
table.ep_metafield_compound td
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}



/* From: /opt/eprints3/ingredients/eprints_panels/static/style/auto/z_panels.css */

.ep_summary_page_actions { margin-bottom: 10px; }

ul.ep_panel_buttons
{
  padding-left: 0; 
  display: inline-block;
  margin-bottom: 2px;
  min-width: 90%;
}

li.ep_panel_links
{
  float: left;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 6px;
  margin-right: 2px;
  transition: 0.2s;
  list-style: none;
  min-width: 10px;
  text-align: center;
}

li.ep_panel_links:hover
{
  background-color: #ddd;
}

li.ep_panel_links.active
{
  background-color: #eee;
}

li.ep_panel_first
{
  margin-left: 20px;
}

li.ep_panel_nav
{
  display: inherit;
  float: right;
}

.ep_panel_content
{
  padding: 6px 12px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/* if we end up with nested panels */
.ep_panel_content .ep_panel_content
{
  box-shadow: 0 2px 6px rgba(085, 005, 255, 0.3);
}

.ep_panel_table
{
  display: table;
  margin-top: 10px;
}

.ep_panel_table_row
{
  display: table-row;
}

.ep_panel_table_header
{
  display: table-cell;
  text-align: right;
  padding: 3px;
  font-weight: bold;
  width: 150px;
}

.ep_panel_table_cell
{
  display: table-cell;
  vertical-align: top;
  padding: 3px;
}

.ep_panel_simple_title
{
  margin-bottom: 10px;
}


/* 
CITY-215: Fix panel controls, open and close buttons 
now use images instead of text
*/
.ep_panel_controls {
  float: right;

  width: min-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	padding: 5px;
  font-size: 0px;
  
	.ep_panel_controls_close, .ep_panel_controls_open {
		display: inline-block;
		width: 14px;
		height: 14px;
    	
		&.ep_panel_controls_close {
		  background: url('/style/images/minus.png');
		}
		
		&.ep_panel_controls_open {
		  background: url('/style/images/plus.png');
		}
	}
}

.ep_panel_title
{
  display: none;
}

#ep_panel_controls_close,
#ep_panel_controls_open
{
  cursor: pointer;
}

#ep_panel_controls_close
{
  display: none;
}

.ep_panel_hide
{
  display: none;
}

.ep_open_panel_all
{
  display: block;
  margin-bottom: 10px;
}

.ep_panel_blank
{
  border: inherit;
  box-shadow: inherit!important;
}

.ep_panels_all_opened #panel_blank
{
  display: block;
}
div.irstats2_summary_page_container_small {
  width: 48%;
}
@media only screen and (max-width: 1000px) {
  div.irstats2_summary_page_container_small {
    width: 100%;
  }
  .ep_panels {
    columns: 1;
  }
}


/* toggle control related */

.ep_panel_controls_toggle_a, .ep_panel_controls_toggle_b, .ep_panel_controls_toggle_a:hover, .ep_panel_controls_toggle_b:hover
{
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  height: 15px;
  width: 15px;
  font-size: 0px !important;
  padding-right: 5px;
}

.ep_panel_controls_toggle_a
{
  background-image: url(/style/images/column1.png);
}
.ep_panel_controls_toggle_b
{
  background-image: url(/style/images/column2.png);
}

.ep_panels_all_closed
{
  column-count: 1 !important;
}

/* disable the toggle controls */
/* .ep_panel_controls_toggle_a { display: none !important; } */




/* From: /opt/eprints3/ingredients/user_profile/static/style/auto/z_panels_user.css */

/* user profile page specific panel rules */
.ep_panel_container_user .ep_open_panel_all
{
  width: 305px;
  min-height: 305px;
  display: inline-block;
  float: left;
  overflow: auto;
  margin-left: 0px; /* was 4px */
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.ep_panel_table_row_profile_image .ep_panel_table_header
{
  display: none;
}

img.ep_profile_image
{
  height: 120px;
}

.ep_panel_table_cell p
{
  margin: 0;
}

#pub_lists_content li,
#all_lists_content li
{
  padding-bottom: 5px;
}

.ep_profile_stats_summary th a
{
  color: black;
}

.ep_profile_stats_summary td:nth-child(1)
{
  text-align: right;
  padding-right: 5px;
}
.ep_profile_stats_summary td:nth-child(3),
.ep_profile_stats_summary td:nth-child(4)
{
  text-align: center;
  min-width: 30px;
}

#ep_panel_my_latest ol
{
  margin-left: 0;
}

/* have div panels act as a list with 2 columns */

.ep_panels_all_opened
{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media only screen and (max-width: 800px)
{
  .ep_panel_container[id^=ep_panel_set_user_] .ep_panels_all_opened 
  {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.ep_panels_all_opened > div
{
  display: inline-block;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.ep_panel_container_user .ep_open_panel_all
{
  width: 100% !important;
  box-sizing: border-box;
}

.ep_panel_user_data
{
  float: right;
}
.ep_panel_user_dynamic_data
{
}
.ep_panel_user_metadata
{
  float: left;
}

/* profile image on public pages */
.ep_panel_user_profile_wrapper .ep_profile_image
{
	display: block;
}

.ep_panel_user_profile_wrapper .ep_profile_image img
{
	margin-left: auto;
	margin-right: auto;
}

/* alternative profile image styling rules */
.ep_panel_table_row_profile_image
{
  right: 0;
  top: 0px;
  margin-top: 0;
}

/* matches and tidies Safari, matches Chrome and is harmless */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
  .ep_panel_container[id^=ep_panel_set_user_] .ep_panels_all_opened > div { padding-top: 6px; }
}


ol.my_latest_as_creator li
{
  padding-bottom: 6px;
}

table.my_most_viewed_as_creator td
{
  vertical-align: top;
}



/* From: /opt/eprints3/ingredients/folding_abstract_page/static/style/auto/z_summary_pages.css */

/* 
Needed, or the "open" animation breaks
*/


.summary_page_doc {
    .summary_page_doc_info {
        text-align: center;
    }

    .summary_page_doc_icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}


section#documents {
    display: flex;
    flex-direction: column;
    gap: 0px;

    img {
        max-width: max-content;
    }

    summary {
        cursor: pointer;
        &::marker {
            content: none;
        }

        padding-top: 15px;
        padding-bottom: 10px;        

        > h2 {
            margin: 0px;
        }
    }

    ul.document_list {
        list-style: none;
        padding-left: 0px;

        display: flex;
        flex-flow: row wrap;
        width: 100%;
        align-items: center;


        
        &[size="single"] {
            justify-content: center;
            li {width: 100%;}
        }

        &[size="large"] {
            li {width: 50%;}
        }

        &[size="medium"] {
            li {width: 33%;}
        }

        &[size="small"] {
            li {width: 20%;}
        }
    }


    video, iframe {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;

        width: 668px;
        padding-bottom: 5px;
        max-height: 500px;
        object-fit: contain;       
    }

    iframe {
        padding: 10px;
    }

    img {
        width: 100%;
    }
}

.summary_page_doc {
    margin: 10px;
}

* {
    box-sizing: border-box;
}

@media screen and (max-width: 725px) {
    ul.document_list li {
        width: 100% !important;
    }
}


/* From: /opt/eprints3/ingredients/richtext/static/style/auto/z_tinymce_overrides.css */

.tox-tinymce { width: 100% !important; }



/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/zzz_local.css */


/*
 * This CSS file will be applied after all the built in styles.
 *
 * CSS files are loaded in alphabetic order, hence the  "zzz" in
 * the filename to force it to load after the other css files!
 *
 * Add any local over-rides here.
 *
 * To totally replace a system css file, create a file of the same
 * name in this directory. eg. messages.css
 *
*/


/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/zzzz_2026rebrand.css */

/* ==========================================================================
   GLOBAL VARIABLES & ROOT CONFIGURATION
   ========================================================================== */

:root {
    scroll-behavior: smooth;

    /* --- Theme Colors --- */
    --color-bg-main: #ffffff;
    --color-bg-alt: #f7f9fa;
    --color-text-main: #323232;
    --color-text-muted: #636363;
    --color-text-placeholder: #757575;

    --color-primary: #0069fa;
    --color-primary-hover: #cfff75;
    --color-accent-orange: #ff7533;
    --color-border: #dfdfdf;
    --color-border-dark: #4f6170;
    --color-border-light: #eaeaea;

    /* --- Typography --- */
    --font-sans: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    --font-heading: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;

    /* Dynamic Type Scale */
    --font-size--1: clamp(0.8333rem, 0.7962rem + 0.1812vw, 0.9375rem);
    --font-size-0: clamp(1rem, 0.9554rem + 0.2174vw, 1.125rem);
    --font-size-1: clamp(1.2rem, 1.1465rem + 0.2609vw, 1.35rem);
    --font-size-2: clamp(1.44rem, 1.3758rem + 0.313vw, 1.62rem);
    --font-size-3: clamp(1.728rem, 1.651rem + 0.3757vw, 1.944rem);
    --font-size-4: clamp(2.0736rem, 1.9812rem + 0.4508vw, 2.3328rem);
    --font-size-5: clamp(2.4883rem, 2.3774rem + 0.5409vw, 2.7994rem);
    --font-size-6: clamp(2.986rem, 2.8529rem + 0.6491vw, 3.3592rem);
    --font-size-7: clamp(3.5832rem, 3.4235rem + 0.779vw, 4.0311rem);
    --font-size-8: clamp(4.2998rem, 4.1082rem + 0.9347vw, 4.8373rem);
    --font-size-9: clamp(5.1598rem, 4.9298rem + 1.1217vw, 5.8048rem);

    /* --- Spacing System --- */
    --space-3xs: clamp(0.25rem, 0.2277rem + 0.1087vw, 0.3125rem);
    --space-2xs: clamp(0.5rem, 0.4777rem + 0.1087vw, 0.5625rem);
    --space-xs: clamp(0.75rem, 0.7054rem + 0.2174vw, 0.875rem);
    --space-s: clamp(1rem, 0.9554rem + 0.2174vw, 1.125rem);
    --space-m: clamp(1.5rem, 1.4332rem + 0.3261vw, 1.6875rem);
    --space-l: clamp(2rem, 1.9109rem + 0.4348vw, 2.25rem);
    --space-xl: clamp(3rem, 2.8663rem + 0.6522vw, 3.375rem);
    --space-2xl: clamp(4rem, 3.8217rem + 0.8696vw, 4.5rem);
    --space-3xl: clamp(6rem, 5.7326rem + 1.3043vw, 6.75rem);

    /* Responsive Space Pairs */
    --space-3xs-2xs: clamp(0.25rem, 0.1386rem + 0.5435vw, 0.5625rem);
    --space-2xs-xs: clamp(0.5rem, 0.3663rem + 0.6522vw, 0.875rem);
    --space-xs-s: clamp(0.75rem, 0.6163rem + 0.6522vw, 1.125rem);
    --space-s-m: clamp(1rem, 0.7549rem + 1.1957vw, 1.6875rem);
    --space-m-l: clamp(1.5rem, 1.2326rem + 1.3043vw, 2.25rem);
    --space-l-xl: clamp(2rem, 1.5098rem + 2.3913vw, 3.375rem);
    --space-2xl-3xl: clamp(4rem, 3.0196rem + 4.7826vw, 6.75rem);
    --space-s-l: clamp(1rem, 0.5543rem + 2.1739vw, 2.25rem);
    --space-xl-2xl: clamp(3rem, 2.4652rem + 2.6087vw, 4.5rem);
    --space-xl-3xl: clamp(3rem, 1.663rem + 6.5217vw, 6.75rem);
    --space-l-3xl: clamp(2rem, 0.3065rem + 8.2609vw, 6.75rem);

    /* --- Layout & Design Tokens --- */
    --grid-max-width: 95rem;
    --grid-gutter: var(--space-s-l);
    --grid-columns: 12;
    --grid-layout: repeat(var(--grid-columns), 1fr);
    --content-flow: var(--font-size-1);

    --border-radius-s: 0.75rem;
    --border-radius-m: 1rem;
    --border-radius-full: 999px;

    --box-shadow-soft: 0 0.75rem 2rem rgba(50, 50, 50, 0.06);
    --box-shadow-medium: 0 0.75rem 2rem rgba(50, 50, 50, 0.12);
    --box-shadow-dropdown: rgba(5, 17, 26, 0.2) 0px 0.5rem 1rem -0.5rem;

    --transition-standard: 225ms cubic-bezier(0.33, 1, 0.68, 1);
    --focus-ring-outline: 3px solid color-mix(in srgb, var(--color-accent-orange) 45%, transparent);
}

/* ==========================================================================
   ARCHIVE INFORMATION - SUMMARY PAGE CARD LAYOUT
   ========================================================================== */

.su-archive-info {
    margin-block: var(--space-m);
}

.su-archive-info > summary {
    cursor: pointer;
}

.su-archive-info > summary h2 {
    display: inline;
}

.su-archive-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-l);
    margin-top: var(--space-m);
}

@media only screen and (min-width: 62rem) {
    .su-archive-grid {
        grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
        align-items: start;
    }
}

.su-archive-column {
    min-width: 0;
}

.su-archive-group {
    margin-block: var(--space-l);
}

.su-archive-group:first-child {
    margin-top: 0;
}

.su-archive-group-title {
    margin: 0 0 var(--space-s);
    font-size: var(--font-size-2);
}

.su-card-list {
    display: grid;
    gap: var(--space-xs);
}

.su-card-row,
.su-card-panel {
    border: 1px solid var(--color-border-light);
    border-radius: var(--border-radius-s);
    background-color: var(--color-bg-alt);
    padding: 0.875rem 1rem;
}

.su-card-row {
    display: grid;
    gap: 0.25rem;
}

@media only screen and (min-width: 40rem) {
    .su-card-row {
        grid-template-columns: minmax(12rem, 0.9fr) minmax(0, 2.1fr);
        align-items: start;
        column-gap: 1rem;
    }
}

.su-card-label {
    font-weight: 600;
    color: var(--color-text-muted);
}

.su-card-value {
    min-width: 0;
    font-weight: 500;
}

.su-card-value img {
    display: inline-block;
}

.su-card-value a {
    overflow-wrap: anywhere;
}


/* ==========================================================================
   FONT FACE DEFINITIONS
   ========================================================================== */

@font-face {
    font-family: "Roboto";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
@font-face {
    font-family: "Roboto";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
@font-face {
    font-family: "Roboto";
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}


/* ==========================================================================
   BASE & REUSABLE STYLES
   ========================================================================== */

html.no-scroll,
html.no-scroll body {
    overflow: hidden;
}

body {
    min-height: 100vh;
    font-family: var(--font-sans);
    font-size: var(--font-size-0);
    line-height: 1.5;
    color: var(--color-text-main);
    background-color: var(--color-bg-main);
}

a {
    color: var(--color-primary);
    text-decoration-skip-ink: auto;

    &:visited {
        color: var(--color-primary);
    }

    &:not([class]) {
        font-weight: 500;
        text-underline-offset: max(2px, 0.125rem);
        text-decoration-thickness: max(2px, 0.125rem);
    }
}

img, picture, video, canvas, svg {
    display: block;
    max-width: fit-content;
    height: auto;
}

img {
    width: 100%;
}

/* Headings */
h1, .h1 {
    font-family: var(--font-heading);
    font-size: var(--font-size-6);
    font-weight: 700;
    line-height: 1.08;
}

h2, .h2, .ep_view_browse_intro {
    font-family: var(--font-heading);
    font-size: var(--font-size-5);
    font-weight: 700;
    line-height: 1.15;
}

h5, .h5 {
    font-family: var(--font-sans);
    font-size: var(--font-size-2);
    font-weight: 700;
    line-height: 1.15;
}

/* Grid Utility */
.u-grid {
    display: grid;
    gap: var(--space-s-l) var(--grid-gutter);
}

/* Common Primary Action Button (Grouped with formerly extended classes) */
.ep_form_action_button,
.ep_view_browse_list ul li a,
.page_IRStats2_Report .page-content-wrapper .irstats2_options_filters input[type="submit"],
.page_IRStats2_Report .page-content-wrapper .irstats2_export_content input[type="submit"] {
    font: inherit;
    font-weight: 500;
    text-underline-offset: max(2px, 0.125rem);
    text-decoration-thickness: max(2px, 0.125rem);
    transition: var(--transition-standard);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    min-height: 2.875rem;
    padding: 0.85rem 1.5rem;
    border: 2px solid var(--color-primary);
    border-radius: var(--border-radius-full);
    background-color: var(--color-primary);
    color: var(--color-bg-main);
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    cursor: pointer;

    &:hover,
    &:focus {
        border-color: var(--color-primary-hover);
        background-color: var(--color-primary-hover);
        color: var(--color-text-main);
    }
}


/* ==========================================================================
   HEADER & NAVIGATION COMPONENTS
   ========================================================================== */

header.ep-header-component {
    display: block;
    width: 100%;
    background-color: var(--color-bg-alt);

    /* --- Top Navigation Bar --- */
    .header__top-nav-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin: 0 auto;
        max-width: var(--grid-max-width);
        border-bottom: 1px solid var(--color-border);

        nav.ep-top-Nav-component {
            display: none;

            @media only screen and (min-width: 48rem) {
                justify-content: flex-end;
            }

            @media only screen and (min-width: 62rem) {
                display: flex;
                align-items: center;
                padding: var(--space-xs) var(--space-s);
                height: 50px;
            }
        }

        .top-nav__list {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: var(--space-s);
            margin: 0;
            padding: 0;
            list-style: none;

            .top-nav__list-item {
                font-weight: 400;
                color: var(--color-text-muted);
                border-right: 1px solid var(--color-text-muted);
                padding-right: var(--space-s);
                line-height: 16px;
                cursor: pointer;

                a {
                    font-weight: 400;
                    color: var(--color-text-muted);
                    list-style: none;
                    text-decoration: none;
                }

                &:last-child {
                    border-right: none;
                }
            }
        }
    }

    /* --- Main Header Container --- */
    .header__container {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: var(--space-s);
        max-width: var(--grid-max-width);

        .header__logo-container {
            a.link {
                display: inline-flex;
            }

            .header__logo {
                max-height: 88px;
                max-width: 190px;
                min-height: 68px;
            }
        }

        /* Desktop Navigation Inline Links */
        .desktop-nav {
            display: none;

            @media screen and (min-width: 1000px) {
                display: block;
            }

            .desktop-nav__nav-list {
                display: none;
                flex-flow: wrap;
                justify-content: space-between;
                align-items: center;
                gap: 1.25rem;
                list-style-type: none;
                padding: 0;
                margin: 0;

                @media screen and (min-width: 1000px) {
                    display: flex;
                }

                .desktop-nav__nav-list-item {
                    display: flex;
                    cursor: pointer;

                    &.active {
                        color: var(--color-text-main);
                        border-bottom: 2px solid var(--color-primary);
                        transition: var(--transition-standard);
                    }

                    a {
                        text-decoration: none;
                    }

                    .desktop-nav__nav-list-button {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        gap: 0;
                        font-weight: 500;
                        position: relative;
                        border: none;
                        background-color: transparent;
                        color: var(--color-text-main);
                        padding: var(--space-xs) 0;
                        cursor: pointer;
                        transition: var(--transition-standard);
                    }
                }
            }
        }

        /* Header Search & Mobile Trigger Container */
        .header__button-container {
            display: flex;
            flex-direction: row;
            align-items: center;

            .search-button {
                display: flex;
                align-items: center;
                width: max-content;
                gap: var(--space-3xs);
                border: none;
                cursor: pointer;
                padding: var(--space-xs) 0;
                background-color: transparent;
                transition: var(--transition-standard);
                font-weight: 500;

                svg {
                    min-height: 24px;
                    min-width: 24px;
                }
            }

            .header__hamburger-container {
                display: block;

                @media screen and (min-width: 1000px) {
                    display: none;
                }
            }
        }
    }
}

.ep_tm_key_tools_item_link {
    margin-left: 1rem;
}

/* --- Desktop Dropdown Component --- */
.desktopNavcomponent {
    --font-color: var(--color-text-main);
    --background-color: var(--color-bg-main);
    --hover-font-color: var(--color-primary);

    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-l) var(--space-m) var(--space-2xl);
    max-width: 75rem;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: 1s ease-in-out;
    z-index: 100;
    background-color: var(--background-color);
    box-shadow: var(--box-shadow-dropdown);
    margin: 0 auto;

    &.show {
        display: flex;
    }

    .desktop-nav__sub-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        transition: 1s ease-in-out;
        opacity: 1;
        height: max-content;
        z-index: 100;
        background-color: inherit;

        .desktop-nav__sub-menu-container {
            display: grid;
            align-items: start;
            max-width: 75rem;
            grid-template-areas:
                "feature-card menu-one menu-two"
                "feature-card menu-one menu-two";
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
            margin: 0 auto;
            background-color: inherit;

            .desktop-nav__feature-card {
                position: relative;
                padding-right: var(--space-l);
                z-index: 1;
                height: 100%;

                & > .image-card {
                    height: 100%;
                    max-width: 320px;
                }

                .image-card {
                    transition: color var(--transition-standard);
                    position: relative;
                    cursor: default;

                    .container {
                        position: relative;
                        display: flex;
                        flex-flow: column;
                        justify-content: flex-end;
                        padding: var(--space-s);
                        border-radius: 0;
                        height: inherit;
                        aspect-ratio: 1 / 1;
                        cursor: pointer;
                        overflow: hidden;
                        color: var(--color-bg-main);

                        @media only screen and (min-width: 30rem) {
                            aspect-ratio: unset;
                        }

                        .image-card__bg {
                            position: absolute;
                            inset: 0;
                            background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/images/sunderland.webp") center center / cover no-repeat;
                            transition: transform var(--transition-standard);
                            will-change: transform;
                            z-index: 0;
                        }

                        .image-card__content {
                            position: relative;
                            z-index: 1;
                            display: flex;
                            flex-flow: column-reverse;
                            align-items: center;
                            justify-content: space-between;
                            gap: var(--space-2xl);
                            height: 100%;

                            @media only screen and (min-width: 48rem) {
                                flex-flow: row;
                                gap: var(--space-s);
                            }

                            .image-card__title {
                                align-self: flex-start;
                                padding-block-end: 0.5em;
                                font-family: var(--font-sans);
                                font-size: var(--font-size-3);
                                font-weight: 700;
                                line-height: 1.15;
                                text-decoration: none;

                                @media only screen and (min-width: 48rem) {
                                    align-self: flex-end;
                                }

                                a {
                                    color: var(--color-bg-main);
                                    text-decoration: none;

                                    &::after {
                                        position: absolute;
                                        content: "";
                                        inset: 0;
                                    }
                                }
                            }
                        }
                    }
                }
            }

            .desktop-nav__sub-menu {
                display: flex;
                gap: var(--space-s);
                width: 100%;
                position: relative;
                left: 0;
                flex-direction: column;
                list-style-type: none;
                margin: 0;
                padding: 0;
                background-color: inherit;

                .desktop-nav__sub-menu-item {
                    display: flex;
                    flex-direction: row;
                    align-items: center;

                    .desktop-nav__sub-menu-link {
                        position: relative;
                        text-decoration: none;
                        max-width: fit-content;
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        gap: 5px;
                        color: var(--font-color);
                        padding: 0;

                        .desktop-nav__sub-menu-label {
                            display: flex;
                            align-items: center;
                            font-weight: 600;
                        }
                    }
                }
            }
        }
    }
}

/* --- Mobile Navigation Drawer Component --- */
.mobileNavcomponent {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    pointer-events: none;

    &.show {
        display: block;

        .mobile-nav__content {
            display: flex;
        }
    }

    .mobile-nav__overlay {
        position: absolute;
        inset: 0;
    }

    .mobile-nav__content {
        position: absolute;
        top: 108px;
        inset-inline: 0;
        bottom: 0;
        background-color: var(--color-bg-alt);
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
        box-shadow: rgba(6, 40, 65, 0.2) 0px 0.5rem 1rem -0.5rem;
        padding: 0;
        pointer-events: all;

        .mobile-nav__sub-menu {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            list-style-type: none;
            padding: 0;
            background-color: inherit;
        }

        .mobile-nav__sub-menu-item {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 100%;
            padding: var(--space-m);

            &.primary {
                font-weight: 700;
                color: var(--color-text-main);
                font-size: var(--font-size-0);

                .mobile-nav__sub-menu-button {
                    gap: var(--space-m);
                    justify-content: space-between;
                    width: 100%;
                    color: inherit;
                }
            }
        }

        .mobile-nav__sub-menu-button,
        .mobile-nav__sub-menu-link {
            display: flex;
            flex-direction: row;
            gap: var(--space-xs);
            align-items: center;
            justify-content: space-between;
            padding: 0;
            text-decoration: none;
            color: inherit;
            width: 100%;
            border: none;
            background-color: transparent;
            cursor: pointer;
            font-family: var(--font-heading);
            font-weight: 500;
            font-size: var(--font-size-1);
        }
    }
}

/* --- Search Overlay Component --- */
.searchOverlaycomponent {
    --var-border-color: var(--color-text-main);
    display: none;
    justify-content: center;
    align-items: center;
    padding: var(--space-xl) 0;
    box-shadow: rgba(6, 40, 65, 0.2) 0px 0.5rem 1rem -0.5rem;
    background-color: var(--color-bg-alt);

    &.show {
        display: flex;
    }

    .search-overlay__container {
        display: flex;
        flex-direction: column;
        gap: var(--space-xl);
        max-width: 75rem;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        padding-inline: var(--space-s-l);
        margin-inline: auto;

        .search-overlay__title {
            font-family: var(--font-heading);
            font-size: var(--font-size-5);
            font-weight: 700;
            line-height: 1.15;
            color: var(--color-text-main);
        }

        .search-overlay__form {
            --var-border-color: var(--color-border-dark);
            --var-focus-ring: var(--color-accent-orange);
            --var-bg: var(--color-bg-main);
            --var-text: var(--color-text-placeholder);
            --var-shadow-focus: var(--focus-ring-outline);

            width: 100%;
            position: relative;
            display: flex;
            justify-content: center;

            .search-input__fieldWrapper {
                position: relative;
                width: 100%;
                display: flex;
                align-items: stretch;
            }

            .search-input__submit-button {
                position: absolute;
                left: 20px;
                top: 0;
                bottom: 0;
                width: clamp(2.25rem, 2.5rem, 3rem);
                background: transparent;
                border: none;
                cursor: pointer;
                border-radius: 40px 0 0 40px;
                padding: 0;
                margin: 0;
                z-index: 1;
                color: var(--color-text-muted);
            }

            input {
                appearance: none;
                color: var(--var-text);
                width: 100%;
                padding-top: 1.125rem;
                padding-bottom: 1.125rem;
                padding-left: calc(var(--space-l) + 1.2rem);
                padding-right: calc(var(--space-l) + 1.2rem);
                background: var(--var-bg);
                border: 1px solid var(--var-border-color);
                border-radius: 40px;
                transition: border-color 0.2s, box-shadow 0.25s, background-color 0.25s;
            }
        }
    }
}


/* ==========================================================================
   FOOTER COMPONENT
   ========================================================================== */

footer.footer-component {
    --background-icon: var(--color-bg-alt);

    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    background-color: var(--color-bg-main);
    padding-top: var(--space-2xl-3xl);

    @media (min-width: 48rem) {
        display: flex;
    }

    /* Angular background slice */
    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: var(--background-icon);
        clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 100%);
        pointer-events: none;
        z-index: 0;

        @media only screen and (min-width: 48rem) {
            width: 100%;
            height: 100%;
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
        }
    }

    .footer__content-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 100%;
        z-index: 1;
        max-width: var(--grid-max-width);
        padding-inline: var(--space-s-l);
        margin-inline: auto;
    }

    /* Common List resets in footer */
    .footer__list {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;

        @media only screen and (min-width: 48rem) {
            text-align: left;
        }

        li {
            display: flex;
            flex-direction: column;
        }
    }

    /* --- Footer Top Row --- */
    .footer__top-row {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding-bottom: var(--space-xl);
        gap: var(--space-xl);

        @media only screen and (min-width: 62rem) {
            flex-direction: row;
        }

        .footer__logo-container {
            display: flex;
            flex-direction: column;
            gap: var(--space-m);
            align-items: center;

            @media only screen and (min-width: 48rem) {
                flex-direction: row;
                align-items: unset;
            }

            .logo {
                max-height: 88px;
                max-width: 190px;
            }

            .tef {
                max-height: 88px;
                max-width: 176px;
            }
        }

        .footer__list.contacts {
            flex-direction: column;
            gap: var(--space-m);

            @media only screen and (min-width: 48rem) {
                flex-direction: row;
            }

            .contact-list-item {
                span, a {
                    font-size: var(--font-size-2);
                    font-weight: 600;
                    color: var(--color-primary);
                    text-decoration: none;

                    &:hover {
                        cursor: pointer;
                    }
                }
            }
        }
    }

    /* Social Links Sub-block */
    .socialLinks-component {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: var(--space-2xs);

        @media only screen and (min-width: 48rem) {
            flex-wrap: nowrap;
        }

        li {
            a {
                display: flex;
                text-decoration: none;
                color: inherit;
                padding: var(--space-m) var(--space-s) 1rem 1rem;
            }

            .social-icon {
                display: inline-block;
                flex-shrink: 0;
            }
        }
    }

    /* --- Footer Second & Third Rows --- */
    .footer__second-row,
    .footer__third-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding-bottom: var(--space-xl);
        gap: var(--space-xl);

        @media only screen and (min-width: 48rem) {
            flex-direction: row;
        }
    }

    .footer__second-row {
        align-items: center;

        @media only screen and (min-width: 48rem) {
            align-items: flex-start;
        }

        .footer__second-row-list-container {
            display: flex;
            justify-content: center;
            gap: var(--space-m);
        }

        .footer__list.navigation {
            flex-direction: column;
            gap: var(--space-xs);

            @media only screen and (min-width: 48rem) {
                gap: var(--space-s);
            }

            li {
                &:first-of-type {
                    font-weight: 700;
                }

                a {
                    color: var(--color-text-main);
                    font-weight: 400;
                    text-decoration: none;
                }
            }
        }

        .footer__map-image-container {
            display: flex;
            flex-direction: column;
            gap: var(--space-m);

            @media only screen and (min-width: 48rem) {
                padding-left: var(--space-xl);
            }

            @media only screen and (min-width: 62rem) {
                flex-direction: row;
            }

            .footer__address-container {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: var(--space-xs);
                text-align: center;

                @media only screen and (min-width: 48rem) {
                    align-items: flex-start;
                    text-align: left;
                }

                @media only screen and (min-width: 62rem) {
                    max-width: 210px;
                }

                .footer__address {
                    font-style: normal;

                    @media only screen and (min-width: 48rem) {
                        text-align: left;
                    }
                }
            }
        }
    }

    .footer__list.third {
        align-items: center;
        flex-direction: column;
        gap: var(--space-s);

        @media only screen and (min-width: 30rem) {
            flex-flow: wrap;

            li {
                padding-right: var(--space-s);
                border-right: 1px solid var(--color-text-main);
            }
        }

        li a {
            color: var(--color-text-main);
            font-size: smaller;
            text-decoration: none;
        }
    }
}


/* ==========================================================================
   USER LOGIN STATUS BAR
   ========================================================================== */

.login-status-container {
    background-color: var(--color-bg-alt);
    position: relative;
    display: flex;
    justify-content: end;
    min-width: 18rem;
    max-width: 100%;
    margin-left: auto;
    width: 100%;
    height: 4.6875rem;

    .ep_tm_key_tools {
        width: max-content;
        min-width: 18rem;
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 0.5rem;
        margin: 0;
        padding: 0;
        list-style: none;

        .ep_tm_key_tools_item {
            display: none;
            width: 100%;
            margin: 0;
            padding: 0.35rem 0;
            border: 0;
            color: var(--color-text-main);
            font-weight: 500;

            &:first-child {
                display: flex;
                position: relative;
                align-items: center;
                gap: 0.5rem;
                min-height: 2.75rem;
                padding: 0.75rem 1rem;
                cursor: pointer;
                justify-content: end;

                &::after {
                    content: "▾";
                    color: var(--color-text-muted);
                    font-size: 0.85em;
                    line-height: 1;
                }

                &:only-child::after {
                    content: none;
                }
            }
        }

        /* Hover/Focus Dropdown menu effect */
        &:has(.ep_tm_key_tools_item:nth-child(2)):hover,
        &:has(.ep_tm_key_tools_item:nth-child(2)):focus-within {
            position: absolute;
            top: 0;
            right: max(0px, calc((100% - var(--grid-max-width)) / 2));
            z-index: 10;
            flex-direction: column;
            gap: 0.25rem;
            min-width: min(100%, 18rem);
            padding: 0.5rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-main);
            box-shadow: var(--box-shadow-medium);

            .ep_tm_key_tools_item:not(:first-child) {
                display: flex;
            }
        }
    }

    .ep_tm_key_tools_item_link,
    .ep_tm_key_tools_item a {
        display: inline-flex;
        align-items: center;
        min-height: 2.5rem;
        padding: 0.65rem 1rem;
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-full);
        background-color: var(--color-bg-main);
        color: var(--color-primary);
        text-decoration: none;
        transition: var(--transition-standard);

        &:hover,
        &:focus {
            border-color: var(--color-primary);
            background-color: var(--color-primary);
            color: var(--color-bg-main);
        }
    }

    .ep_name_citation a {
        color: inherit;
        text-decoration: none;
    }
}

body:is(.page_static, .page_static_page) {
    .login-status-container {
        width: 100%;
        padding-right: calc((100% - var(--grid-max-width)) / 2);
    }
}


/* ==========================================================================
   MAIN LAYOUT & HERO COMPONENTS
   ========================================================================== */

/* Page Outer Layout Wrapper */
body:not(.page_static):not(.page_static_page) {
    .page-content-wrapper {
        width: 100%;
        max-width: var(--grid-max-width);
        margin: 1rem auto;
        padding: var(--space-s);

        @media screen and (max-width: 90rem) {
            max-width: 87rem;
        }

        #ep_messages {
            margin-bottom: var(--space-m);
        }

        /* Review Box Overlay Rules */
        #ep_review_instructions {
            &.ep_summary_box {
                margin-bottom: var(--space-l);
                border: 1px solid var(--color-border);
                border-radius: var(--border-radius-m);
                overflow: hidden;
                background-color: var(--color-bg-main);
                box-shadow: var(--box-shadow-soft);
            }

            .ep_summary_box_title {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 0.75rem;
                padding: 1rem 1.25rem;
                border-bottom: 1px solid var(--color-border);
                background-color: var(--color-bg-alt);
                font-family: var(--font-heading);
                font-weight: 700;

                a {
                    display: inline-flex;
                    align-items: center;
                    gap: 0.5rem;
                    color: var(--color-primary);
                    text-decoration: none;
                }
            }

            .ep_summary_box_body {
                padding: 1.25rem;
            }

            #ep_review_instructions_content_inner {
                max-width: 75ch;
            }

            h2, h3 {
                margin-top: var(--space-m);
                margin-bottom: var(--space-xs);
            }

            textarea {
                width: 100%;
                max-width: 100%;
                min-height: 8rem;
                padding: 1rem;
                border: 1px solid var(--color-border);
                border-radius: var(--border-radius-m);
                font: inherit;
            }
        }

        /* Panels and Tabs */
        .ep_panel_container {
            margin-top: var(--space-l);
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-main);
            box-shadow: var(--box-shadow-soft);
            overflow: hidden;
        }

        .ep_panel_buttons, .ep_tab_bar {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            margin: 0;
            padding: 0;
            list-style: none;
            border-bottom: 1px solid var(--color-border);
            background-color: var(--color-bg-alt);
        }

        .ep_panel_links, .ep_tab_bar li {
            display: inline-flex;
            align-items: center;
            min-height: 3rem;
            padding: 0.85rem 1.1rem;
            color: var(--color-text-main);
            font-weight: 500;
            cursor: pointer;
            border-right: 1px solid var(--color-border);
        }

        .ep_tab_bar li {
            padding: 0 1.1rem;

            .ep_tab_link {
                background-color: transparent;
                width: 100%;
                justify-content: start;
            }

            &.ep_tab_selected {
                background-color: var(--color-bg-main);
                color: var(--color-primary);
                border-bottom: 3px solid var(--color-primary);
                margin-bottom: -1px;

                .ep_tab_link {
                    background-color: transparent;
                }
            }
        }

        .ep_panel_links.active {
            background-color: var(--color-bg-main);
            color: var(--color-primary);
            border-bottom: 3px solid var(--color-primary);
            margin-bottom: -1px;
        }

        .ep_panel_controls#ep_panel_set_user_0_controls {
            border: none;
            background-color: transparent;
            position: relative;
            padding-top: 1.5rem;

            &::before {
                content: "Panel Controls";
                display: block;
                line-height: 1;
                font-size: var(--font-size--1);
                width: 100%;
                position: absolute;
                top: 0.25rem;
                left: 0.25rem;
            }
        }

        .ep_panel_controls, .ep_tab_link {
            display: flex;
            justify-content: flex-end;
            gap: 0.5rem;
            padding: 0.75rem 1rem;
            border: 0;
            border-bottom: 1px solid var(--color-border);
            background-color: var(--color-bg-main);
        }

        .ep_panel_controls a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 2.25rem;
            min-height: 2.25rem;
            padding: 0 0.5rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-full);
            color: var(--color-primary);
            text-decoration: none;
            background-repeat: no-repeat;
            background-position: center;
        }

        .ep_panel_content {
            padding: 1rem 1.25rem 1.25rem;
        }

        .ep_panel_body {
            padding: 0;
        }

        .ep_panel_table {
            display: grid;
            gap: 1rem;

            .ep_panel_table_row {
                display: grid;
                grid-template-columns: minmax(9rem, 18rem) 1fr;
                gap: 1rem;
                padding: 0.85rem 0;
                border-bottom: 1px solid var(--color-border-light);

                &:last-child {
                    border-bottom: 0;
                }
            }

            .ep_panel_table_header {
                font-weight: 700;
                color: var(--color-text-main);
            }

            .ep_panel_table_cell {
                word-break: break-word;
            }
        }

        .ep_profile_image {
            max-width: 10rem;
            width: 100%;
            height: auto;
            border-radius: var(--border-radius-m);
            border: 1px solid var(--color-border);
        }

        .meprints_bar {
            margin-top: var(--space-l);
            padding: 1rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-alt);
            box-shadow: var(--box-shadow-soft);
        }

        dl.ep_action_list {
            display: block;
        }

        .ep_action_list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }
    }
}

/* Page Browse & Utility Sections */
.ep_view_browse_intro {
    margin-bottom: var(--space-m);
}

.ep_view_browse_list {
    ul {
        display: flex;
        flex-wrap: wrap;
        gap: var(--space-m);
        padding: 0;

        li {
            list-style: none;

            a {
                display: flex;
                width: fit-content;
                max-width: 100%;
                padding: 1.2em 1.5em;
                border-radius: 100px;
            }
        }
    }
}

.no_link_decor {
    a {
        color: var(--color-primary);
        text-decoration-skip-ink: auto;
        margin-bottom: var(--space-m);

        &::before {
            content: "↲";
            display: inline-block;
            transform: rotate(90deg);
            font-weight: 800;
            font-size: xx-large;
            margin-right: 4px;
        }

        img {
            display: none;
        }
    }
}

/* Export Bar Component */
.ep_export_bar {
    div:first-of-type {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: center;

        label {
            margin-top: 1rem;
            font-family: var(--font-sans);
            font-size: var(--font-size-2);
            font-weight: 700;
            line-height: 1.15;
            margin-right: 0.5rem;
            width: 100%;

            @media screen and (max-width: 48rem) {
                width: 100%;
            }
        }

        #export-format {
            appearance: none;
            -webkit-appearance: none;
            font: inherit;
            font-weight: 500;
            color: var(--color-text-main);
            background-color: var(--color-bg-main);
            border: 2px solid var(--color-primary);
            border-radius: 100px;
            padding: 0.85em 2.75em 0.85em 1.1em;
            line-height: 1.2;
            cursor: pointer;
            transition: var(--transition-standard);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23323232' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 0.85rem auto;
            margin-right: 0.5rem;

            &:hover {
                background-color: var(--color-primary);
                color: var(--color-bg-main);
            }

            &:focus-visible {
                outline: var(--focus-ring-outline);
                outline-offset: 2px;
            }
        }

        .ep_form_action_button {
            padding: 1.2em 1.5em;
            border-radius: 100px;
            width: fit-content;
            max-width: 100%;
        }
    }
}

.ep_view_page {
    &.ep_view_page_view_creators {
        margin-top: var(--space-m);

        .ep_view_group_by {
            padding: var(--space-s) 0;
            display: flex;
            justify-content: end;
            gap: 5px;
            border: none !important;
            box-shadow: none;
        }
    }

    h2 {
        border-bottom: none;
        margin-bottom: var(--space-m);
    }
}

.ep_view_timestamp {
    margin-top: 4rem;
    font-style: italic;
}

div.irstats2_view {
    font-family: var(--font-sans);
    font-size: var(--font-size-0);
    line-height: 1.5;
    color: var(--color-text-main);
}

/* Landing Hero Banner */
.landing-hero {
    margin-block-end: var(--space-3xl);
    --content-index: 2;
    --search-bar-index: 3;
    --stroke-index: 1;
    --bg-index: -1;
    --hero-space-top: clamp(1.5rem, 3vw, 5rem);
    --hero-space-between: clamp(1rem, 2.2vw, 3rem);
    --hero-space-bottom: clamp(2.5rem, 8vh, 7rem);
    --hero-search-extra-bottom: clamp(0rem, 3vh, 3rem);
    --hero-title-search-gap: clamp(1.25rem, 2.5vw, 3.5rem);

    position: relative;
    background-color: var(--color-bg-main);
    min-height: clamp(28rem, 70vh, 48rem);
    min-block-size: clamp(28rem, 70vh, 48rem);
    height: 100%;
    padding: 0;

    .u-grid {
        display: flex;
        flex-flow: column;
        padding-inline: var(--space-s-l);
        margin-inline: auto;
        height: auto;
        max-width: var(--grid-max-width);
        min-height: inherit;
        min-block-size: inherit;
        justify-content: center;

        @media only screen and (min-width: 68.75rem) {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-template-rows: 1fr auto;
            row-gap: clamp(1rem, 2.2vw, 3rem);
            align-items: stretch;
        }

        &::before {
            content: "";
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            background: var(--color-bg-alt);
            clip-path: polygon(0px 0px, 100% 0px, 130% 100%, 0px 80%);
            pointer-events: none;
            z-index: 0;
        }
    }

    .landing-hero__content {
        position: relative;
        display: flex;
        flex-flow: column;
        gap: clamp(1rem, 2.2vw, 3rem);
        z-index: 2;

        @media only screen and (min-width: 68.75rem) {
            grid-area: 1 / 1 / span 2 / span 6;
            display: grid;
            grid-template-rows: 1fr auto auto;
            gap: clamp(1rem, 2.2vw, 3rem);
            align-content: start;
            justify-items: start;
            block-size: 100%;

            &.full-width {
                grid-area: 1 / 1 / span 2 / span 8;
            }
        }
    }

    .landing-hero__main-content {
        display: flex;
        flex-flow: column;
        gap: clamp(1.75rem, 1.6vw, 2.5rem);

        @media only screen and (min-width: 68.75rem) {
            align-self: center;
        }
    }

    .hero-title {
        display: flex;
        flex-direction: column;
        font-weight: 800;
        margin: 0;
        overflow-wrap: anywhere;
        color: var(--color-text-main);
        width: auto;
        font-size: clamp(2.4rem, 6vw, var(--font-size-6));
        font-family: var(--font-heading);
        line-height: 1.08;
    }

    .lead {
        font-size: var(--font-size-1);
        line-height: 1.5;
    }

    .landing-hero__media {
        position: relative;
        margin-block-start: clamp(1rem, 2.2vw, 3rem);
        overflow: visible;

        @media only screen and (min-width: 68.75rem) {
            grid-area: 1 / 7 / span 2 / span 6;
            order: 3;
            margin-block-start: 0;
            height: 100%;
            align-self: stretch;
        }
    }

    .hero-image {
        width: 100%;
        z-index: 3;
        transform: rotate(3deg);
        max-height: 50rem;
        object-fit: cover;
        border-radius: 20px !important;

        @media only screen and (min-width: 68.75rem) {
            height: 100%;
            max-height: 40rem;
        }
    }
}


/* ==========================================================================
   CONTENT CARDS & SLIDESHOWS
   ========================================================================== */

/* Recent Additions Container */
.latest-additions-container {
    max-width: var(--grid-max-width);
    padding-inline: var(--space-s-l);
    margin-inline: auto;
    margin-block-start: var(--space-xl);

    .feature-content {
        scroll-margin-top: 100px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        background-color: var(--color-accent-orange);
        gap: var(--space-s);

        @media only screen and (min-width: 48rem) {
            flex-direction: row;
        }

        @media only screen and (min-width: 68.75rem) {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-auto-rows: auto;
            align-items: start;
            gap: var(--space-s);
        }

        @media only screen and (min-width: 90rem) {
            gap: calc(var(--space-s) + 30px);
        }

        .feature-content__content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            padding: var(--space-m);
            gap: var(--space-s);
            background-color: var(--color-accent-orange);
            color: var(--color-text-main);

            @media only screen and (min-width: 48rem) {
                padding: var(--space-m);
                flex: 1 1 0%;
            }

            @media only screen and (min-width: 68.75rem) {
                grid-area: 1 / 1 / auto / -1;
                display: grid;
                align-content: center;
                justify-items: start;
                block-size: 100%;
                padding: var(--space-xl);
            }
        }
    }
}

/* Card Listings Grid Component */
.listing-cards-component {
    margin-block-start: var(--space-xl);
    max-width: var(--grid-max-width);
    padding-inline: var(--space-s-l);
    margin-inline: auto;

    .listing-cards .listing-cards {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: var(--space-m);
        color: var(--color-text-main);
    }

    .listing-cards__container {
        display: flex;
        flex-direction: column;

        @media only screen and (min-width: 48rem) {
            &:not(.is-single-row) {
                flex-flow: wrap;
                gap: var(--space-m);

                & > * {
                    flex: 1 1 calc(25% - var(--space-m));
                    min-width: 280px;
                }
            }
        }
    }

    .listingCardcomponent {
        padding: var(--space-s) 0;
        background-color: var(--color-bg-main);
    }

    .listing-card__content {
        display: flex;
        flex-direction: column;
        gap: var(--space-xs);
        height: 100%;
        width: 100%;
        position: relative;

        @media only screen and (min-width: 62rem) {
            flex-direction: row;
        }
    }

    .listing-card__image-container {
        position: relative;
        height: 244px;
        min-width: 224px;
        max-width: 224px;

        a {
            display: block;
            height: 100%;
            width: 100%;
        }

        img {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center top;
            max-width: 100%;
        }
    }

    .link {
        color: inherit;
        text-decoration: none;
    }

    .listing-card__content-container {
        display: flex;
        background-color: var(--color-bg-main);
        width: 100%;
        gap: var(--space-l);
        cursor: pointer;
    }

    .ListingCardTextContainerStyled {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: var(--space-s);
        padding: var(--space-s) 0;
        height: fit-content;
        width: 100%;

        @media only screen and (min-width: 62rem) {
            padding: 0;
        }

        .listing-card__title-link {
            font-weight: 700;
            line-height: 1.2;
        }
    }
}

/* General Layout Containers */
.content__container {
    margin-block-start: 3rem;
    padding-block-end: var(--space-xl);

    .containercomponent {
        max-width: var(--grid-max-width);
        padding-inline: var(--space-s-l);
        margin-inline: auto;
    }

    .u-grid {
        display: flex;
        flex-direction: column;

        @media only screen and (min-width: 62rem) {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            align-items: start;
            flex-direction: unset;
        }
    }

    .contentlayout {
        min-width: 0;

        @media only screen and (min-width: 62rem) {
            grid-area: 1 / 1 / 2 / 8;
        }
    }

    .canvascomponent {
        width: 100%;
        border: none;
        border-collapse: collapse;
        border-spacing: 0;
        text-align: left;
    }

    :is(h1, h2, h3, h4, h5, h6, p, ol, ul) {
        margin-block-end: var(--space-s);
    }
}


/* ==========================================================================
   SEARCH FORMS & REBRANDING OVERRIDES
   ========================================================================== */

.page-content-wrapper form[action*="/search/advanced"] {
    display: block;
    max-width: var(--grid-max-width);
    margin: 0 auto;

    & > p {
        margin-bottom: var(--space-m);
        padding: 1rem 1.25rem;
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-m);
        background-color: var(--color-bg-alt);
    }

    .ep_search_buttons {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;

        > div {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin: 0 0 var(--space-m);
        }

        .ep_form_action_button {
            &[value*="Reset"] {
                background-color: var(--color-bg-main);
                color: var(--color-primary);
            }

            @media only screen and (max-width: 48rem) {
                width: 100%;
            }
        }
    }

    .ep_search_fields {
        display: grid;
        gap: var(--space-s);
        margin: 0 0 var(--space-l);

        > .ep_table_row {
            display: grid;
            grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr) auto;
            gap: 1rem;
            padding: 1rem 1.25rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-main);
            box-shadow: var(--box-shadow-soft);

            > .ep_table_cell {
                display: block;
                border: 0;
                padding: 0;
            }

            @media only screen and (max-width: 62rem) {
                grid-template-columns: 1fr;
            }
        }
    }

    .ep_multi_heading {
        border: 0;
        text-align: left;
        font-family: var(--font-heading);
        font-size: var(--font-size-1);
        font-weight: 700;
        line-height: 1.2;

        &::after {
            content: "";
        }
    }

    .ep_multi_input {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem;

        :is(input[type="text"], .ep_form_text, select) {
            appearance: none;
            -webkit-appearance: none;
            min-height: 2.75rem;
            padding: 0.75rem 2.25rem 0.75rem 1rem;
            border: 1px solid var(--color-primary);
            border-radius: var(--border-radius-full);
            background-color: var(--color-bg-main);
            color: var(--color-text-main);
            font: inherit;
            line-height: 1.2;
        }

        select {
            padding-right: 3.25rem;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23323232' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 0.5rem center;
            background-size: 0.85rem auto;

            &[multiple] {
                background-image: none;
                border-radius: 0;
                scroll-padding: 3px;
            }
        }
    }

    .ep_multi_inline_help {
        flex: 1 0 100%;
        margin: 0;
        padding: 0.75rem 1rem;
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-m);
        background-color: var(--color-bg-alt);
        color: var(--color-text-muted);
        line-height: 1.45;
    }

    .ep_multi_help {
        align-self: start;

        @media only screen and (max-width: 62rem) {
            justify-self: start;
        }

        a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.25rem;
            height: 2.25rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-full);
            background-color: var(--color-bg-alt);
        }

        img {
            max-width: 1rem;
        }
    }

    .ep_option_list {
        display: block;
        width: 100%;
        margin: 0;
        padding: 1rem;
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-m);
        background-color: var(--color-bg-alt);
    }

    .ep_option_list_row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
        gap: 0.75rem 1.5rem;

        @media only screen and (max-width: 48rem) {
            grid-template-columns: 1fr;
        }
    }

    .ep_option_list_cell {
        display: block;
    }

    .ep_option_list_option {
        margin: 0;

        label {
            display: inline-flex;
            align-items: flex-start;
            gap: 0.5rem;
            line-height: 1.35;
        }
    }

    .ep_form_checkbox {
        margin-top: 0.2rem;
        accent-color: var(--color-primary);
    }
}


/* ==========================================================================
   SUMMARY PAGES & REPORTING VIEWS
   ========================================================================== */

.page-content-wrapper {
    .ep_summary_content {
        display: grid;
        gap: var(--space-l);

        .ep_summary_content_top,
        .ep_summary_content_left,
        .ep_summary_content_right,
        .ep_summary_content_after {
            display: none;
        }

        .ep_summary_content_main {
            padding: var(--space-s);
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-main);
            box-shadow: var(--box-shadow-soft);

            & > p:first-of-type {
                margin: 0 0 var(--space-m);
                padding-bottom: var(--space-s);
                border-bottom: 1px solid var(--color-border-light);
            }

            #actions {
                display: none;
            }

            .person_name {
                color: var(--color-primary);
            }

            section[id] {
                margin-top: var(--space-l);
            }

            details {
                border: 1px solid var(--color-border);
                border-radius: var(--border-radius-m);
                background-color: var(--color-bg-main);
                overflow: hidden;
                box-shadow: var(--box-shadow-soft);

                & + details {
                    margin-top: var(--space-s);
                }

                & > summary {
                    padding: 1rem 1.25rem;
                    cursor: pointer;
                    list-style: none;
                    border-bottom: 1px solid var(--color-border);
                    background-color: var(--color-bg-alt);

                    &::-webkit-details-marker {
                        display: none;
                    }

                    h2 {
                        margin: 0;
                        display: inline;
                        font-size: var(--font-size-2);

                        &::after {
                            content: "▾";
                            display: inline-block;
                            margin-left: 0.5rem;
                            font-size: var(--font-size-1);
                            transition: transform 0.2s ease-in-out;
                        }
                    }
                }

                & > div > div {
                    padding: 1rem 1.25rem 1.25rem;
                }
            }

            .document_list {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            .summary_page_doc {
                display: flex;
                flex-wrap: wrap;
                gap: 0.5rem;
                align-items: start;

                @media only screen and (max-width: 62rem) {
                    grid-template-columns: 1fr;
                }

                .summary_page_doc_icon {
                    a {
                        display: block;
                    }

                    img {
                        width: 100%;
                        max-width: 10rem;
                        border-radius: var(--border-radius-s);
                        border: 1px solid var(--color-border);

                        @media only screen and (max-width: 62rem) {
                            max-width: 12rem;
                        }
                    }
                }

                .ep_document_citation {
                    line-height: 1.45;
                    margin-bottom: 1rem;

                    .document_format {
                        text-align: left;
                        display: inline-block;
                    }
                }

                .document_license a {
                    text-decoration: underline;
                }
            }

            table {
                width: 100%;
                border-collapse: separate;
                border-spacing: 0;
                margin: 1rem 0 0;
                border: 1px solid var(--color-border);
                border-radius: var(--border-radius-m);
                overflow: hidden;

                th, td {
                    padding: 0.75rem 1rem;
                    border-bottom: 1px solid var(--color-border-light);
                    vertical-align: top;

                    @media only screen and (max-width: 62rem) {
                        display: block;
                        width: auto;
                    }
                }

                tr:last-child {
                    th, td {
                        border-bottom: 0;
                    }
                }

                th {
                    width: 14rem;
                    background-color: var(--color-bg-alt);
                    font-weight: 700;
                    text-align: left;
                }
            }
        }
    }

    .ep_summary_page_actions {
        display: flex;
        justify-content: end;
        flex-direction: column;
        gap: 0.75rem;
        margin: 1rem;
        padding: 0;
        align-items: end;

        dt, dd {
            margin: 0;
        }

        dt a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.5rem;
            height: 2.5rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-full);
            background-color: var(--color-bg-alt);
        }
    }

    .ep_summary_content_bottom {
        display: grid;
        gap: var(--space-s);
        grid-template-columns: repeat(2, minmax(0, 1fr));

        @media only screen and (max-width: 62rem) {
            grid-template-columns: 1fr;
        }

        .ep_summary_box {
            margin: 0;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-main);
            box-shadow: var(--box-shadow-soft);
            overflow: hidden;

            .ep_summary_box_title {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 0.75rem;
                padding: 1rem 1.25rem;
                border: 0;
                border-bottom: 1px solid var(--color-border);
                background-color: var(--color-bg-alt);

                .ep_box_collapse_link {
                    display: flex;
                    gap: 0.5rem;

                    img {
                        display: none;
                    }

                    h2 {
                        margin: 0 !important;
                        font-size: var(--font-size-1);
                        font-family: var(--font-heading);

                        &::after {
                            content: "▾";
                            display: inline-block;
                            margin-left: 0.5rem;
                            font-size: var(--font-size-1);
                            transition: transform 0.2s ease-in-out;
                        }
                    }
                }
            }

            .ep_summary_box_body {
                padding: 1rem 1.25rem 1.25rem;
                border: 0;
            }
        }

        form[action*="/export_redirect"] {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            align-items: center;

            select {
                appearance: none;
                -webkit-appearance: none;
                min-height: 2.875rem;
                padding: 0.8rem 2.75rem 0.8rem 1rem;
                border: 1px solid var(--color-primary);
                border-radius: var(--border-radius-full);
                background-color: var(--color-bg-main);
                color: var(--color-text-main);
                font: inherit;
                line-height: 1.2;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23323232' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: right 0.9rem center;
                background-size: 0.85rem auto;
            }
        }

        .addtoany_share_buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;

            a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 2.5rem;
                height: 2.5rem;
                border: 1px solid var(--color-border);
                border-radius: var(--border-radius-full);
                background-color: var(--color-primary);
                overflow: hidden;

                &:hover, &:focus {
                    border-color: var(--color-primary-hover);
                    background-color: var(--color-primary-hover);
                    color: var(--color-text-main);

                    img {
                        border-color: transparent;
                        background-color: transparent;
                        color: transparent;
                        filter: invert(1);
                    }
                }
            }

            img {
                width: 1.25rem;
                height: 1.25rem;
                transition: none;
            }
        }
    }

    /* --- Section 10A. ADMIN ITEMS WORKSPACE --- */
    .ep_block[role="toolbar"] {
        margin: 0 0 var(--space-s);
    }

    .ep_import_bar {
        display: grid;
        gap: var(--space-s);
        margin: 0 0 var(--space-s);
        padding: var(--space-s);
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-m);
        background-color: var(--color-bg-alt);
        box-shadow: var(--box-shadow-soft);

        & > div {
            display: block;

            & > div {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: space-between;
                gap: 0.75rem;
                text-align: left;
            }
        }

        label {
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.5rem;
            font-weight: 500;
            color: var(--color-text-main);
        }

        select {
            appearance: none;
            -webkit-appearance: none;
            min-height: 2.5rem;
            padding: 0.65rem 2.5rem 0.65rem 0.9rem;
            border: 1px solid var(--color-primary);
            border-radius: var(--border-radius-full);
            background-color: var(--color-bg-main);
            color: var(--color-text-main);
            font: inherit;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23323232' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 0.9rem center;
            background-size: 0.85rem auto;
        }

        @media only screen and (max-width: 62rem) {
            & > div > div {
                align-items: stretch;
            }

            label,
            select {
                width: 100%;
            }
        }
    }

    .ep_items_filters {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin: 0 0 var(--space-s);

        a {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            min-height: 2.4rem;
            padding: 0.45rem 0.9rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-full);
            background-color: var(--color-bg-main);
            color: var(--color-text-main);
            text-decoration: none;
            font-weight: 500;
            transition: var(--transition-standard);

            &:hover,
            &:focus {
                border-color: var(--color-primary);
                color: var(--color-primary);
            }

            img {
                width: 0.95rem;
                height: 0.95rem;
                flex-shrink: 0;
            }
        }
    }

    .ep_search_results {
        margin-top: var(--space-s);
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-m);
        background-color: var(--color-bg-main);
        box-shadow: var(--box-shadow-soft);
        overflow: auto;

        .ep_columns {
            width: 100%;
            min-width: 52rem;
            margin: 0;
            border-collapse: separate;
            border-spacing: 0;

            tr.header_plain th.ep_columns_title {
                padding: 0;
                border: 0;
                border-bottom: 1px solid var(--color-border);
                background-color: var(--color-bg-alt);
                color: var(--color-text-main);

                &:not(.ep_columns_title_last) {
                    border-right: 1px solid var(--color-border);
                }

                a {
                    color: inherit;
                    text-decoration: none;
                    font-weight: 600;
                }

                span {
                    display: block;
                    font-weight: 600;
                }

                .ep_columns_title_inner {
                    display: block;

                    & > div {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        gap: 0.25rem;

                        & > div {
                            display: block;
                        }
                    }

                    .ep_columns_title_inner_sort {
                        width: auto;
                        min-width: 1.75rem;
                        text-align: center;

                        img {
                            padding: 0.25rem;
                            width: 1rem;
                            height: 1rem;
                        }
                    }
                }
            }

            td.ep_columns_cell {
                border: 0;
                border-bottom: 1px solid var(--color-border-light);
                padding: 0.7rem 0.8rem;
                vertical-align: middle;
                color: var(--color-text-main);

                &.ep_columns_cell_last {
                    min-width: 10.5rem;
                }
            }

            tr.row_b td.ep_columns_cell {
                background-color: color-mix(in srgb, var(--color-bg-alt) 60%, var(--color-bg-main));
            }

            td.ep_columns_alter {
                border: 0;
                border-top: 1px solid var(--color-border);
                border-right: 1px solid var(--color-border-light);
                background-color: var(--color-bg-alt);
                padding: 0.35rem 0.5rem;
                vertical-align: middle;

                &:last-child {
                    border-right: 0;
                }

                .ep_columns_alter_inner {
                    display: block;
                    width: 100%;

                    & > div {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        gap: 0.25rem;

                        & > div {
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            width: auto;
                        }
                    }
                }

                form {
                    margin: 0;
                }

                :is(img, input[type="image"]) {
                    width: 0.95rem;
                    height: 0.95rem;
                    display: block;
                }
            }
        }

        .ep_action_list {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.35rem;
            margin: 0;
            padding: 0;
            list-style: none;

            a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 2rem;
                height: 2rem;
                border: 1px solid var(--color-border);
                border-radius: var(--border-radius-full);
                background-color: var(--color-bg-main);
                transition: var(--transition-standard);

                &:hover,
                &:focus {
                    border-color: var(--color-primary);
                    background-color: var(--color-bg-alt);
                }
            }
        }

        .ep_form_action_icon {
            width: 1rem;
            height: 1rem;
        }
    }

    .ep_columns_add {
        margin-top: var(--space-s);
        padding: var(--space-s);
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-m);
        background-color: var(--color-bg-alt);
        text-align: left;

        form {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.75rem;
        }

        label {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 500;
        }

        select {
            max-width: min(100%, 34rem);
            min-height: 2.5rem;
        }
    }

    /* --- ADMIN LISTING SEARCH PAGE --- */
    #ep_listing_search {
        margin-bottom: var(--space-s);

        .ep_search_fields {
            margin-bottom: var(--space-s);
        }

        .ep_search_buttons {
            margin: 0;
            padding: 0;
            border: 0;
            box-shadow: none;

            > div {
                display: flex;
                flex-wrap: wrap;
                gap: 0.75rem;
                margin: 0;
            }
        }
    }

    .ep_search_controls,
    .ep_search_controls_bottom {
        margin-top: var(--space-s);
        padding: var(--space-s);
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-m);
        background-color: var(--color-bg-alt);
        color: var(--color-text-main);
        line-height: 1.45;

        .ep_search_number {
            font-weight: 700;
        }

        .ep_search_control {
            display: inline-block;
            margin-top: 0.25rem;
        }
    }

    .ep_search_controls_bottom {
        margin-top: 0;
        border-top: 0;
        border-radius: 0 0 var(--border-radius-m) var(--border-radius-m);
    }

    .ep_search_results {
        .ep_columns_cell_documents {
            vertical-align: top;
            line-height: 1.4;

            .ep_document_citation {
                display: block;
                margin-bottom: 0.6rem;
                padding: 0.55rem 0.65rem;
                border: 1px solid var(--color-border-light);
                border-radius: 0.65rem;
                background-color: color-mix(in srgb, var(--color-bg-alt) 55%, var(--color-bg-main));
            }

            .document_format {
                font-weight: 600;
                color: var(--color-text-main);
            }

            .document_filename {
                color: var(--color-text-muted);
                font-size: var(--font-size--1);
                word-break: break-word;
            }
        }
    }

    .ref_support_help {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 0.35rem;

        img {
            width: 0.95rem;
            height: 0.95rem;
        }
    }
}


/* ==========================================================================
   IRSTATS2 ANALYTICS COMPONENT
   ========================================================================== */

.page_IRStats2_Report {
    .page-content-wrapper {
        .report_title.ep_tm_pagetitle {
            margin-block: 0 var(--space-l);
            text-align: left;
        }

        .irstats2_view {
            width: 100%;
            margin: 0 0 var(--space-m);
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-main);
            box-shadow: 0 0.75rem 2rem rgba(50, 50, 50, 0.08);
            overflow: hidden;

            &.irstats2_view_ReportHeader {
                border: none;
                box-shadow: none;
                background: transparent;
                overflow: visible;

                & > .irstats2_view_content {
                    padding: 0;
                    background: transparent;
                }
            }
        }

        :is(.irstats2_view_title, .irstats2_view_title_filter) {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            margin: 0;
            padding: var(--space-s) clamp(1.25rem, 0.9837rem + 1.087vw, 1.875rem);
            border: 0;
            border-bottom: 1px solid var(--color-border);
            background: var(--color-bg-alt);
            color: var(--color-text-main);
            font-family: var(--font-heading);
            font-size: var(--font-size-1);
            font-weight: 700;
            line-height: 1.2;

            @media only screen and (max-width: 48rem) {
                padding: 1rem;
            }
        }

        .irstats2_view_title_filter {
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m) var(--border-radius-m) 0 0;
            margin-top: var(--space-s);
        }

        .irstats2_view_content {
            margin: 0;
            padding: clamp(1.25rem, 1.1832rem + 0.3261vw, 1.4375rem);
            background-color: var(--color-bg-main);
            line-height: 1.5;

            @media only screen and (max-width: 48rem) {
                padding: 1rem;
            }
        }

        .irstats2_reportheader {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: space-between;
            gap: 1rem;
            padding: clamp(1.25rem, 1.1832rem + 0.3261vw, 1.4375rem);
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-alt);

            @media only screen and (max-width: 48rem) {
                padding: 1rem;
            }

            .irstats2_reportheader_timeline {
                margin-left: auto;

                @media only screen and (max-width: 48rem) {
                    width: 100%;
                    margin-left: 0;
                }
            }

            .irstats2_reportheader_timeline_frame {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: 2.75rem;
                padding: 0.75rem 1rem;
                border: 1px solid var(--color-border);
                border-radius: var(--border-radius-full);
                background-color: var(--color-bg-main);
                color: var(--color-text-main);
                font-weight: 500;
                white-space: nowrap;

                @media only screen and (max-width: 48rem) {
                    width: 100%;
                    white-space: normal;
                }
            }
        }

        .irstats2_reportheader_breadcrumbs {
            display: inline-flex;
            align-items: center;
            min-height: 2.75rem;
            color: var(--color-text-main);
            font-weight: 500;
        }

        .irstats2_reportheader_options {
            margin-top: var(--space-s);
        }

        .irstats2_options_filters {
            padding: var(--space-s);
            border: 1px solid var(--color-border);
            border-top: 0;
            border-radius: 0 0 var(--border-radius-m) var(--border-radius-m);
            background-color: var(--color-bg-main);
        }

        :is(.irstats2_select_input, #filter_year_selection) {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.75rem;

            @media only screen and (max-width: 48rem) {
                align-items: stretch;
            }

            input[type="text"] {
                text-align: center;
            }
        }

        .irstats2_select_input {
            margin-bottom: 1rem;
        }

        /* Shared Input Formatting inside Analytics Module */
        .irstats2_options_filters,
        .irstats2_export_content {
            :is(select, input[type="text"]) {
                appearance: none;
                -webkit-appearance: none;
                min-height: 2.875rem;
                padding: 0.8rem 1rem;
                border: 1px solid var(--color-primary);
                border-radius: var(--border-radius-full);
                background-color: var(--color-bg-main);
                color: var(--color-text-main);
                font: inherit;
                line-height: 1.2;

                @media only screen and (max-width: 48rem) {
                    width: 100%;
                }
            }

            select {
                padding-right: 2.75rem;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23323232' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: right 1rem center;
                background-size: 0.85rem auto;
            }

            input[type="text"] {
                min-width: min(100%, 18rem);
            }

            input[type="submit"] {
                @media only screen and (max-width: 48rem) {
                    width: 100%;
                }
            }
        }

        #drange {
            min-width: min(100%, 17rem);
        }

        #date_resolution_container {
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.75rem;
            margin: 0 !important;
            color: var(--color-text-main);

            @media only screen and (max-width: 48rem) {
                width: 100%;
            }

            label {
                display: inline-flex;
                align-items: center;
                gap: 0.4rem;
                margin: 0;
                font-weight: 500;
            }
        }

        .irstats2_setdesc_values {
            max-height: 12rem;
            margin: 0;
            padding: 1rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-alt);
            overflow: auto;
        }

        .irstats2_reports {
            margin-top: var(--space-s);
            padding: var(--space-s);
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-m);
            background-color: var(--color-bg-main);

            .irstats2_reports_content {
                display: flex;
                flex-wrap: wrap;
                gap: 0.75rem 1rem;
            }

            .irstats2_reports_span {
                padding-right: 0 !important;
            }
        }

        .irstats2_reportheader_link {
            display: inline-flex;
            align-items: center;
            min-height: 2.5rem;
            padding: 0.65rem 1rem;
            border: 1px solid var(--color-border);
            border-radius: var(--border-radius-full);
            background-color: var(--color-bg-alt);
            color: var(--color-primary);
            font-weight: 500;
            text-decoration: none;
            transition: var(--transition-standard);

            &:hover,
            &:focus {
                border-color: var(--color-primary);
                background-color: var(--color-primary);
                color: var(--color-bg-main);
            }
        }

        :is(.irstats2_export_bar_toggle, .irstats2_filter_bar_toggle) {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            float: none;
            margin-left: auto;
            color: var(--color-primary);
            font-family: var(--font-sans);
            font-size: 0.95rem;
            font-weight: 500;
            text-decoration: none;

            img {
                width: 1rem;
                height: 1rem;
            }
        }

        .irstats2_export_content {
            padding: 1rem 1.25rem;
            border-bottom: 1px solid var(--color-border);
            background-color: var(--color-bg-alt);
            text-align: left;

            @media only screen and (max-width: 48rem) {
                padding: 1rem;
            }

            form {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                gap: 0.75rem;

                @media only screen and (max-width: 48rem) {
                    align-items: stretch;
                }
            }
        }

        .irstats2_googlegraph,
        .irstats2_table {
            width: 100% !important;
            max-width: 100%;
            margin-inline: auto;
        }

        .irstats2_googlegraph > div {
            overflow-x: auto;
        }

        .irstats2_view_KeyFigures .irstats2_view_content {
            padding: clamp(1.25rem, 1.1832rem + 0.3261vw, 1.4375rem);
        }

        .irstats2_keyfigures {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
            gap: 1rem;

            .irstats2_keyfigures_section {
                float: none;
                width: auto;
                min-width: 0;
                padding: 1rem;
                border: 1px solid var(--color-border);
                border-radius: var(--border-radius-m);
                background-color: var(--color-bg-alt);
            }

            .irstats2_key_figure_googlespark {
                display: flex;
                flex-direction: column;
                gap: 0.75rem;
                width: 100%;
                margin-bottom: 1rem;
            }

            .irstats2_googlespark {
                display: block;
                float: none;
                width: 100%;
                max-width: 150px;
                margin: 0;
            }

            .irstats2_googlespark_desc {
                width: auto;
                color: var(--color-text-muted);
                font-size: 0.9rem;
                text-align: left;
            }

            .irstats2_keyfigures_metric {
                display: inline-flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 0.35rem;
                line-height: 1.2;

                .irstats2_keyfigures_metric_figure {
                    font-family: var(--font-heading);
                    font-size: var(--font-size-2);
                    font-weight: 700;
                    color: var(--color-text-main);
                }

                .irstats2_keyfigures_metric_text {
                    padding-left: 0;
                    color: var(--color-text-muted);
                    font-weight: 500;
                }
            }

            .irstats2_keyfigures_progress {
                width: 100%;
                margin-left: 0;
                border-collapse: separate;
                border-spacing: 0.75rem;

                td {
                    padding: 0;
                }
            }

            .irstats2_progress_wrapper {
                width: 100% !important;
                border: 0;
                border-radius: var(--border-radius-full);
                background-color: var(--color-border);
                overflow: hidden;
            }

            .irstats2_progress {
                background-color: var(--color-accent-orange);
            }
        }

        :is(.irstats2_ruler, #irstats2_clear) {
            display: none;
        }

        .irstats2_view_Grid {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;

            & > tbody > tr {
                display: grid;
                grid-template-columns: 1fr;
                gap: var(--space-m);

                @media only screen and (min-width: 62rem) {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                }

                & > td {
                    display: block;
                    width: auto !important;
                    padding: 0;
                }
            }

            .irstats2_view {
                width: 100%;
                margin-bottom: 0;
            }
        }
    }
}


/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/zzzz_rebrand_eo.css */




/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/zzzz_rebrand_eo_laptop_1220.css */

@media only screen and (max-width: 1220px) {
  body {
  }
}



/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/zzzz_rebrand_eo_tablet_800.css */

@media only screen and (max-width: 800px) {
  body {
  }
}



/* From: /opt/eprints3/archives/sunderland/cfg/static/style/auto/zzzz_rebrand_eo_z_phone_640.css */

@media only screen and (max-width: 640px) {
  body {
  }

/*
  html {
    width: fit-content !important;
  }
*/

  #logo_svg {
    padding: 20px 0 20px 32px !important;
  }

  #logo_svg .logo__text {
    opacity: 0;
  }

  .navigation-expansion {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 100px !important;
  }

  .in-this-section {
    /*height: 100px !important;*/

    line-height: 100px !important;
    padding: 0 0 0 28px !important;
  }

  .in-this-section > span > img {
    float: none !important;
    padding-left: 20px !important;
  }

  .nav_sunderland {
/*    width: 150px; */
    transition: 1s;
  }

  .top_page_container{
    padding-top: 100px;
  }

  .header_title_desc{
    width: 100%;
  }

  .welcome-message {
    width: 100% !important;
  }

  .page_container, .header_title, .header_title_desc {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
  }

  .header_title {
    margin-left: 0px !important;
  }

  .login-search {
  }
  input#q {
    width: 100%;
  }
  .ep_paginate_left_col {
    width: 100% !important;
  }
  .ep_paginate_right_col {
    width: 100% !important;
  }
  .result_documents {
    display: none;
  }
  #site_menu {
  }
  .hamburger-menu-nav {
    width: calc(75vw * 2);
    overflow-x: scroll;
  }
}

  #logo_svg:hover .logo__text {
    opacity: 1 !important;
  }

  #logo_svg:hover {
    padding: 20px !important;
    transition: 1s;
  }
