#divrecherchecontact {
	float:left;
	width: 100%;
}

.aff_bande_gris{
	background-color:gray;
	float:left;
	width:100px;
	height:20px;
}
#divrecherchecontact {
	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;
}
#reloadcontact
{
	cursor:pointer;
	float:right;
	box-shadow: unset !important;
	margin-top: 4px;
}
#recherchecontact {
	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;
}
#recherchecontact:focus {
	background-image: none;
}

#btFiltreGroupes 
{
	float: left;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
    padding-left: 5px;
    z-index: 99;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#btFiltreAffaire
{
	float: left;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
    padding-left: 5px;
    z-index: 99;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#groupecontacts {
	float:left;
	width: 320px;
	height: calc(100% - 60px);
}

/*
div de la liste des affaires
*/
#lstcontacts {
	clear: both;
	float: left;
	overflow: scroll;
	overflow-x: hidden;
	width: 319px;
	height: calc(100% - 0px);
	overflow-y: auto ;
	overflow-x: hidden ;
	border-right:1px solid #CCC ;
	height: calc(100% - 70px);
}

#lstcontacts ul {
	margin-top: 0px;
	margin-left:1px;
	padding-left:0px;
}

#lstcontacts ul li {
	clear: both;
	float: left;
	width: 320px;
	height: 50px;
	border-bottom:1px solid #EFEFEF;
}

#lstcontacts p {
	float:left;
	height:30px;
	margin-top: 0px;
}

#lstcontacts img {
	margin-left:3px ;
	float:left;
	width:45px;
	margin-top: 6px;
}

.infocontact {
	margin-left: 5px !important ;
	max-width: 100% ;
	display: block;
	width: 100% ;
	min-width: 100% ;
	margin-top: 7px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.infosociete {
	margin-left: 5px !important ;
	display: block;
	max-width: 100% ;
	width: 100% ;
	min-width: 100% ;
	margin-top: 0px;
	font-family: LatoLight ;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.divdrag_contacts {
	width: 120px;
	height: 44px;
	margin: 0 auto;
	border: 0px solid #444;
	position: relative;
	float: right;
	z-index: 99;
	max-width: 120px;
	min-width:0px;
	overflow-x: hidden;
}

.divdrag_contacts_js {
	width: 20px;
	height: 49px;
	margin: 0 auto;
	border: 0px solid #444;
	position: relative;
	float: right;
	z-index: 99;
	max-width: 150px;
	min-width:40px;
	overflow-x: hidden;
	-webkit-user-select: none;
}

.divdrag_contacts1{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fe3a2e;
	color:#FFF ;
	font-size: 12pt ;
	line-height: 49px ;
	overflow-x: hidden;
	margin-left: 40px;
	text-align: left;
	padding-left: 15px;
}

.divdrag_contacts3{
	position: absolute;
	width: 50px;
	height: 100%;
	background: transparent ;
	overflow-x: hidden;
	margin-left: -10px;
	cursor: url(/images/morebt.png), auto;
}

.active_bgvert{
	background-color:#a2fb7d !important ;
}
