/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro 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 {
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.8);
  position: sticky;
  top: 0px;
  z-index: 10;
}

.topbar .navbar-header {
    background: rgb(23, 87, 119);
}

.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: #13455e !important;
}

.bg-theme {
    background-color: #13455e !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: #13455e;
  border-color: #13455e;
} */

.right-sidebar .rpanel-title {
    background: #13455e;
}

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

.text-themecolor {
    color: #13455e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-nav > ul > li > a.active {
    font-weight: 400;
    background: #ffffff;
    color: #13455e;
}

.sidebar-nav > ul > li.active > a,
.sidebar-nav > ul > li.active:hover > a {
    color: #ffffff;
    background: #22809b !important;
    border-radius: 30px;
}

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

.sidebar-nav > ul > li.active > a:after,
.sidebar-nav > ul > li.active:hover > a:after {
    border-color: #ffffff;
}
table thead tr th {
    background: #22809b !important;
    color: #fff;
}
table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
    opacity: 1;
}
table.dataTable thead .sorting::after {
    color: rgb(255, 255, 255);
}
.table td,
.table th {
    padding: 0.5rem;
}
.dataTables_length select {
    border: 1px solid #ddd;

    background: #fff;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    color: #22809b;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border-color: #fff;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #22809b;
    border-color: #22809b !important;
}
.dataTables_wrapper.container-fluid {
    padding: 0px;
}
.dtp table.dtp-picker-days tr > th {
    color: #fff;
}
h3.project-title {
    display: inline-block;

    color: #ffbc34;

    text-align: center;

    text-transform: uppercase;

    width: 90%;

    font-weight: bold;
}
