#container {
    width: 100%;
}

/* MENU */
#menu {
    width: 100%;
}

#atenei_selezionati {
    background-color: #363636;
    color: white;
    display: none;
}

#sub_atenei_selezionati {
    margin-left: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 90%;
}

.ateneo_icon {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #080808;
    border: 0.111111px solid white;
    display: inline-block;
    margin-bottom: 5px;
}

.num_ateneo {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #A9850C;
    display: inline;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nome_ateneo {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 20px;
    display: inline;
}

.rimuovi_ateneo {
    margin-right: 5px;
    display: inline;
    content: url(../Immagini/close.png);
    height: 16px;
}

.rimuovi_ateneo:hover{
    content: url("../Immagini/close_hover.png");
}

@-moz-document url-prefix() {
    
    .num_ateneo {
        padding-right: 5px;
        padding-left: 5px;
        background-color: #A9850C;
        display: inline;
        padding-top: 2px;
        padding-bottom: 3px;
    }
    
    .rimuovi_ateneo {
        padding-right: 18px;
        display: inline;
        background: url("../Immagini/close2.png") no-repeat;
    }

    .rimuovi_ateneo:hover{
        background: url("../Immagini/close2_hover.png") no-repeat;
    }
    
}


#draw{
    width: 8%;
    display: inline-block;
}


/* ISTOGRAMMA */
#histograms {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

#chart_div1 {
    width: 1000px;
    height: 500px;
}

#chart_div2 {
    width: 1000px;
    height: 500px;
}

#legend {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
}

.logout_button {
    background-color: #222;
    border-color: #222;
    float: right;
    margin-right: 30px;
}

.logout_button:hover {
    background-color: #333;
    border-color: #333;
}

/*.logout {
    color: white;
}

.logout:hover {
    color: white;
    text-decoration: none;
}*/
