/*@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
body {
//	background: #f0f0f073;
background-image: linear-gradient(to right, rgb(255 255 255 / 52%), rgb(212 207 210 / 46%));
	font-family: 'Muli', sans-serif;
	overflow-x: hidden;
}
a, a:hover, a:focus {
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
ul, li {
	list-style: none;
}
.header {
	width: 100%;
	margin: 0;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.main-title {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
#user-chats-sec {
}
.user-chat {
}
.user-chat-header {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #1f416e;
}
.user-chat-title {
	width: auto;
	float: left;
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
	color: #fff;
}
.user-account {
	width: auto;
	float: right;
	margin: 5px 0;
	padding: 0;
}
.user-account-img {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.user-account-img img {
	width: auto;
	max-width: 100%;
}
.user-account-name {
	width: auto;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
.user-account-name .name {
	width: auto;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	text-align: left;
}
.user-support {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #46a5e0;
	text-align: left;
}
.user-chat .chatWindow {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
}
.user-chat .chatPanel {
	direction: ltr;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh - 0px - 21em);
}
.user-chat .chat_log {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.user-chat .chatLogRenderer {
	width: 100%;
	float: left;
	margin: 5px 0;
	padding: 0;
}
.user-chat .chatLogRenderer table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.user-chat .avatar_cell {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.user-chat .avatar_cell img {
	width: auto;
	max-width: 100%;
}
.user-chat .chat-txt {
	width: auto;
	margin: 0 10px;
	padding: 10px 15px;
	font-size: 13px;
	color: #333;
	font-weight: 600;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}
.user-chat .chat-txt-left .chat-txt {
	border-radius: 4px 20px 20px 15px;
}
.user-chat .chat-txt-right .chat-txt {
	border-radius: 20px 4px 15px 20px;
}
.user-chat .chat-time {
	width: 100%;
	margin: 0;
	padding: 5px 25px;
	font-size: 11px;
	color: #444;
	font-weight: 600;
}
.user-chat .chat-txt-left {
	float: left;
	text-align: left;
}
.user-chat .chat-txt-right {
	float: right;
	text-align: right;
}
.chat-txt-right > td, .chat-txt-left > td {
	vertical-align: top;
}
.name-time-txt {
	position: absolute;
	bottom: 3px;
	font-size: 11px;
	color: #888;
	width: 90%;
}
.user-chat .user-chat-footer {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	position: absolute;
	left: 0;
}
.user-chat .ChatTextArea {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 6px;
}
.user-chat .ChatTextArea .input-group {
	padding: 10px;
}
.user-chat .ChatTextArea .input-group .form-control {
	border: 0 none;
	box-shadow: none;
}
.user-chat .ChatTextArea .input-group .input-group-btn .btn {
	width: auto;
	height: 26px;
	margin: 0;
	padding: 0 6px;
	text-align: center;
	vertical-align: middle;
	background: #4db5b5;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
}
.user-chat .ChatTextArea .input-group .input-group-btn .btn i {
	transform: rotate(40deg);
	font-size: 20px;
	margin: 3px 0 0 0;
	padding: 0;
}
.user-chat .action_bar {
	width: 100%;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: left;
}
.user-chat .action_bar .btn-group .btn {
	background: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-transform: none;
	font-size: 13px;
	color: #333;
}
.chat-menu {
	width: auto;
	margin: 0;
	padding: 0;
}
.chat-menu a {
	width: 26px;
	height: 26px;
	margin: 14px 0;
	padding: 0 !important;
	background: #46a5e0;
	text-align: center;
	line-height: 26px !important;
	color: #fff;
	font-size: 14px;
	border-radius: 50%;
}
.chat-menu a:hover, .chat-menu a:focus {
	background: #1f416e !important;
}
.chatWindow .actions {
	margin: 0;
}
.chatWindow .nav {
	border-bottom: 1px solid #c5e8f9;
}
.chatWindow .nav-pills > li > a, .chatWindow .nav-tabs > li > a {
	font-size: 18px;
	color: #00aff0;
	border-radius: 4px 4px 0 0;
}
.chatWindow .nav-pills > li.active > a, .chatWindow .nav-pills > li.active > a:focus, .chatWindow .nav-pills > li.active > a:hover {
	background: rgba(0, 175, 240, 0.5);
	color: #fff;
}
.rating-btn, .attach-btn {
	background: none;
	color: #444;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 34px;
	border: 0 none;
	font-size: 18px;
	position: relative;
	float: left;
}
.attach-btn input {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	height: 34px;
	width: 34px;
}
.attach-btn .fileinput-new {
	width: 34px;
	height: 34px;
	line-height: 34px;
}
.attach-btn .btn-file {
	width: 34px;
	height: 34px;
	float: left;
}
.file-btn {
	width: auto;
	float: right;
}
.select-file {
	color: #1f416e;
}
.rating-btn i, attach-btn i {
	color: #444;
}
.user-profile .avatar_cell {
	height: auto;
	width: 100%;
	max-width: 50px;
	max-height: 50px;
}
.name-details {
	width: 77%;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}
.user-profile .form-control {
	border: 1px solid #c5e4e4;
}
.user-profile .form-group {
	margin-bottom: 10px;
}
.chat_list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	height: calc(100vh - 45px - 60px);
}
.chat_list_header {
	width: auto;
	margin: 0 15px;
	padding: 0;
}
.chat_list_header span {
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px 0;
	color: #1f416e;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #edf0f2;
}
.chat_userlist {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	direction: ltr;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh - 0px - 12em);
}
.users_list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px 15px;
	position: relative;
	border-left: 5px solid transparent;
}
.users_list:hover, .users-active {
	background: #e9f1f3;
	border-left: 5px solid #e64d24;
}
.users-prof-pic {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 15px 0 0;
	border-radius: 4px;
	position: relative;
}
.users-prof-pic img {
	width: auto;
	max-width: 100%;
	border-radius: 4px;
}
.users-msg-count {
	width: auto;
	height: auto;
	position: absolute;
	right: -8px;
	top: -8px;
	background: #4db5b5;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 0px 5px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.users-details {
	width: auto;
	margin: 0;
	padding: 0;
	display: table;
}
.users-name {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #444;/*	position: relative;
*/
}
.users_list:hover .users-name, .users-active .users-name {
	color: #444;
}
.users_list:hover .msg-display, .users-active .msg-display {
	color: #4db5b5;
}
.users_list:hover .msg-time, .users-active .msg-time {
	color: #666;
}
.user-status {
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	float: right;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	right: 10px;
	top: 20px;
}
.online {
	background: #51dacf;
}
.offline {
	background: #d4e1ea;
}
.msg-display {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #4db5b5;
	font-weight: 600;
}
.msg-time {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #666;
	font-size: 12px;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.customer-support {
}
.chat_list ul.nav {
	border-bottom: 1px solid #e9f1f3;
}
.nav > li > a {
	color: #444;
	font-weight: 600;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	margin-bottom: -1px;
	border-radius: 0;
	padding: 15px 25px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background: none;
	color: #000;
	border-bottom: 2px solid #e64d24;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: none;
}
.chatWindowTop {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 15px;
	background: #fff;
	font-size: 16px;
	color: #268e8e;
	border-radius: 4px;
	font-weight: 600;
}
/*Left Menu*/
/* Toggle Styles */

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#wrapper.toggled {
	padding-left: 200px;
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 250px;
	top: 0;
	width: 0;
	height: 100%;
	margin-left: -250px;
	overflow-y: auto;
	background: #268e8e!Important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;/*	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
*/
}
#wrapper.toggled #sidebar-wrapper {
	width: 0;
}
#page-content-wrapper {
	width: 100%;
	position: absolute;
	padding: 10px;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-left: 0;
}
/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 10px;
	line-height: 50px;
	float: left;
	width: 100%;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	border-left: 4px solid rgba(255, 255, 255, 0);
	width: 100%;
	float: left;
	font-size: 16px;
}
.sidebar-nav li a span {
	font-size: 16px;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-left: 4px solid #e64d24;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
	color: #fff;
	padding-right: 20px;
	border: 0 none;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
	border: 0 none;
}
 @media(min-width:768px) {
#wrapper {
	padding-left: 70px;
}
#wrapper.toggled {
	padding-left: 220px;
}
#sidebar-wrapper {
	width: 70px;
}
#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}
#wrapper #sidebar-wrapper span {
	visibility: hidden;
	display: none;
}
#wrapper.toggled #sidebar-wrapper span {
	visibility: inherit;
	display: inline;
}
#wrapper.toggled #sidebar-wrapper i {
	line-height: 50px;
}
#page-content-wrapper {
	padding: 20px;
	position: relative;
}
#wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-right: 0;
}
}
 @media(max-width:414px) {
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: 60px;
}
#wrapper.toggled {
	padding-right: 60px;
}
#wrapper {
	padding-left: 20px;
}
#wrapper.toggled {
	padding-left: 0;
}
#sidebar-wrapper {
	width: 50px;
}
#wrapper.toggled #sidebar-wrapper {
	width: 140px;
}
#wrapper.toggled span {
	visibility: visible;
	position: relative;
	left: 70px;
	bottom: 13px;
}
#wrapper span {
	visibility: hidden;
}
#wrapper.toggled i {
	float: right;
}
#wrapper i {
	float: right;
}
#page-content-wrapper {
	padding: 5px;
	position: relative;
}
#wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-right: 0;
}
}
/***    left menu ****/

/***********************  TOP Bar ********************/
.float-left {
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #000;
	background: #fff;
}
.float-left a {
	color: #323232;
	padding: 0;
	float: right;
}
.sidebar {
	width: 220px;
	transition: all 0.5s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	height: 100%;
	background: #6c6c6c;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;/*	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
*/
}
.sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*overflow: auto;*/
}
.sidebar li a, .sidebar li a.collapsed.active {
	display: block;
	padding: 10px 20px;
	color: #fff;
	border-left: 0px solid #dedede;
	text-decoration: none;
	font-size: 20px;
	border-left: 5px solid rgba(255, 255, 255, 0);
}
.sidebar li a.active {
	background: rgba(255, 255, 255, 0.1);
	border-left: 5px solid #e64d24;
	transition: all 0.5s ease-in-out
}
.sidebar li a:hover {
	background: rgba(255, 255, 255, 0.2) !important;
	border-left: 5px solid #e64d24!important;
}
.sidebar li a i {
	padding-right: 10px;
	width: 30px;
	text-align: center;
}
.sidebar ul li .sub-menu li a {
	position: relative;
	font-size: 14px;
}
.sidebar ul li .sub-menu li a:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 0px;
	padding-right: 10px;
	vertical-align: middle;
}
.sidebar ul li .sub-menu li a:hover:after {
	content: "";
	position: absolute;
	left: -5px;
	top: 0;
	width: 5px;
	height: 100%;
}
.sidebar ul li .sub-menu li a:hover {
	background-color: #222;
	padding-left: 20px;
	transition: all 0.5s ease-in-out
}
.sub-menu {
/*	border-left: 5px solid #dedede;*/
}
.sidebar li a .nav-label, .sidebar li a .nav-label+span {
	transition: all 0.5s ease-in-out;
	font-size: 16px;
	line-height: normal;
}
.sidebar.fliph >ul >li >a .nav-label, .sidebar.fliph >ul >li>a .nav-label+span {
	display: none;
	transition: all 0.5s ease-in-out
}
.sidebar.fliph {
	width: 70px;
	transition: all 0.5s ease-in-out;
}
.sidebar.fliph li {
	position: relative
}
.sidebar.fliph .sub-menu {
	position: absolute;
	left: 70px;
	top: 0;
	background: #7c7c7cc7;
	width: 200px;
	z-index: 100;
	border-top: 2px solid #268e8e;
	border-bottom: 2px solid #268e8e;
	/*display: none;*/
}
.user-panel {
	clear: left;
	display: block;
	float: left;
}
.user-panel>.image>img {
	width: 100%;
	max-width: 45px;
	height: auto;
}
.user-panel>.info, .user-panel>.info>a {
	color: #fff;
}
.user-panel>.info>p {
	font-weight: 600;
	margin-bottom: 9px;
}
.user-panel {
	clear: left;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 25px 15px;
	border-bottom: 1px solid;
}
.user-panel>.info {
	padding: 5px 5px 5px 15px;
	line-height: 1;
	position: absolute;
	left: 55px;
}
.fliph .user-panel {
	display: none;
}
/*Left Menu*/
/*Top Menu*/
.top-menu {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}
.img-circle {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	margin: 0 10px 0 0;
	float: left;
}
.top-menu .nav > li > a:focus, .top-menu .nav > li > a:hover {
	background: none;
}
.top-menu .navbar-nav > li {
	float: left;
	margin: 0 0 0 2px;
}
.top-menu .navbar-nav > li > a {
	float: left;
	padding: 0;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
.top-menu .navbar-nav > li > a:hover {
	color: #00aff0;
}
.top-menu .navbar-nav > li > a > span {
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #d6d6d6;
	border-radius: 4px;
}
.user-status-icon {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}
.user-status-icon label {
	border-radius: 50%;
	z-index: 5;
	height: 26px;
	width: 26px;
	float: left;
	text-align: center;
	position: relative;
	margin: 4px 0 0 6px;
	font-size: 13px;
	color: #fff;
	line-height: 26px;
}
.available-userstatus {
	background: #34b917;
}
.away-userstatus {
	background: #ffcc00;
}
.busy-userstatus {
	background: #ff0000;
}
.onbreak-userstatus {
	background: #6666ff;
}
.offline-userstatus {
	background: #ccc;
}
.dropdown-menu > li > a {
	line-height: 34px;
}
/*Top Menu*/
/*Top Search*/

#wrap {
	margin: 0;
	display: inline-block;
	position: relative;
	height: auto;
	float: right;
	padding: 0;
	position: relative;
}
#wrap input[type="text"] {
	height: 30px;
	font-size: 16px;
	display: inline-block;
	font-family: "Lato";
	font-weight: 100;
	border: none;
	outline: none;
	color: #555;
	padding: 3px;
	padding-right: 60px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
#wrap input[type="text"]:focus:hover {
	border-bottom: 1px solid #BBB;
}
#wrap input[type="text"]:focus {
	width: auto;
	z-index: 1;
	border-bottom: 1px solid #BBB;
	cursor: text;
}
#wrap input[type="submit"] {
	height: 30px;
	width: 30px;
	display: inline-block;
	color: red;
	float: right;
	background: #00aff0 url(../images/search-icon.png) no-repeat center center;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 1;
	cursor: pointer;
	transition: opacity .4s ease;
	border-radius: 4px;
}
#wrap input[type="submit"]:hover {
	opacity: 0.8;
}
/*Top Search*/
/*DataTable*/
.portlet-title {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	font-size: 18px;
}
.portlet-title > .caption {
	display: inline-block;
	float: left;
	font-size: 22px;
	line-height: 18px;
	padding: 10px 0;
	font-weight: 600;
}
table.dataTable {
	margin-top: 0 !important;
}
.table-bordered {
	border: 0 none;
	background: none;
}
thead {
	height: 40px;
	margin: 0!important;
	background: #ededed;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
}
.pagination > li > a, .pagination > li > span {
	color: #424242;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #424242;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #424242;
	border-color: #424242;
	color: #fff;
}
.table {
	margin: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: 0 none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	height: 40px;
	color: #e64d24;
	//background: rgba(255, 255, 255, 1);
	border-top: 1px solid #ededed!important;
}
.table-striped > tbody > tr:nth-of-type(2n+1):hover, .table-striped > tbody > tr:nth-of-type(even):hover {
	background: #f0ffff;
}
.table-striped > tbody > tr:nth-of-type(even) {
	height: 40px;
	color: #e64d24;
	background: rgba(255, 255, 255, 1);
	border-top: 1px solid #ededed!important;
}
#example_length, #example_filter {
	display: none;
}
.odd span, .even span {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #4db5b5;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
	bottom: 15px;
}
/*Filter Option*/
.filter-option {
	width: 250px;
	margin: 0;
	padding: 20px;
}
.filter-option2 {
	width: 500px;
	margin: 0;
	padding: 20px;
}
.filter-sidebar-open .filter-option {
	left: 15px;
}
.filter-sidebar-open .filter-tab {
	margin: 0 0 0 265px;
}
.portlet-sub-title {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #444;
	font-weight: 600;
}
.filter-tab {
	background: #fff;
	padding: 15px;
}
.filter-btn .dropdown-menu {
	right: 0;
	left: auto;
}
/*Filter Option*/
/*Form*/
.form {
	padding: 0;
}
.form-horizontal {
}
.form-body {
}
.control-label {
	color: #555964;
}
.help-block {
	color: #555964;
	font-size: 13px;
}
.input-inline {
	width: auto;
	margin-right: 5px;
	display: inline-block;
}
.help-inline {
	color: #555964;
	display: inline-block;
	font-size: 13px;
	padding: 5px;
}
.input-medium {
	width: 240px;
}
.form-control-static {
	margin-bottom: 0;
	min-height: 34px;
	padding-bottom: 7px;
	padding-top: 7px;
}
.input-icon > i {
	color: #ccc;
	font-size: 16px;
	left: 0;
	margin: 11px 2px 4px 10px;
	position: absolute;
	text-align: center;
	width: 16px;
	z-index: 3;
}
.input-icon > .form-control {
	padding-left: 35px;
}
.btn-success {
	background-color: #424242;
	border-color: #424242;
	color: #fff;
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
	background-color: #2bb60c;
	border-color: #2bb60c;
	color: #fff;
}
.btn-success.focus, .btn-success:focus {
	background-color: #424242;
	border-color: #424242;
}
.checkbox-list > label {
	display: block;
}
.checkbox-list > label.checkbox-inline {
	display: inline-block;
}
.control {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #555964;
	font-size: 13px;
	margin: -8px 0 0 0;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background: #d7d7d7;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
}
.control--radio .control__indicator {
	border-radius: 50%;
}
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
	background: #cff0f0;
	border-color: #cff0f0;
}
.control input:checked ~ .control__indicator {
	background: #e64d24;
	border: 0 none;
}
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
	background: #e64d24;
}
.control input:disabled ~ .control__indicator {
	background: #fff;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
	left: 4px;
	top: 4px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #424242;
}
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}
.select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.select select {
	display: inline-block;
	width: 100%;
	height: 34px;
	cursor: pointer;
	padding: 0px 7px;
	outline: 0;
	border: 1px solid #c5e4e4;
	border-radius: 4px;
	background: #fff;
	color: #a0a4af;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
}
.select select::-ms-expand {
 display: none;
}
.select select:hover, .select select:focus {
	color: #000;
	background: #fff;
}
.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select__arrow {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #4db5b5 transparent transparent transparent;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
	border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}
.radio-list .control {
	margin-right: 10px;
}
.btn.green:not(.btn-outline) {
	background-color: #444;
	border-color: #444;
	color: #fff;
}
.btn.green.focus:not(.btn-outline), .btn.green:focus:not(.btn-outline) {
	background-color: #4db5b5;
	border-color: #4db5b5;
	color: #fff;
}
.btn.green.active:not(.btn-outline), .btn.green:active:not(.btn-outline), .btn.green:hover:not(.btn-outline), .open > .btn.green.dropdown-toggle:not(.btn-outline) {
	background-color: #4db5b5;
	border-color: #4db5b5;
	color: #fff;
}
.btn.default:not(.btn-outline) {
	background-color: #fff;
	border-color: #fff;
	color: #444;
}
.btn.default.focus:not(.btn-outline), .btn.default:focus:not(.btn-outline) {
	background-color: #4db5b5;
	border-color: #4db5b5;
	color: #fff;
}
.btn.default.active:not(.btn-outline), .btn.default:active:not(.btn-outline), .btn.default:hover:not(.btn-outline), .open > .btn.default.dropdown-toggle:not(.btn-outline) {
	background-color: #4db5b5;
	border-color: #4db5b5;
	color: #fff;
}
.action-btn {
	float: left;
	text-align: left;
	width: auto;
}
.action-btn button {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #424242;
	display: inline-table;
	font-size: 16px;
	margin: 0 2px;
	text-align: center;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.action-btn a {
	background: #dbf0f0;
	border-radius: 4px;
	color: #444;
	display: inline-table;
	font-size: 14px;
	margin: 0 2px;
	text-align: center;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.action-btn a:hover {
	background: #4db5b5;
	color: #fff;
}
.modal-dialog {
	/*width: 400px;*/
}
.modal-header {
	background: #4db5b5;
	font-size: 18px;
	color: #000;
	border-radius: 4px 4px 0 0;
}
label {
	font-size: 13px;
	font-weight: normal;
}
/*Form*/
.logo {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
}
.logo a {
	margin: 0;
	padding: 0;
}
.logo-icon {
	width: 48px;
	float: left;
	margin: 0;
	padding: 0;
	display: none;
}
.logo-icon a {
	margin: 0;
	padding: 0;
}
.fliph .logo {
	display: none;
}
.fliph .logo-icon {
	display: block;
}
.ChatTextArea-footer {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #f0ffff;
	border-radius: 0 0 6px 6px;
}
.shortcut-txt {
	width: auto;
	max-width: 40em;
	float: left;
	margin: 0;
	padding: 7px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	color: #000;
}
.user-profile {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	direction: ltr;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh - 45px - 60px);/*	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
*/
}
.user-card {
	margin: 0 0 10px;
}
.data-user-info {
	border-bottom: 1px solid #e9f1f3;
	display: block;
	padding: 15px;
}
.user-details {
	display: table;
	width: 100%;
}
.user-pic {
	display: table-cell;
	text-align: left;
	width: 22%;
}
.user-pic .user-image {
	background-color: #fff;
	border-radius: 6px;
	height: 100%;
	width: 100%;
	max-width: 50px;
	max-height: 50px;
	display: inline-block;
	position: relative;
}
.user-image .img-circle {
	width: 100%;
	height: 100%;
	margin: 0;
}
.user-info {
	display: table-cell;
	height: 50px;
	line-height: 1;
	overflow-wrap: break-word;
	padding-right: 0;
	vertical-align: middle;
	width: 78%;
}
.user-name {
	color: #e64d24;
	font-size: 16px;
	overflow-wrap: break-word;
	padding: 7px 10px;
	position: relative;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.user-name:hover {
	background-color: #f0ffff;
}
.user-name a {
	color: #e64d24;
	font-weight: 600;
	font-size: 16px;
}
.user-name a:hover {
	color: #268e8e;
}
.user-name span.icon-ic_edit {
	background: #dbf0f0;
	border-radius: 4px;
	color: #444;
	cursor: pointer;
	display: none;
	font-size: 14px;
	opacity: 1;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 0px;
}
.user-name:hover span.icon-ic_edit {
	display: block;
}
.user-meta-name {
	background: #f0ffff;
}
.user-meta-name input {
	border: 1px solid #c5e4e4 !important;
	border-radius: 4px;
	box-shadow: none;
	color: #444;
	height: 26px;
	margin-bottom: 5px;
	outline: 0 none;
	padding: 0 5px;
	width: 100%;
}
.user-meta-name .btn-primary {
	font-size: 13px;
	margin-top: 0;
	padding: 3px 10px;
	border: 0 none;
	background: #4db5b5;
}
.user-meta-name .btn-primary:hover {
	background: #e64d24;
}
.user-meta-name .btn-default {
	background: #e9f1f3;
	border: 0 none;
	color: #444;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 0;
	padding: 3px 10px;
}
.more-details {
	overflow-wrap: break-word;
	padding: 7px 0;
	position: relative;
	font-size: 13px;
}
.more-details .left-side {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	padding-right: 0;
}
.icon-ic_edit {
	display: none;
}
.user-basic-info:hover {
	background-color: #f0ffff;
	transition: all 0.3s ease-in-out 0s;
}
.user-basic-info:hover .icon-ic_edit {
	background: #dbf0f0;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	margin-top: -5px;
	opacity: 1;
	padding: 5px 8px;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 100;
}
.user-meta-identifier:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.tag-sec {
	margin: 0;
	padding: 0;
}
.tag-title {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-weight: 700;
}
.tag-icon {
	width: 24px;
	height: 24px;
	border: 1px solid #cdcdcd;
	text-align: center;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
	float: right;
	border-radius: 50%;
}
.tag-icon:hover {
	text-decoration: none;
}
.tag-sec .form-control {
	background: #fff;
	border: 1px solid #c5e4e4;
}
.past-visit-sec {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #c5e4e4;
	border-radius: 4px;
	display: table;
}
.past-visit-sec ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.past-visit-sec ul li {
	width: 33.33%;
	float: left;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #c5e4e4;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #e64d24;
}
.past-visit-sec ul li:last-child {
	border: 0 none;
}
.past-visit-sec ul li span {
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	color: #444;
}
.visitorpath-sec {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.visitorpath-sec h3 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}
.visitorpath-sec p {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
}
.domin-name {
	width: 200px;
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
}
.domin-name .form-group {
	margin: 0;
	padding: 0;
}
.domin-name .form-group .form-control {
	border: 1px solid #c5e4e4;
	height: 30px;
	background: #fff;
	padding: 4px 6px;
	color: #444;
	font-size: 13px;
	font-weight: 600;
}
.form-control {
	border-color: #c5e4e4;
}
.pagination {
	margin: 0;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover, .pagination > li > a, .pagination > li > span {
	border-color: #c5e4e4;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #4db5b5;
	border-color: #4db5b5;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	border-color: #c5e4e4;
}
.dataTables_info {
	color: #444;
	font-size: 13px;
	font-weight: 600;
	margin: 8px 0;
}
.portlet-subtitle {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	background: #f0f5f7;
	border-bottom: 1px solid #c5e4e4;
	border-radius: 4px;
}
.analitics-tab {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.analitics-tab .btn-primary {
	background: none;
	border: 0 none;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 2px solid #e64d24;
	border-radius: 0;
	padding: 15px;
}
.analitics-tab .btn-primary:hover, .analitics-tab .btn-primary:focus {
	background: none;
	border: 0 none;
	color: #444;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	padding: 15px;
	box-shadow: none;
}
.analitics-tab .btn-info {
	background: none;
	border: 0 none;
	color: #444;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	padding: 15px;
}
.analitics-tab .btn-info:hover, .analitics-tab .btn-info:focus {
	background: none;
	border: 0 none;
	color: #000;
	border-bottom: 2px solid #e64d24;
	box-shadow: none;
}
.analitics-select {
	width: auto;
}
.analitics-select .form-group {
	margin: 10px 4px;
	width: 150px;
	float: left;
}
.chart-box {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	padding: 15px;
}
.chart-box-img {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.chart-title {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	font-weight: 600;/*border-bottom: 1px solid #dcdcdc;*/
}
.agent-detail-label {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	color: #000;
	font-weight: 600;
}
.agent-detail {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	color: #444;
}
.filter-department-select {
	float: left;
	margin: 0 4px 0 0;
	width: 200px;
}
.portlet-subtitle-caption {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding: 15px;
}
.queue-bg {
	background: #bfb74b;
}
.wait-time-bg {
	background: #268e8e;
}
.missed-chats-bg {
	background: #d6535d;
}
.chart-title-icon {
	width: 40px;
	height: 40px;
	float: right;
	margin: 0;
	padding: 0;
}
.chart-value {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	font-size: 60px;
	font-weight: 700;
	line-height: normal;
}
.chart-value-title {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	color: #333;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.white-color {
	color: #fff;
}
.orange-color {
	color: #e64d24;
}
.blue-color {
	color: #268e8e;
}
.chart-value-title.white-color {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/*===Dashboard design new by Jignesh Pansuriya===start===*/
.total-chat-section {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.mini-stats {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	border: 1px solid #ededed;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}
.mini-stats span {
	float: left;
	width: auto;
	height: auto;
	border-radius: 50%;
	border: 3px solid #fff;
	box-sizing: border-box;
	position: absolute;
	left: 10px;
	top: 15px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.mini-stats span img {
	width: 100%;
}
.mini-stats h3 {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	border-bottom: 1px solid #ededed;
	font-size: 24px;
	color: #555;
	font-weight: 700;
}
.mini-stats p {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	letter-spacing: 1px;
}
.yellow-skin {
	background: #fecf3b;
}
.red-skin {
	background: #e64d24;
}
.pink-skin {
	background: #ff6384;
}
.green-skin {
	background: #268e8e;
}
.widget-controls {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 15px;
	position: relative;
	border: 1px solid #ededed;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}
.widget-controls h3 {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #ededed;
}
.widget-controls h4 {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: left;
	color: #333;
}
.widget-controls .controls-count {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #4bc0c0;
}
.chats-icon {
	background: #fff url(../images/chats-icon.png) no-repeat right 10px bottom;
}
.agent-icon {
	background: #fff url(../images/agent-icon.png) no-repeat right 10px bottom;
}
.waiting-time-icon {
	background: #fff url(../images/waiting-time-icon.png) no-repeat right 10px bottom;
}
.chat-time-icon {
	background: #fff url(../images/chat-time-icon.png) no-repeat right 10px bottom;
}
.response-time-icon {
	background: #fff url(../images/response-time-icon.png) no-repeat right 10px bottom;
}
.rating-icon {
	background: #fff url(../images/rating-icon.png) no-repeat right 10px bottom;
}
.agent-status h3 {
	margin-bottom: 0;
}
.agent-status-sec {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.agent-status-sec table {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.live-agents-icon {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
}
.agent-status-sec table thead {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 13px;
	color: #333;
	font-weight: 500;
}
.agent-status-sec table tbody {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
.agent-status-sec table tr {
	width: 100%;
	float: left;
	line-height: 30px;
	padding: 8px 0;
	border-bottom: 1px solid #ebe9f2;
}
.agent-status-sec table tr:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.agent-status-sec table tr td:first-child, .agent-status-sec table tr th:first-child {
	width: 50%;
	float: left;
}
.agent-status-sec table tr td:nth-child(2), .agent-status-sec table tr th:nth-child(2) {
	width: 25%;
	float: left;
	text-align: center;
}
.agent-status-sec table tr td:nth-child(3), .agent-status-sec table tr th:nth-child(3) {
	width: 25%;
	float: left;
	text-align: center;
}
.agent-status-sec table tr td:nth-child(2), .agent-status-sec table tr td:nth-child(3) {
	color: #268e8e;
	font-weight: 600;
}
.agent-status-sec table tr:nth-child(3) {
	opacity: 0.5;
}
.hourly-timing-sec {
	min-height: 247px;
}
.hourly-timing-sec img {
	width: auto;
	max-width: 100%;
}
.content {
	overflow: auto;
	position: relative;
	padding: 0;
 background:;
	margin: 0;
	width: auto;
	max-width: 100%;
	height: 227px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 @media (min-width: 1281px) and (max-width: 1365px) {
.mini-stats p {
	font-size: 13px;
}
.widget-controls h4 {
	font-size: 16px;
}
}
@media (min-width: 1181px) and (max-width: 1280px) {
.mini-stats p {
	font-size: 13px;
}
.widget-controls h4 {
	font-size: 14px;
}
.widget-controls h3 {
	font-size: 20px;
}
.mini-stats span {
	width: 50px;
	top: 25px;
}
}
@media (min-width: 1025px) and (max-width: 1180px) {
.mini-stats p {
	font-size: 11px;
}
.widget-controls h4 {
	font-size: 14px;
}
.widget-controls h3 {
	font-size: 20px;
}
.mini-stats span {
	width: 50px;
	top: 25px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.mini-stats p {
	font-size: 11px;
}
.widget-controls h4 {
	font-size: 14px;
}
.widget-controls h3 {
	font-size: 20px;
}
.mini-stats span {
	width: 50px;
	top: 25px;
}
}
/*===Dashboard design new by Jignesh Pansuriya===end===*/

/*===Report design new by Jignesh Pansuriya===Start===*/
.agent-report, .visitor-report, .tracking-report, .botanalysis-report {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.tab-sec {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.report-tab {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.report-tab ul {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #c5e4e4;
	border-radius: 4px;
	background: #fff;
}
.report-tab ul li {
	width: auto;
	float: left;
	margin: 0;
	padding: 8px 20px;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	border-right: 1px solid #c5e4e4;
	cursor: pointer;
}
.report-tab ul li:last-child {
	border: 0 none;
}
.report-tab ul li:hover, .selected-tab {
	background: #c5e4e4;
	color: #268e8e !important;
}
.widget-controls h5 {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #ededed;
}
.report-content {
	overflow: auto;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	/*height: auto;*/
	height:350px;
	/*max-height:350px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.report-graph {
	/*overflow: auto;*/
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	max-width: 100%;
	height: auto;
	height:350px;
	/*max-height:350px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.report-sec {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.report-sec table {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.report-sec table thead {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #ededed;
	font-size: 13px;
	color: #333;
	font-weight: 500;
}
.report-sec table thead th {
	padding: 2px 15px 10px;
}
.report-sec table tbody {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
.report-sec table tr {
	width: 100%;
	float: left;
	line-height: 30px;
	padding: 8px 0;
	border-bottom: 1px solid #ebe9f2;
}
.report-sec table tr:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.report-sec table tbody td {
	padding: 2px 15px 10px;
}
.graph-tab {
	width: auto;
	margin: 0;
	padding: 0;
}
.graph-tab ul {
	width: auto;
	margin: 0;
	padding: 0;
}
.graph-tab ul li {
	width: 26px;
	height: 26px;
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	border-radius: 4px;
	cursor: pointer;
}
.graph-tab ul .active{
	background-color: #e75831 !important
}
.download-icon {
	background: #ededed url(../images/table-graph-icon.png) no-repeat left top;
}
.table-view {
	background: #ededed url(../images/table-graph-icon.png) no-repeat center top;
}
.graph-view {
	background: #ededed url(../images/table-graph-icon.png) no-repeat right top;
}
.download-icon:hover {
	background-color: #d8d8d8;
	background-position: left bottom;
}
.table-view:hover {
	background-color: #d8d8d8;
	background-position: center bottom;
}
.graph-view:hover {
	background-color: #d8d8d8;
	background-position: right bottom;
}
.cb-form-label input[type=text]{
	border: unset;
	background: unset;
}
.cbbox{
border-radius: 23px;
box-shadow: 3px 6px #c4c8c7;
}
.cbbox2{
	border-radius: 14px;
    box-shadow: 1px 3px #c4c8c7;
}
/*===Report design new by Jignesh Pansuriya===end===*/
