
/* chat */
.chat_container {
	height:950px;
	font-size:16px;
	overflow:hidden;
}
#chat_window {
	height:50%;
	margin:2% 20px 2% 0px;
	overflow-y:auto;
}
#chat_area {
	padding:20px;
}
#chat_input {
	border-top: 1px solid #ddd;
	padding:2% 0%;
	height:42%;
	font-size:14px;
}
#chat_input div.chat_main_input_area {
	height:80%;
}
#chat_input textarea {
	display:inline-block;
	width:100%;
	height:65%;
	resize: none;
	padding:10px;
	line-height:16px;
}
#chat_send {
	font-size:24px;
}
#chat_error {
	color:red;
}
#chat_error span {
	color:green;
}
.chat_name {
	overflow:hidden;
	padding-bottom:10px;
}
.chat_name div {
	float:left;
	margin-right:20px;
}
.chat_name img {
	height:37px;
	border-radius:50%;
}
.chat_name .time {
	color:#888;
	font-size:14px;
}
.message .chat_name {
	color:#428bca;
}
.message.adm .chat_name {
	color:green;
}
.message {
	overflow:hidden;
	margin-bottom:35px;
	line-height:20px;
}
.message .attach {
	overflow:hidden;
	margin-top:5px;
}
.message .attach a {
	text-decoration:none;
	border-bottom:1px dashed #428bca;
}
#chat_window label {
	font-weight:400;
	font-size:14px;
	cursor:pointer;
}
#adm_support span, #adm_feedback span {
	display:inline-block;
	color:#E64320;
	margin-right:10px;
	text-align:left;
	font-weight:700;
}
.search_labels {
	display:block;
}
.search_no {
	text-align:right;
	margin-top:16px;
	font-size:18px;
	display:none;
}
#choosed_fax {
	margin-bottom:10px;
}
#choosed_fax span {
	display:inline-block;
	margin:2px 3px;
	padding:2px 3px;
	background:#4bb970;
	color:#fff;
}
.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }











