﻿
.page-sidebar {
    background-color: #20222a;
}
    .page-sidebar .sidebar-footer {
        border-top: 1px solid rgba(255,255,255,.25);
    }

        .page-sidebar .sidebar-footer .message span {
            color: #a5abb1 !important;
        }
.nav-menu li a {
    color: #a5abb1;
}

    .nav-menu li a:hover {
        background-color: rgba(255, 255, 255, .2);
    }

.nav-menu li.active > a {
    color: #fff;
    /*background-color: rgba(255, 255, 255, .07);*/
}

.nav-menu li a.nav-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, .07);
}

ul.nav-menu ul:before {
    border-left: 1px dashed #34363f;
}

.waves-effect.waves-dark .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}


.tabs {
    background-color: #f1f4f6;
}

.card-header {
    background-color: #f1f4f6;
}

.fixed__column {
    background-color: #f1f4f6;
}
thead .fixed__row th, thead .fixed__row td, tfoot .fixed__row th {
    background-color: #f1f4f6;
}

.header-navbar {
    background-color: #f1f4f6;
}

.card, .card-header, .card-content, .card-action {
    background-color: #f1f4f6;
}

.bselectform {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 0.4857142857rem 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    padding: 1.1rem 1.5rem 0.4rem 0.7rem !important;
    color: #2E2E2F;
}


