/*sezione personalizzata SITO */
#navbarsMainMenu{
    margin-top: 0px;
}
#logoutForm{
    margin-top: 0px;
}
.jumbotron{
    padding-top: 20px !important;
}


/* impostazione Bootstrap */
.container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media all and (max-width:992px) {
    #navbarsMainMenu{
        margin-top: 14px;
    }
    #logoutForm{
        margin-top: 14px;
    }
    
}

.fadeout{
    animation: fadeout 3s linear forwards;

}

.fadein{
    animation: fadein 3s linear forwards;

}
  @keyframes fadein  {
    from { opacity: 0}
    to   { opacity: 1}
  }
  @keyframes fadeout  {
    from { opacity: 1}
    to   { opacity: 0}
  }

/* grid */
.article {
    padding-top:16px;
    text-align: center;
}


.art-link{
    margin-top:10px;
}

.sphera {
    float: left;
    margin-right: 10px;
}

.ele-link {
    margin-top: 10px;
}

.page-container{
    margin-top: 12px;
}

/* DEFINIZIONi ARTICOLI del SITO */
.mag-phrase{
    font-size: 36px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: rgb(163, 162, 162);
}

.txt-evidence{
    color: black;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}
.txt-evd-2{
    color: black;
    
    font-family: 'Times New Roman', Times, serif;
}

.mag-logo{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mag-title{
    font-family: 'Times New Roman', Times, serif;
    font-size: 46px;
    
}

.image-article{
    height: 400px;
}

@media only screen and (min-width: 1024px) {
    .mag-title{
        font-size: 76px;
        
    }
    .image-article{
        max-width: 800px !important;;
    }
    }

.txt-low{
    color: rgb(163, 162, 162);
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}
.mag-par{
    font-size: 16px;
    font-style: italic;
    text-align: justify;
    padding-left: 20%;
    padding-right: 20%;
}
@media only screen and (max-width: 600px) {
    .mag-par{
        padding-left: 5%;
        padding-right: 5%;
    }
}

.info-article{
    display: none;
}

.access-d-win{
    border-radius: 9px;
    padding: 24px;
}

.access-d-win.allowed{
    background: greenyellow ;
}
.access-d-win.denied{
    background: orangered ;
}

/* Ricerche itelligenti  */
.search-user-result{
    display: none;
    position: absolute;
    background-color: rgb(244,244,244);
    z-index: 100;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 20px;
    box-shadow: 5px 10px 8px #888888;
}

.search-user-item{
    padding-bottom: 5px;
}
.search-user-item-nx{
    margin-left: 10px;
    float: left;
}

.user-item-cnt{
    height: auto;
}
.user-item-cnt.row1{
    background-color: rgb(244, 244, 244  );
}
.user-item-cnt.row2{
    background-color: rgb(230, 230, 230  );
}
.user-item-cnt:hover{
    background-color: rgb(240, 235, 226, 100  );
}

.survey-item-cnt{
    height: auto;
    display: inline-block;
    width: 100%;
}

.survey-item{
    float: left;
    padding-right: 12px;
}

.survey-item-ass{
    font-weight: bold;
    float: left;
}

.survey-item-cnt.row1{
    background-color: rgb(244, 244, 244  );
}
.survey-item-cnt.row2{
    background-color: rgb(230, 230, 230  );
}

.header-grid{
    border-bottom: solid 1px gray;
    font-style: italic;
    margin-bottom: 6px;
}



.isla-btn{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    /* margin: 20px; */
    padding: 20px 20px;
    border: 1px solid rgb(202, 202, 202);
    opacity: 12;
    vertical-align: middle;
}
