.load_tag {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  position:absolute;
  left:0; right:0; top:0; bottom:0;
  margin:auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display:none;
  z-index:30000;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.home-name{
	font-family:Arial;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
}
.home-icon{
	vertical-align:middle;
	font-size:20px;
	margin:10px 20px 0 0;
	color:#003366;
	display: inline;
	text-decoration:none;
}
.home-icon span{
	font-family:Arial;
	color:#000;
	font-size:14px;
}
.icon-title{
	font-size:18px; margin:5px;
}
.icon-title span{
	font-family:Arial;
	font-size:13px; 
	font-weight:bold;
}
.button-user-home, .button-sms-notification{
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
.menu-congty-home{
	width:300px;
	max-width:300px;
	max-height:650px;
	overflow:auto;
	margin-left: -140px;
}
.menu-congty-home li a{
	display: block;
  	overflow: hidden;
	white-space:normal;
}
.menu-congty-home li{
	border-bottom:1px solid #CCC;
}
.button-sms-notification{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	cursor: pointer;
}
.button-sms-notification .alert_notification{
	position: absolute;
	font-size: 12px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	top: 8px;
	left: 10px;
	background:#F00;
}
.button-sms-notification .alert_notification_traodoi{
	position: absolute;
	font-size: 12px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	top: 6px;
	left: 15px;
	background:#F00;
}
.menu-sms-notification{
	width:350px;
	max-width:350px;
	right:-50px;
	white-space: nowrap;  
}
.menu-notify-active{
	background-color:#edf2fa;
}
.menu-sms-notification li{
	border-bottom: 1px solid #dddfe2;
}
.menu-sms-notification li a{
	display: block;
  	overflow: hidden;
	white-space:normal;
	padding: 3px 10px;
}
.sms-content-notification{
	float: left;
    width: calc(100% - 50px);
}
.image-thanhvien-baocao{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 40px;
    color: #757575;
    margin-right: 5px;
	float:left;
}
.menu-sms-notification  .none-content{
	text-align:center;
	padding:15px 0;
}
.menu-sms-notification .perline-content {
	float: left;
    width: 100%;
    white-space: normal;
    line-height: 18px;
    margin-bottom: 5px;
    color: #1d2129;
}
.menu-sms-notification .perline-content b{
	font-weight: 600;
	color:#1e91cf;
}
.menu-sms-notification .perline-content b:hover{
	background-color:unset;
}
.menu-sms-notification .perline-content .content-chat{
	float: left;
    width: 100%;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
}
.menu-sms-notification .time-notification{
	float: left;
    width: 100%;
    color: #999;
    line-height: 18px;
    text-transform: lowercase;    
}
.menu-sms-notification .time-notification i{
	font-size: 13px;
    line-height: 18px;
    height: auto;
    margin: 0 1px 0 0;
}
.menu-sms-notification .view-all{
	color: #0068ff;
    font-size: 13px;
    padding: 10px 10px 10px 15px;    
    text-align: left;
    line-height: 25px;
    float: left;
}
.menu-sms-notification .read-all{
	color: #0068ff;
    font-size: 13px;
    padding: 10px 15px 10px 10px;
    text-align: right;
    line-height: 25px;
    float: right;
}
.filter-cong-viec{
	position:relative;
	vertical-align:middle;
}
.filter-cong-viec li{
	border-bottom: 1px solid #dddfe2;
}
.filter-cong-viec li a{
	display: block;
  	overflow: hidden;
	white-space:normal;
	padding: 3px 10px;
	font-size:12px;
	cursor:pointer;
}
.list-filter{
	max-width:100px;
	float:left;
}
/*---------Phần tin nhắn-------------*/
.khung-loinhan{
	width: -webkit-calc(30% - 10px); 
	width: -moz-calc(30% - 10px); 
	width: -o-calc(30% - 10px); 
	height:60%;
	margin:5px 5px 5px 0; 
	border:1px solid #999;
	background-color:#FFF;
	border-radius:5px;
	position: fixed;
	left: 70%; 
	bottom:18px; 
	overflow:hidden;
	z-index:1000;	
}
.khung-loinhan h2{
	width:calc(100%-10px);
	height:25px;
	background-color:#E5E5E5;
	font-weight:bold;
	font-size:13px;
	line-height:25px;
	margin:0;
	padding:0;
	padding-left:10px;
	background-image:url(../images/icons/chat1.png) no-repeat 0 0;
	background-size:14px;
}
.khung-loinhan-thunho{
	width:120px;
	height:25px;
	margin:5px 5px 5px 0; 
	border:1px solid #999;
	background-color:#FFF;
	border-radius:5px;
	position: fixed;
	left: 90%; 
	bottom:17px; 
	overflow:hidden;
	z-index:35000;	
}
.khung-loinhan h2:hover {
	background-color:#FFF;	
}
.noi-dung{
	width:100%;
	height: -webkit-calc(100% - 20px); 
	height: -moz-calc(100% - 20px); 
	height: -o-calc(100% - 20px); 
	overflow:auto;
	background-color:#FFF;
	padding-left:0px;
}
.noi-dung-trong{
	width: -webkit-calc(100% - 10px); 
	width: -moz-calc(100% - 10px); 
	width: -o-calc(100% - 10px); 
	height:500px;
	padding-left:10px;
   /* overflow:auto; */
}
.title-loinhan {
	display: inline-flex;
	width: 100%;
}
.text-tim-tinhan {
	margin-left:20px;
	border:none;
	width:80%;
	z-index: -1;
}
.nut-tim-tinhan {
	margin-top:2px;
	margin-left: 3px;
	position:relative;
	padding:1px 5px;
	border:1px solid #dbdbdb;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.nut-tim-tinhan:hover  {
	background-color:#fafafa;
	color:#207cca;
	font-weight:bold;
}
.khung-text-tim-tinnhan {
	margin-top:2px;
	margin-left:2px;
	padding:2px 5px;
  	border:1px solid #dbdbdb;
	width: 80%;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.khung-text-tim-tinnhan .icon{
  position: absolute;
  margin-left: 5px;
  margin-top: 4px;
  z-index: 1;
  color: #4f5b66;
}
.list-tinnhan_home {
    width: 99%;
    height: auto;
    margin: 5px;
    border-radius: 5px;
    float: left;
    padding: 5px 0 5px 5px;
}
.noi-dung-tinnhan {
	overflow:auto;
	height:100%;
}
.thongtin-sinhnhat {
	margin-right: 10px;
	margin-left: 2px;
	text-align:left;
}
.hoten-sinhnhat-unread {
	font-weight:bold;
	font-size:14px;
}
.list-tinnhan_home:hover {
	background-color:#FFC;
	cursor:pointer;
}
.chat_hinh {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 5px;
	position: relative;
}
.chat_noidungden {
	max-width: 350px;
	min-height: 20px;
	float: left;
	background-color: #e0edff;
	border: 1px solid #D2D2D2;
	border-radius: 15px;
	line-height: inherit;
	padding: 5px;
	z-index: 5;
	word-break:break-strict;
	white-space: normal;
	position: relative;
}
.chat_noidungtu {
	max-width: 350px;
	min-height: 20px;
	float: right;
	background-color: #FFF;
	border: 1px solid #D2D2D2;
	border-radius: 15px;
	line-height: normal;
	padding: 5px;
	z-index: 5;
	margin-right: 5px;
	word-break:break-strict;
	white-space: normal;
	position: relative;
}
.chat_nhapnoidung {
	width: 360px;
	height: 45px;
	word-break: break-all;
	white-space: normal;
}
.daxem {
	font-size: 12px;
	color: #9197a3;
	text-align: right;
	font-weight: inherit;
}
.dangsoantin{
	position:relative;
	bottom:0;
	font-size:12px;
	float:left;
	margin:2px 5px;
	color:#999;
	z-index:11111;
}
.load_noidung {
	top: 0px;
	white-space: nowrap;
	overflow: auto;
}
.clear10 {
	clear: both;
	height: 10px;
}
.images-load{
	width:20px;
}
.dinhkem_chat {
	max-width: 350px;
	min-height: 25px;
	float:left;
	border-radius: 15px;
	line-height: normal;
	padding: 5px;
	z-index: 5;
	margin-right: 20px;
	word-break:break-strict;
	white-space: normal;
	position: relative;
}
.chat_tam {
	color:#C4C4C4;
}
.noidung_temp {
	float:left;
	background-color: #F2F2F2;
	border: 1px solid #D2D2D2;
	border-radius: 15px;
	line-height: normal;
	padding: 5px;
	z-index: 5;
	margin-right: 5px;
	position: relative;
}
.nhap-nhay{
	background-color:#FAF3D1;
	animation: nhap-nhay 1s linear infinite;
}
/* Phần CSS quản lý khách hàng Bất Động sản */
duongvien {
	  border-collapse:collapse;
	  border:solid 1px;
	}
.heard_table
{
	background-color:#E6E6E6;
	text-align:center;
	height:30px;
}
.row_table
{
	height:30px;
}
.button {
background-color:#E8E8E8;
border: 1px solid #D1D1D1;
text-decoration: none;
display: block;
color: #597390;
font-size: 13px;
font-weight: bold;
text-align:center;
margin-right:2px;
margin-left:2px;
/*height:16px;*/
float:right;
border-radius:2px;
}
.button:hover {
background-color:#FFF;
color: #000;
display: block;
}
/* Nút xóa*/
.button.xoa {
padding-left: 2px;
padding-top: 4px;
}
.button.xoa span{
padding-left: 18px;
padding-right:3px;
background:url(../../images/icons/b_drop.png) no-repeat 0 0;
background-size:14px;
}
/*Nút sửa*/
.button.sua {
padding-left: 2px;
padding-top: 4px;
}
.button.sua span{
padding-left: 18px;
padding-right:3px;
background:url(../../images/icons/b_edit.png) no-repeat 0 0;
background-size:14px;
}
/*Nút thêm*/
.button.them {
padding-left: 2px;
padding-top: 4px;
}
.button.them span{
padding-left: 18px;
padding-right:3px;
background:url(../../images/icons/them.png) no-repeat 0 0;
background-size:14px;
}
/*Nút tìm*/
.button.tim {
padding-left: 2px;
padding-top: 4px;
}
.button.tim span{
padding-left: 18px;
padding-right:3px;
background:url(../../images/icons/search.png) no-repeat 0 0;
background-size:14px;
}
/*Nút phan công*/
.button.phancong {
padding-left: 2px;
padding-top: 4px;
}
.button.phancong span{
padding-left: 18px;
padding-right:3px;
background:url(../../images/icons/person.png) no-repeat 0 0;
background-size:14px;
}
/*Nút import*/
.button.import {
padding-left: 2px;
padding-top: 4px;
}
.button.import span{
padding-left: 18px;
padding-right:3px;
background:url(../../images/icons/files/xlsx.png) no-repeat 0 0;
background-size:14px;
}
/*-------------------Kết thức BĐS----------------*/
@keyframes nhap-nhay{
	from {background-color: #F2F2F2;}
	to {background-color: #FEF107;}
}

/* Phần CSS Sinh nhật*/
.khung-sinhnhat{
	width:250px;
	height:300px;
	float:left;
	border:2px solid #CCC;
	border-radius:10px;
	padding:10px;
	margin:5px;
	text-align:center;
	overflow:hidden;
}
.hinh-sinhnhat{
	height:auto;
	max-width:100%;
	max-height:200px;
	vertical-align:middle;
}
.sinhnhat-left{
	width:50%;
	float:left;
}
.sinhnhat-right{
	width:50%;
	float:left;
}
#fountainG{
	position:absolute;
	width:234px;
	height:28px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}
.alert_home{
	border-radius:3px; 
	background-color:#F00; 
	color:#FFF; 
	font-weight:bold; 
	text-align:center;
	padding:2px; 
	position:absolute; 
	right:-5px; 
	top:-5px; 
	font-size:10px;
	z-index:10;
}
.ketqua_home{
	position: absolute; 
	left:0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	bottom: 25px; 
	border: solid #999 1px; 
	color:#060; 
	background-color: #CCC; 
	width: 300px; 
	height:28px; 
	white-space:nowrap; 
	text-align:center; 
	display:none;
}
.nut_control{
	outline:none; 
	margin:3px;
}
.nut_control_child{
	outline:none; 
	margin:3px;
}
/*Phần Hồ sơ và email*/
.sub-tab-document {
    margin-right: 1px;
    padding: 2px;
}
.button-tab-document {
	position: absolute;
	text-align: right;
    white-space: nowrap;
	top: 76px;
	right: 10px;	
}
/*Phần responsive mobile*/
@media (max-width:1200px){
	.khung-loinhan-thunho{
	width:120px; 
	height:24px;
	margin:5px 5px 5px 0; 
	border:1px solid #999;
	background-color:#FFF;
	border-radius:5px;
	position: fixed;
	left: 88%; 
	bottom:17px; 
	overflow:hidden;
	z-index:35000;	
	}
}
@media (max-width:1024px){
	.khung-loinhan-thunho{
	width:120px; 
	height:24px;
	margin:5px 5px 5px 0; 
	border:1px solid #999;
	background-color:#FFF;
	border-radius:5px;
	position: fixed;
	left: 85%; 
	bottom:17px; 
	overflow:hidden;
	z-index:35000;	
	}
}
@media (max-width:768px){
	.khung-loinhan-thunho{
	width:120px; 
	height:24px;
	margin:5px 5px 5px 0; 
	border:1px solid #999;
	background-color:#FFF;
	border-radius:5px;
	position: fixed;
	left: 80%; 
	bottom:17px; 
	overflow:hidden;
	z-index:35000;	
	}
	.button-tab-document {
	position: absolute;
	text-align: right;
    white-space: nowrap;
	top: 50px;
	right: 10px;	
	}
	.col-sm-2{
		position:absolute;
		margin-left:2px;
		top:2px;
	}
	.col-sm-10{
		width: 550px;
		float: right;
	}
	
}
@media (max-width:600px){
	.home-name{
	  display:none;
	}
	.khung-loinhan{
		width:100%;
		height:auto;
		margin:0;
		left: 0;
	}
	.khung-sinhnhat{
		width: -webkit-calc(100% - 20px); 
		width: -moz-calc(100% - 20px); 
		width: -o-calc(100% - 20px); 
	}
	.khung-loinhan-thunho{
	width:120px; 
	height:24px;
	margin:5px 5px 5px 0; 
	border:1px solid #999;
	background-color:#FFF;
	border-radius:5px;
	position: fixed;
	left: 80%; 
	bottom:17px; 
	overflow:hidden;
	z-index:35000;	
	}
	.button-tab-document {
	position: relative;
    white-space: nowrap;
    top: 0;
    right: 0;
	}
	.trogiup {
	 display:none;
	}
	.trangchu {
	 display:none;
	}
	.col-sm-2{
		position:absolute;
		margin-left:2px;
		top:2px;
	}
	.col-sm-10{
		width: 400px;
		float: right;
	}
}
@media (max-width:480px){
	.home-name{
	  display:none;
	}
	.khung-loinhan{
		width:100%;
		height:auto;
		margin:0;
		left: 0;
	}
	.khung-sinhnhat{
		width: -webkit-calc(100% - 20px); 
		width: -moz-calc(100% - 20px); 
		width: -o-calc(100% - 20px); 
	}
	.khung-loinhan-thunho{
	width:120px;
	height:25px;
	margin:5px 5px 5px 0; 
	border:1px solid #999;
	background-color:#FFF;
	border-radius:5px;
	position: fixed;
	left: 70%; 
	bottom:17px; 
	overflow:hidden;
	z-index:35000;	
	}
	.chat_nhapnoidung {
		width: 280px;
	}
	.home-icon span{
		font-size: 0;
	}
	.col-sm-2{
		position:absolute;
		margin-left:2px;
		top:2px;
	}
	.col-sm-10{
		width: 300px;
		float: right;
	}
	#link_forum span{
		font-size: 0;
	}
	#link_forum::after{
		font-family: FontAwesome;
		font-size:20px;
		content: '\f086';
	}
	#link_sodotochuc span{
		font-size: 0;
	}
	#link_sodotochuc::after{
		font-family: FontAwesome;
		font-size:20px;
		content: '\f0e8';
	}
	#link_sinhnhat span{
		font-size: 0;
	}
	#link_sinhnhat::after{
		font-family: FontAwesome;
		font-size:20px;
		content: '\f1fd';
	}
	#link_thongbao span{
		font-size: 0;
	}
	#link_thongbao::after{
		font-family: FontAwesome;
		font-size:20px;
		content: '\f05a';
	}
	#link_duyetphieu span{
		font-size: 0;
	}
	#link_duyetphieu::after{
		font-family: FontAwesome;
		font-size:20px;
		content: '\f14a';
	}
	
}
@media (max-width:320px){
	.home-name{
	  display:none;
	}
	.khung-loinhan{
		width:100%;
		height:auto;
		margin:0;
		left: 0;
	}
	.khung-sinhnhat{
		width: -webkit-calc(100% - 20px); 
		width: -moz-calc(100% - 20px); 
		width: -o-calc(100% - 20px); 
	}
	.khung-loinhan-thunho{
	width:120px; 
	height:25px;
	margin:5px 5px 5px 0; 
	border:1px solid #999;
	background-color:#FFF;
	border-radius:5px;
	position: fixed;
	left: 60%; 
	bottom:17px; 
	overflow:hidden;
	z-index:35000;	
	}
	.chat_nhapnoidung {
	width: 200px;
	}
	.col-sm-10{
		width: 250px;
		float: right;
	}
}
@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
.btn-xoa{
	padding:2px 10px;
	margin-right:5px;
}
.btn-sua{
	padding:2px 10px;
}

/*====CHAT====*/
.dschat-main{
	position:fixed;
	z-index:999;
	width:300px;
	height:100%;
	right:0px;
	top:0;
	background-color:#D4D4D4;
	overflow:auto;
	overflow-x:hidden;
	display:none;
}
.dschat-main .dschat-khung{
	position:relative;
	width:300px;
	height:100%;
}
.dschat-main .dschat-search{
	position:fixed;
	bottom:0;
}
.dschat-main .dschat-danhsach{
	position:absolute;
	overflow:auto;
	width:100%;
	height: -webkit-calc(100% - 40px); 
	height: -moz-calc(100% - 40px); 
	height: -o-calc(100% - 40px); 
}
.dschat-main .dschat-tencongty{
	padding:5px 5px 0 5px;
	font-size:16px;
	color:#03C;
	font-weight:600;
}
.dschat-main .dschat-tenphongban{
	padding:5px 5px 0 5px;
	font-size:14px;
	color:#1e91cf;
	font-weight:600;
}
.dschat-main .tenphongbanleft1{
	padding-left:15px;
}
.dschat-main .tenphongbanleft2{
	padding-left:25px;
}
.dschat-main .tenphongbanleft3{
	padding-left:30px;
}
.dschat-main .dschat-nguoidung-hoten{
	padding:5px 0;
}
.dschat-main .dschat-nguoidung-status{
	padding:5px 0;
	text-align:right;
	font-size:10px;
	color:#A7A7A7;
}
.dschat-main .dschat-online{
	font-size:14px;
	color:#0C0;
}
.open-chat{
	position: fixed;
    background-color: #003;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    bottom: 80px;
    /*right: 265px;*/
    right: -35px;
	z-index:1000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(-90deg);
	cursor:pointer;
}
table tr td{
	position:relative;
}
table tr .update-dong{
	position:absolute;
	width:300px;
	text-align:right;
	display:none;
}
table tr:hover .update-dong{
	display:block;
	top:0;
	right:0;
	bottom:0;
	padding-right:15px;
	margin:auto;
	line-height:30px;
}
.thu-them {
    font-size: 25px;
    margin: 2px;
    color: #090;
    cursor: pointer;
}
.thu-sua{
	font-size:25px;
	margin:2px;
	color:#03F;
	cursor:pointer;
}
.thu-xoa{
	font-size:25px;
	margin:2px;
	color:#F00;
	cursor:pointer;
}
.thu-chot{
	font-size:25px;
	margin:2px;
	color:#C90;
	cursor:pointer;
}
.xe-history{
	font-size:25px;
	margin:2px;
	color:#F60;
	cursor:pointer;
}
.xe-camera{
	font-size:25px;
	margin:2px;
	color:#906;
	cursor:pointer;
}
.xe-giahan{
	font-size:25px;
	margin:2px;
	color:#060;
	cursor:pointer;
}
.image-avatar-nhanvien{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 30px;
    color: #757575;
}
.image-avatar-nhanvien-home{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 30px;
    color: #757575;
}
.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(5);    
-moz-transform: scale(5);  
-webkit-transform: scale(5);  
-o-transform: scale(5);  
transform: scale(5);    
position:relative;      
z-index:100;  
}
.zoom_hinh {cursor: pointer}

