#blog-area {
    padding-top: 0px;
}
.table-documents .filtros {
    margin-bottom: 20px;
    width: 100%;
    text-align: right;
}
.table-documents .filtros .fields {
	display: flex;
	justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}
.table-documents .filtros .col {
	
}


.table-documents .wp-list-table.documents {
	width: 100%;
}
.table-documents .wp-list-table.documents thead {
	background-color: #184f2e;
	color: #fff;
}
.table-documents .wp-list-table.documents thead a {
	color: #fff;
	display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px 15px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
}
.table-documents .wp-list-table.documents tbody td {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px 15px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
    border-bottom: 1px solid #ccc;
}
.table-documents .wp-list-table.documents tbody td a img {
	width: 30px;
}
.table-documents .tablenav.bottom {
	text-align: right;
}
.table-documents .tablenav.top, 
.table-documents .tablenav.bottom .bulkactions,
.table-documents .wp-list-table.documents tfoot,
.table-documents .wp-list-table.documents tbody td button,
.table-documents .tablenav.bottom .pagination-links .first-page,
.table-documents .tablenav.bottom .pagination-links .last-page, 
.table-documents .tablenav.bottom .pagination-links .disabled {
	display: none;
}

.table-documents .tablenav.bottom .pagination-links {
	margin-top: 10px;
	display: inline-block;
}

.table-documents .tablenav.bottom .displaying-num {
	padding-right: 15px;
}

.table-documents .tablenav.bottom .pagination-links .button {
    background-color: rgb(239, 239, 239);
    border: 1px solid #ccc;
    padding: 0px 6px;
    text-decoration: none;
}

.table-documents .loginsection {
    background-color: rgba(24,79,46,0.9) !important;
    color: #fff;
    padding: 3%;
    display: grid;
    align-items: center;
    justify-content: center;
}
.table-documents .loginsection label {
    display: block;
}
.table-documents .loginsection .login-remember,
.table-documents .loginsection a {
    display: none;
}
.table-documents a.link-logout {
    display: block !important;
    text-align: right;
    margin-bottom: 20px;
}
.table-documents .loginsection .login-username input,
.table-documents .loginsection .login-password input {
    color: #000;
}
.table-documents .loginsection .login-submit input#wp-submit {
    background-color: #fff;
    border: #fff;
    color: rgba(24,79,46,0.9);
}