.user_alert {
	background-color:#999;
	border-radius:6px;
	cursor:pointer;
	padding:1px 5px 1px 5px;
}
.user_alert:hover {
	background-color:#ccc !important;
	color:#F90 !important;
}
/* alert window */
.alert_popup {
	border:1px solid #EEE;
	border-radius:6px;
	background-color:#C60;
	display:block;
	position:fixed;
	left:5px; bottom:30px;
	width:300px; min-height:100px;
	height:auto;
	max-height:200px;
	display:none;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em; color:#FFF;
	text-align:center;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/***********chat css */
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.chat-member {
	cursor:pointer;
}
.chat-member:hover {
	color:blue;
}
.row {
	margin-left:0px !important;
	margin-right:0px !important;
}
/***********taken from patho on 08-08-22************/
.actionfa,.clickable,.clickable-light {
	font-size:1em;
	color:blue;
	cursor:pointer;
}
.clickable-light {
	color:#999;
}
.clickable-light:hover {
	color:blue;
}
.actionfa:hover,.clickable:hover {
	color:red;
}
.data_summary_cover {
	display: flex;
}
.data_summary {
	flex:1;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
	border-radius:5px;
	display:inline-block;
	margin-left:10px;
	margin-bottom:30px;
	padding:5px;
}
.data_summary .fa-print, #data_detail .fa-print {
	cursor:pointer;
	font-size:.8em;
}
.data_summary .fa-print:hover, #data_detail .fa-print:hover {
	color:#09F;
}
