#menu-laterale > a {
    line-height: 2;
}

#menu-laterale > a.active {
    background-color: #333333;
}

@media (max-width: 575.98px), /* Extra small devices (portrait phones, less than 576px) */
(min-width: 576px) and (max-width: 767.98px) /* Small devices (landscape phones, 576px and up) */ {
    #menu-laterale {
        width: 100%;
        padding: 15px 0px !important;
    }

    #menu-laterale > a.active > span.toggle-sub-menu {
        display: block;
        background: url("/img/public/sotto-menu_w.png") no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 15px 0 0;
    }

    #menu-laterale > a > span.toggle-sub-menu {
        display: block;
        background: url("/img/public/sotto-menu_b.png") no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 15px 0 0;
    }

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

[data-idpadre]:not([data-idpadre=""]) {
    display: none;
    background: #ccc !important;
    padding-left: 30px;
}

[data-idpadre]:not([data-idpadre=""]).active {
    background: #333333 !important;
    display:block;
}