/* Css de backoffice_gestion_chat_front_office */

#chat_front_office {
	position:fixed;
	bottom:0px;
	right:15px;
	z-index: 99;
}

.btn_base_chat {
	width:auto;
	height:45px;
	text-align: center;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background-color: #009cff;
	border-radius:10px 10px 0px 0px;
	padding-top:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:7px;
	padding-right:7px;
}

.btn_base_chat table {
	height:45px;
	display:inline-block;
}

.btn_base_chat img {
	height:25px;
	width:auto;
}

.btn_envois_message {
	background-color: #009cff;
	cursor:pointer;
	padding-left:4px;
	padding-right:4px;
	width:18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:0px 5px 5px 0px;
}

/* OUVERT */
@media screen and (min-width:280px) {
	.cadre_interne_chat {
		width:270px;
		height:auto;
		border-radius:5px 5px 0px 0px;
		overflow: hidden;
    	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    	background-color: #fff;
	}

	.header_chat {
		color:#000;
		background-color: #009cff;
	}

	.header_chat:hover .miniaturize_chat, .header_chat:hover .titre_assistance_chat {
		opacity:1;
	}

	.equilibre_header_chat {
		width:20px;
	}

	.cadre_miniaturize_chat {
		cursor:pointer;
		width:20px;
		height:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top:9px;
		text-align: center;
	}

	.miniaturize_chat {
		width:10px;
		height:2px;
		display:inline-block;
		background-color: #000;
		opacity:0.7;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		margin-bottom:7px;
	}

	.titre_assistance_chat {
		opacity:0.7;
		color:#000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.sous_header_chat {
		border-bottom:1px solid #ccc;
		padding:7px;
	}

	.petite_phrase_sous_nom_agent {
		color:#aaa;
	}

	.nom_agent {
		font-weight:bold;
		font-size:14px;
		color:#0d4b73;
	}

	.cadre_designation_agent {
		padding-left:10px;
	}

	.cels_img_chat {
		width:44px;
	}

	.entour_icone_chat {
		width:40px;
		height: 40px;
		background-color: #009cff;
		border-radius:40px;
		overflow: hidden;
		text-align: center;
		padding-top:5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.entour_icone_chat img {
		width:60%;
		height:auto;
	}

	.zone_centrale_du_chat {
		width:100%;
		height: 290px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.zone_footer_chat {
		width:100%;
		padding:7px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-top:1px solid #ccc;
	}

	.btn_deco_chat {
		cursor:pointer;
		color: #666;
		font-size:11px;
	}

	.btn_deco_chat:hover {
		color:#343434;
	}

	.zone_nouveau_message_chat {
		overflow: hidden;
	    overflow-wrap: break-word;
	    resize: none;
	    height: 35px;
	    width:100%;
	    background: #FFF;
	    padding: 6px;
	    border-width: 0px;
	    border-style: solid;
	    border-color: #DDD;
	    border-radius: 5px 0px 0px 5px;
	    box-shadow: inputShadow;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    font-size: 13px;
	    -webkit-box-shadow:inset 0 0 4px 1px #9E9E9E;
		box-shadow:inset 0 0 4px 1px #9E9E9E;
	}

	.zone_nouveau_message_chat:placeholder {
		color:#aaa;
		font-style: italic;
	}

	.ligne_chat_paire {
		background-color:#fff;
		padding:7px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ligne_chat_impaire {
		background-color: #eaeff8;		
		padding:7px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.designation_user_chat {
		color:#000;
		font-weight:bold;
		font-size:11px;
	}

	.message_user_chat {
		color:#787878;
		font-size:12px;
	}
}

@media screen and (min-width:600px) {
	.cadre_interne_chat {
		width:400px;
	}
}