/** {
	font-family: 'lato', sans-serif;
}*/

.col-md-2, .col-md-10 {
	padding: 0;
}

/*ul li {
	list-style-type: none;
}*/

#style-3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
	background-color: #0099ff;
}

.panel {
	margin-bottom: 0px;
	width: 303PX;
    /* float: right; */
    /* margin-right: 8px; */
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 10px;
}

.chat-window {
	bottom: 0;
	/* position: fixed; */
	float: right;
	margin-left: 10px;
	width: 100%;
}

.chat-window>div>.panel {
	border-radius: 5px 5px 0 0;
}

.icon_minim {
	 
	color: white;
}

.icon_close {
	color: white;
}

.msg_container_base {
	background: #ffffff;
	margin: 0;
	padding: 0 0px 0px;
	/*max-height:300px;*/
	/*  overflow-x:hidden;*/
}

.top-bar {
	background: #0099ff !important;
	color: white;
	padding: 10px;
	position: relative;
	overflow: hidden;
	    cursor: pointer;
}

.panel-title {
	color: #ffffff !important;
}

.msg_receive {
	padding-left: 0;
	margin-left: 0;
}

.msg_sent {
	padding-bottom: 20px !important;
	margin-right: 0;
}

.messages {
	background: white;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	max-width: 100%;
}

.messages>p {
	font-size: 13px;
	margin: 0 0 0.2rem 0;
}

.messages>time {
	font-size: 11px;
	color: #ccc;
}

.msg_container {
	padding: 10px;
	overflow: hidden;
	display: flex;
}

img-cb {
	display: block;
	width: 100%;
}

.avatar {
	position: relative;
}

.base_receive>.avatar:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 5px solid #FFF;
	border-left-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
	justify-content: flex-end;
	align-items: flex-end;
}

.base_sent>.avatar:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid white;
	border-right-color: transparent;
	border-top-color: transparent;
	box-shadow: 1px 1px 2px rgba(black, 0.2);

}

.msg_sent>time {
	float: right;
}

.msg_container_base::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

/* .btn-group.dropup {
	position: fixed;
	left: 0px;
	bottom: 0;
} */

.chat-history {
	padding: 12px 30px 20px;
	border-bottom: 2px solid white;
	/* overflow-y: scroll; */
	overflow-x: hidden;
	height: 300px;
	background-color: #ffffff;
}

.chat-history .message-data {
	margin-bottom: 10px;
}

.chat-history .message-data-time {
	color: #a8aab1;
	padding-left: 6px;
}

.chat-history .message {
	color: white;
	padding: 6px 20px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 7px;
	margin-bottom: 20px;
	width: 90%;
	position: relative;
	font-family: 'lato', sans-serif ! important;
}

.chat-history .message:after {
	bottom: 100%;
	left: 11%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #94C2ED;
	border-width: 10px;
	margin-left: -10px;
}

.chat-history .my-message {
	background: #94C2ED;
}

.chat-history .other-message {
	background: #86BB71;
	word-wrap: break-word;
}

.chat-history .other-message:after {
	border-bottom-color: #86BB71;
	left: 90%;
}

.chat-message {
	padding: 10px;
	/*  position: absolute;*/
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #f5f5f5;
}

.chat-message textarea {
	width: 100%;
	border: none;
	padding: 9px 18px 10px;
	font: 14px/22px "Lato", Arial, sans-serif;
	/* margin-bottom: 10px;*/
	border-radius: 5px;
	resize: none;
}

.chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
	font-size: 16px;
	color: gray;
	cursor: pointer;
}

.chat-message button {
	float: right;
	color: #94C2ED;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-weight: bold;
	background: #F2F5F8;
}

.chat-message button:hover {
	color: #75b1e8;
}

.online, .offline, .me {
	margin-right: 3px;
	font-size: 10px;
}

.online {
	color: #0099ff;
}

.offline {
	color: #E38968;
}

.me {
	color: #86BB71;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-right {
	float: right;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.panel-footer {
	padding: 3px 0px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.input-message-div{
	width: 100%;
    border-radius: 3px;
    padding: 8px 6px;
    border: 1px solid #969494;
}    
.chat-feedback {
	font-style: italic;	
	margin: -22px 0 0 7px;
	position:absolute;
	color:#94C2ED;
	width: 110px;
}
.start-message {
	background: #86BB71;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	color: white;
    padding: 6px 20px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 7px;
    margin-bottom: 20px;
    width: 90%;
    position: relative;
    font-family: 'lato', sans-serif ! important;
}
