/*
Template Name: Admin Press Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Press Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
.topbar {
background: rgba(63,107,217,1);/* Old Browsers */
background: -moz-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* FF3.6+ */
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,107,217,1)), color-stop(100%, rgba(16,52,157,1)));/* Chrome, Safari4+ */
background: -webkit-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* IE 10+ */
background: linear-gradient(to right, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6bd9', endColorstr='#10349d', GradientType=1 );/* IE6-9 */

}

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: #ffffff !important;
}

.topbar .navbar-header {
  background: -webkit-linear-gradient(-45deg, #1753ee 0%, #001b4d 100%); /* Chrome10+,Safari5.1+ */;
}

.logo-center .topbar .navbar-header {
  background: transparent;
  box-shadow: none;
}

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

/*******************
/*General Elements
*******************/
a {
  color: #CCFFFF;
}

a.link:hover, a.link:focus {
  color: #CCFFFF !important;
}

.bg-theme {
	
  background-color: #222777 !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: #1e88e5;
  border-color: #1e88e5;
}

.right-sidebar .rpanel-title {
  background: #1e88e5;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #1e88e5;
}

.text-themecolor {
  color: #fff !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #1e88e5;
  color: #fff;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #1e88e5;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #1e88e5;
  color: #ffffff;
  border: 1px solid #1e88e5;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #1e88e5;
  opacity: 0.7;
  border: 1px solid #1e88e5;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
  background: rgba(63,107,217,1);/* Old Browsers */
background: -moz-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* FF3.6+ */
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,107,217,1)), color-stop(100%, rgba(16,52,157,1)));/* Chrome, Safari4+ */
background: -webkit-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* IE 10+ */
background: linear-gradient(to right, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6bd9', endColorstr='#10349d', GradientType=1 );/* IE6-9 */

}

.mini-sidebar .sidebar-nav {
  background: transparent;
}

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    background: #181c22;
  }
}

.sidebar-nav {
background: rgba(63,107,217,1);/* Old Browsers */
background: -moz-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* FF3.6+ */
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,107,217,1)), color-stop(100%, rgba(16,52,157,1)));/* Chrome, Safari4+ */
background: -webkit-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%); /* IE 10+ */
background: linear-gradient(to right, rgba(63,107,217,1) 0%, rgba(16,52,157,1) 100%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6bd9', endColorstr='#10349d', GradientType=1 );/* IE6-9 */

}

.user-profile .profile-text a {
  color: #798699 !important;
}

.card-no-border .sidebar-footer {
  background: #181c22;
}

.label-themecolor {
  background: #002c6e;
}

.sidebar-nav > ul > li.active > a {
  color: #fff;
  border-color: #1e88e5;
}

.sidebar-nav > ul > li.active > a i {
  color: #fff;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #fff;
}

.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
  color: #fff;
}

.sidebar-nav ul li.nav-small-cap {
  color: #f0f0f0;
}
