/* header nav {
    background-color: #222222;
    color: white;
} */

body {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #222222;
}

a:hover {
    color: #424d13;
}

.btn-primary {
    color: #fff !important;
    background-color: #222222 !important;
    border-color: #222222 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #424d13 !important;
    border-color: #424d13 !important;
}

.btn-outline-primary {
    color: #222222 !important;
    border-color: #222222 !important;
}

.btn-outline-primary:hover {
    background-color: #424d13 !important;
    border-color: #424d13 !important;
} 

.bg-ecolight {
    --bs-bg-opacity: 1;
    background-color: #222222 !important;
}

header nav .navbar-brand img {
    height: 50px;
}

header nav a.nav-link {
    color: white !important;
}

header nav a.nav-link:active, header nav a.nav-link:hover {
    color: #465217 !important;
}

.document_list .document_cnt .document_title {
    font-size: 0.8em;
    font-weight: bold;
}

.document_list .document_cnt .document_location {
    font-size: 0.8em;
}

.document_list .document_cnt .document_meta {
    font-size: 0.8em;
    text-transform: uppercase;
}

.document_list .document_cnt a {
    text-decoration: none;
}

footer {
    font-size: 0.8em;
}

.jstree-default .jstree-clicked {
    background-color: #eaf6ae;
}

.jstree-default .jstree-clicked > ul {
    background:#f8f9fa;
} 

.modified_row {
    background-color:#eaf6ae;
}
