.pzcd-list-table table {
	width: 100%;
	border: none;
}
.pzcd-list-table table thead th {
	padding: 10px;
	text-align: left;
	border: none;
}
.pzcd-list-table table thead th.column-name {
	width: auto;
}

.pzcd-list-table table tbody td {
	border: none;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.category .pzcd-list-table table thead th.column-date { width: 13%; }
.category .pzcd-list-table table thead th.column-status { width: 14%; }
.category .pzcd-list-table table thead th.column-count { width: 9%; }

.document .pzcd-list-table table thead th.column-date { width: 11%; }
.document .pzcd-list-table table thead th.column-size { width: 9%; }
.document .pzcd-list-table table thead th.column-actions { width: 15%; }

.pzcd-list-table a {
	margin-right: 20px;
}
.pzcd-list-table a:last-child {
	margin-right: 0;
}
.pzcd-list-table a:not(:hover) {
	text-decoration: none;
}


.pz-client-documents .notice {
	font-weight: 600;
	margin: 20px 0;
}
.pz-client-documents .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	flex-wrap: wrap;
}
.pz-client-documents .row .header {
	padding-right: 20px;
	min-width: 175px;
	line-height: 2em;
}
.pz-client-documents .row .content {
	flex-grow: 1;
}

/* pagination styling */
.pz-client-documents .row .navigation {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.pz-client-documents .row .navigation li {
	display: inline;
}
.pz-client-documents .row .navigation li a {
	color: black;
	float: left;
	padding: 3px 9px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 5px;
	background-color: #f8f8f8;
}
.pz-client-documents .row .navigation li.active a {
	background-color: #4CAF50;
	color: white;
}
.pz-client-documents .row .navigation li a:hover:not(.active) {
	background-color: #f0f0f0;
}
.pz-client-documents .row .navigation li.active a:hover {
	background-color: #666;
}


/* <select> styling */
.pz-client-documents .select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.pz-client-documents .select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 5px 10px;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #f4f4f4;
	color: #000;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.pz-client-documents .select select::-ms-expand {
	display: none;
}

.pz-client-documents .select select:hover,
.pz-client-documents .select select:focus {
	color: #000;
	background: #f0f0f0;
}

.pz-client-documents .select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.pz-client-documents .select__arrow {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #7b7b7b transparent transparent transparent;
}

.pz-client-documents .select select:hover ~ .select__arrow,
.pz-client-documents .select select:focus ~ .select__arrow {
	border-top-color: #000;
}

.pz-client-documents .select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}





/* search input and button styling */
.pz-client-documents .row input {
	transition: all 0.3s;
	padding: 3px 8px;
	margin-right: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f8f8f8;
	color: #000;
}

.pz-client-documents .row input {
	cursor: pointer;
	padding: 3px 15px;
	background-color: #f8f8f8;
}

.pz-client-documents .row input:hover {
	background-color: #e8e8e8;
}

.pz-client-documents .row input:focus {
	border-color: #333;
}
