body {
    font-family: 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Abel', sans-serif;
}

/*
    primary: #043E68
    secondary: #A31D35

*/

.bg-primary {
    background-color: #043E68 !important;
    color: white !important;
}

.text-primary {
    color: #043E68 !important;
}

a {
    color: #043E68 !important;
}

.bg-secondary {
    background-color: #A31D35 !important;
    color: white !important;
}

.nav-link.menu-label.dropdown-toggle:after {
    display: none;
}


#tree a {
    white-space: normal !important;
    height: auto;
    padding: 1px 2px;
}

    #tree a.active {
        background-color: rebeccapurple;
    }


.nav-tree a {
    padding: 0.54rem 1rem;
    color: #000000;
}

.nav-tree span {
    padding: 0.54rem 1rem;
    color: #000000;
}

.nav-tree li {
    padding: 5px;
}

    .nav-tree li.active {
        background-color: #e7f4f9 !important;
        display: block;
    }


.jstree-ocl {
}

.jstree-default .jstree-hovered {
    background: #FFEB3B !important;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #555;
}

.jstree-default .jstree-wholerow-hovered {
    background: none;
}

.jstree-default .jstree-clicked {
    background: #FFEB3B !important;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #555;
}

.jstree-default .jstree-wholerow-clicked {
    background: none;
}




.badge-archivio1 {
    color: #ffffff;
    background-color: #012a4a;
    margin-left: 0px;
}

.badge-archivio2 {
    color: #ffffff;
    background-color: #013a63;
    margin-left: 5px;
}

.badge-fondo {
    color: #ffffff;
    background-color: #014f86;
    margin-left: 10px;
}

.badge-serie {
    color: #ffffff;
    background-color: #2a6f97;
    margin-left: 15px;
}

.badge-sottoserie {
    color: #ffffff;
    background-color: #468faf;
    margin-left: 20px;
}

.badge-fascicolo {
    color: #ffffff;
    background-color: #61a5c2;
    margin-left: 25px;
}

.badge-ud {
    color: black;
    background-color: #89c2d9;
    margin-left: 30px;
}