table.table-bordered tbody th, table.table-bordered tbody td{
    vertical-align: middle
}

table.table-bordered tbody td.documents{
    padding-bottom: 3px;
    padding-right: 3px;
}

ul.list_documents{
    padding: 0;
    list-style: outside none none;
}

ul.list_documents li{
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
}

.no_post_found {
    text-align: center;
}

.photo-item {
    margin-bottom: 16px;
    position: relative;
}

.photo-item .action-item {
    min-height: 90px;
}

.photo-item-detail {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 167px;
    margin-bottom: 10px;
    display: block;
    padding-top: 125%;
    border-radius: 10px;
}

.photo-edit-action {
    display: flex;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: -2px;
    margin-right: -4px;
}

button#approveAll {
    margin-bottom: 10px
}