/*
	CSS - Publications
*/


/* Publication home */
.labtools_page_lab_publi_home #publitable tbody tr:hover td { background:#fffce0;}
.labtools_page_lab_publi_home #publitable .id {width:30px;}
.labtools_page_lab_publi_home #publitable .fonction {width:150px;}
.labtools_page_lab_publi_home #publitable .team {width:120px;}
.labtools_page_lab_publi_home #publitable .actif {width:30px;}

/* Publication edition et add */
.publitable {
	width: 600px;
}
.publitable th {
	width: 200px;
}
.publitable #author_name {
	width: 300px;
}
.publitable #list-authors {
	width: 298px;
	margin: 1px;
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.publitable #list-authors > li {
	height: 15px;
	margin: 0;
	padding: 10px;
}
.publitable #list-authors > li:nth-child(even) {
	background-color: #FCFCFC;
}
.publitable td input[type=checkbox] {
	width: 50px;
}
.publitable #addAuthor {
    position: absolute;
    margin-left: 5px;
}

/* Error box */
#error{
    margin-bottom: 20px;
    border: 1px solid #efefef;
}

/* Autocompletion style */
.suggestionsBox {
    position: absolute;
    background-color: #666666;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #000;
    color: #fff;
}
.suggestionList {
    margin: 0px;
    padding: 0px;
}
.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}
.suggestionList li:hover {
    background-color: #659CD8;
}
