body{
	background-color: #f0f8ff;
	padding-top: 55px;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.send-mail-btn{
	position: absolute;
    left: 15px;
    z-index: 9;
}
#comment-section{
	position: fixed;
	bottom:10px;
	right: 0;
	max-width: 320px;
    width: 100%;
    height: 83vh;
    background-color: #fff;
}
#example table.dataTable{
	line-height: 1.2;
	font-size: 14px;
}
#example  .table-sm th{
    padding: .75rem;
}
#example  .table td, .table th{vertical-align: middle;}
table.dataTable tbody tr:nth-child(even) {background: #f5f5f5}
table.dataTable tbody tr:nth-child(odd) {background: #FFF}
table.dataTable tbody tr.selected {
    background-color: #eaeaea !important;
}
#example .dataTables_filter input.form-control-sm{
	width: 100%!important;
}
#example div.dataTables_wrapper div.dataTables_filter label{
	text-align: right!important;
}
.table{
	background-color: #fff;
	font-size: 16px;
	table-layout: fixed;
}
.comment-inner{
	height: 35vh;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 10px;
}
.chat-box{

}
.pagination a,strong{
	display: flex;
	padding:5px 10px;
	border: 1px solid #d5d5d5;
	display: inline-block;
	justify-content: right;
}
.comment-inner li{
	background-color: #ffffff;
	border: 1px solid #eceaea;
}

/* width */
.comment-inner::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.comment-inner::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.comment-inner::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.comment-inner::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

div.dataTables_wrapper div.dataTables_filter label{
	display: inherit;
}
.hiddenDiv{position: relative;}