/* UTILS */
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0px 0 48px 0;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
}

button {
    display: inline-block;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.today {
    background-color:antiquewhite;
    color:#336699;
    font-weight:bold;
    border:solid 0.5px #822222;
}

.primary {
    background: #FFF;
    color: #333;
}

button.primary {
    border: 1px solid #333;
}

.inverted {
    background: #4477aa;
    color: #FFF;
}

button.inverted {
    border: 1px solid #4477aa;
}

section {
    padding: 10px 0 20px 0;
}

.mb-5 {
    margin-bottom: 5px
}

.mb-20 {
    margin-bottom: 20px
}

.container-overflow {
    overflow: auto
}

.clear:after, .row:after {
    content: '';
    display: table;
    clear: both;
}

.bordi-round {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

popcontent {
    display: none
}


.sconto {
width:40px;
}

.contenitoreScontoGeneraleFamiglia {
text-align:center;
}
#contenitoreBloccoGenerale {
    height: 55px;
    vertical-align: top;
}
.AccorpamentoClienteSoloNome {
    cursor:pointer;
}


#contenitoreListaClientiPerSconti {
    text-align: left;
    width: 280px;
    padding-left: 10px;
    padding-right: 10px;
}

.nomeFamigliaSconto {
    text-align: left;
    width: 250px;
    padding-left: 45px;
    padding-right: 5px;
    color:#822222;
    cursor:pointer;
    font-size:large;
    font-weight:bold;
}
    .nomeFamigliaSconto:hover {
        text-decoration:underline;
    }


.nomeProdottoSconto {
    text-align: left;
    width: 230px;
    padding-left: 65px;
    padding-right: 5px;
    color: #336699;;
    cursor: pointer;
    font-size:small;
    font-weight: bold;
}


.dettaglioFamiglia table {
    padding-top: 7px;
}

.TabdetSco {
    border: none;
}
.contenitorePrezzoProdotto {
width:120px;
}
.sconto {
text-align:right;
}

#contenitoreScontoClientiGenerale {
    text-align: left;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
}


.testataFamiglia {
    margin-top: 10px;
    padding-top: 8px;
    background-color: #f1f1f1;
    height: 50px;
    vertical-align: middle;
}

.przListino {
    padding-right: 5px;
    padding-right: 5px;
    color: silver;
    font-weight: bold;
}
.przScontato {
    padding-right: 5px;
    color: #336699;
    font-weight: bold;
}



label {
    display: block;
    color: gray;
    font-weight: bold;
    font-family: 'Trebuchet MS';
}

.icona_button {
    color: #336699;
    text-decoration: none;
    font-size: 25px;
}

    .icona_button:hover {
        color: #822222;
    }

#intestazioneCliente {
    font-family: 'Trebuchet MS';
    font-size: 12px;
    height: 100px;
    width: 95%;
    border: solid silver 1px;
    background-color: #f1f1f1;
}

#noteDoc {
    font-family: 'Trebuchet MS';
    font-size: 12px;
    height: 70px;
    width: 100%;
    border: solid silver 1px;
}

#contenitorePulsanteCambioCliente {
    vertical-align: top;
    padding-top: 20px;
}


/* TESTATA */
#main-title {
    padding: 10px;
}

/* CONTENUTO */
#main-page {
    padding: 10px;
}
/* SWIPER */

.swiper-slider-contenitore {
    overflow: auto;
    height: 93%;
}

#main-pagination {
    bottom: auto !important;
    top: 0;
}

#main-content {
    padding-top: 10px;
}
/* SETTINGS */
.settings-attivo {
    background-color: green;
    color: #FFF;
    border-color: green !important;
}
/* MENU PAGINE CONTENUTI */
.page-menu {
    text-align: center;
    margin-bottom: 10px;
}

.single-page-menu {
    display: inline-block;
    color: #4477aa;
    background: #FFF;
    border: 1px solid #4477aa;
    padding: 4px 10px;
    margin-right: -4px;
}

    .single-page-menu:first-child {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .single-page-menu:last-child {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .single-page-menu.attivo {
        background: #4477aa;
        color: #FFF;
    }

/* TABS PAGINE CONTENUTI */
.page-tab {
    display: none;
}

    .page-tab.attivo {
        display: block;
    }

/* TABELLE */

.tabella-label {
    width: 30%;
    float: left;
}

    .tabella-label label {
        display: block;
        font-weight: bold;
        border: 1px solid #DDD;
        border-top: none;
        padding: 5px;
    }

        .tabella-label label:first-child {
            border-top: 1px solid #DDD;
        }

.tabella-column {
    width: 70%;
    float: left;
}

    .tabella-column .col-tab {
        border: 1px solid #DDD;
        border-bottom: none;
    }

        .tabella-column .col-tab:first-child {
            border-left: none;
        }

        .tabella-column .col-tab .cell-tab {
            border-bottom: 1px solid #DDD;
            padding: 5px;
        }

#tabella-swiper {
    padding-bottom: 15px;
}

#tabella-swiper-pagination {
    bottom: 0;
}


/* MENU FOOTER */
#menu-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #FFF;
}

#menu-content-head {
    padding: 10px;
    background: #4477aa;
    text-align: center;
    cursor: pointer;
}

#menu-trigger {
    color: #FFF;
    font-size: 2em;
}

#menu-content-body {
    padding: 10px;
    display: none;
}

.menu-element {
    width: 16.5%;
    float: left;
}

.menu-element-container {
    padding: 5px;
}

.menu-element-icon {
    width: 50px;
    margin: auto;
}

.menu-element-icon-content {
    text-align: center;
    font-size: 1.5em;
    height: 35px;
    padding-top: 15px;
}

.menu-element-title {
    text-align: center
}

#bg-opacity {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: rgba(0,0,0,0.8);
}

section {
    padding: 50px 0
}

.grigio {
    color: #99a4bd
}

.aligncenter {
    text-align: center
}

.sfondo-grigio {
    background: #f8f8f8
}
.messaggio-errore {
    color: #900;
    font-size: 1em;
    text-align: center;
    display: block
}

.immagine {
    text-align: center;
    width: 100%;
    position: relative
}

    .immagine img {
        max-width: 100%;
        height: auto;
    }

#logo2 {
    height: 80px;
}

#logo3 {
    height: 50px;
}

.box-login {
    width: 320px;
    margin: auto;
    text-align: center
}

    .box-login .linea-login {
        display: block;
        padding: 5px 0 10px 0;
        text-align: right
    }

        .box-login .linea-login span {
            display: inline-block;
            padding-right: 15px;
        }

        .box-login .linea-login input {
            display: inline-block;
            width: 200px;
        }

            .box-login .linea-login input.pulsante-medium {
                display: inline-block;
                width: 220px;
            }

.text-danger {
    color: red;
    font-size: smaller;
    display: inline-block;
}



#barraInAlto2 {
    position: fixed;
    top: 80px;
    padding: 10px 0;
    font-size: 0.9em;
    z-index: 0;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #f8f8f8
}

#contenitoreMenuSx {
    position: fixed;
    z-index: 0;
    width: 200px;
    padding-right: 20px;
    top: 80px;
}

#contenitoreMenuSx2 {
    position: fixed;
    z-index: 10;
    width: 280px;
    padding-right: 20px;
    top: 472px;
}

#contenutoPagina_titoloForm {
    text-align: center;
    color: #002e5b;
    font-weight: bold
}

.tabella-pannello {
    width: 100%;
    background: #FFF;
}

#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #FFF;
    width: 100%;
}

.submenu {
    margin: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    background: #F8F8F8;
    list-style-type: none;
    width: 100%;
}

#menu li {
    position: relative
}

    #menu li a.openclose {
        cursor: pointer;
    }

    #menu li a {
        padding: 10px 0 10px 20px;
        color: #42617f;
        display: block;
        font-size: 1em;
    }

        #menu li a:hover, #menu li a.selected {
            color: #dd2d20;
        }

    #menu li.open {
        background: #ebeff5;
    }

    #menu li.close ul {
        display: none
    }

    #menu li.close::after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 1.2em;
    }

    #menu li.open::after {
        content: '\f077';
        font-family: FontAwesome;
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 1.2em;
    }

.titoloSezione {
    background-color: #336699;
    font-weight: bold;
    color: White;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
}

.pulsantePlus {
    display: inline-block;
    min-width: 35px;
    padding: 0px;
    font-size: 25px;
    background: white;
    text-transform: uppercase;
    border: solid red 3px;
    font-weight: bold;
    color: red;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: bold;
}

    .pulsantePlus:hover {
        background: #FFF;
        color: #002e5b;
    }

.pulsante-medium {
    display: inline-block;
    min-width: 120px;
    padding: 10px;
    font-size: 1em;
    background: #002e5b;
    text-transform: uppercase;
    border: 1px solid #002e5b;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
border-radius: 8px;
    text-decoration: none;
    margin-bottom: 15px;
    cursor: pointer;
}

    .pulsante-medium:hover {
        background: #FFF;
        color: #002e5b;
    }

.pulsante-medium-grigio {
    display: inline-block;
    min-width: 120px;
    padding: 10px;
    font-size: 1em;
    background: #a9b2bf;
    text-transform: uppercase;
    border: 1px solid #a9b2bf;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
border-radius: 8px;
    text-decoration: none;
    margin-bottom: 15px;
    cursor: pointer;
}

    .pulsante-medium-grigio:hover {
        background: #FFF;
        color: #a9b2bf;
    }

.my_menu {
    display: inline-block;
    color: #4477aa;
    background: #FFF;
    border: 1px solid #4477aa;
    padding: 4px 10px;
    margin-right: -4px;
}

    .my_menu:first-child {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .my_menu:last-child {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .my_menu.attivo {
        background: #4477aa;
        color: #FFF;
    }


.my_menu2 {
    display: inline-block;
    color: #822222;
    background: #FFF;
    border: 1px solid #822222;
    padding: 4px 10px;
    margin-right: -4px;
}

    .my_menu2:first-child {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .my_menu2:last-child {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .my_menu2.attivo {
        background: #822222;
        color: #FFF;
    }


.datepicker_table th {
    text-align: center;
    cursor: pointer;
    border: none;
    text-align: center;
    color: #3b7796;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: small;
    padding: 3px;
}

.datepicker_table td {
    text-align: center;
    cursor: pointer;
    border: solid silver 0.5px;
    font-family: 'Trebuchet MS';
    font-size: small;
    padding: 3px;
}

    .datepicker_table td:hover {
        color: white;
        background-color: #3b7796;
    }
.datepicker_table {
    border-collapse:collapse;
}

.datepicker > .datepicker_header {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #eeeeee;
    color: #3f3f3f;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

    .datepicker > .datepicker_header > a {
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        cursor: pointer;
        color: #3b7796;
    }

        .datepicker > .datepicker_header > a:hover {
            color: #303030;
            background-color: #c8c8c8;
        }

        .datepicker > .datepicker_header > a:active {
            color: #ffffff;
            background-color: #808080;
        }

    .datepicker > .datepicker_header > span {
        margin-left: 20px;
        margin-right: 20px;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

.tabAllegati {
    border-collapse: collapse;
    border: solid #336699 1px;
    max-width: 500px;
    margin: 10px;
}

.con-ombra {
    -moz-box-shadow: 5px 5px 5px rgba(6,6,6,0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(6,6,6,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=135, Strength=5);
    box-shadow: 5px 5px 5px rgba(6,6,6,0.5);
}
.datacurrent-homePage {
background-color:bisque;
}
.gdset {
    text-align: center;
    padding: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
    font-size:medium;
    color:white;
    background-color:#336699;

}
.testataTabAllegati {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: solid #336699 1px;
    border-bottom: solid 1px #336699;
}

.campoTabAllegati {
    padding: 5px;
    border-right: solid 1px #336699;
}

.rigaPari {
    background-color: #f1f1f1;
}

.pulsanteUpload {
    color: #336699;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 25px;
    min-width: 50px;
    padding: 4px;
}

    .pulsanteUpload:hover {
        color: #822222;
    }

.FormTextArea {
    font-family: 'Trebuchet MS';
    font-size: small;
    height: 40px;
    width: 400px;
}

#contenitoreEsternoDatiGenerali {
    border: solid #336699 1px;
    padding: 5px;
    margin: 5px;
    width: 800px;
}

#DettaglioCommessa {
    border: solid #822222 1px;
    padding: 5px;
    margin: 5px;
    width: 800px;
}

.titoloConBarraAzzurra {
    background-color: #336699;
    color: white;
    margin: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-weight: bold;
    text-align: center;
}

.titoloConBarraBordeaux {
    background-color: #822222;
    color: white;
    margin: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-weight: bold;
    text-align: center;
}

#contenitoreEsternoDatiGenerali, #sezioneGeneraleLettura, #DettaglioCommessa {
    padding: 0px;
    padding-bottom: 5px;
}

#divCriticitaCommessa {
max-width:500px;
margin:5px;
}
.testata1Criticita {
    font-size: small;
    font-weight: bold;
    background-color: darkgray;
    color: white;
    text-align: center;
    border:solid darkgray 1px;
}
.testata2Criticita {
    font-size: small;
    font-weight: bold;
    border: solid darkgray 1px;
    background-color: white;
    color:darkgray;
}
.campoTabellaCriticita {
    font-size: small;
    font-weight: normal;
    background-color: white;
    color: black;
    text-align: left;
    padding: 3px;
    border: solid darkgray 1px;
}
.tp1 {
background-color:aliceblue;
}
.tp2 {
    background-color:antiquewhite;
}
.separatoreRiga {
border-top:solid #822222 3px; 
}
input[type=button] {
    cursor: pointer;
}

#riassuntoImpegni {
padding-top:5px;
padding-bottom:15px;
}

.sezioneLavorazioneDettaglio {
    border-top: dotted 1px silver;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .sezioneLavorazioneDettaglio:first-child {
        border-top: none;
        padding-bottom: 10px;
    }

.testata1AvvisoImpegniPregressi {
    font-size: small;
    font-weight: bold;
    background-color: #336699;
    color: white;
    text-align: center;
}

.testata2AvvisoImpegniPregressi {
    font-size: small;
    font-weight: bold;
    border: solid #336699 1px;
    background-color: white;
    color: #336699;
}

.tabAvvisoImpegniPregressi {
    border-collapse: collapse;
    width: 100%;
    border: solid #336699 1px;
}

.campoTabellaImpegniPregressi {
    font-size: small;
    font-weight: normal;
    background-color: white;
    color: black;
    text-align: left;
    padding: 2px;
    border: solid #336699 1px;
}

#risultatoRicerca {
max-width:800px;
}

input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
border-radius: 8px;
    padding: 10px;
    border: 1px solid #CCC;
}

.angoli-arrotondati {
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contenitoreCKList, #RU_All, #MC_All {
    width: 30px;
}
.contenitoreImpegni {
    min-height: 40px;
    padding:10px;
}
.contenitoreConsegnaMerce {
    border:solid #222 0px;
    padding:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:5px;
}
    .contenitoreConsegnaMerce:last-child {
        margin-bottom: -10px;
    }
    .fasePlanner {
    font-size:16px;
}
.etichettaPlanner {
font-size:10px;
font-weight:bold;
}
.linkPlanner {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
border-radius: 8px;
    padding: 10px;
    border: 1px solid darkgray;
    background-color:white;
}

.symbolPlanner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    border: 1px solid #333;
    background-color: white;
    width:35px;
}
.contenitoreSymbol {
text-align:center;
vertical-align:middle;
padding:10px;
height: 35px;
display:block;
}


.linkPlanner i {
    color: darkgray;
}
.symbolPlanner i {
    color: #333;
    font-size:20px;
}

.linkPlanner:hover, .linkPlanner:hover i {
    background-color: blanchedalmond;
    color: #336699;
}

.contenitorePulsantiPlanner {
height:30px;
padding-top:20px;
text-align:center;
vertical-align:middle;
}

.barraNavigazioneSettimana {
    text-align:center;
    margin:0px;
    padding:0px;
}

.linkNavigazioneSettimana {
text-decoration:none;
color:#336699;
font-size:35px;
}
.linkNavigazioneSettimana:hover {
    color: #822222;
}
.listaIncongruenzaFasi {
border-collapse:collapse;
border:solid silver 1px;
}
.divContenitoreListaIncongruenzaFasi {
    margin-top: 10px;
}
.etichettaRiepologoCriticita {
    white-space: nowrap;
    font-weight: bold;
    color: #336699;
    padding: 5px;
    border: solid silver 1px;
}
.valoreRiepologoCriticita {
    white-space: nowrap;
    font-weight: bold;
    color: #822222;
    padding: 5px;
    border: solid silver 1px;
}

.contenitoreLabelList {
    padding-top: 5px;
}
.form-container {
    position: relative;
    width: 96%;
    padding: 2%;
}
.form-container .form{
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
}
.form-container .form.oncenter{
    justify-content: center;
    margin: auto;
}
.form-container .form.onright{
    justify-content: flex-end;
}
.form-container .form .input input,.form-container .form .input select {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 6px;
    border: 1px solid #CCC;
    display: block;
    width: calc(100% - 14px);
    line-height: 2vh;
}
.form-container .form .input select{
    padding: 5px 6px;
}
.form-container .form .input .chosen-container-single .chosen-single{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
}
.form-container .form .input .chosen-container-single .chosen-single div{
    top: 5px;
}
input:active, input:focus, select:active, select:focus {
    border-color: #002e5b;
    outline: none
}
.form-container .form .input{
    padding-bottom: 2vh;
    margin-right: 2%;
    flex-grow: 1;
}
.form-container .form .input label{
    display: block;
    padding-bottom: 5px;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
xs - 10% - 100px
sm - 25% - 250px
md - 50% - 400px
lg - 75% - 600px
xl - 100%
*/
.form-container .form .input.input-xs{
    flex-grow: unset;
    width:10%;
    max-width: 100px;
}
.form-container .form .input.input-sm{
    flex-grow: unset;
    width:25%;
    max-width: 250px;
}
.form-container .form .input.input-md{
    flex-grow: unset;
    width:50%;
    max-width: 400px;
}
.form-container .form .input.input-lg{
    flex-grow: unset;
    width:75%;
    max-width: 600px;
}
.form-container .form .input.input-xl{
    flex-grow: unset;
    width:100%;
    margin-right: 0;
}
.form-container .form .input input[type="submit"], .form-container .form .input select, .form-container .form .input input[type="button"]{
    width: 100%;
}
.form-container .form break{
    flex-basis: 100%;
    width: 0px; 
    height: 0px; 
    overflow: hidden;
}
@media (max-width: 600px) {
    .form-container .form .input{
        margin-right: 0;
    }
    .form-container .form .input[class*="input-"]{
        width: 100%;
        flex-grow: 1;
        max-width: none;
    }
    #risultatoRicerca {
        max-width: 100%;
    }
    .menu-element {
        width: 25%;
        float: left;
    }
}