

.text-info {
    color: #495f33!important;
}

.btn-info, .btn-info.disabled {
    background: #465a32;
    border: 1px solid #6e8a53;
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    transition: 0.2s ease-in;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #a2d246;
    border: 1px solid #a2d246;
}

.label-success {
    background-color: #90deaa;
}

/*
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: #68913c; }
  .topbar .navbar-header {
    background: #68913c; }
  .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: #ffffff !important; }
    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
      color: rgba(255, 255, 255, 0.8) !important; }

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

.bg-theme {
  background-color: #68913c !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: #68913c;
  border-color: #68913c; }

.right-sidebar .rpanel-title {
  background: #68913c; }

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

.text-themecolor {
  color: #68913c !important; }

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

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

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #68913c;
  color: #ffffff;
  border: 1px solid #68913c; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #68913c;
    opacity: 0.7;
    border: 1px solid #68913c; }
  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }

/*******************
/*sidebar navigation
*******************/
.label-themecolor {
  background: #68913c; }

.sidebar-nav > ul > li.active > a {
  color: #68913c;
  border-color: #68913c; }
  .sidebar-nav > ul > li.active > a i {
    color: #68913c; }

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