﻿chat-consultation {
	float: right;
	width: 0px;
	height: 100%;
}
chat-consultation > div,
chat-consultation > div .mf-chat-bar {
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    background-color: #1C363B;
}
chat-consultation >div .mf-chat-bar {
    padding-bottom: 100px;
}
chat-consultation .mf-chat-bar {
	width: 400px;
	transition: width .1s ease-in;
	overflow: auto;
}
chat-consultation .mf-chat-participants {
	margin-left: 15px;
	padding-top: 15px;
    position: absolute;
}
chat-consultation .mf-chat-participants span{
	color : white;
	display : inline-block;
	width: 100%;
}
chat-consultation .mf-chat-participants button{
	margin-top: 15px;
	background-color: orange;
	border: 0px;
	height: 35px;
}
chat-consultation .mf-chat-participants button span{
	color: black;
	font-weight : bolder;
}