@media print {
    /* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
    body.modal-open {
        visibility: hidden;
    }

    body.modal-open .modal .modal-header,
    body.modal-open .modal .modal-body {
        visibility: visible; /* make visible modal body and header */
    }
}

.pointer {
    cursor: pointer;
}

.strumento_cruscotto {
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 10px;

}
.strumento_cruscotto.danger {
    color:#842029;
    background-color: #f8d7da;

}
.strumento_cruscotto.success {
    color: #0f5132;
    background-color: #d1e7dd;

}
.strumento_cruscotto.primary {
    color:#084298;
    background-color: #cfe2ff;

}
.strumento_cruscotto.informazioni {
    color: #41464b;
    background-color:#e2e3e5;

}
.strumento_cruscotto.anagrafiche {
    color: #41464b;
    background-color:#e2e3e5;

}
.strumento_cruscotto.blacklist {
    color: #842029;
    background-color: #f8d7da;

}