﻿.ResponsiveMenu,
#mySidenavR {
    display: none;
}

.sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 4;
    top: 0;
    right: -370px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0 20px;
    clear: both;
    -webkit-box-shadow: -5px 0px 23px 0px rgba(207,207,207,1);
    -moz-box-shadow: -5px 0px 23px 0px rgba(207,207,207,1);
    box-shadow: -5px 0px 23px 0px rgba(207,207,207,1);
}

    .sidenav span {
        width: 100%;
        height: 3px;
        display: block;
    }

 

    .sidenav a {
        padding: 30px 10px;
        text-decoration: none;
        font-size: 16px;
        color: #4A4745;
        font-weight: bold;
        display: block;
        cursor: pointer;
        border-bottom: 1px solid #e3e3e3;
        transition: 0.3s;
        text-transform: uppercase;
    }

        .sidenav a:hover {
            background-color: #eaeaea;
            color: #4A4745;
        }

    .sidenav .closebtn {
        text-align: right;
        font-size: 38px;
        border-bottom: none;
        line-height: 20px;
        display: inline-block;
        float: right;
    }

        .sidenav .closebtn:hover {
            background-color: transparent;
            color: #002fb1;
        }

 

        .sidenav .Ricerca .form-control {
            position: relative;
            width: 100%;
            padding-right: 80px !important;
            font-style: italic;
            height: 40px;
            border: 0.2em solid #b6b6b6;
            border-right:0;
        }


        .sidenav .Ricerca .btn-primary {
            position: absolute;
            top: 0;
            right: 0px;
            padding: 9px 10px;
            color: #fff;
            font-size: 14px;
        }

.VociMenuResponsive{
    padding-top:50px;
}