/* CSS for local changes */

/* <link rel="stylesheet" href="StileMenu.css?ts=<?=time()?>&quot"> */

/* testo menu left nero */
.layout-west-links ul li a {
    margin-left: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #302e28;
    font-weight: bold;
    
}

.layout-west h6, .layout-west .h6 {
    color: #302e28;
}



/* scelta cursore in evidenza sottolineata e gialla chiara */
/* in alternativa bg color #1a2e65 e text color #fff */
.layout-west-links ul li a:hover {
    background-color: #fad762;
    color: #302e28;
    text-decoration: underline;
}

.layout-west-links a[aria-expanded="true"] {
    background-color: #1a2e65;
    color: #fff
}


.layout-west-links a:focus {
    background-color: #1a2e65;
     color: #fff
}

/* linea bordo menu left nera */
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) #1a2e65 !important;
}

/*  a#navbar_a__module_rm_menu { */
/*     color: #fff; */
/* } */

/*  a#navbar_a__module_bi_menu { */
/*    color: #fff; */
/* } */