@media only screen and (max-width: 800px) {
    #sidebar{
        min-width:100%;
        max-width:100%;
        height:auto;
        position:relative;
    }

    #sidebar ul hr{
        display:none;
    }

    .site-branding-text{
        display:none !important;
    }

    .tab-content{
        width:100% !important;
    }

    .container .row{
        display:block !important;
    }

    .container .row .col-md-15{
        margin-bottom: 5px;
    }

    .container{
        margin-top:5px !important;
    }

    #sidebar .components{
        margin-bottom:0px !important;
    }

    .card{
        margin-top:10px;
    }

    .card-body, .tab-pane, .tab-pane .col-md-12{
        padding:0px !important;
    }

    .myTab3{
        margin-top:10px !important;
    }

    .nomeutentenew span{
        margin:auto !important;
    }

    .nomeutentenew{
        height:unset !important;
    }

    #btn_passa_a1{
        padding: 4px 14px !important;
    }
  }
