.note_visible_for_client .note_body{    
    background-color:#E0F2CA !important;
}

.note_not_visible_for_client .note_body{   
    background-color:#DDEBF8 !important;
}

.note_done .note_body{
    border:1px solid #449d44 !important;
}


@media (max-width: 768px) {
    .file-preview-image {
        max-width: 150px;
        max-height: 150px;
    }
}
@media only screen and (max-width: 800px) {
    .DMs_grid_table .menu_col .btn-group {
        margin-left: auto;
    }
}