/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Monster 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: rgb(255, 255, 255)
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
.topbar {
  background: #00897b;
}

.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;
}

/*******************
/*General Elements
*******************/
a {
  color: #01c0c8;
}

a.link:hover, a.link:focus {
  color: #01c0c8 !important;
}

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

.right-sidebar .rpanel-title {
  background: #00897b;
}

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

.text-themecolor {
  color: #00897b !important;
}

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

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

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

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

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

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
  background: #fff;
}

.sidebar-nav ul li a {
  color: #607d8b;
}

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

.sidebar-nav ul li a.active {
  color: #263238;
}

.sidebar-nav ul li.nav-small-cap {
  color: #99abb4;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
  color: #ffffff;
  background: #00897b;
}

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
  color: #00897b;
}

.sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
  border-color: #00897b;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #00897b;
}

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

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #01c0c8;
}
.btn-primary ,.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00897b!important;
  border-color: #00897b!important;
  box-shadow: 0 1px 0 rgba(22, 8, 151, 0.15)!important;
}

.text-primary {
  color: #00897b !important;
}


.card-outline-primary .card-header {
  background: #00897b;
  border-color: #00897b;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00897b;
  border-color: #00897b;
}

.sidebar-nav>ul>li.active>a,
.sidebar-nav>ul>li.active:hover>a {
  color: #00897b !important;
  background: transparent !important;
  box-shadow: none !important;
}



.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
 
  color: #00897b!important;
 
}

a {
  color: #00897b;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #607d8b;
  text-decoration: none;
}

.bootstrap-tagsinput .tag {

  font-size: small!important;
  background-color: #00897b;
  font-weight: normal;
  /* color: #515d63!important; */
  padding-top: 5px!important;
  padding-bottom: 4px!important;
  font-family: 'Poppins';
}

.sub-menu{
  color:#607d8b;
}


.fc .fc-button-primary{
  background-color: #00897b!important;
  border-color: transparent!important;
}

.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color:#01534b!important;
  border-color: transparent!important;
}