.navbar-inverse {
	background-color: #2c2d84;
}
.ufi-hide .panel-heading span.ng-binding.ng-scope {
	visibility: hidden;
}
.ufi-hide .panel-heading span.ng-binding.ng-scope div {
	display: none;
}
.ufi-hide .panel-heading span.ng-binding.ng-scope::after {
	content: "Ticket Details";
	visibility: visible;
	position: absolute;
	left: 2.3rem;
}
.ufi-hide .ticket-fields dt:nth-child(5) {
	display: none;
}
.ufi-hide .ticket-fields dd:nth-child(6) {
	display: none;
}
.ufi-hide .widget-data-table .clearfix {
	display: none;
}
.ufi-hide .panel-heading .panel-title ~ button.btn, .ufi-hide .filter-breadcrumbs {
	display: none;
}
.gradient-color.cbe7c5e3487100300e0ef0cf888cb0b05 {
	background: #2c2d84;
	background: -webkit-gradient(linear, left top, left bottom, from(#2c2d84), color-stop(48%, #2c2d84), to(rgba(44, 45, 132, .27775)));
	background: -o-linear-gradient(top, #2c2d84 0%, #2c2d84 48%, rgba(44, 45, 132, .27775) 100%);
	background: linear-gradient(180deg, #2c2d84 0%, #2c2d84 48%, rgba(44, 45, 132, .27775) 100%);
	background-color: #4363d8;
}
.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: 1.6rem;
}
.user-mentor-dropdown .text-muted {
	font-size: 1.4rem;
}
.user-mentor-dropdown .user-name {
	color: black;
}
.user-mentor-dropdown .email {
	margin-left: .4rem;
}
.user-mentor-dropdown .title {
	color: #3c3c3b;
	display: inline-block;
	margin-right: $sp-space--sm;
}
.user-mentor-dropdown .title:empty {
	display: block;
	margin-right: 0;
}
.user-mentor-dropdown .separator {
	color: #3c3c3b;
}
.user-mentor-dropdown .department {
	color: #3c3c3b;
	display: inline-block;
	margin-left: $sp-space--sm;
}
.user-mentor-dropdown .cover-area {
	height: 1.7rem;
	width: 1rem;
	background-color: transparent;
	cursor: default;
}
.user-mentor-dropdown .cover-left {
	margin-left: -1rem;
	margin-top: -.4rem;
	float: left;
}
.user-mentor-dropdown .cover-right {
	margin-right: -1rem;
	margin-top: -1.3rem;
	float: right;
}
.user-mentor-dropdown .delimiter-container {
	position: relative;
	height: 1.7rem;
	margin-bottom: -.4rem;
	margin-top: -.4rem;
	cursor: default;
}
.user-mentor-dropdown .delimiter {
	position: absolute;
	top: -1.4rem;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.user-mentor-dropdown .message-container .grouping-message {
	margin-top: -.5rem;
	margin-bottom: -.5rem;
	cursor: default;
}
.user-mentor-dropdown .message-container .cover-left {
	height: 2.2rem;
	margin-top: -1rem;
	margin-bottom: -.5rem;
}
.user-mentor-dropdown .message-container .cover-right {
	height: 2.2rem;
	margin-top: -1.6rem;
	margin-right: -.8rem;
}