@charset "utf-8";
 @import url(https://fonts.googleapis.com/css?family=Roboto);
/* CSS Document */
.dashwrap {
	background:#dedede;
	font-family: 'Roboto', sans-serif;
}
.nopad {
	padding:0px;
}
.topnav {
	background:#098cda;
	padding:10px 0px 0px;
}
.topnav ul li a {
	display:block;
	padding:10px 14px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
}
.topnav ul li a:hover {
	background:#08a3ff;
}
.topnav ul li {
	margin-left:60px;
}
.topnav ul li:first-child {
	margin-left:0px;
}
.topnav ul li a span {
	display:block;
	width:100%;
	font-size:24px;
}
.deshpic {
	padding:0px 0px 0px 0px;
	position:relative;
}
.deshpic img {
	width:100px;
	display:block;
	border:5px solid #fff;
	margin:0 auto;
	border-radius:100%;
	background:#fff;
}
.deshpic h3 {
	display: block;
	color: #098cda;
	text-align: center;
	background: #fff;
	font-size: 17px;
	padding: 7px 0px;
	margin-top: 0px;
	position: absolute;
	bottom: -25px;
	width: 91%;
	border-radius:5px;
}
.b2bpages {
	background: #fff;
	padding: 20px 0px;
	margin:20px 0px 20px 0px;
	border-radius: 5px;
}
.b2bpages h1 {
	margin:0px 15px;
	font-size:30px;
}
.action .fa-eye, .action .fa-close {
	display:block;
	padding:5px 10px;
	color:#fff;
	float:left;
	margin-right:10px;
}
.action .fa-eye {
	background:#3C0;
}
.action .fa-close {
	background:#ff0000;
}
.addbtn {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(43, 183, 239, 1) 0%, rgba(24, 130, 191, 1) 100%) repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 16px;
	overflow: hidden;
	padding: 7px 0px;
	text-align: center;
	border:0px;
	padding:10px 15px;
	outline:none;
}
.addbtn:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(24, 130, 191, 1), rgba(43, 183, 239, 1) 0% 100%) repeat scroll 0 0;
}
.addnew {
	display:none;
}
.copyright_1 {
	background: #3e3e3e none repeat scroll 0 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	padding: 15px 0;
}
/*Chat Message*/

.chatmsg {
	width:85%;
	float:left;
	background:#d3eeff;
	padding:15px;
	border-radius:15px;
	font-size: 15px;
	position:relative;
	margin-bottom:30px;
}
.chatmsg2 {
	width:86%;
	float:right;
	background:#d3eeff;
	padding:15px;
	border-radius:15px;
	font-size: 15px;
	position:relative;
	margin-bottom:30px;
}
.rightchat {
	position: absolute;
	top: 15px;
	right: -14px;
	font-size: 40px;
	color: #d3eeff;
}
.leftchat {
	position: absolute;
	top: 15px;
	left: -14px;
	font-size: 40px;
	color: #d3eeff;
}
.chatuser {
	border-bottom:1px solid #afe0ff;
	padding-left:3px;
	padding-bottom:1px;
	font-weight:bold;
	margin:10px 0;
}
.chatattech {
	border-top:1px dotted #afe0ff;
	padding-top:5px;
}
.chatmsg p {
	margin-top:10px;
	display:block;
}
.chatimg img {
	width: 120px;
	height: 120px;
	float: left;
	border-radius: 100%;
	border: 7px solid #F0F0F0;
	display: block;
	margin-left: 25px;
	margin-top: -5px;
	box-shadow: 0 0 6px 0px #A6A6A6;
}
.chatimg2 img {
	width: 120px;
	height: 120px;
	float: left;
	border-radius: 100%;
	border: 7px solid #F0F0F0;
	display: block;
	margin-top: -5px;
	box-shadow: 0 0 6px 0px #A6A6A6;
}
 @media screen and (max-width:1199px) {
 .chatmsg, .chatmsg2 {
width: 84%;
}
}
 @media screen and (max-width:992px) {
 .chatmsg, .chatmsg2 {
width: 77%;
}
}
 @media screen and (max-width:690px) {
 .chatmsg, .chatmsg2 {
width: 76%;
}
}
 @media screen and (max-width:664px) {
 .chatmsg, .chatmsg2 {
width: 100%;
}
 .chatimg, .chatimg2 {
display:none;
}
}

/*Chat Message*/
