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_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 { width: 200px; }
div.wfu_container input[type="checkbox"] { width: auto; }

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; }

span.wfu_variable
{
	font-size: smaller;
	background-color: #ddd;
	border: 1px solid #ccc;
	-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_ptext_span
{
	display: inline-block;
	width: 60px;
}

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

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_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
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

div.wfu_userdata_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 { border: 1px solid #aaa; }

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

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

div.wfu_userdata_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
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	white-space: nowrap;
}

/* 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; }
