.nicht-benoetigt-grey-font {
    color: rgb(150, 150, 150);
}

.delete-documents {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin-right: 5px;
    color: #4D87C7 !important
}

.show-documents {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    color: #4D87C7 ;
}

.show-documents:hover{
    font-weight: bold !important;
}

.x-grid-with-row-lines .x-grid-item.x-grid-item-selected > * .show-documents,
.x-grid-with-row-lines .x-grid-item.x-grid-item-selected > * .delete-documents{
    color: white !important;
    font-weight: bold !important;
}

.x-grid-with-row-lines .x-grid-item.x-grid-item-selected > * .show-documents:hover,
.x-grid-with-row-lines .x-grid-item.x-grid-item-selected > * .delete-documents:hover{
    color: rgb(232, 232, 232) !important;
}