button{
	touch-action: none!important;
}
#chat-holder {
	height: auto;
	z-index: 100;
	min-width: 300px;
	max-width: 300px;
	background-color:  #f8f8f8;
	/**transition: all 0.3s;**/
	float: right;
	position: fixed;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.46668;
	font-weight: 400;
	margin-right: -300px;
	font-variant-ligatures: common-ligatures;
	bottom: 38px;
}

#chat-content{
	padding: 20px;
	background-color: white;
	vertical-align: text-bottom;
}

.chat-header-primary{
	padding: 12px 4px 0px 4px;
}

.chat-header-primary-content{
	font-size: 18px;
	line-height: 1.33334;
	font-weight: 900;
}

#chat-header{
	padding-left: 6px;
	padding-right: 15px;
}


#chat-holder.active {
	margin-right: 0px;
}
#chat-holder.activeSecondLane {
	margin-right: 320px;
}



.select-background {
	background-color: #f8f8f8;
}

#chat-header{
	padding-bottom: 10px;
	min-height: 40px;
	border-bottom: 1px solid #dddddd;
}

.chat-header-secondary{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.date-separator{


}

.day-divider {

}
#chat-content{
	overflow-y: auto;
	overflow-x: auto;


}


#chat-write-box{



	bottom: 0;
	width: 100%;
	border-radius: 0.25rem;
	border: 1px solid #ced4da;
}

.chat-internal{
	height: auto;
	display: inline-block;
	width:100%;
	touch-action: none;

}
.chatbox-text-area{
	width: 100%;
	touch-action: none;
}
.message-header{
	font-weight: bold;
	touch-action: none;
}

#chat-text-area{
resize: none;
margin: 8px;
touch-action: none;
}


.separator {
	display: flex;
	align-items: center;
	text-align: center;
color: #777;
}
.separator::before, .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ccc;
}
.separator::before {
	margin-right: .25em;
}
.separator::after {
	margin-left: .25em;
}
.chat-hour{
	padding-left: 5px;
	position: relative;
	buttom:2px;
	font-size: 0.80em;
	color: #aaa;

}
.chat-message-box{
	padding-top: 8px;
	touch-action: none;
}

