


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


.ep_act_bar {
	margin-top: 4px;
	margin-bottom: 4px;
}

.ep_act_bar table {
	margin: auto;
}

.ep_act_list {
	margin: auto;
}

td.ep_act_list_button {
	text-align: right;
	padding: 0.25em 0 0.25em 0;
}




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


/* EPrints 3 blister bar style */

/* ep_blister */



.ep_blister_bar {
	margin: auto;
        background-image: url(style/images/Archipel-Bande-progression.png);
}
.ep_blister_join {
	background-image: url(style/images/blister_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.ep_blister_node {
	padding: 3px;
	text-align: center;
/* Minh 2014-08
	background-image: url(images/gray_bar.png);
*/


	border: 0px;
        border-radius: 5px 5px;

background-color: #199bdb;
}
.ep_blister_node_selected {
	padding: 3px;
	text-align: center;
	border: solid 1px #204f76;
	background-image: url(style/images/blue_bar.png);
	color: #ffffff;
}



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


/* paginated columns */

.ep_columns {
	margin: auto;
}

td.ep_columns_cell {
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #ccc;
}
td.ep_columns_cell_first {
}
td.ep_columns_cell_last {
	border-right: 1px dashed #ccc;
}

th.ep_columns_title {
	background: url(style/images/gray_bar.png) repeat-x;
	font-weight: normal;
	border-top: solid 1px #888;	
	border-bottom: solid 1px #888;	
	border-left: solid 1px #888;	
}
th.ep_columns_title a {
	color: #000;
	font-weight: normal;
}
th.ep_columns_title_last {
	border-right: solid 1px #888;	
}


td.ep_columns_alter {
display :none;
	background: url(style/images/gray_bar.png) repeat-x;
	background-color : red;
	border-left: solid 1px #888;
	border-bottom: solid 1px #888;
}
td.ep_columns_alter_last {
display :none;
	border-right: solid 1px #888;
}

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



/* From: /opt/eprints/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/eprints/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: 3px;
	background: #e7e9f5 url(style/images/toolbox.png) repeat-x;
	clear: both;
	border: solid 1px #d8dbef;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Minh Nguyen, 17-dec-2008

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

*/
/* nouvelle police de carac */
.ep_form_action_button, .ep_form_internal_button {
        padding: 3px;
        text-align: center;
        border: solid 1px #cccccc;
	color: white;
/* Minh, 2014-08
        background-image: url(style/images/gray_bar.png);
*/
	background-color : gray;
        border-radius: 5px 5px;
}

/* 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/eprints/lib/static/style/auto/general.css */


body {
	margin: 1em;
	font-family: Arial,Sans-serif;
	font-size: 80%;
}

.ep_no_js { 
	display: none; 
}

.ep_no_js_inline { 
	display: none; 
}

.ep_no_js_table_cell { 
	display: none; 
}

.ep_hide { 
	display: none; 
}

h1 {
	margin: 0px 0px 10px 0px;
        font: bold 130% Arial,Sans-serif;
	text-align: center;
        color: #606060;
}

h2 {
        font: bold 110% Arial,Sans-serif;
        color: #606060;
}

h3 {
        font: 120% Arial,Sans-serif;
        color: #606060;
}

h4 {
        font: 100% Arial,Sans-serif;
        color: #606060;
}

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

.ep_required {
}

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

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

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

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



/* From: /opt/eprints/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/eprints/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("style/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: 595px;
	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: 15px;
}

span.irstats2_keyfigures_metric_text
{
	padding-left: 3px;
	font-size: 12px;
}

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:1px solid #CCC;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

div.irstats2_summary_page_container > p {
	text-align:center;
	width:100%;
	margin:5px 0px 0px 0px;
	color:#666;
}

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

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

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

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

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

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

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

div.irstats2_reportheader_clear {
	clear:both;
}

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

table.irstats2_reportheader {
	width: 100%;
}

div.irstats2_view_ReportHeader {
	border: 0px;
}

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

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

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

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



/* From: /opt/eprints/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/eprints/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;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #888;
}
td.ep_columns_cell_buffer {
	background-color: #dde;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #888;
}
td.ep_columns_cell_archive {
	background-color: #cfc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #888;
}
td.ep_columns_cell_deletion {
	background-color: #ccc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #888;
}



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


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

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

.ep_msg_message_icon, .ep_msg_warning_icon, .ep_msg_error_icon {
	padding: 10px;
}
/*

Not currently using titles

.ep_msg_message_title {
	color: #70cf70;
	padding: 2px 10px 2px 10px;
}
.ep_msg_error_title {
	color: #ff8080;
	padding: 2px 10px 2px 10px;
}
.ep_msg_warning_title {
	color: #cf9070;
	padding: 2px 10px 2px 10px;
}

*/

.ep_msg_message_content {
	background-image: url(style/images/green_back.png);
	background-color: #c0ffc0;
	border: solid 1px #80ff80;
}

.ep_msg_error_content {
	background-image: url(style/images/red_back.png);
	background-color: #ffe0e0;
	border: solid 1px #ffc0c0;
}

.ep_msg_warning_content {
	background-image: url(style/images/orange_back.png);
	background-color: #ffe0c0;
	border: solid 1px #ffc080;
}




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



/* 
   Styles for the multi-field component.

   ep_multi_*

*/

table.ep_multi
{
	width: 100%;
}

tr.ep_first th.ep_multi_heading,
tr.ep_first td.ep_multi_input, 
tr.ep_first 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; 
	
        font-family: Arial, Helvetica, sans-serif;
        font-weight:normal;
        font-size:75%;
}

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/eprints/lib/static/style/auto/preview.css */


/* 
   Styles for the file preview popup.

   ep_preview_*

*/


.ep_preview
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	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/eprints/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/eprints/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-top: 1px solid rgb(216, 219, 239); 
	border-bottom: 1px solid rgb(216, 219, 239);
	text-align: center;
	background: #e7e9f5 url(style/images/toolbox.png) repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

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



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


/* 
   Styles for the subject component.

   ep_subjectinput_*

*/

.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/eprints/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 {
	background-image: url(style/images/toolbox_title.png);
	font-weight: normal;
	border-left: 2px solid #e0e0ff;
	padding: 2px 6px 2px 6px; 
	border: solid 1px #d8dbef;
	font-weight: bold;
	font-size: 115%;
}
.ep_summary_box_body {
	padding: 2px 6px 2px 6px; 
	border-left: 2px solid #e0e0ff;
	border-right: 2px solid #e0e0ff;
	border-bottom: 2px solid #e0e0ff;
	background-color: #eee;
}
.ep_summary_box_title a {
	text-decoration: none;
}
.ep_summary_box_title img
{
	vertical-align: -1px;
}






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


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

/* ep_sr */

/* Minh modif */
.ep_sr_component {
	padding: 0px;
	background-color: transparent;
	margin-top: 60px;
/*
*/
}

/* Minh modif */
.ep_sr_component .ep_sr_title_bar {
	background-color: red;
	border: 0px auto;
	padding:0px auto;
/*
	background-color: black;
	#padding: 2px 6px 2px 6px; 
	#border-left: solid 1px #d8dbef;
	#border-top: solid 1px #d8dbef;
	#border-right: solid 1px #d8dbef;
*/
}

.ep_sr_component .ep_sr_title_bar table {
}

/* Minh modif */
.ep_sr_component .ep_sr_title {
	background-color: #282828;
	color : white;
	font-weight: bold;
	font-size: 130%;
}
.ep_sr_component .ep_sr_content {
	clear: both;
	/*background: #e7e9f5 url(images/toolbox.png) repeat-x;
	border: solid 1px #d8dbef;*/
	padding: 6px;
}

/* collapse bar */

.ep_sr_collapse_bar {
	background-image: url(style/images/toolbox_title.png);
	padding: 2px 6px 2px 6px; 
	border: solid 1px #d8dbef;
	font-weight: bold;
	font-size: 115%;
	margin-top: 10px;
}
.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 {
}
.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/eprints/lib/static/style/auto/tabs.css */


/* Tab Bar */

table.ep_tab_bar {
	margin-top: 10px;
	width: 100%;
}

td.ep_tab {
	background-color: #e0e0ff;
	text-align: center;
	border: solid #d8dbef 1px;
	background-image: url(style/images/gray_bar.png);
}
td.ep_tab a {
	display: block;
	padding-bottom: 4px;
	padding-top: 2px;
	text-decoration: none;
	color: #000000;
}

td.ep_tab_selected {
	text-align: center;
	background-color: #ffffff;
	border-left: solid #d8dbef 1px;
	border-top: solid #d8dbef 1px;
	border-right: solid #d8dbef 1px;
	border-bottom: solid #ffffff 1px;
}
td.ep_tab_selected a {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #000000;
}

td.ep_tab_spacer {
	border-bottom: solid #d8dbef 1px;
	width: 20px;
}

.ep_tab_panel {
	border-right: solid #d8dbef 1px;
	border-bottom: solid #d8dbef 1px;
	border-left: solid #d8dbef 1px;
	background: #e7e9f5 url(style/images/toolbox.png) repeat-x;
	padding: 12px;
	clear: both;
}

table.ep_tab_bar a {
	text-decoration: none;
}




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


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

.ep_tm_logo img {
	float: right;
	padding-bottom: 4px;
	border-style: none;
}

.ep_tm_archivetitle {
        font: 40px Arial,Sans-serif;
	color: #269ae3;
	text-decoration: none;
}

.ep_tm_main {
        margin: 1em;
}

hr.ep_tm_last {
	color: #240f78;
	background-color: #240f78;
}

.ep_tm_footer {
	clear: both;
}

/* Menu Bar */

ul.ep_tm_menu {
	clear: both;
	background: #204f76;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(style/images/blue_bar.png);
}

ul.ep_tm_menu li {
	list-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 2px white;
	font-weight: bold;
}

ul.ep_tm_menu li:hover {
	background: #279ae2;
}

ul.ep_tm_menu li a {
	text-decoration: none;
	color: white;
}
ul.ep_tm_menu li a:visited {
	color: white;
}

/* end of menu bar */

/* Search bar */

.ep_tm_searchbar {
	color: #606060;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: solid 4px white;
	background: #ccc;
	background-image: url(style/images/gray_bar.png);
}

.ep_tm_searchbarbutton {
	text-align: center;
	background-image: url(style/images/blue_bar.png);
	background-color: #1f4f76;
	color: white;
	font-weight: normal;
	font-size: 80%;
	padding: 0px;
}

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

/* end of search bar */



/* From: /opt/eprints/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;
	color: #808080;
}

.ep_toolbox_content {
	padding: 10px;
	background: #e7e9f5 url(style/images/toolbox.png) repeat-x;
	border: solid 1px #d8dbef;
}



/* From: /opt/eprints/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;
	background: #e7e9f5 url(style/images/toolbox.png) repeat-x;
}

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-left: solid 1px #d8dbef;
	border-top: solid 1px #d8dbef;
	border-right: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	border: solid 1px #d8dbef;
	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;
}

/* End of Document section */



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



.ep_view_page h2 {
	margin-top: 3em;
	border-bottom: solid 1px #808080;
}

.ep_view_timestamp {
/* Minh 2014 */
display:none;
	margin-top: 3em;
	text-align: right;
}

.ep_view_subjects {
	padding: 10px;
	background: #e7e9f5 url(style/images/toolbox.png) repeat-x;
	border: solid 1px #d8dbef;
	margin-bottom: 20px;
}

.ep_view_blurb {
	margin-top: 20px;
}

.ep_view_group_by_current {
	font-weight: bold;
}

.ep_view_group_by {
	border-top: 1px solid rgb(216, 219, 239); 
	border-bottom: 1px solid rgb(216, 219, 239);
	text-align: center;
	background: #e7e9f5 url(style/images/toolbox.png) repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0.75em;
	margin-top: 0.25em;
}

.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/eprints/archives/Archipel/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
 * 
*/

/* Nguyen Minh 8-2014 */
/* css pour le nouveau site archipel */

.display_off
{
 display:none;
}
a,
a:link,
a:focus,
a.ep_document_link:link,
a.ep_eprint_view_tabs:link
{
  color:#199bdb;
  text-decoration:none;
  font-weight:bold;
}
a:visited,
a:visited span,
.ep_view_menu a:visited,
.ep_row a:visited,
.ep_summary_content_main a:visited,
a.ep_eprint_view_tabs:visited,
div.accueil-text a:visited,
div#notice-ajout-recent a:visited,
.ep_view_page a:visited,
.ep_block a:visited,
.ep_latest_tool_list a:visited,
.ep_search_controls_bottom a:visited,
.ep_search_controls a:visited
{
 color:#13579f;
}

a:hover,
a:hover span,
.ep_view_menu a:hover,
.ep_row a:hover,
.ep_summary_content_main a:hover,
a.ep_eprint_view_tabs:hover,
div.accueil-text a:hover,
div#notice-ajout-recent a:hover,
.ep_view_page a:hover,
.ep_block a:hover
{
 color:#13579F;
 text-decoration:underline;
}
#div-archipel-background {
        position :relative;
        width:100%;
	height :auto;
        padding: 0px;
        border: 0px;
        background-color: #252525;
}

/* afficher le rectangle noir avec le logo archipel et 2 boutons deposer,obtenir aide */
#div-archipel-bg-image {
        position :relative;
        width: 950px;
        height: 230px;
        border-top: 0px;
        margin: 0px auto;
        /*
         * margin-top: 0px;
         * background-color: #282828;
	*/
        background-color: #282828;
        background-image: url('https://archipel.uqam.ca/images/Archipel-ENTETE.png');

}

div#div-archipel-logo a
{
  display:none;
}

.ep_block
{
 font-size:13px;
 float:left;
 /*margin-bottom:15px;*/
 text-align:left;
}
/* pas marche pour l'instance 
*/
.img_aide_champ {
        border-radius: 6px 6px 6px 6px;
        border-top: solid 50px #d8dbef;

}

.obligatoire {
        /*
 	** font-size: 415%; 
        * background-color: red;
 	*/
	color :red;
}


/* creer un espace entre deposer et obtenir aide bouton */

#image_border {
        border-radius: 5px 5px;

}

#image_border_recherche {
padding-right: 15px;

}

#div-archipel-logo {
        position :absolute;
        top :10px;
        left : 300px;
}

/* deposer et obtenir aide */
#div-archipel-2boutons {
        position :relative;
        float:right;
        top : 45px;
        right : 60px;
        width :100px;
}
/* FIN d'afficher le rectangle noir avec le logo archipel et 2 boutons deposer,obtenir aide */

#div-archipel-profil-logout {
        position :absolute;
        /* overflow:hidden; */
        top : 150px;
        left : 0px;
        width : auto; 
	min-width : 150px;
        height :60px;
        border-radius : 8px 8px 0 0;
	/*
        background-color: #f1f1f1;
	*/

}

/* pour le box profil user login in */
/* class person_name, cité dans /opt/eprints3/perl_lib/EPrints/Repository.pm */

/* cette classe est a interieur de profil-logout */
#div-archipel-profil-logout .person_name {
        color: #0C3C6F;
/*
        background-color: white;
*/
}

input[name="_action_login"]
{
	background-image:url("/secure/images/Archipel-Connexion.png");
 	background-repeat:no-repeat;
	font-size:0;
 	background-color:transparent;
        border:0;
        border-radius:0;
  	color:none;
        width:100px;
        height:25px;
        cursor:pointer;
}

input[name="_action_new_version"]
{
        background-image:url("/secure/images/Archipel-Edit-Gestion-Version.png");
        background-repeat:no-repeat;
        font-size:0;
        background-color:transparent;
        border:0;
        border-radius:0;
        color:none;
        width:36px;
        height:39px;
        cursor:pointer;
}

input[value="Demander la suppression"]
{
        background-image:url("/secure/images/Archipel-Edit-Gestion-Supprimer.png");
        background-repeat:no-repeat;
        font-size:0;
        background-color:transparent;
        border:0;
        border-radius:0;
        color:none;
        width:34px;
        height:33px;
        cursor:pointer;
}

input[value="Retourner le document (avec notification)"]
{
        background-image:url("/secure/images/Archipel-Retourner.png");
        background-repeat:no-repeat;
        font-size:0;
        background-color:transparent;
        border:0;
        border-radius:0;
        color:none;
        width:38px;
        height:29px;
        cursor:pointer;
}

input[name="_action_move_inbox"]
{
        background-image:url("/secure/images/Archipel-Edit-Gestion-reprendre-Depot.png");
        background-repeat:no-repeat;
        font-size:0;
        background-color:transparent;
        border:0;
        border-radius:0;
        color:none;
        width:33px;
        height:34px;
        cursor:pointer;
}

/* positionner l'image connecte du bouton deposer */
.ep_tm_key_tools img{ 
vertical-align:top;
}
/* pour les 3 images dans la boite carre du profil */
.div-image-boite-profil { 
margin : 5px auto;
float : right;
text-align : right;
width : 100%;
}
.separateur-img {
    padding: 2px;
}

.ep_doc_icon {
display : block;
}

/* positionner le carre blanc du profil en haut a gauche du menu navigation */
#div-archipel-profil-logout .ep_logged_in {
        position :relative;
        top :0;
        left :0;
        width: auto;
        height: auto;
	min-height :60px;
        text-align: right;
        font-size: 11px;
        font-weight: bold;
        color: #0C3C6F;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
        /* background-color: #f1f1f1; */
        background-color: white;
-moz-border-radius: 8px;        /* pour Mozilla */
-khtml-border-radius: 8px;      /* pour Safari et Chrome */
-webkit-border-radius: 8px;     /* pour Safari sur Mac */
border-radius: 8px;             /* CSS3 */

}

/* creer un espace entre deposer et obtenir aide bouton */

/* FIN d'afficher le rectangle noir avec le logo archipel et 2 boutons deposer,obtenir aide */

/* pour le box profil user login in */
/* class person_name, cité dans /opt/eprints3/perl_lib/EPrints/Repository.pm */


 /* Menu navigation */
#div-archipel-menu {
        position :absolute;
        top:200px;
        width: inherit;
        height: 23px;
        padding-top: 7px;
        padding-bottom: 0px;
        background-color: #199BDB;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        margin: auto;
}

#div-archipel-menu a {
        color: #FFFFFF;
        text-decoration: none;
        }
#div-archipel-menu a:link {
        color: #FFFFFF;
        text-decoration: none;
        }
#div-archipel-menu a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        }
#div-archipel-menu a:visited {
        color: #FFFFFF;
        text-decoration: none;
        }



/* fin Menu navigation */

/* FIN Lien */

/* pour le texte BIENVENUE SUR ARCHIPEL */
.ep_tm_pagetitle,
h1.ep_tm_pagetitle a {
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align : left;
	color: #13579F;
        text-decoration:none;
}


#contenu_archipel {
        position :relative;
        width: 950px;
        height: auto;
        margin: 0px auto;
        padding: 0px;
        background-color: white;
	/* min-height : 840px; */
        float:left;
}

#contenu_gauche_archipel {
	float :left;
        width: 615px;
        height: auto;
	/* min-height:840px; */
	padding-left:20px;
	color: #404040;
	text-align : left;
 	background-color : transparent;
        min-height:346px;
}

#contenu_gauche_archipel table.ep_blister_bar {
margin : 20px auto;
border : 2px solid #5f5f5f;
/* .20150924.pn
margin-top:80px;*/
margin-top:30px;
       /* background-image: url('http://www.archipel.uqam.ca/images/Archipel-Bande-progression.png');*/
/*background-color : blue;*/
-moz-border-radius: 5px;        /* pour Mozilla */
-khtml-border-radius: 5px;      /* pour Safari et Chrome */
-webkit-border-radius: 5px;     /* pour Safari sur Mac */
border-radius: 5px;             /* CSS3 */
}


#contenu_gauche_archipel table.ep_latest_tool_list {
text-align : justify;
}

#contenu_droite_archipel {
/* 
  visibility : hidden;
  */
	float :right;
	right :0;
	top : 0;
        width:290px;
        height: auto;
	/* min-height:840px; */
	padding-left:15px;
	margin-right:15px;
background-color : transparent;
}


#boite-rechercher {
	position :relative;
	top : 0;
	left :0;
        background-color: #ededed;
        /*padding-bottom: 15px ;*/
        border:1px solid #cccccc;
        border-bottom:0;
        margin-top:10px;
}
.top-boite-rechercher {
	position :relative;
	top : 0;
	left :0;
        width:auto;
        height: auto;
        background-color: #454647;
        text-align: left;
        padding-top: 2px ;
        padding-left: 15px ;
        margin-left:-1px;
        margin-right:-1px;
        margin-bottom:10px;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        height:33px;

}

.top-boite-rechercher img{

padding-top:2px;
}
.text-boite-recherche{
	position :relative;
	left : 0;
	width :100%;
        padding-top: 10px ;
        padding-left: 12px ;
	text-align : left;
	font-weight : bold;
        font-size: 12px;
        color: #404040;
}

.input-text-recherche{
	position :relative;
	left : 12px;
	text-align : left;
	max-width:278px;
}

.input-text-recherche input[type="text"]
{
 width:235px;
 height:20px;
 margin-bottom:10px;
 text-indent:3.8%;
}

/*
.ep_tm_searchbarbox {
display :inline;
}
*/

.image-boite-recherchesimple {
	float : right;
	margin-top :2px;
	margin-right :12px;
}
.image-boite-rechercheavance {
	float : right;
	margin : 0px auto;
	text-align :right;
	padding-top : 2px;
        padding-bottom: 10px ;
        background-color: #ededed;
 	margin-bottom:10px;
        border:1px solid #cccccc;
        border-top:0;
        width:288px;
}

.image-boite-rechercheavance img
{
	margin-right:15px;
}
#parcourir-droite {
	float : left;
        width:289px;
        height: 130px;
        background-color: #ededed;
        color: #404040;
        border:1px solid #cccccc;
        margin-bottom:10px;
}



.top-parcourir-par {
	float : left;
        top : 0;
        left :0;
        width:275px;
        height: auto;
        background-color: #454647;
        text-align: left;
        padding-top: 2px ;
        padding-left: 15px ;
        margin-left:-1px;
        margin-bottom:6px;
        padding-right:1px;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        height:33px;
}

.top-parcourir-par img
{
 	padding-top:8px;
}
.text-parcourir-par {
	position : relative;
	top :7px;
	left : 15px;
	text-align : left;
	margin : 10px auto;
        font-weight: normal;
        font-size: 120%;
}

.text-parcourir-par a, a:visited { color: #282828; text-decoration: none; font-weight:normal}
.text-parcourir-par a:hover { color: #282828; text-decoration: underline; font-weight:normal}


#archipel-nouveaute {

float : left;
        background-color: transparent;
}

/* le texte AJOTS RECENTS */
.top-boite-ajoutsrecents {
	float : left;
	width : 223px;
        padding-top: 25px ;
        padding-bottom: 25px ;
        padding-left: 15px ;
        height: auto;
        text-align: left;
        font-weight: bold;
        font-size: 16px;
        background-color: white;
        color: #13579F;
}

#archipel-qqrecents {
	float : left;
        background-color: white;
        font-weight: normal;
}

#archipel-qqrecents .person_name {
        text-align: left;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        background-color: transparent;
	margin-left :0px;
	padding-top : 0px;
	padding-left : 0px;
};

#archipel-qqrecents {
        color: yellow;
        font-weight: bold;
        font-size: 20px;
}

/* c'est pour la citation
 * année et lieu
 * */
#archipel-qqrecents .ep_latest_tool_result {
        color: black;
        font-weight: bold;
        font-size: 11px;
}

/* afficher la liste de 3 ajouts recents */
#archipel-qqrecents .ep_latest_tool_list { 
	text-align : left;
        font-size: 11px;
        font-weight: normal;
	color: black;
	text-decoration: none;

 }

#archipel-qqrecents .ep_latest_tool_result a { color: #13579f; text-decoration: none; font-weight: bold; }
#archipel-qqrecents .ep_latest_tool_result a:visited { color: #13579f; text-decoration: none; font-weight: bold;}

#fin-de-page-archipel {
	position : relative;
	margin : auto;
	width : 950px;
	height : 20px;
	color: white;
border-top : 5px solid black;
border-bottom : 5px solid white;
	background-color : black;
	text-decoration: none;
}

#fin-de-page-archipel a { color: white; text-decoration: none; }
#fin-de-page-archipel a:visited { color: white; text-decoration: none; }
#fin-de-page-archipel a:link { color: white; text-decoration: none; }
#fin-de-page-archipel a:hover { color: white; background-color : black; text-decoration: none; }

#clear {
clear : both;
}

h1
{
  color:#13579f;
  font-weight:bold;
  font-size:18px;
  text-transform:uppercase;
}

h2
{
color:#404040;
font-size:14px;
font-weight:bold;
padding-bottom:10px;
}

h3
{
  color:#006ec1;
  font-size:14px;
  font-weight:bold;
}
p
{
  font-size:13px;
  color: #404040;
  /*line-height:1.2;*/
  line-height:130%;
  padding-bottom:5px;
}

ul
{
  list-style-type: disc;
}

li
{
  margin-left:10px;
  padding-bottom:10px;
}

input.ep_form_text,
select,
textarea
{
 padding:0;
 margin-bottom:5px;
}
.ep_form_input_grid textarea,
.ep_form_input_grid select
.ep_form_input_grid input,
.ep_eprint_publication,
.ep_eprint_id_number,
.ep_eprint_official_url,
.ep_eprint_searchgroupi,
select#c146_divisions,
.ep_eprint_searchgroup
{
 width:573px;
 margin-left:-11px;
 padding:0;
 
}

select#c146_divisions
{
  margin-left:-5px;
}

div.ep_sr_title_bar .ep_sr_title,
div.ep_sr_component .ep_sr_collapse_bar
{
 font-size:14px;
 background-color:#454647;
}
.ep_sr_title,
.ep_sr_collapse_bar{
  padding-top: 2px; 
  padding-bottom: 0px; 
  padding-left: 10px;
  text-transform:uppercase;
  height:21px;
}

div.ep_sr_component .ep_sr_collapse_bar
{
  padding-top:2px;
  padding-bottom:0;
  height:21px;
}

.ep_sr_collapse_bar a:focus,
.ep_sr_collapse_bar a:hover,
.ep_sr_collapse_bar a:link,
a.ep_sr_collapse_link:focus,
a.ep_sr_collapse_link:hover,
a.ep_sr_collapse_link:link{
 color:white;
 text-decoration:none;
}

.ep_sr_collapse_bar{
  background-image:none;
  border:0;
  color:white;
  font-size:130%;
  height:23px;
  padding-top:5px;
}

.ep_sr_collapse_bar a
{
  padding-left:5px;
}
.ep_sr_show_help img,
.ep_sr_hide_help img
{
  float:right;
  cursor:pointer;
  background-color:transparent;
  margin-top:2px;
  /*vertical-align:initial;*/
}
.ep_sr_hide_help img
{
 /*margin-top:-2px;*/
}

.ep_sr_show_help,
.ep_sr_hide_help
{
 height:23px;
}

div.ep_sr_title_bar td,
.ep_sr_collapse_bar{
  background-color:#454647;
  padding-bottom:0;
}

div.ep_sr_title_bar table
{
 height:17px;
}
#contenu_gauche_archipel{
 background-color:#ededed;
 margin-left:15px;
 margin-top:12px;
 margin-bottom:10px;
 width:575px;
 padding-left:20px;
 padding-right:20px;

}

input[type=radio]
{
 top:2px;
}

dl.ep_field_set_long dt label {

 color:#282828;
}

div#archipel-wrap
{
  margin: 0 auto;
  width: 950px;
}

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

.ep_form_button_bar
{
  background:none;
  border:none;
  height:20px;
}

div.ep_form_button_bar .ep_form_action_button input[name="_action_deposit"]
{
  border: 0 solid #cccccc;
  border-radius:0px;
  color:#5f5f5f;
  font-size:120%;
  text-transform:uppercase;
  font-weight:bold;
  cursor:pointer;
  font-size:0
  background-color:transparent;
}

/* .20150924.pn -> ajout pour bouton Déposer*/
input[name="_action_deposit"] {
	background-color:#65B61F;
}
div.ep_form_button_bar .ep_form_action_button:hover
{
  text-decoration:underline;
}

input[name="_action_prev"],
input[name="_action_next"]
input[name="_action_next"],
/* .20150925.pn ajout de action_save*/
input[name="_action_save"]
{
   border:0;
  color:#454647;
  background-color:transparent;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  cursor:pointer;
}

/* .20150925.pn pour enlever à l'étape finale le bouton Save for Later */
input[value="Save for Later"] {
	display:none;
}
input[name="_action_prev"]
{
  float: left;
}

input[name="_action_next"]
{
  float: right;
  border:0
}

/* .20150925.pn -> retrait du bouton vert
input[name="_action_save"]
{
  float: right;
  margin-top:-95px;
  background-image:url("/secure/images/Archipel-Form-Enregistrer.png");
  background-repeat:no-repeat;
  height:33px;
  width:140px;
  font-size:0;
  background-color:transparent;
  border:0;
  border-radius:0

}*/

div.ep_msg_warning{
margin-bottom:54px;
}
.ep_form_input_grid {
 max-width:580px;
}
.ep_form_input_grid th{
 color:#282828;
 text-transform:uppercase;
 text-align:left;
 font-size:100%;
 font-weight:bold;
 padding-bottom:0;
 max-width:150px;
}

.ep_form_input_grid th#c124_contributors_th_0,
.ep_form_input_grid th#c124_contributors_th_1,
.ep_form_input_grid th#c124_contributors_th_2,
.ep_form_input_grid th#c124_contributors_th_3,
.ep_form_input_grid th#c124_contributors_th_4
{
  max-width:10px;
}

table.ep_form_input_grid tr.odd td, table.ep_form_input_grid tr:nth-child(2n+1) td,
table.ep_form_input_grid tr.even td, table.ep_form_input_grid tr:nth-child(2n) td{
 background:none repeat scroll 0 0 #ededed;
}

div.ep_search_results tr.odd td, div.ep_search_results tr:nth-child(2n+1) td {
background: none repeat scroll 0 0 #ededed;
border-right:1px solid #cccccc;
}

div.ep_search_results tr.even td, div.ep_search_results tr:nth-child(2n) td {
   border-right:1px solid #cccccc;
}

div.ep_search_results tr.odd td.ep_columns_cell_first,
div.ep_search_results tr:nth-child(2n+1) td.ep_columns_cell_first
{
 border-left:1px solid #cccccc;
}

div.ep_search_results tr.even td.ep_columns_cell_first, 
div.ep_search_results tr:nth-child(2n) td.ep_columns_cell_first {
  border-left:1px solid #cccccc;
}

div.ep_search_results table.ep_columns
{
  border-bottom: 5px solid #454647;
}
td.ep_columns_cell_inbox,
td.ep_columns_cell_last,
td.ep_columns_cell_archive,
td.ep_columns_cell_buffer,
td.ep_columns_cell_deletion
{
 border:0;
}

td.ep_columns_cell
{
  border-left:0px;
}
div.ep_search_results tr.even td, div.ep_search_results tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #cde1ea;
}

tr.even td.ep_columns_cell_last
{
 border-right:0;
}
tr.header_plain td.ep_columns_cell
{
  border-bottom:0;
  border-left:1px solid #ededed;
}

div.ep_search_results td.ep_columns_cell
{
  padding-top:5px;
  padding-bottom:10px;  
}

table.ep_form_input_grid div
{
 font-size:110%;
 /*color:#282828;*/
 font-weight:bold;
}

div.ep_sr_title_bar
{
  height:23px;
  margin-bottom:5px;
  max-width:595px;
}
div.ep_sr_title_bar td
{
 background-color: #454647;
 padding-top:0
}

input.ep_form_text
{
 height:20px;
}
input[type="text"],
input[type="password"],
{
 height:20px;
 text-indent:3.8%;
}

.ep_eprint_creators_name_family,
.ep_eprint_creators_name_given,
.ep_eprint_creators_id
{
  width:140px;
  height:30px;
}


.ep_eprint_volume,
.ep_eprint_number
{
  width:125px;
  margin-left:-11px;
}

input#c11_pagerange_from,
input#c16_refereed,
div#c13_content
{
  margin-left:-11px;
}

input#c11_pagerange_to
{
  margin-left:3px;
}

td#c12_date_cell_0_0 div{
  margin-left:-11px;
}

table.ep_blister_bar td
{
 background-color:#ececec;
 padding-top:0;
 padding-bottom:0;
}
.ep_blister_bar
{
  background-image:none;
}
table.ep_blister_bar td.ep_td_previous,
table.ep_blister_bar td.ep_td_selected{
  background-color:#199bdb;
  text-align:center;
  padding-right:5px;
  padding-top:0;
  padding-bottom:0;
}

.ep_blister_node_previous,
.ep_blister_node_selected
{
  color:white;
  background-color:#199bdb;
  border:0 solid;
  font-size:85%;
  text-transform:uppercase;
  font-weight:bold;
  background-image:none;
  cursor:pointer;
}

table.ep_blister_bar td.ep_blister_join_previous{
  background-color:#199bdb;
  text-align:center;
  padding-right:5px;
  padding-left:5px;
  padding-top:0;
  padding-bottom:0;
}

td.ep_blister_join img
{
  margin-left:-5px;
}

.ep_blister_join{
}
.ep_blister_join
{
content:'';
width: 0px;
height: 0px;
border-style: solid;
display:block;
border-width: 12px 0 11px 10px;
border-color: transparent transparent transparent #199bdb;
padding:0

}

table.ep_blister_bar td.ep_blister_join_deposit
{
  background-color:#199bdb;
}

/*.ep_blister_join:before
{
  content: '';
display: block;
top: 9px;
left: 100%;
width: 0;
height: 0;
border-color: transparent transparent transparent red;
border-style: solid;
border-width: 11px;
padding:0;
margin-top:-16px;
margin-left:-19px;

}*/

.ep_blister_node
{
  color:#5f5f5f;
  border:0 solid;
  font-size:85%;
  text-transform:uppercase;
  font-weight:bold;
  background-image:none;
  background-color:#ececec;
  cursor:pointer;
}

.ep_sr_component{
  margin-top:20px;
}


div.accueil-text p{

line-height:1.3;
font-size : 14px;
font-weight:normal;
width : 575px;
margin-left:-8px;
padding-left:0px;
padding-top:0;
text-align:left;
line-height:150%
}

div.ep_action_list
{
  text-align:left;
  margin-bottom:-34px;
}


.toggle .click {
    background: url("/secure/images/Archipel-FAQ-plus.png") no-repeat scroll right center #13579f;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 3px 30px 4px 10px;
    margin-bottom:15px;
}

.toggle .click.ouvert {
    background: url("/secure/images/Archipel-FAQ-moins.png") no-repeat scroll right center #13579f;
    margin-bottom:0;
}

.toggle .contenu {
    background-color: white;
    border: 1px solid #cccccc;
    border-top:0;
    padding: 10px 10px 5px 10px;
    margin-bottom:30px;
    position: relative;
}

.toggle .contenu a
{
   color:#199BDB;
   text-decoration:none;
}

.toggle .contenu a:hover
{
 color: #13579F;
 text-decoration:underline;
}

.contenu p
{
 font-size:14px;
 font-weight:normal;
 line-height:150%;
}

div.archipel-import
{
  margin-left:130px;
  margin-bottom:25px;
  margin-top:0px;
  width:200px;
}

div.archipel-import-label
{
 color:#454647;
 text-transform:uppercase;
 font-weight:bold;
}

div.archipel-import-type-doc input[type="submit"]
{
 background-image:url('/secure/images/Archipel-Importer-document.png');
 background-repeat:no-repeat;
 width:23px;
 height:18px;
 font-size:0;
 border:0;
 float:right;
 margin-top:1px;
 cursor:pointer;
 margin-right:30px;
}

.archipel-nouveau-doc,
.archipel-deposer-doc
{
  cursor:pointer;
  float:left;
  max-width:140px;
  max-height:40px;
}

.archipel-deposer-doc
{
  float:right;
  margin-right:21px;
}

.ep_summary_box_title
{
  margin-bottom:50px;;

}

.ep_items_filters
{
 text-align:left;
}

.ep_items_filters a
{
  margin-left:-10px;
  margin-right:40px;
  text-decoration:none;
  font-weight:normal;
  color:#282828;
}

input[name="_internal_c7_creators_morespaces"],
input[name="_internal_c124_contributors_morespaces"],
/* Minh ajout c129, 2019-dec-21 */
input[name="_internal_c129_contributors_morespaces"],
input[name="_internal_c18_editors_morespaces"],
input[name="_internal_c5_creators_morespaces"],
input[name="_internal_c6_editors_morespaces"],
input[name="_internal_c52_editors_morespaces"]
{
 background-image:url('/secure/images/Archipel-Ajouter-2.png');
 background-repeat:no-repeat;
 font-size:0;
 width:129px;
 height:18px;
 cursor:pointer;
 border:0;
 background-color:transparent;
 border-radius:0
}

div.ep_search_results th.ep_columns_title,div.ep_search_results th.ep_columns_title td
{
  background-color:#454647;
  background-image:none;
  max-height:24px;
  border:0;
}


th.ep_columns_title a
{
 text-transform:uppercase;
 color:white;
 font-weight:bold;
 font-size:13px;
 text-decoration:none;
 text-align:center;
 
}

.ep_columns_cell_eprint_status
{
  width:50px;
}

th.ep_columns_title
{
  max-height:16px !important;
}

.ep_search_results .archipel_columns_title3,
.ep_search_results .archipel_columns_title2i,
.ep_columns_cell_type,
.ep_columns_cell_status

{
  max-width:65px;
}

.archipel_columns_title0,
.ep_columns_cell_first
{
  max-width:85px;
}
.ep_columns_cell_last,
.ep_columns_title_last
{
 padding:0;
 width:90px;
}

.ep_search_results tr.row_a,
.ep_search_results tr.row_b
{
  min-height:72px;
}

.ep_search_results tr.header_plain
{
 height:24px;
}
.ep_columns_cell_last span{
float:left; 
/*width:25px;*/
height:26px;
margin-bottom:5px;
margin-top:8px;
margin-left:2px;
margin-right:3px;
}

.ep_columns_cell_last .ep_action_list
{
 margin:0
}


tr.header_plain table
{

  margin-bottom:0;
}

tr.header_plain th,
tr.header_plain td,
tr.header_plain a
{
 padding:0;
}

h1.ep_tm_pagetitle img
{
  display:none;
}

#ep_review_instructions_bar,
.ep_summary_box_title
{
  display:none;
  border:0;
  background-color:transparent;
}

.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom
{
  background-image:none;
  background-color:white;
  border:1px solid #cccccc;
}

.ep_search_buttons{
  border:0;
  background-color:transparent;
  float:right;
}


.ep_search_buttons input[name="_action_search"]
{
  background:url('/secure/images/Archipel-Rechercher.png') no-repeat transparent center top;
  width:126px;
  height:28px;
  cursor:pointer;
  margin-right:10px;
}

.ep_search_buttons input[name="_action_newsearch"]
{
  background:url('/secure/images/Archipel-Effacer.png') no-repeat transparent center top;
  width:131px;
  height:28px;
  cursor:pointer;
}
.ep_search_buttons input
{
  font-size:0;
  border:0;
  padding:0;
  border-radius:0
}

.ep_search_fields
{
  float:left;
}

.ep_search_fields input[type="text"]
{
 width:360px;
}
.ep_search_fields input#date
{
 /*margin-left:48px;*/
}
.ep_search_fields th.ep_multi_heading,
td.ep_multi_input
{
 border-top:1px dashed #ccc;
 border-left:0;
 text-align:left;
 font-size:12px;
 color:#454647;
 font-weight:bold;
 padding-top:8px;
 padding-bottom:8px;
}

input#date
{
  width:409px;
}

table.ep_search_fields td.ep_multi_input div
{
  float:left;
  display:inline-block;
  clear:left;
}
table.ep_search_fields 
{
  table-layout:fixed;
}
.ep_search_fields label 
{
  font-weight:normal;
}
table.ep_search_fields th.ep_multi_heading
{
  /*width:30%;*/
  width:150px;
  word-wrap:break-word;
}

td.ep_multi_input
{
  /*width:65%;*/
  width:415px;
}

td#documents_help_outer
{
/* width:5%;*/
}
.ep_toolbox_content
{
  background-image:none;
  border:0;
  background-color:transparent;
  padding-right:0;
  padding-left:0;
  width:576px
}

.ep_toolbox_content a,
.ep_toolbox_content b
{
  padding-left:2px;
  padding-right:2px;
}


#uqam_menu a{
 color:#0a55a0;
 font-weight:normal;
}

.ep_upload_doc
{
  margin-left:5px;
  margin-right:5px;
}

.ep_upload_doc .ep_upload_doc_title_bar,
.ep_upload_doc .ep_upload_doc_content
{
  border:0;
}

.ep_update_doc_options
{
  padding-left:5px;
  padding-top:3px;
  padding-bottom:3px;
  float:left;
}
.ep_tab_panel,
.ep_upload_doc,
div#c3_panels
{
  background-image:none;
  background-color:#fff;
  border:1px solid #cccccc;
  margin-bottom:10px;
  padding-left:0;
  padding-right:0;
  margin:0
}

div#c3_panels
{
  margin-top:20px;
  float:left;
  clear:left;
  border:1px solid #ccc;
  width:573px;
}

div#c3_panels > div.ep_upload_doc
{
  border:0px solid red;
}

.ep_tab_panel td:
{
  padding-top:0;
  padding-bottom:0
}
.ep_tab_panel textarea
{
 margin-left:-6px;
 background-color:#fff;
}

.ep_summary_content_main h2
{
  background-color:#13579f;
  color:#fff;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:10px;
}

.ep_summary_content_main h2 + p
{
  background-color:#fff;
  border:1px solid #ccc;
  line-height:150%;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  margin-top:-5px !important;
  border-top:0;
}

.ep_summary_content_main th
{
  width:150px;
  padding-left:0;
}

h2.archipel-abstract-edit-fiche + p
{
  border:1px solid #ccc !important;
  padding-left:5px;
  padding-right:5px;
  margin-bottom:40px !important;
}

h2.archipel-abstract-edit-fiche
{
 background-color:#13579f;
 color:#fff;
 padding-left:5px;
 padding-right:0;
}

div#ep_eprint_view_panels,
div#_panels
{
 padding-left:5px;
 padding-right:5px;
}

ul#ep_eprint_view_tabs,
ul.ep_tab_bar
{
 text-transform:uppercase;
 margin-bottom:15px;
 float:left;
 clear:left;
 margin-top:30px;
}

ul#ep_eprint_view_tabs li,
ul.ep_tab_bar li
{
  padding-bottom:5px;
  width:180px !important;
}



table.archipel-doc-icon
{
  margin-top:10px;
}
table.archipel-doc-icon td{
 padding-top:15px;
 vertical-align:middle;
}

table.archipel-doc-icon th
{
  width:10%;
  vertical-align:middle;
}

.UploadMethod_file_container,
#c2_panel_1 > div.ep_block
{
  margin-top:15px;
}

div.ep_msg_warning_content,
div.ep_msg_message_content,
div.ep_msg_error_content
{
  background-image:none;
  background-color:#fff;
  border-color:#ccc;
  border-bottom:0
}

div.ep_msg_warning{  background-color:#FFC639; padding-bottom:1px; height:inherit}
div.ep_msg_error { background-color:#D30000; padding-bottom:1px;}
div.ep_msg_message { background-color:#92C900; padding-bottom:1px;}

/*#ep_messages{
 height:10px;
}*/

th.ep_row
{
  width:35%;
  text-align:left;
  padding-bottom:10px;
}

td.ep_row,
th.ep_row
{
  border:0;
  font-weight:normal;
  max-width:450px;
  word-wrap:break-word;
}

th.ep_title_row td
{
  text-transform:uppercase;
  font-weight:bold !important;
  color:#454647;
  font-size:14px;
  padding-left:0;
  border-bottom:1px solid #454647;
  padding-bottom:0;
  
}

#ep_eprint_view_panel_2 .archipel-deposer-doc,
#_panel_2 .archipel-deposer-doc
{
 background:url('/secure/images/Archipel-Edit-Gestion-deposer.png') no-repeat transparent center top !important; 
 height:33px;
 width:32px;
 font-size:0;
 border-radius:0;
 border:0;
}

.ep_action_list .archipel-deposer-doc
{
  background:url('/secure/images/Archipel-Edit-Fiche.png') no-repeat transparent center top !important;
  height:36px;
 width:135px;
 font-size:0;
 border-radius:0;
 border:0;
}

#ep_eprint_view_panel_2 dl,
#ep_eprint_view_panel_1 dl,
#_panel_2 dl
{ 
  overflow:hidden; 
  width:100%;
}

#ep_eprint_view_panel_2 dt,
#ep_eprint_view_panel_1 dt,
#_panel_2 dt
{
  float: left; 
  width:10%; 
  height:50px;
}

#ep_eprint_view_panel_2 dd,
#ep_eprint_view_panel_1 dd,
#_panel_2 dd
{ 
  float:left;
  width:90%;
  height:50px;
  margin-bottom:16px;
  display:table-cell;
  padding-top:4px;
}

#ep_eprint_view_panel_2 .ep_title_row
#ep_eprint_view_panel_1 .ep_title_row
#_panel_2 .ep_title_row
{
  font-size:14px;
  font-weight:bold;
  padding-bottom:15px;
}

#ep_eprint_view_panel_1 .archipel-edit-modif-doc,
#ep_eprint_view_panel_0 .archipel-edit-modif-doc
{
  max-width:25px;
}


#_panel_1 th.ep_row
{
  width:25%;
}
/*dl.ep_action_list dd {float:right; margin-right:210px;}*/

.ep_view_intro
{
  margin-bottom:20px;
}

.ep_search_result .ep_doc_icon
{
  max-width:28px;
}

.ep_view_group_by
{
  background-image:none;
  background-color:#fff;
  border:1px solid #ccc;
  
}


div.ep_upload_doc_title_bar table
{
  float:left;
  margin-top:15px;
}

th.ep_multi_heading
{
   border-top:1px dashed #ccc
}

.ep_upload_fields th
{
  text-align:left;
  font-size:12px;
  font-weight:bold;
}

table.ep_upload_fields table.ep_form_input_grid td{
  
background-color:#fff;
padding-left:0;
}

td.ep_row table
{
  max-width:450px
}
td.ep_row table th,
td.ep_row table td
{
 width:100px;
 padding:0;
 margin:0;
 border:1px solid #ccc;
}

span.archipel-span-icon-ajouter
{
  margin-left:-2px;
}

/*div.ep_block div.ep_action_list 

{
 float:left;
 margin-left:160px;
 margin-top:-18px;
}

div.ep_block div.ep_action_list span
{
  margin-left:15px;
}

div.ep_block div.ep_action_list span.archipel-span-icon-deposer
{
  margin-left:-150px;;
}*/


ul#c2_tabs li
{
  width:100% !important;
}

div#ep_tabs_panel_1 > div{
 margin-top:20px;
}

select#encoding
{
  margin-left:5px;
}
/*
ul#lebiblio
{
  background-color:#fff;
  border: 1px solid #ccc;
  margin-bottom:10px;
}

ul#lebiblio li
{
  padding-top:10px;
  padding-bottom:10px;
  list-style:none;
}
*/
.connexion-pied
{
 background-image:url("https://gabarit.uqam.ca/images/uqam/connexion.png");
 background-repeat:no-repeat;
 float:right;
 padding-left:15px;
 margin-left:350px;
}

div.accueil-stat
{
  margin-top:-12px;
}

div.ep_block > div.ep_block span
{
  margin-right: 20px;
  /*margin-bottom:20px;*/
  float:left;
}

table#contact
{
  margin-top:30px;
}

td.edit_metadata
{
  padding-bottom:18px;
}

.ep_form_field_input
{
  float:left;
  clear:left;
  width:575px;
}


div#uqam_banniere
{
  margin-top:-10px;
}



/* From: /opt/eprints/archives/Archipel/cfg/static/style/auto/zzzz_local_accueil.css */

/* #accueil-ajout-recent .ep_latest_tool_list */

#onglet-ajout-recent { 
    background-color: #454647;
    border-radius: 5px 5px 0 0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    margin-bottom:-2px;
    margin-top:2px;


}

.accueil-text {
margin-top : -19px;
    font-weight: normal;
    /* .20161025.pn height : 270px; */
	/* .20180925.pn height : 290px; annonce plus longue */
     /* .20211007.nd retrait des annonces */
	height : 290px;
/*
line-height: 150%;
        font-size: 14px;
*/
padding : 10px;
}


.accueil-stat {
	position:relative;
	float : right;
	margin-top: -6px;
	margin-right: -15px;
}

#accueil-fond-ajout-recent {
	position : relative;
	width : auto;
	padding : 20px 15px 22px 15px;
	height : auto;
	/* .20150326.pn pour annonce
	margin-top: -180px; */
	margin-top : -15px;
	margin-left:-35px;
	margin-right : -28px;
	background-color: white;
}
#accueil-fond2-ajout-recent { /* est a l'interieur de accueil-fond-ajout-recent */
	position : relative;
	width : 615px;
	height : auto;
	padding : 0px 0px 0px 0px;
	margin : -12px 0px 0px 0px;
	/* margin: 15px 15px 15px 15px; */
	background-color: white;
}

/* id où le code javascript va ecrire les 6 nouveautes */
#notice-ajout-recent a:link { font-size: 11px; font-weight: bold; color: #199bdb; text-decoration: none; } 
#notice-ajout-recent a:visited { font-size: 11px; font-weight: bold; color: #199bdb; text-decoration: none; } 

/* version une colonne */
/*
#notice-ajout-recent { 
	display : block;
	border: 1px solid #b9b9b9;
	background-color: #f1fdff;
	padding: 15px 15px 30px 20px;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        color: #313131;
	width : 575px;

}
.ajoute-recent-1 { position:relative;width: 575px;padding-bottom:10px;                 border-bottom:1px solid #b9b9b9;}
.ajoute-recent-2 { position:relative;width: 575px;padding-bottom:10px;padding-top:10px;border-bottom:1px solid #b9b9b9;}
.ajoute-recent-3 { position:relative;width: 575px;padding-bottom:10px;padding-top:10px;border-bottom:0px solid #b9b9b9;}
.ajoute-recent-4 { position:relative;width: 575px;padding-bottom:10px;padding-top:10px;border-bottom:1px solid #b9b9b9;}
.ajoute-recent-5 { position:relative;width: 575px;padding-bottom:10px;padding-top:10px;border-bottom:1px solid #b9b9b9;}
.ajoute-recent-6 { position:relative;width: 575px;padding-bottom:10px;padding-top:10px;}
****/
/* fin version 1 colonne */



/* version 2 colonnes */
#notice-ajout-recent { 
	border: 1px solid #b9b9b9;
    column-count: 2;
    column-gap: 2.5em;
    column-rule: 1px solid #b9b9b9; 
    
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -moz-column-rule: 1px solid #b9b9b9;
   
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
    -webkit-column-rule: 1px solid #b9b9b9;
	display : block;
	background-color: #f1fdff;
	padding: 15px 15px 30px 20px;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        color: #313131;
	/*width : 575px;  Enleve par rom*/
    margin-top:2px;
}

.archipel-recent-item{padding-bottom:12px;display:inline-block;position:relative}/*
.ajoute-recent-1 { position:relative;padding-bottom:10px;}
.ajoute-recent-2 { position:relative;padding-bottom:10px;}
.ajoute-recent-3 { position:relative;padding-bottom:10px;}
.ajoute-recent-4 { position:relative;padding-bottom:10px;}
.ajoute-recent-5 { position:relative;padding-bottom:10px;}
.ajoute-recent-6 { position:relative;padding-bottom:10px;}
*/
/* fin version 2 colonnes */
/*
#accueil-ajout-recent { 
	display : block;
	width : 585px;
	height : auto;
	min-height : 360px;
	padding: 20px 15px 15px;
	padding-bottom: 10px;
	border: 1px solid #b9b9b9;
	background-color: #f1fdff;
        text-align : left;
        font-size: 11px;
        font-weight: bold;
        color: #313131;
        text-decoration: none;
}

*/
/* colonne de gauche 1-3, droit 4-6 */
/* version avec la barre noire de AA */
/*
.ajoute-recent-1 { position:absolute; top: 55px; left: 15px; width: 280px; min-height:95px; border-bottom:1px solid #b9b9b9; }
.ajoute-recent-2 { position:absolute;top: 165px; left: 15px; width: 280px; min-height:95px;border-bottom:1px solid #b9b9b9; }
.ajoute-recent-3 { position:absolute;top: 290px; left: 15px; width: 280px; min-height:95px;}
.ajoute-recent-4 { position:absolute;top: 55px; left: 315px; width: 280px; min-height:95px;border-bottom:1px solid #b9b9b9; }
.ajoute-recent-5 { position:absolute;top: 165px; left: 315px; width: 280px; min-height:95px;border-bottom:1px solid #b9b9b9; }
.ajoute-recent-6 { position:absolute;top: 290px; left: 315px; width: 280px; min-height:95px;}

*/



/*
.ajoute-recent-1 { position:absolute;top: 55px; left: 45px; max-width:300px;min-width: 280px; min-height:95px; border-bottom:1px solid #b9b9b9; padding-top:10px;}
.ajoute-recent-2 { position:relative;float:left; xtop: 165px; left: 15px; width: 280px; min-height:95px;border-bottom:1px solid #b9b9b9; padding-top:10px;}
.ajoute-recent-3 { position:relative;float:left; xtop: 295px; left: 15px; width: 280px; min-height:95px;padding-top:10px;}
.ajoute-recent-4 { position:absolute;top: 55px; left: 315px; max-width:300px;min-width: 280px; min-height:95px; border-bottom:1px solid #b9b9b9; padding-top:10px;}
.ajoute-recent-5 { position:relative;float:right; xtop: 165px; left: 315px; width: 280px; min-height:95px;border-bottom:1px solid #b9b9b9; padding-top:10px;}
.ajoute-recent-6 { position:relative;float:right; xtop: 295px; left: 315px; width: 280px; min-height:95px;padding-top:10px;}
*/

.ajout-recent-image-plus {
	position : relative;
	float : right;
	/* padding-top :300px; */
        border-radius: 5px 5px;
	top : -35px;
	right : 13px;
}

/* entete du login profil, le cadenas et son nom */
#archipel_tm_menu_tools {
 	display :relative;
        top : 150px;
        left : 0px;
        width: auto;
        min-width : 130px;
        max-width : 350px;
        /* overflow:hidden; */
        width : auto;
        height :60px;
        border-radius : 8px 8px 0 0;


}
.archipel_image_login_0 { display :relative; width : auto;}
.archipel_menu_login_entete { display :relative; width : auto; }

.icone-login { padding-left: 0; padding-bottom: 10px; margin-right: 10px; width :auto; height : auto; }

.archipel_image_global { position:relative;float:right; padding-top:5px;
}
.archipel_image_login_1 { position:relative;float:left;
	width : 30px;
	height : 40px;
}

.archipel_image_login_2 { position: relative;float:left;
	width : 30px;
	height : 40px;
}

.archipel_image_login_3 { position: relative;float:left;
	width : 30px;
	height : 40px;
}

.archipel_image_login_4 { position: relative;float:left;
	width : 30px;
	height : 30px;
}

.archipel_image_login_5 { position: relative;float:left;
	width : 30px;
	height : 30px;
}

.archipel_image_login_6 { position: relative;float:left;
	width : 30px;
	height : 20px;
}

.archipel_image_login_7 { position: relative;float:left;
	width : 30px;
	height : 30px;
}
.archipel_image_login_8 { position: relative;float:left;
	width : 30px;
	height : 30px;
}


/* pour les pages parcourir par an, auteur, unité */
.ep_view_page a:visited { font-size: 11px; font-weight: bold; color: #199bdb; text-decoration: none; } 
.ep_view_page a:link { font-size: 11px; font-weight: bold; color: #199bdb; text-decoration: none; } 
SSS_ep_view_page a:link
{
  
        color: #313131;
}
.connexion-pied {
padding-left : 370px;
}

/* .20150325.pn pour ajouter une annonce page index */
#annonce {
	border-left-style: solid;
	border-left-color: #69b42f;
	border-width: 10px;
	padding-left: 10px;
	font-size: 97%;
	font-weight: bold;
	width: 555px;
}

#libre-acces-droite {
	background-color: #ededed;
    border: 1px solid #cccccc;
	/* .20150326.pn à remettre après le lien vers CARL
	height: 170px; */
	/* .20161025.pn height: 150px; */
	/* .20211007.nd ajout d'un lien */
	height: 190px;
	width: 290px;
	float: right;
}

.top-libre-acces {
	background-color: #199bdb;
	text-align: left;
	padding: 0px 0px 7px 15px;
	font-size: 16px;
    font-weight: bold;
	color: #ffffff;
	height: 29px;
}

.top-libre-acces > img {
	padding: 3px 15px 0px 0px;
}

.text-libre-acces ul {
	padding: 12px 0px 0px 10px;
	list-style-type: none;
}
