.messageslist {

}
.messages-container {
    padding: 10px;
}
.messages-container .table-bordered td,
.messages-container .table-bordered th {
    border: 0;
    border-bottom: 1px solid #dee2e6
}
.messages-container .table-bordered {
    border: 0;
}
.threadsummary {
	cursor: pointer;
	padding: 10px 0;
}

.threadsummary:hover {
	font-weight: bold;
	background-color: #ECECEC;
}
.threadsummary .date {
	overflow: hidden;
	white-space: nowrap; 
}


/* -------------- TEXT SUMMARY -------------- */
.thread-text {
	overflow: hidden;
	white-space: nowrap; 
}


/* -------------- PARTICIPANT SUMMARY -------------- */
.user-icon {
	width: 25px;
    height: 25px;
    background-size: 25px 25px;
    border-radius: 50%;
}

.icon, .display-name {
	margin: auto 5px;
	vertical-align: middle;
	display: inline-block;
}

.community-icon {
	text-align: center;
    padding-top: 3px;
	font-weight: bold;
	width: 35px;
	color: white;
    height: 35px;
    border-radius: 50%;

}


.messageslist.table {
    max-height: fit-content;
}

.messagesnavigation .bootstrap-table {
    width: 80%;
    margin: auto;

}

.messageslist .responsive-width {
	width: 25%;
}


.messageListContainer .page-list {
	display: none;
}