:root {
	--primary-color: #9b9b9b;
	--secondary-color: #ebebeb;
	--text-color: #333;
	--breadcrump: #262424;
	--breadcrump-text-color: white;
	--link-color: #0056a2;
}

.status-60-fg {
	color: #ACE7AE;
}

.status-70-fg {
	color: #89dfdc;
}

.status-80-fg {
	color: rgb(1, 136, 69);
}

.status-40-fg {
	color: #89bae4;
}

.status-50-fg {
	color: #efff3b;
}

.navbar-brand {
	background-image: url('/plugin_file.php?file=iService/iServiceLogo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 25px;
	height: 40px !important;
	width: 200px;
}

.navbar-brand>span {
	display: none;
}

.skin-3 .navbar {
	background-color: #0A0909;
}

.skin-3 .sidebar {
	background-color: var(--secondary-color);
	border-color: transparent !important;
}

#bugnotes tbody {
	display: flex;
	flex-direction: column-reverse;
}

#bugnotes tbody tr {
	display: flex;
}

#bugnotes tbody tr td:last-child {
	flex: 1;
}

.skin-3 .nav-list>li {
	border-width: 0;
}

.skin-3 .nav-list>li>a {
	background-color: var(--secondary-color);
}

.nav-list>li::before {
	width: 0;
}

.skin-3 .nav-list li.active>a::before {
	border-color: transparent !important;
}

.skin-3 .nav-list>li.active,
.skin-3 .nav-list>li.active+li {
	border-color: transparent !important;
}

.skin-3 .nav-list>li.active.highlight>a,
.skin-3 .nav-list>li.active>a {
	background-color: var(--primary-color) !important;
	color: var(--text-color) !important;
}

.skin-3 .breadcrumbs {
	background-color: var(--breadcrump) !important;
	border-radius: 0;
	color: var(--breadcrump-text-color);
	margin: 0;
}

.skin-3 .breadcrumbs a {
	color: var(--breadcrump-text-color);
}

.widget-color-blue2 {
	border: 0;
}

.widget-color-blue2>.widget-header {
	background-color: var(--secondary-color) !important;
	color: var(--text-color) !important;
}

td.category,
th.category,
td.category label,
th.category label {
	background-color: var(--secondary-color) !important;
}

a {
	color: var(--link-color);
}

.skin-3 .nav-list>li.open,
.skin-3 .nav-list>li:hover {
	border: 0;
}

.skin-3 .nav-list>li:hover>a {
	color: var(--text-color) !important;
}

.widget-header .white {
	color: var(--text-color) !important;
}

#view-issue-page .bug-summary {
	background-color: var(--secondary-color) !important;
	font-size: 1.3em;
	font-weight: bold;
}

#view-issue-page .bug-summary.category {
	font-size: 1em;
}