.Stilemenu{
    flex: 1;  
}
.Stilemenu a{
    color: rgb(25, 163, 87);    

    /*color: rgb(74, 96, 192);  */
}
.Stilemenu ul {
    padding:0;  /* PORTA IL MARGINE DELL'ELENCO PUNTATO A 0*/
    list-style-type: none; /* Elimina i puntini dell'elenco puntato*/
    line-height: 18px;
    font-family: "FontAwesome"; /* il font da utilizzare*/
   
}
.Stilemenu p {
    line-height: 24px;
}
.colonnaStilemenu_download h3 {
    text-transform: uppercase;
    padding-top: 2px;
}

.Stilemenu button {
    text-transform: uppercase;
    color: #0e47af;
    font-size: 16px;
    font-weight: bold;
}

.Stilemenu h5 {
    padding-left: 30px;  
}

/*Metodo per inserire un segno diverso dai puntini. nel nostro caso il simbolo ">"*/
.Stilemenu ul li:before{
    content: "\f0a9";           /* Elemento da utilizzare (nel nostro esempio >*/
    font-family: "FontAwesome"; /* il font da utilizzare*/
    font-size: 12px;            /* grandezza dell'immagine (<) inserita */
    /*padding-right: 5px; */       /* distanza tra il simbolo ed il testo*/
    padding-left: 25px;
}

.Stilemenu ul li:hover {
    padding-left: 20px;
    transition: 0.7s;
}

.Stilemenu ul li a {
    font-size: 14px;
    font-family: "FontAwesome"
}

.Stilemenu ul li a:hover {
    font-size: 14px;

    background-color:rgb(74, 96, 192);
    color: white !important;
    transition: all 0.6s;
    border: 1px solid #032e7c; /*bordo della casella*/
    border-radius: 5px;

}



.SpazioMenuLaterale{
    margin-left: 50px;
}


.TestataMenuOperativo{
    margin-left: 20px;
    /*color:white;
    /*margin-top: 10px;
    border: 1px solid rgb(9, 159, 247);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;*/
}

.TestataMenuOperativo a{
    /*color: white !important;*/
    font: 16px "FontAwesome" !important;
  }

  .PulsanteNuovo3D{
    background-color: #1158e9; 
        width: 8em;
        padding: .5em;
        color: #ffffff;
        text-shadow: 1px 1px 1px #000;
        font: 16px FontAwesome;
        border: solid thin #00032e;
        -webkit-border-radius: .7em;
        -moz-border-radius: .7em;
        border-radius: .7em;
        background-image: -webkit-gradient(linear, left top, left bottom,   
        from(#a9c7eb), to(#768ccb),color-stop(0.4, #2d41d3));
  }
  .PulsanteSalva3D{
    background-color: #5be997; 
        width: 8em;
        padding: .5em;
        color: #ffffff;
        text-shadow: 1px 1px 1px #000;
        font: 16px FontAwesome;
        border: solid thin #0fb143;
        -webkit-border-radius: .7em;
        -moz-border-radius: .7em;
        border-radius: .7em;
        background-image: url('Assets\img\plsStandard\Cancella.png');
        background-image: -webkit-gradient(linear, left top, left bottom,   
        from(#bae7af), to(#21cd5d),color-stop(0.4, #04a318));
  }

.PulsanteChiudi3D{
    background-color: #080808; 
      width: 6em;
      padding: .5em;
      color: #ffffff!important; 
      text-shadow: 1px 1px 1px #000;
      font: 16px FontAwesome;
      border: solid thin #585352;
      -webkit-border-radius: .7em;
      -moz-border-radius: .7em;
      border-radius: .7em;
      background-image: -webkit-gradient(linear, left top, left bottom,   
                        from(#171618d9), to(#8d807d),color-stop(0.4, #302e2e));
  }

  

.SpazioTitoloPagina{
    margin-left: 20px;
    height: 10px;
    background-color: rgb(223, 223, 240);
    background-position: center; /* Posizione centrale dell'img di sfondo*/
    background-size: cover; /* Grandezza dell'immagine di sfondo */
    padding: 10px;
    padding-bottom: 40px;
    border: 1px solid rgb(184, 216, 235);
    border-radius: 5px;
    box-sizing: border-box;
}

.corpoDocumento {
    padding-left: 20px;
    border: 1px solid rgb(9, 159, 247);
    border-radius: 5px;
    box-sizing: border-box;
}

#CercaFiltro {
    background-image: url("../img/Cerca.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
  }

