#groupebib {
	float:left;
	width: 320px;
	height: 100%;
	background:white;
}

#bibdroitefilariane
{
	background:#DDD !important;
	width:calc(100% - 10px) !important ;
	overflow: hidden !important;
	overflow-x : auto !important;
	height: 40px !important;
}
/*
Liste des bib
*/
#listebib {
	clear: both;
	float: left;
	overflow: scroll;
	overflow-x: hidden;
	width: 320px;
	height: calc(100% - 255px);
	overflow-y: auto ;
	overflow-x: hidden ;
}

#listebib ul {
	margin-top: 0px;
	margin-left:1px;
	padding-left:0px;
	height: calc(100% - 14px) ;
}

#listebib ul li {
	clear: both;
	float: left;
	width: 320px;
	height: 50px;
	border-bottom:1px solid #EFEFEF;
}

#listebib ul li:hover {
	cursor: pointer;
}

#listebib p {
	float:left;
	height:30px;
	margin-top: 0px;
}

#listebib img {
	margin-left:5px ;
	margin-right:10px ;
	float:left;
	width:35px;
	border:0px;
	margin-top:5px;
}

.bibligneimg
{
	margin-right:10px;
}

#divBibBtAdd
{
	position: absolute;
    left: 265px;
    bottom: 88px;
    z-index: 9999999;
}

#dragFileBibBt
{
	position: fixed;
    left: 8px;
    bottom: 88px;
    z-index: 9999999;
	border: 3px dotted #ED5252;
    border-radius: 8px;
    padding:5px;
}
#dragFileBibBt img
{
	filter:grayscale(100%) brightness(40%) sepia(100%) hue-rotate(314deg) saturate(925%) contrast(1);
}

#dragFileBibInfo
{
	position:fixed;
	border:2px solid white;
	box-shadow: 4px 4px 4px black;
	color:white;
	border-radius: 10px;
	background:red;
	width:300px;
	height:40px;
	line-height:40px;
	z-index:999999999;
	bottom: 150px;
	left: 10px;
}

#divrecherchebib {
	width:275px;
	border:1px solid #CCC;
	border-left:none;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	height:40px;
	margin-bottom:10px;
	display:block;
	float: left;
}
#reloadbib
{
	cursor:pointer;
	float:right;
	box-shadow: unset !important;
	margin-top: 4px;
}

#recherchebib {
	position:relative;
	border-radius:5px;
	border:none;
	width:250px;
	margin:3px;
	margin-bottom:10px;
	padding-left:30px ;
	background-image: url(/images/search.png) !important;
  	background-repeat: no-repeat !important;
	background-position-y:4px !important;
	height: 35px;
	line-height: 35px;
	color:#3a3a3a;
	font-family: Lato;
	text-indent: 10px;
	font-size: 1.1em;
	background:transparent;
}

#recherchebib:focus {
	background-image: none;
}

/*
* DIV drag Suppression
*/


.divdrag_bib {
    width: 20px;
    height: 47px;
	top: 0px;
    right: 0px;
    margin: 0 auto;
    border: 0px solid #444;
    float: right;
    z-index: 11;
    max-width: 200px;
    min-width: 0px;
    overflow: hidden;
    margin-left: 220px;
    max-width: 120px;
    min-width: 20px;
    overflow: hidden;
    -webkit-user-select: none;

	position:absolute ;
	margin:0px ;
	/*
	position: relative;
	margin-top:-46px;
	*/
}

.divdrag_bib:hover {
    background-image: url(/images/supprimer.gif);
    background-size: 100% 200%;
    opacity: 0.75;
    background-repeat: no-repeat;
    background-position-y: -25px;
}

.divdrag_bib3:hover {
    background-image: url(/images/supprimer.gif);
    background-size: 100% 200%;
    opacity: 0.75;
    background-repeat: no-repeat;
    background-position-y: -25px;
}

.divdrag_bib11 {
    position: absolute;
    height: 100%;
    width: 80px;
    background-color: #666666;
    color: #FFF;
    font-size: 12pt;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    font-family: Lato;
    margin-left: 5px;
}

.divdrag_bib12 {
    padding-left: 80px;
    position: absolute;
    height: 100%;
    width: 100px;
    background-color: #fe3a2e;
    color: #FFF;
    font-size: 12pt;
    text-align: center;
    line-height: 46px;
    overflow: hidden;
    font-family: Lato;
    margin-left: 5px;
}

.divdrag_bib3 {
    position: absolute;
    width: 20px;
    height: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    cursor: grab;
}

.nombib {
	white-space: nowrap;
	text-overflow: ellipsis ;
	overflow: hidden;
	width:250px ;
	min-width:250px ;
	max-width:250px ;
	padding-left:5px;
	line-height: 20px;
	height:20px ;
}
.detailbib {
	white-space: nowrap;
	text-overflow: ellipsis ;
	overflow: hidden;
	width:245px ;
	min-width:245px ;
	max-width:245px ;
	padding-left:5px;
	line-height: 20px;
	height:20px ;
	font-family: LatoLight ;
}
