﻿body {
}

.content-wrapper {
    background: #404b7f;
}

.nav-treeview > .nav-item > .nav-link:hover {
    color: #343a40;
    background-color: rgba(255,255,255,.1)
}

.sidebar-dark-primary {
    background-color: #dc3545;
}

.h1 .h2, .h4, .h5, .h6, h1, h2, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}

.h3, h3 {
    color: #000000;
}

.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link {
    color: #0d3b55;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #fff;
    background-color: #404b7f;
}



.sidebar-dark-primary .nav-treeview > .nav-item1 > .nav-link.active {
    color: #343a40;
    background-color: #17a2b8;
}

.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active:hover {
    color: #343a40;
    background-color: #17a2b8;
}
/*.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255,255,255, .125);
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}*/
.myautocomplete {
    color: #17a2b8;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #17a2b8;
    border-radius: .25rem;
    display: grid;
}
