/**
 * advasco.users.css
 *
 * advasco users list base style.
 *
 */
 
.no-wrap {
	white-space: nowrap;
}

.popover-text, .popover-text:hover {
	cursor: pointer;
	text-decoration: none;
}


.filter-badge {
	color: #212529;
	background-color: #E9EAEB;
}

.filter-badge .remove-btn {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	position: relative;
	bottom: 1px;
	font-size: 10px;
	margin-left: 2px;
}


/* end of advasco.users.css */