button.wfu-versioncompare-btn {
	vertical-align: middle;
	width: 14ch;
	position: relative;
	text-align: left;
}

button.wfu-versioncompare-btn:after {
	content: '\f347';
	font-family: 'dashicons';
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 4px;
	top: calc(50% - 8px);
}

button.wfu-versioncompare-btn.wfu-open:after {
	content: '\f343';
}

.wfu-versioncompare-tb {
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;
}

.wfu-versioncompare-tr {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.wfu-versioncompare-tr.wfu-body:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.1);
}

.wfu-versioncompare-th {
	padding: 15px 10px;
	border: none;
	font-weight: bold;
}

.wfu-versioncompare-td {
	padding: 8px 10px;
	border: none;
}

.wfu-versioncompare-tb .wfu-col-1 {
	width: 100%;
}

.wfu-versioncompare-tb .wfu-col-2, .wfu-versioncompare-tb .wfu-col-3 {
	width: 5rem;
	text-align: center;
	vertical-align: middle;
}

.wfu-versioncompare-td.wfu-col-2, .wfu-versioncompare-td.wfu-col-3 {
	font-size: 20px;
	line-height: 1;
}

.wfu-versioncompare-tr.wfu-free .wfu-versioncompare-free:before,
.wfu-versioncompare-tr.wfu-pro .wfu-versioncompare-pro:before {
	content: '\f15e';
	font-family: 'dashicons';
}

.wfu-versioncompare-tr.wfu-new .wfu-versioncompare-title {
	font-weight: bold;
}

.wfu-versioncompare-tr.wfu-new .wfu-versioncompare-title:after {
	content: 'new';
	font-size: 12px;
	font-weight: normal;
	border-radius: 12px;
	background-color: deepskyblue;
	padding: 1px 8px;
	margin-left: 4px;
	vertical-align: super;
}

.wfu-releasenotes-container {
	background: #ffffff;
	padding: 1em;
}

.wfu-releasenotes-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.wfu-releasenotes-header {
	display: block;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.wfu-releasenotes-switch {
	display: none !important;
}

.wfu-releasenotes-switch-btn {
	vertical-align: middle !important;
	margin-left: 4px !important;
}

.wfu-releasenotes-switch:not(:checked) + .wfu-releasenotes-header .wfu-releasenotes-switch-btn:before {
	content: 'Show Version 4.24.0 details';
}

.wfu-releasenotes-switch:checked + .wfu-releasenotes-header .wfu-releasenotes-switch-btn:before {
	content: 'Hide Version 4.24.0 details';
}

.wfu-releasenotes-switch:not(:checked) ~ .wfu-releasenotes-sections {
	display: none;
}

div.wfu_shortcode_container
{
	display: inline-block;
	position: relative;
	width: 50%;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

textarea.wfu_shortcode
{
	width: 100%;
}

div.wfu_container
{
	margin-top: 10px;
}

div.wfu_help_container
{
	display: inline-block;
	position: relative;
	top: 4px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

div.wfu_help_container img
{
	visibility: hidden;
}

table.wfu_main_table th:hover div.wfu_help_container img
{
	visibility: visible;
}

table.wfu_inner_table th:hover div.wfu_help_container img
{
	visibility: visible;
}

div.wfu_restore_container
{
	display: inline-block;
	position: relative;
	top: 4px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

div.wfu_restore_container img
{
	visibility: hidden;
}

table.wfu_main_table th:hover div.wfu_restore_container img
{
	visibility: visible;
}

table.wfu_inner_table th:hover div.wfu_restore_container img
{
	visibility: visible;
}

div.wfu_td_div
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

div.wfu_container input.wfu_long_text { width: 100%; }
div.wfu_container input.wfu_short_text { width: 60px; }
div.wfu_container input:not([type=radio]):not([type=checkbox]) { width: 200px; }
div.wfu_container textarea { width: 100%; }

td.wfu-td-align-top { padding-top: 20px; }

table.wfu_main_table { table-layout: fixed; }

table.wfu_inner_table { }

table.wfu_main_table tr:nth-child(odd) { background-color: #f4f4f4; }

table.wfu_main_table tr:nth-child(even) { background-color: transparent; }

table.wfu_main_table table.wfu_inner_table tr { background-color: transparent; }

table.wfu_main_table th { width: 17%; }

table.wfu_main_table td:nth-child(2) { width: 33%; }

table.wfu_main_table td:nth-child(3) { width: 50%; }

table.wfu_main_table table.wfu_inner_table th { width: 34%; }

table.wfu_main_table table.wfu_inner_table td:nth-child(2) { width: 66%; }

table.wfu_main_table tr.wfu_subcategory { background-color: #ddd; }

table.wfu_main_table tr.wfu_subcategory > th { padding-top: 0; padding-bottom: 0; }

select.wfu_variable
{
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	height: auto;
	min-height: auto;
	font-size: smaller;
	line-height: 1.4;
	background-color: #ddd;
	border: 1px solid #ccc;
	color: rgb(51, 51, 51);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

span.wfu_variable
{
	padding: 1px;
	margin: 0px;
	font-size: smaller;
	background-color: #ddd;
	border: 1px solid #ccc;
	color: rgb(51, 51, 51);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

div.wfu_date_container
{
	display: inline-block;
	position: relative;
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.wfu_datereset_button
{
	position: absolute;
	right: 4px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	opacity: 0.5;
}

.wfu_datereset_button:hover
{
	opacity: 1.0;
}

span.wfu_ptext_span
{
	display: inline-block;
	width: 60px;
}

select.wfu_select_folders
{
	height: auto;
	min-width: 75%;
}

select.wfu_select_folders_empty
{
	font-style: italic;
	color: silver;
}

.ftpinfo_header {
	white-space: nowrap;
}

.ftpinfo_text {
	width: calc(100% - 7ch - 6px) !important;
}

.ftpinfo_mode {
	display: inline-flex;
	align-items: center;
	margin-top: 4px;
	vertical-align: middle;
	gap: 2px;
}

.ftpinfo_mode_label {
	margin-right: 4px;
}

input[type=radio].ftpinfo_radio {
	margin: 0;
}

input[type=radio].ftpinfo_radio.ftpinfo_error:before {
	background-color: red !important;
}

@media screen and (max-width: 782px) {
	.ftpinfo_text {
		width: 100% !important;
	}
}

.ftpinfo_tool.hidden {
	display: none;
}

.ftpinfo_btn {
	display: inline-block;
	width: 7ch;
}

.ftpinfo_label {
	font-weight: 600;
	margin-right: 10px;
	margin-top: 4px;
	display: inline-block;
	width: 10ch;
}

.ftpinfo_value {
	vertical-align: middle;
}

.ftpinfo_error {
	background-color: lemonchiffon !important;
	color: red !important;
}

div.wfu_subfolders_inner_shadow
{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-color: rgba(255,255,255,0.8);
}

option.wfu_select_folders_option_default
{
	color: blue;
}

div.wfu_subfolder_nav_container
{
	width: 40px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	display: inline-block;
	vertical-align: top;
}

table.wfu_subfolder_nav
{
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	border-spacing: 1px;
}

table.wfu_subfolder_nav tr
{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

table.wfu_subfolder_nav td
{
	margin: 0;
	padding: 0 !important;
	border: none;
	background: none;
	font-size: small;
	line-height: 1;
	text-align: center;
}

table.wfu_subfolder_nav button.button
{
	margin: 0;
	padding: 0;
	width: 17px;
	font-size: smaller;
	height: 18px;
	line-height: 1;
	color: black;
	font-weight: bold;
}

table.wfu_subfolder_nav button.button:disabled
{
	color: silver;
}

.button.wfu_subfolder_nav_pressed, .button.wfu_subfolder_nav_pressed:hover, .button.wfu_subfolder_nav_pressed:focus
{
	background: royalblue;
}

div.wfu_subfolder_tools_container
{
	width: 75%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

table.wfu_subfolder_tools
{
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

table.wfu_subfolder_tools tr
{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

table.wfu_subfolder_tools td
{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: smaller;
}

table.wfu_subfolder_tools td div
{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	position: relative;
}

table.wfu_subfolder_tools label
{
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1;
}

table.wfu_subfolder_tools input
{
	width: 100%;
	padding: 0;
	margin: 0;
}

table.wfu_subfolder_tools input:disabled
{
	width: 100%;
	padding: 0;
	margin: 0;
	color: silver;
}

table.wfu_subfolder_tools button.button
{
	margin: 0;
	padding: 1px 0 0 0;
	width: 17px;
	font-size: smaller;
	height: 17px;
	line-height: 1;
	position: absolute;
	bottom: 0px;
}

table.wfu_subfolder_tools button.button.wfu-hidden
{
	display: none;
}

table.wfu_subfolder_tools button.button.wfu-fullwidth
{
	width: 34px;
}

table.wfu_subfolder_tools button.button:disabled
{
	color: silver;
}

table.wfu_subfolder_tools button.button:disabled img
{
	opacity: 0.4;
}

.wfu_subfolder_tools_disabled 
{
	color: silver;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container
{
	position: absolute;
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	z-index: 100;
	border: 1px solid silver;
	box-shadow: 1px 1px 2px;
	background-color: white;
	font-size: inherit;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container table
{
	table-layout: fixed;
	width: 100%;
	height: 100%;
	border: none;
	background: #eee;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	font-size: inherit;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container tr
{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td
{
	border: none;
	background: none;
	margin: 0;
	padding: 2px;
	line-height: 0;
	overflow: hidden;
	font-size: inherit;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div
{
	position: relative;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	line-height: 1;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div button.button
{
	font-size: inherit;
	line-height: 1;
	height: 17px;
	padding: 4px;
	position: relative;
	width: auto;
	margin: 0;
	bottom: auto;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container select
{
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container label
{
	color: #222;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 10px;
	margin: auto;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div button.button.wfu_folder_browser_cancel
{
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container label
{
	position: relative;
	display: block;
}

table.wfu_subfolder_tools td div.wfu_subfolders_browser_container td div div.wfu_folder_browser_loading_container img
{
	position: relative;
}

.button.wfu_folder_browser_cancel img
{
	vertical-align: top;
	margin-top: 2px;
}

div.wfu_mchecklist_container
{
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
}

div.wfu_mchecklist_item
{
	display: inline-block;
}

div.wfu_mchecklist_item label
{
	vertical-align: baseline;
	margin-left: 4px;
	cursor: default;
}

div.wfu_mchecklist_item input:disabled + label
{
	color: gray;
}

div.wfu_mchecklist_item div
{
	margin-left: 4px;
}

div.wfu_mchecklist_item:hover img
{
	visibility: visible;
}

div.wfu_mchecklist_checkall
{
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 10px;
}

div.wfu_rolelist_checkbtn, div.wfu_userlist_checkbtn, div.wfu_postlist_checkbtn, div.wfu_bloglist_checkbtn
{
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 10px;
}

table.wfu_rolelist_container, table.wfu_userlist_container, table.wfu_postlist_container, table.wfu_bloglist_container, table.wfu_stringmatch_container
{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

table.wfu_rolelist_container tr:nth-child(odd), table.wfu_userlist_container tr:nth-child(odd), table.wfu_postlist_container tr:nth-child(odd), table.wfu_bloglist_container tr:nth-child(odd)
{
	border: none;
	background: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

table.wfu_rolelist_container td, table.wfu_userlist_container td, table.wfu_postlist_container td, table.wfu_bloglist_container td, table.wfu_stringmatch_container td
{
	width: 1%;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table.wfu_postlist_container td
{
	padding-right: 20px;
}

table.wfu_postlist_container td:last-child
{
	padding-right: 0;
}

div.wfu_postlist_header 
{
	padding: 0 10px;
}

div.wfu_postlist_selectall
{
	float: right;
}

div.wfu_shadow
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

table.wfu_main_table tr:nth-child(odd) div.wfu_shadow { background-color: #f4f4f4; }

div.wfu_onoff_container_on, div.wfu_onoff_container_off
{
	display: inline-block;
	position: relative;
	padding: 2px;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: rgb(6,109,171);
	background: -moz-linear-gradient(top,  rgba(6,109,171,1) 0%, rgba(197,222,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,109,171,1)), color-stop(100%,rgba(197,222,234,1)));
	background: -webkit-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(197,222,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(197,222,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(197,222,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(6,109,171,1) 0%,rgba(197,222,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea',GradientType=0 );
}

span.wfu_onoff_text
{
	width: 30px;
	display: inline-block;
	text-align: center;
	color: #FFF;	
}

div.wfu_onoff_slider
{
	position: absolute;
	margin: 0;
	width: 31px;
	top: 0px;	
	bottom: 0px;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 2px;
	-webkit-box-shadow: 0px 0px 2px;
	box-shadow: 0px 0px 2px;
	background: rgb(204,204,204);
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
}

div.wfu_onoff_container_on div.wfu_onoff_slider
{
	left: 50%;
/*	-webkit-animation: set_on 0.1s linear;
	-moz-animation: set_on 0.1s linear;
	-o-animation: set_on 0.1s linear;
	animation: set_on 0.1s linear; */
}

div.wfu_onoff_container_off div.wfu_onoff_slider
{
	left: 0%;
/*	-webkit-animation: set_on 0.1s linear reverse;
	-moz-animation: set_on 0.1s linear reverse;
	-o-animation: set_on 0.1s linear reverse;
	animation: set_on 0.1s linear reverse; */
}

@-webkit-keyframes set_on { from { left: 0%; } to { left: 50%; } }
@-moz-keyframes set_on { from { left: 0%; } to { left: 50%; } }
@-o-keyframes set_on { from { left: 0%; } to { left: 50%; } }
@keyframes set_on { from { left: 0%; } to { left: 50%; } }

div.wfu_placements_wrapper
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

div.wfu_placements_container
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 300px;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 0;	
	overflow: scroll;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

div.wfu_componentlist_container
{
	display: inline-block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 100%;
	background: none;
	border: none;
	margin: 0 0 0 20px;	
	padding: 0;	
	z-index: 1;
	white-space: nowrap;
}

div.wfu_component_box_container
{
	display: inline-block;
	position: relative;
	width: 80px;
	height: 30px;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 4px;
	margin: 0;
	cursor: default;
}

div.wfu_component_box_base
{
	display: block;
	position: absolute;
	width: 80px;
	height: 30px;
	left: -1px;
	top: -1px;
	background-color: #ddd;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	cursor: default;
	font-size: 12px;
	line-height: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	white-space: normal;
}

div.wfu_component_box
{
	display: inline-block;
	position: relative;
	width: 80px;
	height: 30px;
	background-color: #ddd;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	cursor: default;
	font-size: 12px;
	line-height: 1;
	z-index: 1;
	white-space: normal;
}

div.wfu_component_box_inner
{
	display: table;
	width: 100%;
	height: 100%;
}

div.wfu_component_box_label
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

div.wfu_component_box_index
{
	background-color: coral;
	padding: 1px;
	float: right;
	border-radius: 10px;
}

div.wfu_inbase
{
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
}

div.wfu_component_box:hover
{
	background-color: #eee;
	border: 1px solid #bbb;
}

div.wfu_component_box_selected
{
	background-color: #aaa;
	border: 1px solid #bbb;
}

div.wfu_component_box_dragged
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

div.wfu_component_separator_ver
{
	display: inline-block;
	position: relative;
	width: 8px;
	height: 26px;
	background-color: transparent;
	border: 1px solid transparent;
	margin: 6px -8px;
	padding: 0 8px;
	cursor: default;
	z-index: 1;
}

div.wfu_component_separator_hor
{
	display: block;
	position: relative;
	width: 100%;
	height: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	margin: -8px 0;
	padding: 8px 0;
	cursor: default;
	z-index: 1;
}

div.wfu_component_bar_hor
{
	position: absolute;
	width: auto;
	height: 4px;
	left: 10px;
	right: 0;
	background-color: silver;
	border: none;
	margin: 11px 0 0 0;
	padding: 0;
	display: none;
}

div.wfu_component_bar_ver
{
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: silver;
	border: none;
	margin: -6px 0 0 11px;
	padding: 0;
	display: none;
}

div.wfu_componentlist_dragdrop
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #f8f8f8;
	border: 4px dashed #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

div.wfu_componentlist_dragdrop_dragover
{
	border: 4px dashed #555;
}

div.wfu_userdata_container, div.wfu_formdata_container
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

label.wfu_formdata_label
{
	margin-right: 6px;
}

.wfu_formdata_props
{
	padding-left: 20px;
}

div.wfu_userdata_action, div.wfu_formdata_action
{
	display: inline-block;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	background: none;
	text-align: center;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

div.wfu_userdata_action:hover, div.wfu_formdata_action:hover { border: 1px solid #aaa; }

div.wfu_userdata_action.wfu_userdata_action_disabled:hover, div.wfu_formdata_action.wfu_formdata_action_disabled:hover { border: 1px solid transparent; }

div.wfu_userdata_action > img, div.wfu_formdata_action > img { width: 12px; height: 12px; }

div.wfu_userdata_action_disabled > img, div.wfu_formdata_action_disabled > img
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

div.wfu_userdata_line, div.wfu_formdata_line_container
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	white-space: nowrap;
}

table.wfu_formdata_props_table
{
	background: none;
	border: none;
	padding: 0;
}

table.wfu_formdata_props_table td, table.wfu_main_table table.wfu_inner_table table.wfu_formdata_props_table td
{
	background: none;
	border: none;
	padding: 0;
	width: auto;
}

table.wfu_formdata_props_table td.wfu_formdata_props, table.wfu_main_table table.wfu_inner_table table.wfu_formdata_props_table td.wfu_formdata_props
{
	padding-left: 20px;
}

table.wfu_main_table th, table.wfu_main_table td {
	padding-top: 15px;
}

/* Responsive Composer Styles */

@media screen and (max-width: 782px) {
	
	.wfumain table.form-table td {
		width: 100% !important;
	}
	
	.wfumain .wp-list-table td[data-colname="Shortcode"] {
		padding-left: 8px !important;
	}
	
	.wfumain .wp-list-table td[data-colname="Shortcode"]:before {
		position: relative !important;
		margin-left: -8px !important;
		content: 'Shortcode:' !important;
	}
	
	div.wfu_shortcode_container {
		width: 100%;
	}

	table.wfu_main_table th, table.wfu_main_table table.wfu_inner_table th {
		width: 50%;
	}
	
	table.wfu_main_table td, table.wfu_main_table td:nth-child(2), table.wfu_main_table td:nth-child(3), table.wfu_main_table table.wfu_inner_table td, table.wfu_main_table table.wfu_inner_table td:nth-child(2), table.wfu_main_table table.wfu_inner_table td:nth-child(3) {
		width: 100%;
	}
	
	#wpbody table.wfu_main_table select {
		height: auto !important;
	}
	
	div.wfu_componentlist_container {
		position: relative;
		left: 0;
	}
	
	select.wfu_select_folders {
		width: calc(100% - 50px) !important;
		display: inline-block !important;
	}
	
	table.wfu_formdata_props_table tbody tr:first-child td {
		display: table-cell;
	}
	
	table.wfu_formdata_props_table tbody tr:first-child td:nth-child(2) {
		padding-left: 10px;
	}
	
	.CodeMirror {
		width: 100% !important;
	}
	
}

/* ColorPicker Styles */
div.wfu_color_container
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	white-space: nowrap;
	z-index: 1;
}
input[type="text"].wp-color-picker { width: 75px; }
input[type="button"].wp-picker-clear { width: 62px; }

/* Shortcode Styles */
span.wfu_save_label
{
	background-color: aliceblue;
	color: limegreen;
	border-radius: 6px;
	padding: 1px 2px;
	box-shadow: 1px 1px 1px;
	font-size: smaller;
	opacity: 0;
}

span.wfu_save_label_fail
{
	background-color: beige;
	color: lightcoral;
	border-radius: 6px;
	padding: 1px 2px;
	box-shadow: 1px 1px 1px;
	font-size: smaller;
	opacity: 0;
}

div.wfu_global_dialog_container
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	z-index: 1;
	display: none;
}

table.wfu_main_table table.wfu_columns_container
{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

table.wfu_main_table table.wfu_columns_container tr
{
	background: none;
}

table.wfu_main_table table.wfu_columns_container td
{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: auto;
}

table.wfu_main_table table.wfu_columnprops_container
{
	border: none;
	background: none;
	margin: 0;
	padding: 6px;
	border-spacing: 0;
	width: 100%;
	box-shadow: 0 0 1px #aaa;
}

table.wfu_main_table table.wfu_columnprops_container tr
{
	background: none;
}

table.wfu_main_table table.wfu_columnprops_container td
{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

table.wfu_main_table table.wfu_columnprops_container_disabled label {
	color: #ccc;
}

table.wfu_main_table table.wfu_columnprops_container label.wfu_columnprops_label_disabled {
	color: #ccc;
}

label.wfu_columns_listtitle
{
}

button.wfu_columns_addbutton
{
	font-size: smaller;
}

option.wfu_columns_item_required
{
  color: gray;
}

option.wfu_columns_item_defaultsort
{
  text-decoration: underline;
}

/* Uploaded Files Styles */

@font-face {
  font-family: 'wfu-icons';
  src:  url('../images/fonts/wfu-icons.eot?xnqdfz');
  src:  url('../images/fonts/wfu-icons.eot?xnqdfz#iefix') format('embedded-opentype'),
    url('../images/fonts/wfu-icons.ttf?xnqdfz') format('truetype'),
    url('../images/fonts/wfu-icons.woff?xnqdfz') format('woff'),
    url('../images/fonts/wfu-icons.svg?xnqdfz#wfu-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.wfu-dashicons-media-external:before {
	font-family: wfu-icons;
	content: "\e900";
}

.wfu-dashicons-ftp:before {
	font-family: wfu-icons;
	content: "\e901";
}

.wfu-uploadedfiles .wfu-dashicons-after {
	margin-left: 4px;
}

.wfu-uploadedfiles .wfu-dashicons-hidden {
	display: none;
}

.wfu-uploadedfiles .wfu-properties:hover, .wfu-uploadedfiles .wfu-properties.wfu-clicked {
	color: blue;
}

.wfu-uploadedfiles .wfu_unread {
	box-shadow: 4px 0px 0px inset lime;
	font-weight: bold;
}

.wfu-uploadedfiles .wfu-remarks-container:before {
	content: '-';
	width: 0px;
	display: inline-block;
	overflow: hidden;
}

/* Admin Browser Styles */

.wfu-adminbrowser .wfu-highlighted {
	box-shadow: 0px -1000px 0px inset rgba(0, 255, 0, 0.2);
}

/* Log Viewer Styles */

.wfu-historylog .wfu-highlighted {
	box-shadow: 0px -1000px 0px inset rgba(0, 255, 0, 0.2);
}

.wfu-historylog-remarks {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.wfu-historylog-remarks-switch {
	display: none !important;
}

.wfu-historylog-remarks-header {
	display: flex;
	gap: 4px;
	align-items: center;
}

.wfu-historylog-remarks-plain {
	display: flex;
	line-height: 1;
	align-items: center;
	gap: 4px;
}

.wfu-historylog-remarks-title {
	display: flex;
	font-weight: bold;
	line-height: 1;
	align-items: center;
	gap: 4px;
}

.wfu-historylog-remarks-title.wfu-icon:before, .wfu-historylog-remarks-plain.wfu-icon:before {
	content: attr(data-icon);
	font-family: 'dashicons';
	font-size: 16px;
	font-weight: normal;
}

.wfu-historylog-remarks-toggle {
	display: flex;
	line-height: 1;
}

.wfu-historylog-remarks-toggle:hover {
	font-weight: bold;
}

.wfu-historylog-remarks-toggle:before {
	content: '\f345';
	font-family: 'dashicons';
}

.wfu-historylog-remarks-switch:checked ~ .wfu-historylog-remarks-header .wfu-historylog-remarks-toggle:before {
	content: '\f347';
}

.wfu-historylog-remarks-content {
	display: none;
	flex-direction: column;
	overflow: auto;
	padding: 2px 8px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.wfu-historylog-remarks-content.wfu-indent {
	margin-left: 1em;
}

.wfu-historylog-remarks-content.wfu-visible, .wfu-historylog-remarks-switch:checked ~ .wfu-historylog-remarks-content {
	display: flex;
}

.wfu-historylog-remarks-row {
	display: flex;
	gap: 8px;
}

.wfu-historylog-remarks-label {
	white-space: nowrap;
}

.wfu-historylog-remarks-value {
	white-space: nowrap;
}

/* Maintenance Actions Styles */

.wfu_cleanlog_tr {
	display: none;
}

.wfu_cleanlog_tr td {
	margin-top: 0;
	padding-top: 0;
}

.wfu_selectdate_container, .wfu_selectperiod_container, .wfu_selectdates_container {
	display: none;
}

.wfu_selectdate_container, .wfu_selectperiod_container, .wfu_selectdates_container, .wfu_includefiles_container, .wfu_buttons_container {
	margin-top: 10px;
}

.wfu_selectdate_container input[type="text"], .wfu_selectdates_container input[type="text"] {
	width: 8em;
	text-align: center;
}

.wfu_selectperiod_container input[type="number"] {
	width: 4em;
}

.wfu_includefiles_container label {
	font-size: 80%;
	opacity: 0.5;
}

.wfu_includefiles_container input[type="checkbox"] {
	transform: scale(0.8, 0.8);
}

.wfu_selectdate_container label, .wfu_selectdate_container input[type="text"],
.wfu_selectperiod_container label, .wfu_selectperiod_container input[type="number"], .wfu_selectperiod_container select,
.wfu_selectdates_container label, .wfu_selectdates_container input[type="text"],
.wfu_includefiles_container input[type="checkbox"], .wfu_includefiles_container label,
.wfu_buttons_container .button, .wfu_buttons_container .wfu_cleanlog_error {
	vertical-align: middle;
}

.wfu_cleanlog_proceed.disabled {
	pointer-events: none;
}

.wfu_cleanlog_error {
	color: red;
	font-size: small;
}

.wfu_cleanlog_error:before {
	content: '!';
	font-weight: bold;
	margin-right: 2px;
}

.wfu_cleanlog_error.hidden {
	display: none;
}

.wfu-filters {
	float: left;
}

.subsubsub {
	margin: 0;
	line-height: 2;
}

.subsubsub label.current {
	color: #000;
}

.subsubsub label.current {
	font-weight: 600;
	border: none;
}

.subsubsub label {
	line-height: 2;
	padding: .2em .2em .2em 0;
	text-decoration: none;
}

.subsubsub input[type=checkbox] {
	margin: 0 0 0 .2em;
}

/* Personal Data Styles */
.wfu_pdop_header, .wfu_conop_header {
	transition: 0.4s;
	padding: 6px;
}

.wfu_pdop_header label, .wfu_conop_header label {
	font-weight: bold;
	cursor: default;
}

.wfu_pdop_header.atomic label, .wfu_conop_header.atomic label {
	font-weight: normal;
}

.wfu_plugin_operations, .wfu_consent_operations, .wfu_consent_questions, .wfu_consent_permissions, .wfu_consent_logactions, .wfu_consent_users {
	display: none;
}

.wfu_pdheader_button {
	color: #777;
	padding: 2px;
	border: 1px solid gray;
	border-radius: 1em;
	width: 1em;
	height: 1em;
	text-align: center;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-size: smaller;
}

.wfu_pdheader_button:after {
	content: '\02795';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wfu_pdheader_button.expanded:after {
	content: '\02796';
}

.wfu_pdop_topmost_panel, .wfu_conop_topmost_panel {
	margin-left: 40px;
	overflow: hidden;
}

.wfu_pdop_panel, .wfu_conop_panel {
	margin-left: 40px;
	display: none;
	overflow: hidden;
}

.wfu_pdop_level_1, .wfu_conop_level_1 {
	padding: 10px;
	font-size: larger;
}

.wfu_pdop_level_2, .wfu_conop_level_2 {
	padding: 6px;
	font-size: smaller;
}

.wfu_pdop_level_3, .wfu_conop_level_3 {
	padding: 2px;
}

.wfu_pdop_level_4, .wfu_conop_level_4 {
	padding: 2px;
}

.wfu_pdop_level_5, .wfu_conop_level_5 {
	padding: 2px;
}

.wfu_pdop_header:hover, .wfu_conop_header:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

input[type=checkbox].wfu_pdop_selector, input[type=checkbox].wfu_conop_selector {
	-webkit-appearance: checkbox;
}

.wfu_pdop_button, .wfu_conop_button {
	color: #777;
	float: right;
	padding: 2px;
	border: 1px solid gray;
	border-radius: 4px;
	width: 1em;
	height: 1em;
	text-align: center;
	position: relative;
	cursor: pointer;
	display: none;
}

.wfu_pdop_button:after, .wfu_conop_button:after {
	content: '\02795';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: smaller;
}

.wfu_pdop_button.expanded:after, .wfu_conop_button.expanded:after {
	content: '\02796';
}

.wfu_pdop_header:hover .wfu_pdop_button, .wfu_conop_header:hover .wfu_conop_button {
	display: block;
}

input[type=checkbox].wfu_pdop_selector, input[type=checkbox].wfu_conop_selector {
	margin: 0 0 0 4px;
}

.wfu_conquestions_operations {
	margin-top: 20px;
	margin-left: 40px;
}

.wfu_conquestions_operations label {
	display: block;
	font-size: larger;
	font-weight: bold;
}

.wfu_conquestions_oppanel {
	background-color: white;
	padding: 10px;
	display: inline-block;
	margin-top: 10px;
}

.wfu_conquestions_optable {
	border-collapse: collapse;
}

.wfu_conquestions_optable tbody tr:hover {
	background-color: rgba(0,0,0,0.1);
}

.wfu_conquestions_optable td {
	cursor: default;
}

.wfu_conquestions_optable td:not(:first-child) {
	text-align: center;
}

.wfu_op_unassigned {
	background-color: #ffdb99;
}

.wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover {
	background-color: #e6c58a;
}

.wfu_op_unassigned .wfu_conquestions_opsel, .wfu_op_unassigned .wfu_conquestions_opinv {
	background-color: #ffdb99;
}

.wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover .wfu_conquestions_opsel, .wfu_conquestions_optable tbody tr.wfu_op_unassigned:hover .wfu_conquestions_opinv {
	background-color: #e6c58a;
}

.wfu_conquestions_opsel.wfu_forced_selection {
	opacity: 0.5;
}

.wfu_frozen {
	pointer-events: none;
}

.wfu_conquestions_container {
	margin-top: 20px;
	margin-left: 40px;
}

.wfu_conquestion_header {
	font-size: larger;
}

.wfu_conquestion_subcontainer {
	padding: 10px;
}

.wfu_conquestion_headerlabel {
	font-weight: bold;
}

.wfu_conquestion_tools {
	float: right;
}

.wfu_conquestion_mainprops, .wfu_conquestion_itemspreview, .wfu_conquestion_itemprops {
	display: table-cell;
	position: relative;
	border: 1px solid silver;
	padding: 4ex 10px 10px 10px;
	vertical-align: top;
	min-width: 10em;
	min-height: 4ex;
	resize: both;
	overflow: auto;
}

.wfu_conquestion_mainpropstitle, .wfu_conquestion_itemspreviewtitle, .wfu_conquestion_itempropstitle {
	position: absolute;
	top: 0;
	left: 0;
	height: 3ex;
	font-size: inherit;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
}

.wfu_conquestion_titlelabel, .wfu_conquestion_titlelocationlabel, .wfu_conquestion_matrixlabel, .wfu_conquestion_groupedlabel, .wfu_conquestion_typelabel, .wfu_conquestion_displayedtitle, .wfu_conquestion_labellabel, .wfu_conquestion_labellocationlabel, .wfu_conquestion_preselectedlabel, .wfu_conquestion_visiblelabel {
	display: block;
}

.wfu_conquestion_titletext, .wfu_conquestion_labeltext {
	width: 100%;
}

.wfu_conquestion_matrix_x, .wfu_conquestion_matrix_y {
	width: 4em;
	text-align: center;
}

.wfu_conquestion_matrixsep {
	width: 1em;
	display: inline-block;
	text-align: center;
}

.wfu_empty_label {
	font-style: italic;
}

.wfu_conquestion_itemtable td:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.wfu_conquestion_itemcontainer {
	opacity: 0.5;
}

.wfu_item_selected {
	background-color: rgba(0, 0, 0, 0.2);
}

.wfu_item_assigned {
	color: blue;
}

.wfu_item_visible {
	opacity: 1.0;
}

.wfu_conquestion_btn {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	background: none;
	text-align: center;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

div.wfu_conquestion_btn:hover {
	border: 1px solid #aaa;
}

.wfu_conquestion_btn > img {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

div.wfu_conquestion_btn.wfu_tool_disabled:hover {
	border: 1px solid transparent;
}

.wfu_conquestion_btn.wfu_tool_disabled > img {
	opacity: 0.4;
}

.wfu_permissions_topmost_panel {
	margin-left: 40px;
}

.wfu_permissions_panel {
	background-color: white;
	padding: 10px;
	display: inline-block;
	margin-top: 20px;
}

.wfu_perm_container {
	padding-right: 20px;
}

.wfu_location_cell {
	text-align: center;
}

.wfu_perm_level_1 {
	padding-left: 0px;
}

.wfu_perm_level_2 {
	padding-left: 20px;
}

.wfu_perm_level_3 {
	padding-left: 40px;
}

.wfu_permissions_table {
	border-collapse: collapse;
}

.wfu_permissions_table tr:nth-child(2) th, .wfu_permissions_table td:nth-child(n+2) {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.wfu_perm_row:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.wfu_perm_button {
	color: #777;
	border: 1px solid gray;
	width: 1.5ex;
	height: 1.5ex;
	text-align: center;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.wfu_perm_button:after {
	content: '+';
	position: absolute;
	left: 0;
	right: 0;
	top: -0.75ex;
	bottom: 0;
	margin: auto;
}

.wfu_perm_button:hover {
	color: black;
}

.wfu_perm_button.expanded:after {
	content: '-';
}

input[type=checkbox].wfu_location_selector {
	-webkit-appearance: checkbox;
	margin: 0;
}

.wfu_logactions_topmost_panel {
	margin-left: 40px;
}

.wfu_logactions_panel {
	background-color: white;
	padding: 10px;
	display: inline-block;
	margin-top: 20px;
}

.wfu_log_container {
	padding-right: 20px;
}

.wfu_entity_cell {
	text-align: center;
}

.wfu_log_level_1 {
	padding-left: 0px;
}

.wfu_log_level_2 {
	padding-left: 20px;
}

.wfu_log_level_3 {
	padding-left: 40px;
}

.wfu_logactions_table {
	border-collapse: collapse;
}

.wfu_logactions_table tr:nth-child(2) th, .wfu_logactions_table td:nth-child(n+2) {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.wfu_log_row:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.wfu_log_button {
	color: #777;
	border: 1px solid gray;
	width: 1.5ex;
	height: 1.5ex;
	text-align: center;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.wfu_log_button:after {
	content: '+';
	position: absolute;
	left: 0;
	right: 0;
	top: -0.75ex;
	bottom: 0;
	margin: auto;
}

.wfu_log_button:hover {
	color: black;
}

.wfu_log_button.expanded:after {
	content: '-';
}

input[type=checkbox].wfu_entity_selector {
	-webkit-appearance: checkbox;
	margin: 0;
}

.wfu_pdusers_topmost_panel {
	margin-top: 20px;
	margin-left: 40px;
}

.wfu_pdusers_topmost_panel > label {
	display: block;
	font-size: larger;
	font-weight: bold;
}

.wfu_pdusers_rolepanel, .wfu_pdusers_userpanel {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wfu_pdusers_roles_container, .wfu_pdusers_users_container {
	display: inline-block;
}

.wfu_pdusers_roles_leftpanel, .wfu_pdusers_roles_midpanel, .wfu_pdusers_roles_rightpanel,
.wfu_pdusers_users_leftpanel, .wfu_pdusers_users_midpanel, .wfu_pdusers_users_rightpanel {
	display: table-cell;
	position: relative;
}

.wfu_pdusers_roles_leftpanel, .wfu_pdusers_roles_rightpanel {
	height: 200px;
	min-width: 100px;
}

.wfu_pdusers_users_leftpanel, .wfu_pdusers_users_rightpanel {
	height: 100px;
	min-width: 100px;
}

.wfu_pdusers_roles_leftpanel, .wfu_pdusers_users_leftpanel {
	padding: 10px 10px 10px 0px;
}

.wfu_pdusers_roles_midpanel, .wfu_pdusers_users_midpanel {
	padding: 10px 0px;
	vertical-align: top;
}

.wfu_pdusers_roles_rightpanel, .wfu_pdusers_users_rightpanel {
	padding: 20px;
	vertical-align: top;
}

.wfu_pdusers_roles_container > label, .wfu_pdusers_users_container > label {
	font-weight: bold;
}

.wfu_pdusers_users_leftpanel label {
	display: block;
}

.wfu_pdusers_users_midpanel label, .wfu_pdusers_users_rightpanel label {
	display: block;
	visibility: hidden;
}

.wfu_pdusers_users_leftpanel input[type="text"] {
	width: 100%;
	display: block;
}

.wfu_pdusers_roles_leftpanel select {
	height: 100% !important;
	line-height: 100% !important;
}

.wfu_pdusers_roles_leftpanel select, .wfu_pdusers_users_leftpanel select {
	min-width: 100px;
	min-height: 100px;
}

.wfu_pdusers_roles_show, .wfu_pdusers_users_show {
	overflow-x: visible;
	overflow-y: scroll;
	height: 100%;
}

.wfu_pdusers_roles_back, .wfu_pdusers_users_back {
	border: 1px solid gray;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	pointer-events: none;
}

.wfu_pdusers_roles_back.active,  {
	background-color: rgba(255, 255, 255, 0.7);
}

.wfu_pdusers_roles_role, .wfu_pdusers_users_user {
	border: 1px solid gray;
	text-align: center;
	padding: 2px 24px 2px 4px;
	border-radius: 1em;
	cursor: default;
	background-color: rgba(0, 0, 0, 0.05);
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.wfu_pdusers_roles_all {
	text-align: center;
	padding: 2px 20px;
	font-weight: bold;
}

.wfu_pdusers_roles_role span, .wfu_pdusers_users_user span {
	width: 14px;
	height: 14px;
	position: absolute;
	display: inline-block;
	right: 3px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #888;
	border-radius: 1em;
}

.wfu_pdusers_roles_role span:before, .wfu_pdusers_roles_role span:after,
.wfu_pdusers_users_user span:before, .wfu_pdusers_users_user span:after {
	content: '';
	height: 1px;
	margin-top: 0px;
	position: absolute;
	width: 10px;
	top: 50%;
	right: 2px;
	background: #888;
}

.wfu_pdusers_roles_role span:before, .wfu_pdusers_users_user span:before {
	transform: rotate(45deg);
}

.wfu_pdusers_roles_role span:after, .wfu_pdusers_users_user span:after {
	transform: rotate(-45deg);
}

.wfu_pdusers_roles_role span:hover, .wfu_pdusers_users_user span:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #1ebcc5;
}

.wfu_pdusers_roles_role span:hover:before, .wfu_pdusers_roles_role span:hover:after,
.wfu_pdusers_users_user span:hover:before, .wfu_pdusers_users_user span:hover:after {
	background: #1ebcc5;
}

.wfu_pdusers_roles_add, .wfu_pdusers_users_add {
	width: 20px;
	height: 18px;
	display: inline-block;
	border: 1px solid #888;
	border-radius: 4px;
}

.wfu_pdusers_roles_add:after, .wfu_pdusers_users_add:after {
	border: solid #555;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	transform: rotate(-45deg);
	content: '';
	margin-left: 4px;
	margin-top: -2px;
}

.wfu_pdusers_roles_add:hover, .wfu_pdusers_users_add:hover {
	border: 1px solid #444;
	background-color: rgba(0, 0, 0, 0.1);
}

.wfu_pd_user_box0 {
	width: 100%;
}

.wfu_pdusers_users_leftpanel select, .wfu_pd_user_select0 {
	width: 100%;
	height: 100px !important;
	line-height: 100px !important;
	min-width: 100px;
	min-height: 100px;
}

/* Maintenance page styles */

.wfu-maintenance-page a.button.disabled {
	pointer-events: none;
}

/* Extension page styles */

.extension-row.active td:first-child {
    border-left: 3px solid green;
}

.extension-row.inactive td:first-child {
    border-left: 3px solid orange;
}

.extension-row.active .wfu-extensions-status:before {
	content: 'Active';
}

.extension-row.inactive .wfu-extensions-status:before {
	content: 'Inactive';
}

.wfu-extensions-btn.button {
	vertical-align: baseline;
	width: 14ch;
	text-align: center;
}

.wfu-extensions-btn.disabled {
	pointer-events: none;
}

.extension-row.active .wfu-extensions-btn:before {
	content: 'Deactivate';
}

.extension-row.inactive .wfu-extensions-btn:before {
	content: 'Activate';
}

.wfu-extensions-btn.updating:before {
	color: transparent !important;
}

.wfu-extensions-btn.updating.button {
	background: url('../images/loading_icon.gif') no-repeat center !important;
	background-size: 20px !important;
}

span.wfu-extensions-status {
	width: 16ch;
	display: inline-block;
}

.wfu-dashmenu-title-container .wfu-debuglog-mark {
	line-height: 0;
	fill: purple;
}

.wfu-dashmenu-title-container .wfu-inner {
	display: flex;
	align-items: center;
	gap: 6px;
}

.wfu-dashmenu-title-container .wfu-inner .wfu-mark-link {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.wfu-dashmenu-title-container .wfu-inner .wfu-mark {
	font-size: 32px;
	width: 32px;
	height: 32px;
}

.wfu-dashmenu-title-container .wfu-inner .wfu-mark-warning {
	color: #d68436;
}

.wfu-dashmenu-title-container .wfu-inner .wfu-mark-error {
	color: #d63638;
}

.wfu_customactionbutton_wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

div.wfu_container input.wfu_customactionbutton {
	width: fit-content;
	min-width: 100px;
	padding: 0 16px;
}

/* Admin Notifications */
.wfu-notifications-row.wfu-unread td {
	font-weight: bold;
}

.wfu-notifications-row .wfu-notfs-description-sub {
	display: block;
	font-weight: normal;
}

.wfu-nav-tab-wrapper .with-count {
	display: inline-block;
	vertical-align: baseline;
	box-sizing: border-box;
	margin: 1px 0 -1px 2px;
	padding: 0 5px;
	min-width: 18px;
	height: 18px;
	border-radius: 9px;
	background-color: #2271b1;
	color: #fff;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
	z-index: 26;
}

.wfu-nav-tab-wrapper .with-count-error {
	background-color: #d63638;
}

.wfu-nav-tab-wrapper .with-count-warning {
	background-color: #d68436;
}

.wfu-nav-tab-wrapper .with-count-info {
	background-color: #2271b1;
}

.wfu-nav-tab-wrapper .with-count.count-0 {
	display: none;
}

[name=wfu_notf_actions] {
	font-weight: normal;
}