/* PAGE/POST EDITOR STYLES */

#wfaa_content_owner .inside {
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:5px;
    flex-wrap: wrap;
}
#staff_member_options {
	position:relative;
	font-size:14px;
	width:250px;
	box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
	user-select:none;
	display: inline-block;
	margin-right:15px;
}
#staff_member_selected_option {
	padding:4px 8px;
}
#staff_member_options_scroller {
	height:163px;
	overflow-y:auto;
}

#staff_member_dropdown_list {
	display:none;
	position: absolute;
    max-height: 204px;
    overflow: hidden;
    background: white;
    bottom: 27px;
    left: 0;
    border: 1px solid #8c8f94;
	width:99%;
}
#staff_member_options.show #staff_member_dropdown_list {
	display:block;
}

#staff_member_dropdown_search {
	padding: 5px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
}
#staff_member_dropdown_search > input {
	width:100%;
}
#staff_member_available_options > .staff_member_dropdown_option {
	padding:2px 5px;
}
#staff_member_available_options > .staff_member_dropdown_option:hover {
	background-color:#efefef;
}

#search_bar_clear_button {
	position: absolute;
    right: 3px;
    top: 8px;
	line-height:1;
}

#staff_member_status,
.w-100 {
	width:100%;
}
.w-77 {
	width:77%;
}

/* ADMIN PAGE STYLES */
.content-audit-wrap {
	display:flex;
	flex-direction:row;
	align-items:flex-start;
}
.content-audit-wrap > .search-panel {
	width:350px;
}
.search-panel > section {
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	flex-wrap:wrap;
}
.search-panel > section > h2 {
	width:100%;
}
.search-panel > section > button {
	font-size: 13px;
    padding: 4px 11px;
	cursor:pointer;
}
.search-panel > section > .mb {
	margin-bottom:6px;
}
.search-panel #contentOwnerSearch {
	width:242px;
}
.sectionErrorPanel {
	color:firebrick;
	padding: 2px;
}
.contentAuditHeaderDiv {
	display: flex;
    align-items: center;
    gap: 20px;
}
.contentAuditHeaderDiv > a,
.employeeCheckLink {
	cursor:pointer;
}
#result-panel {
	width: calc(100% - 350px);
}
#result-panel table {
	border-collapse: collapse;
	width:100%;
}
#result-panel th,
#result-panel td {
	text-align:left;
	border-bottom:1px solid #999;
	padding: 5px 5px;
	border-width:1px;
}
#wfaa_content_post_type_section > tbody > tr > th {
	display:none;
}
#wfaa_content_post_type_section .checkboxRow {
	display:flex;
	align-items:center;
}
#wfaa_content_post_type_section .checkboxRow > input[type=checkbox]{
	margin-top:2px;
}
.wfaaContentAuditPostTypeFilter input[type=checkbox]{
	margin-top:3px;
}

.wfaaContentAuditPostTypeFilter {
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:10px;
}


a#contentAuditDownloadCsv {
	appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    border: 1px solid #4f4f4f;
	border-radius:2px;
	font-size:13px;
	padding: 4px 11px;
	cursor:pointer;
	text-decoration:none;
}
a#contentAuditDownloadCsv:hover {
	background-color:#e5e5e5;
}
a#contentAuditDownloadCsv[disabled] {
	background-color: #e6e6e6;
    color: #c7c7c8;
    border-color: #c7c7c8;
	pointer-events:none;
}