.help-bar {
	width: 15vw;
	position: fixed;
	float: left;
	top: 25%;
	right: 83vw;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.help-bar .panel-heading {
	color: var(--color-text-white);
	background-color: #003153;
}

.help-bar .table th {
	text-align: center;
}

.help-bar .project-name {
	display: block;
	width: 14vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	zoom: 1;
}

.help-badge {
	height: 18px;
	line-height: 18px;
}

.help-badge, .help-badge-dot, .help-badge-rim {
	position: relative;
	display: inline-block;
	padding: 0 6px;
	font-size: 12px;
	text-align: center;
	background-color: var(--back-color-blue);
	/*background-color: #db93ff;*/
	color: var(--color-text-white);
	border-radius: 2px;
}

.help-tab {
	text-align: left !important;
	margin: 0;
	padding: 0;
}

.help-tab-title {
	position: relative;
	left: 0;
	height: 40px;
	white-space: nowrap;
	font-size: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transition: all .2s;
	border-color: #e6e6e6;
	margin: 0;
	padding: 0;
}

.help-tab-title li {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	-webkit-transition: all .2s;
	position: relative;
	line-height: 40px;
	min-width: 65px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	margin: 0;
}

.help-tab-brief>.help-tab-title .help-tab-this {
	color: var(--color-text-blue);
}

.help-tab-brief>.help-tab-title .help-tab-this:after {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid var(--border-color-blue);
}

.help-tab-title .help-tab-this:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 41px;
	box-sizing: border-box;
	pointer-events: none;
}
