

#divrechercheaffaire {
	float:left;
	width: 100%;
	height: 43px;
}

.aff_bande_gris
{
	background-color:gray;
	float:left;
	width:100px;
	height:20px;
}
#divrechercheaffaire {
	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;
}

#rechercheaffaire {
	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;
}

#reloadaffaire
{
	cursor:pointer;
	float:right;
	box-shadow: unset !important;
	margin-top: 4px;
}

#rechercheaffaire:focus {
	background-image: none;
}

#groupeaffaires {
	width: 319px;
	float:unset;
	width: 320px;
	height: calc(100% - 203px);
	background-color:#ffffff;
	border-right: 1px solid #DDD;
}

/*
	div de la liste des affaires
*/
#lstaffaires {
	border-top-right-radius:10px ;
	clear: both;
	float: left;
	overflow: scroll;
	overflow-x: hidden;
  	width: 320px;
	height: 100% ;
	min-height: 100% ;
	max-height: 100% ;
	overflow-y: auto ;
	overflow-x: hidden ;
	padding-top:3px;
}

#lstaffaires ul {
	margin-top: 0px;
	margin-left:1px;
	padding-left:0px;
}

#lstaffaires ul li {
	clear: both;
	float: left;
    width: 300px !important;
	height: 57px;
	margin-bottom:5px ;
}

.lstAffaireLi
{
	height: 60px ;
	width: 313px !important ;
	margin-top: unset !important ;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 7px;
	border: none;
	box-shadow: 1px 1px 4px #CCC ;
}


.lstAffaireLi:hover
{
	color:#444444 !important ;
}

.lstAffaireLiGris
{
	height: 60px ;
	width: 313px !important ;
	margin-top: unset !important ;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
    box-shadow: 2px 2px 4px #EFEFEF;
	background-color:#DDD;
}
.lstAffaireLiRouge
{
	height: 60px ;
	width: 313px !important ;
	margin-top: unset !important ;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
    box-shadow: 2px 2px 4px #EFEFEF;
	background-color:#FDD;
}
.lstAffaireLiVert
{
	height: 60px ;
	width: 313px !important ;
	margin-top: unset !important ;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
    box-shadow: 2px 2px 4px #EFEFEF;
	background-color:#9D9;
}


#lstaffaires ul li:hover {
	cursor:unset ;
}

#lstaffaires p {
	float:left;
	height:30px;
	margin-top: 10px;
}

#lstaffaires img {
	margin-left:5px ;
	float:left;

	width:35px;
	border:0px;
	border-radius:5px;
	box-shadow:1px 1px 3px #888;
	background-color: white;
	
}

.groupelst img {
	box-shadow: unset;
}

.divdrag_caffaires
{
	overflow: hidden;
	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_affaires_js
{
	overflow: hidden;
	width: 30px;
	height: 57px;
	margin: 0 auto;
	border: 0px solid #444;
	position: relative;
	float: right;
	z-index: 99;
	max-width: 150px;
	min-width:30px;
	overflow-x: hidden;
	-webkit-user-select: none;
	margin-top: 0px;
}
.divdrag_affaires_js:hover {
	background-image:url(/images/supprimer.gif) ;
	background-size: 100% 200% ;
	opacity:0.5;
	background-repeat: no-repeat;
	background-position-y: -30px ;
}

.divdrag_affaires1{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fe3a2e;
  color:#FFF ;
  font-size: 12pt ;
  text-align: center ;
  line-height: 56px ;
  overflow-x: hidden;
  margin-left: 30px;
}

.divdrag_affaires3
{
  position: absolute;
  width: 50px ;
  height: 54px ;
  background-color: transparent ;
  overflow-x: hidden;
  margin-left: -10px;
  cursor: url(/images/morebt.png), auto;
}

.divdrag_affaires3_red {
	overflow: hidden;
}

.active_bgvert{
	background-color: #8BB99D;
	list-style-type: none;
}

.active_bgred{
	background-color: #EA5656;
}

.active_bggrey{
	background-color: #CED2D0;
}

.entreepied img
{
	width: 45px;
	margin-top: -10px;
	margin-left: 22px ;
}
.entreepied img:hover
{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.entreepied_on img {
	width: 55px;
}
.entreepied_on img:hover {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

/* pas haut... */
@media screen and (max-height: 500px) {
  #groupeaffaires {
		height: calc(100% - 100px) !important;
		min-height: calc(100% - 100px) !important;
		max-height: calc(100% - 100px) !important;
  }
}

.grisgrp
{
    width: 300px !important; 
    height: 35px !important; 
    color: #3A3A3A; 
    font-family: LatoBold; 
    font-size: 1.1em; 
    border: none; 
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
    vertical-align: middle; 
    line-height: 35px; 
    padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color:#EFEFEF;
	width: 304px !important;
	list-style-type: none;
}

.chevron
{
	border:none !important ;
	border-radius:unset !important ;
	box-shadow:unset !important ;
	background-color:unset !important ;
	box-shadow: unset !important;

    width: 22px !important;
    margin-top: 5px !important;
    opacity: 0.3;
}
.chevronAff
{
	position:absolute;
	right:7px;
    width: 25px !important;
    margin-top: -30px !important;
	margin-right: 15px;
    opacity: 0.3;
	box-shadow: unset !important;
}

.groupelsta_on {
    color: #f2474c;
    background-color: #fee8e8;
    background-image: url(/images/menuSelOn.png) ;
    background-size: 5px 36px ;
    background-repeat: no-repeat;
}

.groupelsta_on .chevron
{
	filter:grayscale(100%) brightness(40%) sepia(1) hue-rotate(290deg) saturate(1000%) contrast(12) ;
}

.nomcontact {
	margin-left: 5px !important ;
	max-width: 100% ;
	width: 100%;
	min-width: 100%;
}
.societe {
	margin-left: 5px !important ;
	max-width: 100% ;
	width: 100%;
	min-width: 100%;
}
