.sp-announcement-root {
	display: none !important;
}
#tour-dropdown {
	display: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: white;
	background-color: #002664;
}
#tbody > tr:hover .flex-center {
	display: flex;
	align-items: center;
}
@media print {
	#tbody > tr:hover a[href]:after {
		content: none !important;
	}
}
#tbody > tr:hover .sp-announcement-root {
	display: none !important;
}
#tbody > tr:hover .nswh-tab-description {
	margin: 17px;
}
#tbody > tr:hover .nswh-badge-label {
	display: inline-block;
	vertical-align: middle;
}
#tbody > tr:hover .badge {
	display: inline-block;
	vertical-align: middle;
	border-radius: 25px !important;
	padding: 5px 7px 4px 7px;
	min-width: 25px;
	margin-left: 5px;
}
#tbody > tr:hover .badge-primary {
	background-color: #002664;
}
#tbody > tr:hover .badge-info {
	background-color: #2E5299;
}
#tbody > tr:hover .badge-success {
	background-color: #00A908;
}
#tbody > tr:hover .badge-warning {
	background-color: #DC5800;
}
#tbody > tr:hover .badge-danger {
	background-color: #B81237;
}
.user-mentor-dropdown .u-row {
	display: flex;
	align-items: center;
}
.user-mentor-dropdown .position-info {
	display: inline-block;
}
.user-mentor-dropdown .name-email-group {
	display: flex;
	font-size: 16px;
}
.user-mentor-dropdown .text-muted {
	font-size: 14px;
}
.user-mentor-dropdown .user-name {
	color: #717171;
}
.user-mentor-dropdown .email {
	margin-left: 4px;
}
.user-mentor-dropdown .title {
	color: #979797;
	display: inline-block;
	margin-right: $sp-space--sm;
}
.user-mentor-dropdown .title:empty {
	display: block;
	margin-right: 0;
}
.user-mentor-dropdown .separator {
	color: #979797;
}
.user-mentor-dropdown .department {
	color: #979797;
	display: inline-block;
	margin-left: $sp-space--sm;
}
.user-mentor-dropdown .cover-area {
	height: 17px;
	width: 10px;
	background-color: transparent;
	cursor: default;
}
.user-mentor-dropdown .cover-left {
	margin-left: -10px;
	margin-top: -4px;
	float: left;
}
.user-mentor-dropdown .cover-right {
	margin-right: -10px;
	margin-top: -13px;
	float: right;
}
.user-mentor-dropdown .delimiter-container {
	position: relative;
	height: 17px;
	margin-bottom: -4px;
	margin-top: -4px;
	cursor: default;
}
.user-mentor-dropdown .delimiter {
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.user-mentor-dropdown .message-container .grouping-message {
	margin-top: -5px;
	margin-bottom: -5px;
	cursor: default;
}
.user-mentor-dropdown .message-container .cover-left {
	height: 22px;
	margin-top: -10px;
	margin-bottom: -5px;
}
.user-mentor-dropdown .message-container .cover-right {
	height: 22px;
	margin-top: -16px;
	margin-right: -8px;
}