| /*
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 4
Version: 4.3.0
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin-v4.3/admin/
*/
.header .navbar-logo,
.label.label-theme,
.btn.btn-scroll-to-top {
	background: #ff9700;
}
.text-theme,
.float-sub-menu li > a:hover, 
.float-sub-menu li > a:focus, 
.float-sub-menu li.active > a, 
.float-sub-menu li.active > a:hover, 
.float-sub-menu li.active > a:focus,
.sidebar .sub-menu > li > a:hover, 
.sidebar .sub-menu > li > a:focus, 
.sidebar .sub-menu > li.active > a, 
.sidebar .sub-menu > li.active > a:hover, 
.sidebar .sub-menu > li.active > a:focus,
.header.navbar-default .navbar-brand i {
	color: #ff9700;
}
.float-sub-menu li.active:after {
	border-color: #ff9700;
}
.header.navbar-inverse .navbar-brand {
	color: #fff !important;
}
.sidebar .label.label-theme,
.top-menu .label.label-theme {
	background: #5058e6;
}
.sidebar .text-theme,
.top-menu .text-theme {
	color: #5058e6;
}
.header .navbar-nav > li > a .label {
	background: #1f2225 !important;
}
.header.navbar-inverse,
.sidebar .nav > li.active > a, 
.sidebar .nav > li.active > a:hover, 
.sidebar .nav > li.active > a:focus {
	background: #ff9700;
}
.pace-progress {
	background: #000;
}
.pace .pace-activity {
	border-top-color: #000;
	border-left-color: #000;
}
 |