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