/*
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: white; }
  .topbar .navbar-header {
    background: white; }
  .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: #0f537d; }
    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
      color: #0f537a !important; }
.nav-secondary {
  color: #465454 !important;
}

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

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

.right-sidebar .rpanel-title {
  background: #0f537d; }

h4{
  font-weight: bold !important;
  color: #0f537d;
}

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

.text-themecolor {
  color: #0f537d !important; }

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

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

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #0f537d;
  color: #ffffff;
  border: 1px solid #0f537d; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #0f537d;
    opacity: 0.7;
    border: 1px solid #0f537d; }
  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }
  .btn-info{
    background: #1d8acb !important;
  }
  .btn-danger{
    background: #e23d28 !important;
  }
  .btn-success{
    background: #20BF55 !important;
  }
  .text-info{
    color: #1d8acb !important;
  }

  .label-danger {
    background-color: #e23d28 !important;
}

.page-wrapper {
    background: #f0f9fe !important;
    padding-top: 0;
  }

.page-titles {
    background: #f0f9fe !important;
}
/*******************
/*sidebar navigation
*******************/
.label-themecolor {
  background: #0f537d; }

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

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

.card-header h4 span {
    color: #0f537d;
}
.text-success{
  color: #20BF55  !important;
}

.badge-success, .label-success{
  background: #20BF55  !important;
}

.label-success{
  background: #20BF55  !important;
}

/* .topbar{
  box-shadow:0 1px 30px 1px rgba(158, 158, 158, 0.23)!important;
} */
.nav-item .btn {
    padding: 8px 30px;
    color: white;
    margin-top: 5px;
}
.nav-item .btn:hover{
  color:white;
}
a.nav-link, .nav-item .btn {
    font-size: 16px !important;
    margin-left: 10px;
}
.nav-item.active .nav-link {
    color: #e23d28 !important;
}
.dropdown-menu.dropdown-menu-right.scale-up.show {
  widows: 100%;
}
.dropdown-menu.dropdown-menu-right.scale-up.show a {
    color: #0f527c;
    padding: 8px 20px;
}

.dropdown-menu.dropdown-menu-right.scale-up.show {
    width: 225px;
}

h3.text-themecolor {
    font-size: 24px;
}

.indidators {
    font-size: small;
    font-weight: bold;
}

.card-outline-info h4, .card-outline-info h4 span{

  font-size: 18px;
}

.text-danger{
  color:#FDFD00 !important;
}

.card-outline-info .card-header {
    color: white !important;
    background: linear-gradient(to right, #005082, #1d8acb);
    border-color: #1976d2;
}

.card-outline-info> .card-header h4 span, .card-header h4{
  color: white !important;
}

.card-outline-info> .card-header h4 span.text-warning{
color:#fff903!important;
}
.table td, .table th {
    padding: .50rem !important;
}