
.loaded_doc_row {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.loaded_doc_btn {
    float: left;
}

.documents_view_all {
    cursor: pointer;
}

.document_delete_btn {
    cursor: pointer;
    float: right;
}

.staff_document_small {
    max-height: 100px;
}

.staff_document_small_image {
    cursor: pointer;
}

.staff_document_small_enlarge {
    max-height: 200px;
}

.document_toolbar{
    opacity: 0;
}

.loaded_doc_row:hover .document_toolbar{
    opacity: 1;
}

.loaded_doc_row.standard_block_border{
    padding: 5px;
}

.loaded_doc_not_approved_title {
    color: #f63e3e;
    font-weight: bold;
    margin-bottom: 10px;
}