


/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/20_chosen.css */

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */



/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/25_simplemodal.css */

/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#fff; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}



/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/30_textext.core.css */

.text-core {
  position: relative;
}
.text-core .text-wrap {
  background: #fff;
  position: absolute;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #9daccc;
  outline: none;
  resize: none;
  position: absolute;
  z-index: 1;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px 4px 5px;
  white-space: nowrap;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  line-height: 13px;
  height: auto;
}



/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/31_textext.plugin.arrow.css */

.text-core .text-wrap .text-arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("arrow.png") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 2;
}



/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/31_textext.plugin.autocomplete.css */

.text-core .text-wrap .text-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid #9daccc;
  width: 100%;
  max-height: 300px;
  padding: 1px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.text-core .text-wrap .text-dropdown.text-position-below {
  margin-top: 1px;
}
.text-core .text-wrap .text-dropdown.text-position-above {
  margin-bottom: 1px;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion {
  padding: 3px 5px;
  cursor: pointer;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
  font-style: normal;
  text-decoration: underline;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion.text-selected {
  color: #fff;
  background: #6d84b4;
}



/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/31_textext.plugin.clear.css */

.text-core .text-wrap .text-clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 14px;
  width: 22px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAYUlEQVR42mP4////P1IwA5RBNIBr+Pj5+/9Tlx78v373OYoCkBgIY2gACWr7tP63CO8BanoBlmyfuQssBsIYGtAVLNpwEsMADA0gAFMIw+hOpEwDSU4i2dMkByvJEUcsAABHaALCQIZDrAAAAABJRU5ErkJggg==") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 2;
}


/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/31_textext.plugin.focus.css */

.text-core .text-wrap .text-focus {
  -webkit-box-shadow: 0px 0px 6px #6d84b4;
  -moz-box-shadow: 0px 0px 6px #6d84b4;
  box-shadow: 0px 0px 6px #6d84b4;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.text-core .text-wrap .text-focus.text-show-focus {
  display: block;
}



/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/31_textext.plugin.prompt.css */

.text-core .text-wrap .text-prompt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 1px 0 0 2px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #c0c0c0;
  overflow: hidden;
  white-space: pre;
}
.text-core .text-wrap .text-prompt.text-hide-prompt {
  display: none;
}



/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/31_textext.plugin.tags.css */

.text-core .text-wrap .text-tags {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 35px 3px 3px;
  cursor: text;
}
.text-core .text-wrap .text-tags.text-tags-on-top {
  z-index: 2;
}
.text-core .text-wrap .text-tags .text-tag {
  float: left;
}
.text-core .text-wrap .text-tags .text-tag .text-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 1px solid #9daccc;
  background: #e2e6f0;
  color: #000;
  padding: 0px 17px 0px 3px;
  margin: 0 2px 2px 0;
  cursor: pointer;
  height: 16px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  position: absolute;
  right: 3px;
  top: 2px;
  display: block;
  width: 11px;
  height: 11px;
  background: url("close.png") 0 0 no-repeat;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  background-position: 0 -11px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  background-position: 0 -22px;
}



/* From: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/lib/static/style/auto/citations.css */

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

span.document_format
{
}




/* From: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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;
}




/* From: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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 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;
}


td.ep_form_input_grid_wide {
	text-align: left;
}



/* From: /opt/www/eprints-3.3.12/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;
}



/* From: /opt/www/eprints-3.3.12/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;
}



/* From: /opt/www/eprints-3.3.12/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_googlespark
{
	width: 150px;
	height: 50px;
	margin: 0px;
	display: inline;
	float:left;
	border: 0px;
	padding: 0px;
}

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

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

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:2px solid #CCC;
	width:95%;
	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%*/
        width:800px;
        height:400px;
}

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



/* From: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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;
}




/* From: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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/www/eprints-3.3.12/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"]{
    background-color: #e0e0e0;
    cursor: not-allowed;
}



/* From: /opt/www/eprints-3.3.12/lib/static/style/auto/orcid_support_advance.css */

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

.ep_tm_pagetitle .orcid-icon{
	vertical-align: text-top;
}

/*User Profile Workflow*/
input[value="orcid"] ~ input[value="Edit"] {
	display: none;
}

/* Create or Connect - https://members.orcid.org/api/resources/graphics */
#connect-orcid-button{
	border: 1px solid #D3D3D3;
	padding: .3em;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #999;
	cursor: pointer;
	color: #999;
	font-weight: bold;
	font-size: .9em;
	line-height: 24px;
	vertical-align: middle;
}

#connect-orcid-button:hover{
	border: 1px solid #338caf;
	color: #338caf;
}

#orcid-id-logo{
	display: block;
	margin: 0 .5em 0 0;
	padding: 0;
	float: left;
}

/*Manage ORCID Permissions */
.local_perms_div{
	margin-bottom: 20px;
	padding-left: 20px;
}

.local_perms_div input{
	margin-bottom: 5px;
}

.local_perms_div .orcid_permission_title{
	font-weight: bold;
}

.local_perms_div .permission_description{
	margin-bottom: 10px;
	margin-left: 3px;
}

.danger.manage_orcid_button{
	float: right;
}



/*Import from ORCID*/
ul.orcid_imports{
	list-style: none;
	font-size: 14px;
	width: 60%;
}

li.orcid_item{
	display: block;
	padding: 5px 5px 5px 5px;

	border: 1px solid #C9CACB;
	border-bottom: 1px solid #C9CACB;
	box-shadow: 3px 4px 5px #C9CACB;

	margin-bottom: 10px;
}

li.orcid_item .orcid_summary, li.orcid_item .orcid_import{
	display: inline-block;
	width: 50%;
}

li.orcid_item .title{
	font-size: 16px;
	margin-bottom: 5px;
}

li.orcid_item .date-type{
	margin-bottom: 5px;
}	

ul.external_identifiers{
	list-style: none;
	padding-left: 0;
	margin: 10px 0;
}

li.orcid_item .orcid_import input, li.orcid_item .orcid_import .import_label{
	float: right;
}


li.orcid_item .orcid_import.warning{
	color: red;
	text-align: right;
	vertical-align: top;
}

/*Export to ORCID*/
table.export_orcid_records tr td{
    padding: 5px 10px;
}

table.export_orcid_records tr:nth-child(odd){
    background-color:#eee;
}



/* From: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/lib/static/style/auto/print.css */

@media print {

.ep_noprint {
	display: none;
}

}



/* From: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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_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;
}



/* From: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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: #888;
}

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



/* From: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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;
        width:100%;
}

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



/* From: /opt/www/eprints-3.3.12/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/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/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: /opt/www/eprints-3.3.12/archives/agritrop/cfg/static/style/auto/z_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
 * 
*/

/***********************************************
 * Affichage des previsus des documents
 */

.ep_preview {
   width: auto;
}

.ep_preview table, .ep_preview_active {
  border-color: #bbb;
   background-color: #bbb;
}

.ep_preview_title {
   display: none;
}

/***********************************************
 * Affichage des menus d'autocomplétion
 */

.ep_drop_target {
   position: relative;
   z-index: 9999;
}

.ep_drop_target li {
   box-sizing: border-box;
   border-left: solid 1em #bbb;
   border-right: solid 1em #bbb;
}
.ep_drop_target li.cirad {
   border-left: solid 1em green;
   border-right: solid 1em green;
}
.ep_drop_target li.ciradDbl {
   border-left: solid 1em red;
   border-right: solid 1em red;
}
.ep_drop_target li.funder_agritrop {
   border-left: solid 1em green;
   border-right: solid 1em green;
}
.ep_drop_target li.funder_registry {
   border-left: solid 1em orange;
   border-right: solid 1em orange;
}

/* Colorisation des différentes portions */

.ep_drop_target .auteur .p { /* pays */
   background:yellow;
}
.ep_drop_target .auteur .n { /* nom de l'auteur */
   color:#333;
   font-weight:bold;
   font-size:larger;
}
.ep_drop_target .auteur .cirad .n { /* nom de l'auteur Cirad */
   color:#080;
}
.ep_drop_target .auteur .ciradDbl .n { /* nom de l'auteur Cirad */
   color:#080;
}
.ep_drop_target .auteur .a { /* années */
   color:#c71585;
   font-weight:bold;
}




/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/themes/cirad/static/style/auto/zzz_gf_elements_a_integrer_ou_a_enlever.css */



.crd_remarque {
border:solid 1px #999;
margin:1ex 2em;
padding:0.5ex 1em;
}


.ep_drop_target .notfound {
color:red;
font-size:130%;
}


.ep_drop_target .ilenreste {
background:yellow;
}
.ep_drop_target .ilenreste span {
color:red;
font-size:130%;
}


.ep_drop_target code {
font-size:150%;
font-weight:bolder;
color:black;
}

/*****
 ***** Page d'accueil après connexion SSO
 ****/

.redirection_apres_sso {
display:block;
padding:5px 10px;
margin:2ex 0;
border:outset 3px #000;
width:75%;
background:#fda;
color:#000 !important;
font-size:120%;
}

.redirection_apres_sso:hover {
border:inset 3px black;
background:aliceblue;
}

.important {
color:red !important;
background:yellow !important;
font-size:110%;
}

.ssohome {
display:grid;
grid-template-columns:1fr 1fr;
grid-gap:10px 50px;
}

.en_maintenance {
font-size:250%;
}

li.person.contact {
font-weight:bold;
}

/*****
 ***** Page ORCID
 ****/

div.orcid_page_connexion h3, div.orcid_page_export h3 {
text-align:left;
font-family: 'Yanone Kaffeesatz', 'sans-serif';
font-size:24px;
font-weight:400;
color:#39b62c;
margin:15px 0 5px;
}

div.orcid_page_connexion > div[class], div.orcid_page_export > div[class] {
border-bottom:solid 5px #39b62c33;
padding-bottom:30px;
}

/* Export to ORCID --- Surcharge de lib/static/style/auto/orcid_support_advance.css */
table.export_orcid_records tr td {
padding: 5px 10px;
}

table.export_orcid_records tr:nth-child(odd) {
/* on annule: background-color:#eee; */
background-color:initial;
}

/* on limite au <tr> avec des références */
table.export_orcid_records tr.export_orcid_publication:nth-child(odd) {
background-color:#eee;
}

/* on met en valeur les <tr> avec des années */
table.export_orcid_records tr.export_orcid_year td {
background-color:#999;
color:#fff;
font-size:200%;
border-radius:100% 0%;
text-align:center;
}

table.export_orcid_records input[type=checkbox]:checked {
color:red;
background-color:yellow;
}

div.export_intro_btn span.showCountCB,
div.export_outro_btn span.showCountCB {
margin-left:1em;
padding:4px 1em;
border:solid 1px #666;
color:darkgreen;
}

div.export_intro_btn span.showCountCB.warning,
div.export_outro_btn span.showCountCB.warning {
color:darkred;
background:lightyellow;
}

/*****
 ***** Summary Page
 ****/

#irstats2_summary_page_downloads {
width:800px;
height:300px;
}

.ep_summary_content {
position:relative;
}




.ep_summary_content table {
display:block;
overflow:auto;
}

/*****
 ***** Pour les xpage
 ****/

.xpage h2 {
font-size:170%;
color:#000;
margin-top:2ex;
}

.xpage h3 {
font-size:140%;
color:#666;
}

.xpage address {
margin-left:3em;
}

/*****
 ***** Zora Batch Edit
 ****/

#ZoraBatchEdit_changes {
margin-bottom: 1ex;
padding-bottom: 2ex;
border-bottom: dotted 2px Pink;
}

#ZoraBatchEdit_changes input[src] {
margin: 5px 1em 10px 0;
}

#ZoraBatchEdit_changes > div {
background:#f9f9f9;
padding:1ex 5px;
margin-top:3ex;
margin-bottom:1ex;
border:solid 1px #333;
}

#ZoraBatchEdit_changes table {
display:block;
max-width:100%;
overflow:auto;
clear:left;
}

/*****
 ***** Crd Batch Edit
 ****/

#CrdBatchEdit_rules {
margin-bottom: 1ex;
padding-bottom: 2ex;
border-bottom: dotted 2px Pink;
}

#CrdBatchEdit_rules input[src] {
margin: 5px 1em 10px 0;
}

#CrdBatchEdit_rules > div {
background:#f9f9f9;
padding:1ex 5px;
margin-top:3ex;
margin-bottom:1ex;
border:solid 1px #333;
}

#CrdBatchEdit_rules p {
margin-top:0;
padding:5px 0;
background:#666;
color:#fff;
font-weight:bold;
text-align:center;
}

#CrdBatchEdit_rules div.crd_batchedit_rule {
min-height:13ex;
}

#CrdBatchEdit_rules input[type=image] {
position:absolute;
right:2em;
}

#CrdBatchEdit_rules .row {
display:grid;
grid-template-columns: 1fr 2fr;
}

#CrdBatchEdit_rules .row .libelle {
text-align:right;
padding-right:.5em;
}

#CrdBatchEdit_rules .row .td input[type=text] {
width:85%;
}

#CrdBatchEdit_progress p.erreur {
color:red;
}

#CrdBatchEdit_progress p.erreurs {
color:red;
background:yellow;
border:solid 2px red;
padding:5px;
font-weight:bold;
text-align:center;
}

#CrdBatchEdit_progress .ep_msg_message {
border:solid 5px green;
}

#CrdBatchEdit_progress .ep_msg_message li.IMPORTANT {
color:red;
}

#CrdBatchEdit_progress div.SHOW,
#CrdBatchEdit_progress div.SHOWDOCS {
padding:1ex 0 1ex 5px;
border-left:solid 15px #999;
border-top:solid 10px antiquewhite;
border-bottom:solid 10px antiquewhite;
background:antiquewhite;
}

#CrdBatchEdit_progress div.SHOW.SHOW2,
#CrdBatchEdit_progress div.SHOWDOCS.SHOWDOCS2 {
border-left:solid 15px Teal;
}

#CrdBatchEdit_progress div.SHOW.SHOW3,
#CrdBatchEdit_progress div.SHOWDOCS.SHOWDOCS3 {
border-left:solid 15px Orange
}

#CrdBatchEdit_progress div.SHOW.SHOW4,
#CrdBatchEdit_progress div.SHOWDOCS.SHOWDOCS4 {
border-left:solid 15px Pink;
}



#CrdBatchEdit_progress div.SHOW:nth-child(2n),
#CrdBatchEdit_progress div.SHOWDOCS:nth-child(2n) {
background:aliceblue;
}

#CrdBatchEdit_progress div.SHOW:nth-child(2n+1),
#CrdBatchEdit_progress div.SHOWDOCS:nth-child(2n+1) {
background:antiquewhite;
}

/*****
 ***** Import DOI
 ****/

#importDOI_Controle {
text-align:left;
}


#importDOI_Controle p.existe {
border:solid 1px red;
padding:2px 1em;
background:rgba(255,0,0,0.01);
}


#importDOI_Controle p.absent {
border:solid 1px green;
padding:2px 1em;
background:rgba(0,255,0,0.01);
;
}




/* From: /opt/www/eprints-3.3.12/archives/agritrop/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
 * 
*/

.ep_preview
{
   width: auto;
}

.ep_preview table, .ep_preview_active
{
  border-color: #bbb;
   background-color: #bbb;
}

.ep_preview_title
{
   display: none;
}




/* From: /opt/www/eprints-3.3.12/archives/agritrop/cfg/themes/cirad/static/style/auto/zzz_thierry_erwin.css */

body {
	font-family:Verdana, Geneva, sans-serif;
	background:#fff;
}
body[data-serveur="agritrop-travail.cirad.fr"] {
        background: repeating-linear-gradient(
          45deg,
          #606dbc,
          #606dbc 10px,
          #465298 10px,
          #465298 20px
        );
}
body[data-serveur="agritrop-travail.cirad.fr"] #container {
	border-left:2px solid red;
	border-right:2px solid red;
}
#container {
	-webkit-box-sizing: border-box; 
  	-moz-box-sizing: border-box;    
  	box-sizing: border-box;         
	max-width:1200px;
	min-width:992px; 
	margin:0 auto;
	background:#fff url(/style/images/bg_container.png) 50% 0 repeat-y;
	margin-bottom:50px;
	position:relative;
}
a, a:visited {
	color:#006a8f;
	text-decoration:none;
}

.ep_tm_logo img {
	float:none;
	padding:0;
}
.ep_tm_archivetitle {
	display:none;
}


/*---------------------------------------------------------------------*/
/*                                                              HEADER */
/*---------------------------------------------------------------------*/
.ep_tm_header {
	height:172px;
	background:#fff url(/style/images/bg_header.png) 50% 0 no-repeat;
}
[LANG="en"] .ep_tm_header {
	background:#fff url(/style/images/bg_header_EN.png) 50% 0 no-repeat;
}
.ep_tm_header .searchbar {
	position:absolute;
	top:15px;
	right:20px;
}
.ep_tm_searchbarbox {
	min-width:175px;
	margin-bottom:1px;
    font-family:"Courier New",monospace;
}
.ep_toolbox .ep_tm_searchbarbox {
	min-width:30%;
    max-width:50%;
    font-size:medium;
}
.menu_outils {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:20px;
	line-height:20px;
	margin:0; padding:0; list-style-type:none;
	position:absolute;
	top:58px;
	right:10px;
}
.menu_outils a {
	width:175px;
	display:block;
	padding-left:15px;
	background:url(/style/images/sprite_agritrop.png) 0 -369px no-repeat ;
}
.menu_outils a:hover {
	color:#000;
}

.goHome {
	position:absolute;
	top:132px;
	left:90px;
	display:block;
	width:30px;
	height:25px;
	overflow:auto;
	text-decoration:none;
	background:url(/style/images/sprite_agritrop.png) 0 0 no-repeat ;
}
.goHome span {
	display:none;
}

/*---------------------------------------------------------------------*/
/*                                                      MENU DEROULANT */
/*---------------------------------------------------------------------*/
.menu_agritrop {
	position:absolute;
	top:125px;
	left:140px;
}
.menu_agritrop, .menu_agritrop * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu_agritrop {
	line-height:	1.0;
}
.menu_agritrop ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em;  left offset of submenus need to match (see below) */
}
.menu_agritrop ul li {
	width:			100%;
}
.menu_agritrop li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu_agritrop li {
	float:			left;
	position:		relative;
}
.menu_agritrop a {
	display:		block;
	position:		relative;
}
.menu_agritrop li:hover ul {
	left:			0;
	top:			39px; 
	z-index:		99;
}

.menu_agritrop {
	float:			left;
	margin-bottom:	1em;
}
.menu_agritrop a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.menu_agritrop a, .menu_agritrop a:visited  { 
	color:			#000;
}
.menu_agritrop li {
	background:		#BDD2FF;
}
.menu_agritrop li li {
	background:		#DBD7B8;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1em;
}
.menu_agritrop li:hover,
.menu_agritrop a:focus, 
.menu_agritrop a:hover, 
.menu_agritrop a:active, 
.menu_agritrop > li.courant > a {
	background:		#bcb89a;
	outline:		0;
}
.menu_agritrop > li {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:20px;
	line-height:39px;
	background:transparent;
}
.menu_agritrop > li > a {
	padding:0 1.7em;
	border-right:	1px dotted #fff;
}
.menu_agritrop > li.courant > a {
	background:#e7a625;
}

/*---------------------------------------------------------------------*/
/*                                                   MENU SE CONNECTER */
/*---------------------------------------------------------------------*/
.menu li {
	display:block;
	border:none;
	margin:0;
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	border-bottom:1px solid #999;
	padding:12px 0 12px;
	font-size:22px;
}
.menu li:first-child {
	border-bottom:none;
	margin-bottom:20px;
}
.menu li:first-child .ep_name_citation .person_name { /* Connecté */
	display:block;
	padding:14px 0 24px 60px;
	font-weight:normal;
	background:url(/style/images/sprite_agritrop.png) 0 -229px no-repeat ;
}
.ep_tm_loginstatus {
	border:none;
	padding:0;
}
.ep_tm_loginstatus a {
	text-decoration:none;
	color:#006a8f !important;
}
.ep_tm_loginstatus a:hover {
	color:#000 !important;
}
.ep_tm_loginstatus li:first-child a { /* Déconnecté */
	background:url(/style/images/sprite_agritrop.png) 0 -102px no-repeat ;
	display:block;
	padding:14px 0 13px 60px;
}

/*---------------------------------------------------------------------*/
/*                                                             CONTENU */
/*---------------------------------------------------------------------*/
.contenu {
	padding:0 15px;
	overflow:auto;
	margin-bottom:50px;
	background:url(/style/images/bg_contenu.png) 45px 60px no-repeat ;
	min-height:525px;
}
div.menu {
	float:left;
	width:190px;
}
div.corps {
	float: right;
	margin:15px 0 0 0 ;
	width:950px;
}


.ep_tm_main {
	margin:0;
}

/*---------------------------------------------------------------------*/
/*                                                        Page ACCUEIL */
/*---------------------------------------------------------------------*/
.contenuAcueil {
	overflow:auto;
	margin-bottom:40px;
	background:url(/style/images/bg_contenuAccueil.png) 280px 0 repeat-y;
}
.editorial {
	width:250px;
	float:left;
	line-height:1.6em;
}
.editorial h2 {
	margin-top:20px;
}
/*.editorial h2:first-child {
	margin-top:0;
}*/
.editorial li {
	margin:0; padding:0; list-style-type:none;
}
.corpsAccueil {
	padding-left:320px;
}

.ep_toolbox {
	margin-bottom:20px;
}
.ep_toolbox_content {
	padding:0 0 20px 0;
	border:none;
	border-bottom:1px dotted #aaa;
	background:none;
}
.recherche_avancee {
	margin-top:0;
	margin-left:215px;
	font-size:0.9em;
}
.ep_toolbox_content > a {
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-size:20px;
	text-decoration:none;
	color:#006a8f;
	padding-left:15px;
	background:url(/style/images/sprite_agritrop.png) 0 -369px no-repeat ;
}
.ep_toolbox_content a:hover {
	color:#000;
}
.corpsAccueil .ep_search_feed {
	margin:0 15px 0 0 ; padding:0 15px 0 0; list-style-type:none;
	display: inline-block;
	border-right:1px solid #000;
}
.corpsAccueil .ep_search_feed a {
	display:block;
	line-height:36px;
	background:url(/style/images/sprite_agritrop.png) -93px 0 no-repeat ;
	padding-left:45px;
}

/*---------------------------------------------------------------------*/
/*                                                             CONTENU */
/*---------------------------------------------------------------------*/
/*h1 {
	text-align:left;
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-size:30px;
	font-weight:400;
	color:#000;
	margin:0 0 20px;
}*/
h1 {
	text-align:left;
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-size:24px;
	font-weight:400;
	color:#e2007a;
	margin:5px 0 20px;
}
h2 {
	text-align:left;
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-size:24px;
	font-weight:400;
	color:#e2007a;
	margin:0 0 15px;
}
.crd_citation_restricted {
	font-size:0.8em;
}
span.public {
	padding-right:35px;
	background:url(/style/images/sprite_agritrop.png) -172px 1px no-repeat;
}
.ep_search_result span.confidentiel_alerte, 
.ep_summary_content_main p span.confidentiel_alerte {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	background:#e2007a;
	color:#fff;
	font-size:9px;
	padding:1px 5px;
	border-radius:3px;
}
p.confidentiel_alerte em {
	padding:10px 37px;
	line-height:20px;
	background:url(/style/images/sprite_agritrop.png) 0 -507px no-repeat;
}

/*-------------------------------------------- Resultats de recherche */
.ep_search_export table {
	background:#DBD7B8;
	padding:0 15px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.ep_search_buttons, .ep_search_controls, 
.ep_search_controls_bottom {
	background:none;
	border:none;
}

/*------------------------------------------------- Recherche avancée */
th.ep_multi_heading {
	font-size:11px;
	color:#444;
}
.ep_search_fields td {
	padding:8px;
}
td.ep_multi_input {
	border-left:none;
}

/*-------------------------------------- Feuilleter par Auteur unique */
.ep_view_menu.ep_viewid_auteurcirad .ep_toolbox_content > a,
.ep_toolbox_content > a {
	padding-left:0;
	padding:0 3px; 
	background:none;
}
.ep_toolbox_content,
.ep_view_menu.ep_viewid_auteurcirad .ep_toolbox_content {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:20px;
	color:#bbb;
}
.ep_view_menu.ep_viewid_auteurcirad > ul,
.ep_view_menu.ep_viewid_auteurcirad2 > ul {
	margin:15px 0 0 0; padding:0;
	column-width: 250px;
	-moz-column-width: 250px;
	-webkit-column-width: 250px;
	
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	
	column-rule: 0;
	-moz-column-rule:0;
	-webkit-column-rule: 0;
}
.ep_view_menu.ep_viewid_auteurcirad > ul li a:hover {
	color:#000;
}
.ep_view_menu.ep_viewid_auteurcirad > ul ul {
	font-size: 11px;
	font-style: italic;
	list-style-type: none;
	margin: 0 0 5px;
	padding-left: 20px;	
}
.ep_view_menu.ep_viewid_auteurcirad > ul > li,
.ep_view_menu.ep_viewid_auteurcirad2 > ul > li {
        display:table;

	break-inside: avoid-column;
	-moz-break-inside: avoid-column;
	-webkit-break-inside: avoid-column;

        column-break-inside:avoid; 
        -moz-column-break-inside:avoid;
        -webkit-column-break-inside:avoid;
        -o-column-break-inside:avoid;
        -ms-column-break-inside:avoid;
}
/*---------------------------------------------- Feuilleter par année */
.ep_view_menu.ep_viewid_year > ul {
  margin:15px 0 0 0; padding:0; list-style-type:none;
  column-width: 150px;
  -moz-column-width: 150px;
  -webkit-column-width: 150px;

  column-count: 5;
  -moz-column-count: 5;
  -webkit-column-count: 5;

  column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;

  column-rule:0;
  -moz-column-rule:0;
  -webkit-column-rule:0;
}

/*.ep_view_menu.ep_viewid_year > ul ul {
  break-inside: avoid-column;
  -moz-break-inside: avoid-column;
  -webkit-break-inside: avoid-column;
}
*/
.ep_view_menu.ep_viewid_year > ul li {
	padding:3px 20px;
	background:#DBD7B8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:6px;
	font-size:10px;
	font-style:italic;
}
.ep_view_menu.ep_viewid_year > ul li a {
	font-size:12px;
	font-weight:bold;
	padding-right:15px;
	font-style:normal;
}
.ep_view_menu.ep_viewid_year > ul li a:hover {
	color:#000;
}

/*----------------------------------------------- Parcourir par sujet */
.ep_view_menu.ep_viewid_subjects {
}
.ep_search_result {
	overflow:auto;
	padding:5px 0;
	border-bottom:1px dotted #000;
}
.ep_search_result .notice {
	float:left;
	width:850px;
}
.ep_search_result .documents {
	float:right;
}

.ep_view_menu.ep_viewid_subjects > ul {
	margin:15px 0 0 0;padding:0;
}
.ep_view_menu.ep_viewid_subjects > ul > li {
	margin:0; padding:0; list-style-type:none;
}
.ep_view_menu.ep_viewid_subjects > ul > li:first-child > a {
	font-weight:bold;
}
.ep_view_menu.ep_viewid_subjects > ul > li > ul {
	margin:15px 0 0 0; padding:0;
	font-size:10px;
	font-style:italic;
}
.ep_view_menu.ep_viewid_subjects > ul > li > ul a {
	font-size:12px;
	font-style:normal;
}
.ep_view_menu.ep_viewid_subjects > ul > li > ul > li {
	list-style-type:none;
	margin:0 0 15px 0; padding:0;
	font-weight:bold;
}
.ep_view_menu.ep_viewid_subjects > ul > li > ul > li ul {
	margin:5px 0 0 0;
	font-weight:normal;
}

/*---------------------------------------------- Feuilleter par auteur */
.ep_view_menu.ep_viewid_creators > ul {
  	margin:15px 0 0 0; padding:0;
	column-width: 250px;
	-moz-column-width: 250px;
	-webkit-column-width: 250px;
	
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	
	column-rule: 0;
	-moz-column-rule:0;
	-webkit-column-rule: 0;
}
/*.ep_view_menu.ep_viewid_creators > ul ul {
  break-inside: avoid-column;
  -moz-break-inside: avoid-column;
  -webkit-break-inside: avoid-column;
}
*/
.ep_view_menu.ep_viewid_creators > ul li {
	
}
.ep_view_menu.ep_viewid_creators > ul li a {
	
}
.ep_view_menu.ep_viewid_creators > ul li a:hover {
	color:#000;
}

/*---------------------------------------------- Feuilleter par affiliation */
.ep_view_menu.ep_viewid_corp_creators > ul {
  margin:15px 0 0 0;
  padding:0;
  list-style-type:none;
  column-width: 400px;
  -moz-column-width: 400px;
  -webkit-column-width: 400px;

  column-count: auto;
  -moz-column-count: auto;
  -webkit-column-count: auto;

  column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;

  column-rule:0;
  -moz-column-rule:0;
  -webkit-column-rule:0;
}

.ep_view_menu.ep_viewid_corp_creators > ul li {
  padding:3px 20px;
  background:#DBD7B8;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom:6px;
  font-size:10px;
  font-style:italic;
}
.ep_view_menu.ep_viewid_corp_creators > ul li a {
  font-size:12px;
  font-weight:bold;
  padding-right:15px;
  font-style:normal;
}
.ep_view_menu.ep_viewid_corp_creators > ul li a:hover {
  color:#000;
}






/*---------------------------------------------------------------------*/
/*                                             DEPOSER UNE PUBLICATION */
/*---------------------------------------------------------------------*/
/*-------------------------------------- Tableau deroulement operation */
.ep_blister_bar input {
	background:#DBD7B8;
	border:none;
	font-weight:bold;
	letter-spacing:1px;
	color:#666;
    cursor:pointer;
	border:3px solid #DBD7B8;
	margin:0 5px;
}
.ep_blister_bar input.ep_blister_node_selected {
	border:3px solid #e2007a;
	color:#000;
	cursor:default;
}
.ep_blister_bar input:hover {
	border:3px solid #e2007a;
}
.ep_blister_bar input.ep_blister_node_selected {
}

/*-------------------------------------------------- Gérer mes dépots */
.ep_block {
	padding-bottom:20px;
}
.ep_items_filters {
	padding-top:20px;
	border-top:2px dotted #e2007a;
}


/*------------------------------------------ Tableau Type de document */
.ep_sr_component .ep_sr_title_bar {
	background:none;
	border:none;
	padding-bottom:5px;
	border-bottom:1px dotted #e2007a;
}
.ep_sr_component .ep_sr_title,
.ep_sr_component .ep_sr_collapse_bar {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#e2007a;
}
.ep_sr_component .ep_sr_content {
	background:none;
	border:none;
}
.ep_sr_none {
	padding:10px 20px;
	background:#ebe9dd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.ep_sr_none p {
	margin:6px 0;
}

/*-------------------------------------------- Alertes - Confirmation */
.ep_msg_message_content,
.ep_msg_warning_content,
.ep_msg_error_content {
	border:none;
	background:none;
}





div.orcid_page_export > div[class] {
	border-bottom: 1px dotted #e2007a;
}
.orcid_deconnexion {
	padding-top: 15px;
}


.ep_summary_content_main p:first-child {
	font-size: 15px;
	margin-bottom: 0;
}

.ep_summary_content_main p span {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #e2007a;
}
#infosUser hr {
	height: 1px;
	background: #e2007a;
}


.ep_summary_content_main p span.persons {
	color: #000;
	font-size: 15px;
}
span.persons strong {
	font-family:Verdana, Geneva, sans-serif;
	display: inline;
}
.summary_type {
	margin-top: 10px;
	margin-bottom: 15px;
}
.liste_documents {
	padding-top: 12px;
	border-top: 1px dotted #e2007a;
	border-bottom: 1px dotted #e2007a;
	padding-bottom: 10px;
}
.liste_documents ul {
	margin: 0;
}
.summary_resume.res_court,
.summary_resume.res_moyen {
	margin-right: 300px;
}
.summary_resume.res_long { /* Résumé sur 2 colonnes max */
	column-width:20em;
	column-count:2;
	column-gap:3em;
	column-rule:dotted 1px #ccc;
	line-height: 1.4em;
	margin-bottom: 30px;
	}
#btn-show-indicateurs {
	position:absolute;
	right:2em;
	padding:6px 30px 7px 45px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	background: #e2207a url(/style/images/ic_metriques.png) 10px 50% no-repeat;
	color: #fff;
	cursor: pointer;
	margin-top: -25px;
}
.crd_lien_editer_notice.ep_noprint {
	margin-top: 20px;
}
.ep_summary_content #stats {
	border:solid 1px #e2007a;
	padding:1ex 1em;
	margin-top:2ex;
}
div.irstats2_summary_page_container {
	border: none;
}




/*---------------------------------------------------------------------*/
/*                                                         BAS DE PAGE */
/*---------------------------------------------------------------------*/
div.basdepage {
	margin:0;
	position:relative;
	height:70px;
	background:url(/style/images/bg_basPage.png) 50% 0 no-repeat;
}
div.basdepage a {
	color:#fff;
	text-decoration:none;
}
div.basdepage a:hover {
	text-decoration:underline;
}
div.basdepage .choix_langue {
	float:left;
}
div.basdepage .choix_langue a {
padding:2px 5px;
margin:0 1em;
text-decoration:none;
}
.lien_cirad {
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	font-size:12px;
}
.lien_cirad p {
	margin:0 0 0 100px;
}
.lien_cirad ul {
	margin:0; padding:0;
	position:absolute;
	top:20px;
	right:100px;
}
.lien_cirad li {
	float:left;
	margin-right:20px;
}
.ep_tm_footer {
	padding:20px;
	border:none;
	color:#fff;
}
#ep_tm_languages a {
	background:none;
	border:none;
	color:#fff;
	text-decoration:none;
}
div.basdepage .lien_eprints {
float:right;
margin:35px 20px 0 0;
}







/* AJOUT GF */

.ep_form_input_grid {
position:relative; /* pour le bon positionnement des autocomplete */
color:darkgreen;
font-weight:bold;
}

.ep_form_input_grid input[type=text]:focus, .ep_form_input_grid textarea:focus {
border-color:#66afe9;
box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
outline:0 none;
}

.ep_form_input_grid input[readonly] {
background:#ccc;
border-color:#fff;
}

.ep_form_input_grid input[readonly]:focus {
box-shadow:none;
border-color:#ccc;
}


@media (max-width: 1199px) {
	.contenu {
		background:none;

	}
	div.menu {
		float:none;
				width:100%;
	}
	#ep_tm_menu_tools {
                background-color:#fff;
                border-bottom:5px solid #ccc;
                overflow:auto;
				z-index:10;
				padding-bottom:10px;
	}
	.menu li {
		font-size:22px;
		float:left;
		padding:0 10px 0;
		margin-top:10px;
		border:none;
		border-left:1px solid #000;
	}
	.menu li:first-child {
		margin-top:0;
		border:none;
		margin-bottom:0;
	}
}

@media (max-width: 960px) {
	#container {
		min-width:inherit;
		max-width:inherit;
	}
	.contenu {
		background:none;

	}
	div.corps {
		width:inherit;
	}
	.ep_search_result .notice {
		width:inherit;
	}
}


/*@media (min-width: 768px) and (max-width: 991px) {
	div.menu {
		float:none;
		width:990px;
	}
	.menu li {
		font-size:17px;
		float:left;
		padding:0 7px 0;
		margin-top:10px;
		border:none;
		border-left:1px solid #000;
	}
	.menu li:first-child {
		margin-top:0;
		border:none;
		margin-bottom:0;
	}
	.ep_tm_loginstatus li:first-child a,
	.menu li:first-child .ep_name_citation .person_name {
		padding:15px 0 15px 60px;
	}

}*/



.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:#fff;
}





.official_url a {
	word-break: break-all;
}



.ep_form_input_grid #c2_organisme_sigle,
.ep_form_input_grid #c2_organisme_libelle {
	width:400px;
}
#c3_organisme_sigle,
#c3_organisme_libelle {
	width:385px;
}

#c3_departement_nom,
#c3_direction_nom,
#c3_unite_nom,
#c3_departement_nom_rh,
#c3_direction_nom_rh,
#c3_unite_nom_rh {
	width:310px;
}

#c2_organisme_drop,
#c3_organisme_drop {
	max-height:400px;
	overflow:auto;
}




.ep_tab_bar li a {
	min-height:35px;
}


/*---------------------------------------------------------------------*/
/*                                                VOIR LES METADONNEES */
/*---------------------------------------------------------------------*/

/* A cause du tableau "altmetric" qui déborde et agrandit de façon extrême la largeur de la page */ 

#ep_eprint_view_panels table > tbody > tr > td.ep_row table {
 display: block;
 width: 725px;
 overflow: auto;
}


