.form-inline .form-control {width: inherit;}
.change-status, .mouse-pointer {cursor: pointer;}
.label-black {background-color: #101010;}
.help-block, .error {color:#f10404;}
.has-error input{border-color:#f10404;}
.sidebar-nav > ul > li > a.active { background: transparent; }
.notification-unread {background-color: #f2f4f8;}
.logo-img {max-height: 150px;}
.asColorPicker-trigger span { border: 1px solid #ced4da; }
.table { color: #67757c; }

.group-chat-tab {
	overflow: hidden;
}
.bg-light-reverse {
	background-color: #cfecfe;
}
.chat-list li.reverse .box:after {
	border-left-color: #cfecfe;
	border-top-color: #cfecfe;
}
.group-chat-tab .nav-link {
	color: #000000;
	font-weight: 600;
	border-bottom: 1px solid #000000;
	display: block;
	width: 100%;
}
.select2-container {
	width: 100% !important;
}
.group-chat-scroll {
	max-height: 80vh;
	overflow: auto;
}
.chat-list {
	max-height: 400px;
	overflow: auto;
	margin-bottom: 20px;
}
/*chat dashnboard css*/
.open-active-recipient-name .messaging-empty,
.open-active-recipient {
	display: none !important;
}
.messaging-box-body .speech-bubble {
	text-align: left;	
	float: left;
	width: 100%;
	max-width: 30%;
	position: relative;
	background: #cfecfe;
	border-radius: 5px;
	padding: 5px 10px;
	margin-left: 5px;
	color: #000000;
}
.messaging-box-body .speech-bubble:before {
	right: 99%;
	top: 50%;
	transform: translateY(-50%);
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #cfecfe;
	border-width: 6px;
	margin-left: -1px;
	border-right-color: #cfecfe;
}
.messaging-box-body .self-speech {
	float: right;
	width: 100%;	
	max-width: 30%;
	margin-left: auto;
	padding: 10px;
	position: relative;
	background: #cfecfe;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
	color: #000000;
}
.messaging-box-body .self-speech:after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #cfecfe;
	border-right: 0;
	border-bottom: 0;
	margin-top: -3px;
	margin-right: -8px;
}
.messaging-box-body .self-speech .span-message-time,
.messaging-box-body .speech-bubble .span-message-time { 
	font-size: 10px;
}
.messaging-box-body .self-speech span,
.messaging-box-body .speech-bubble span {
	font-size: 13px;
	display: block;
}
.messaging-box-body .messaging-convo {
	padding:20px 0;
}
.messaging-box-body .messaging-convo #message-container {
	max-height: 600px;
}
.messaging-box-body .messaging-convo .messaging-input {
	margin: 0 auto;
	max-width: 90%;
	display: block
}
a[data-goto] { cursor: pointer; }
a[data-goto]:hover { text-decoration: underline !important;}
a.fc-day-grid-event{ border-radius: 7px; }
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {stroke: #1976d2;}
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {fill: #1976d2;}
.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {stroke: #BBBBBB;}
.remove-div i.fa.fa-times.btn-remove.btn-danger.btn-circle {text-align: center;}
.remove-div {position: absolute;right: 35px;}
@media (max-width: 1169px) {
	header  .navbar-header .navbar-brand img {
		width: 90% !important;
	}
	.track-progress li span {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.track-progress li {width: 50% !important;margin-bottom: 15px;}
}
@media (max-width: 800px) {
	.card .table-responsive {margin-top: 20px;display: inline-block}
	.card.table-listing h4.card-title{line-height: inherit;}

	.submit-approval h4.card-title {margin-bottom: 20px;display: block;}
	.submit-approval .next-previous-btn a {margin: 10px auto;}
}
@media (max-width: 767px) {
	.search-field-approve .btn-info {margin-top: 0px}
	/*.card-body .form-control {margin-bottom: 15px;}*/
	.custom-personal-chat-main .messaging-box-body [class*="col-"] {
		padding: 0 !important;
	}
	.custom-personal-chat-main .messaging-box-body .messaging-convo {
		padding: 20px 0 !important;
	}	
	.custom-personal-chat-main .card-body [class*="col-"] {
		margin-bottom: 10px;
	}
	.custom-personal-chat-main .card-body {
		min-height: auto !important;
	}
	.messaging-box-body .messaging-convo #message-container {
		max-height: 400px;
	}
	.remove-div {
	    position: static;
	    text-align: right;
	    width: 100%;
	    margin: 10px 15px;
	}
}
@media (max-width: 500px) {
	.messaging-box-body .speech-bubble {
		max-width: 55%;
	}
	.messaging-box-body .self-speech {
		max-width: 55%;
	}
}
input#contract_file {position: relative;text-align: right;-moz-opacity:0 ;filter:alpha(opacity: 0);opacity: 0;z-index: 2;border: 1px solid #cccccc; cursor: pointer;}
