/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
/*Top bar
*******************/
.topbar {
	background: #f4f6f9;
}

	.topbar .navbar-header {
		background: #ffffff;
	}

	.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
		display: none;
		color: rgba(255, 255, 255, 0.8);
	}

@media (max-width: 767px) {
	.topbar {
		background: #ffffff;
	}
}

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
	color: #0072ce !important;
}

.bg-theme {
	background-color: #0072ce !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #0072ce;
	border-color: #0072ce;
}

.right-sidebar .rpanel-title {
	background: #0072ce;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
	border-left: 4px solid #0072ce;
}

.text-themecolor {
	color: #0072ce !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
	border-bottom: 2px solid #0072ce;
	color: #0072ce;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
	color: #0072ce;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
	background: #0072ce;
	color: #ffffff;
	border: 1px solid #0072ce;
}

	.btn-themecolor:hover,
	.btn-themecolor.disabled:hover {
		background: #0072ce;
		opacity: 0.7;
		border: 1px solid #0072ce;
	}

	.btn-themecolor.active, .btn-themecolor:focus,
	.btn-themecolor.disabled.active,
	.btn-themecolor.disabled:focus {
		background: #028ee1;
	}

/*******************
/*sidebar navigation
*******************/
.label-themecolor {
	background: #0072ce;
}

.sidebar-nav > ul > li.active > a {
	color: #0072ce;
	border-color: #0072ce;
}

	.sidebar-nav > ul > li.active > a i {
		color: #0072ce;
	}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
	color: #0072ce;
}

	.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
		color: #0072ce;
	}

.sidebar-nav > ul > li > a i {
	color: #a6b7bf;
}
