.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

#ccpa-firmas-header {
	background-color: #e3e3e3;
	padding: 20px 25px;
}


#ccpa-firmas-header .ccpa-firmas-search {
	
	
}

#ccpa-firmas-header .ccpa-firmas-search-field {
	margin-right: 10px;
}

#ccpa-firmas-header .ccpa-firmas-search-button {
	padding: 5px 15px;
}

#ccpa-firmas-header .ccpa-firmas-header-bottom {
	text-align: right;
	margin-top: 10px;
}

#ccpa-firmas-header .ccpa-firmas-pages {
	padding: 0 5px;
}

#ccpa-firmas-directorio {
	
}

.ccpa-firmas-table {
}

.ccpa-firmas-table th {
	background-color: #e3e3e3;
}

.ccpa-firmas-tb-field {
	
}

.ccpa-firmas-tb-nombre {
	
}

.ccpa-firmas-tb-telefono {
	
}

.ccpa-firmas-tb-web {
	
}

.ccpa-firmas-tb-direccion {
	
}

.ccpa-firmas-filtros {
    display: inline-block;
    margin-right: 5px;
}

.ccpa-firmas-nav {
	margin-top: 20px;
}

.ccpa-firmas-nav-left {
	width: 40%;
	float: left;
	text-align: left;
}

.ccpa-firmas-nav-right {
	width: 40%;
	float: right;
	text-align: right;
}

.ccpa-firmas-spinner {
	height: 36px;
	float: right;
	display: none;
}

.ccpa-firmas-prev, .ccpa-firmas-next {
	color: #003d68;
	cursor: pointer;
}

.ccpa-profile #primary {
	margin-top: 0;
}

.ccpa-profile nav.post-navigation {
	display: none;
}

.ccpa-profile .entry-header {
	background-color: silver;
	height: initial !important;
}

.ccpa-firmas-no-data {
    font-weight: bold;
    padding: 10px;
    color: gray;
}

/* ====================== */
.ccpa-firmas-profile, .ccpa-firmas-profile td {
	border: 0;
}

.ccpa-firmas-profile tr td:first-of-type {
	font-weight: bold;
	width: 25%;
}

@media (max-width: 500px) {
	
	.ccpa-firmas-table tr {
		display: flex;
		flex-direction: column;
		border-color: #ccc;
		margin-bottom: 16px;
	}
	
	.ccpa-firmas-table tr:first-of-type {
		display: none;
	}
	
	.ccpa-firmas-filtros {
		display: block;
		margin: 0;
		width: 100%;
	}
	
	.ccpa-firmas-filtros select {
		width: 100%;
	}
	
	.ccpa-firmas-profile tr {
		display: flex;
		flex-direction: column;
	}

}


