/* TOOLBAR MASCHERE */
div.row.toolbar_row {
    margin: 0;
}
div.row.toolbar_row > .columns {
    padding: 0;
}
.toolbar, .toolbar > tbody {
    width: auto;
    /*border-bottom: 2px solid #369;*/
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.toolbar tr > td {
    padding: 0;
}
.toolbar_menu_button {
    /*display: none;*/
    width: 40px;
    height: 32px;
    margin: 0 2px;
}
.toolbar_menu_button[data-enabled="1"]:hover {
    background-color: #D8E6F2;
    border: 1px solid #C0DCF3;
}
.toolbar_menu_new {
    background: url("/img/icons/toolbar/new.png");
    background-size: cover;
}
.toolbar_menu_new_dis {
    background: url("/img/icons/toolbar/new_dis.png");
    background-size: cover;
}
.toolbar_menu_edit {
    background: url("/img/icons/toolbar/modifica.png");
    background-size: cover;
}
.toolbar_menu_edit_dis {
    background: url("/img/icons/toolbar/modifica_dis.png");
    background-size: cover;
}
.toolbar_menu_save {
    background: url("/img/icons/toolbar/save.png");
    background-size: cover;
}
.toolbar_menu_save_dis {
    background: url("/img/icons/toolbar/save_dis.png");
    background-size: cover;
}
.toolbar_menu_move {
    background: url("/img/icons/toolbar/save_move.png");
    background-size: cover;
}
.toolbar_menu_move_dis {
    background: url("/img/icons/toolbar/save_move_dis.png");
    background-size: cover;
}
.toolbar_menu_print {
    background: url("/img/icons/toolbar/print.png");
    background-size: cover;
}
.toolbar_menu_print_dis {
    background: url("/img/icons/toolbar/print_dis.png");
    background-size: cover;
}
.toolbar_menu_send {
    background: url("/img/icons/toolbar/mail_open.png");
    background-size: cover;
}
.toolbar_menu_send_dis {
    background: url("/img/icons/toolbar/mail_open_dis.png");
    background-size: cover;
}
.toolbar_menu_indietro {
    background: url("/img/icons/toolbar/indietro.png");
    background-size: cover;
}
.toolbar_menu_indietro_dis {
    background: url("/img/icons/toolbar/indietro_dis.png");
    background-size: cover;
}
.toolbar_menu_avanti {
    background: url("/img/icons/toolbar/avanti.png");
    background-size: cover;
}
.toolbar_menu_avanti_dis {
    background: url("/img/icons/toolbar/avanti_dis.png");
    background-size: cover;
}
.toolbar_menu_delete {
    background: url("/img/icons/toolbar/delete.png");
    background-size: cover;
}
.toolbar_menu_delete_dis {
    background: url("/img/icons/toolbar/delete_dis.png");
    background-size: cover;
}
.toolbar_menu_undo {
    background: url("/img/icons/toolbar/annulla.png");
    background-size: cover;
}
.toolbar_menu_undo_dis {
    background: url("/img/icons/toolbar/annulla_dis.png");
    background-size: cover;
}
