/* CRM */
.liste_suiviclient{ 
	width:80%;
	min-width:250px;
    padding:5px;
	background-color:#fff;
	padding:30px;
	border:4px solid #7cc576;
	margin:0 auto 30px;
}
.crm_msg_client {
	float:right;
	text-align:left;
	margin-left:80px;
	background-color:#f6f6f6;
}
.crm_msg_client kbd{
	text-align:center;
	display:block;
}
.crm_msg_client .bulle {
	top:auto;
	left:auto;
	bottom:0;
	right:-16px;
	border-color:transparent transparent #f6f6f6;
}
.crm_msg .timestamp {
	background-color:#cddcde;
	color:#000;
	margin-bottom:10px;
}
.crm_msg_admin { margin-right:80px;}
.line_date {
	font-size:13px;
	text-align:center;
	color:#4a7853;
	margin:0px 5px 15px;
	border-bottom:1px solid #999;
}
.line_date span {
	background-color:#fff;
    padding:10px;
	font-weight:700;
    position:relative;
    top:7px;
}
.crm_msg { 
	padding:20px;
    border: 1px solid #e5e5e5;
}
@media screen and (max-width:768px){
	.liste_suiviclient {
		padding:5px;
		border:1px solid #7cc576;
	}
	.crm_msg { 
		padding:5px; 
		width:80%;
		font-size:10px;
	}
}

/* PIÈCES JOINTES SUR FORMULAIREZ DE CONTACT */
#form_manager_crmfront a.field_manager,
#form_manager_crmfront .load_manager,
#form_manager_crmfront .view_thumb,
#form_manager_crmfront .del_thumb {display:none;}
ul#liste_crmfront li,
ul#liste_crmfront li *{cursor:pointer;}
ul#liste_crmfront li img,
ul#liste_crmfront li a{display:inline-block;}
ul#liste_crmfront li a{width:calc(100% - 12px);}
ul#liste_crmfront li a input[type="text"]{border: none;}