#groupenotes {
	float:left;
	width: 320px;
	height: 100%;
}
/*
Liste des notes
*/
#listenotes {
	clear: both;
	float: left;
	overflow: scroll;
	overflow-x: hidden;
	width: 320px;
	height: calc(100% - 49px);
	overflow-y: auto ;
	overflow-x: hidden ;
}

#listenotes ul {
	margin-top: 0px;
	margin-left:1px;
	padding-left:0px;
	height: calc(100% - 14px);
}

#listenotes ul li {
	clear: both;
	float: left;
	width: 320px;
	height: 50px;
	border-bottom:1px solid #EFEFEF;
}

#listenotes ul li:hover {
	cursor: pointer;
}

#listenotes p {
	float:left;
	height:30px;
	margin-top: 0px;
}

#listenotes img {
	margin-left:5px ;
	float:left;
	width:35px;
	border:0px;
	margin-top:5px;
	border-radius:5px;
	box-shadow:1px 1px 3px #888;
	background-color: white;
}

/*
Elements de la popup des notes
*/



/*
Recherche des notes
*/

#divrecherchenote {
	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;
}
#reloadnote
{
	cursor:pointer;
	float:right;
	box-shadow: unset !important;
	margin-top: 4px;
}

#recherchenote {
	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;
}

#recherchenote:focus {
	background-image: none;
}

/*
* DIV drag Suppression
*/

.divdrag_notes {
	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_notes_js {
	width: 20px;
	height: 49px;
	margin: 0 auto;
	border: 0px solid #444;
	z-index: 99;
	max-width: 150px;
	min-width:40px;
	overflow-x: hidden;
	-webkit-user-select: none;
	position: absolute ;
	top:unset ;
	right: 0px ;
}

.divdrag_notes1{
	position: absolute;
	height: 100%;
	height: 49px;
	background-color: #fe3a2e;
	color:#FFF ;
	font-size: 12pt ;
	line-height: 49px ;
	overflow-x: hidden;
	margin-left: 40px;
	text-align: left;
	padding-left: 15px;
}

.divdrag_notes3{
	position: absolute;
	width: 50px;
	height: 49px;
	background: transparent ;
	overflow-x: hidden;
	margin-left: -10px;
	cursor: url(/images/morebt.png), auto;
}

.nomnote {
	white-space: nowrap;
	text-overflow: ellipsis ;
	overflow: hidden;
	width:250px ;
	min-width:250px ;
	max-width:250px ;
	padding-left:5px;
	line-height: 20px;
	height:20px ;
}
.detailnote {
	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 ;
}
