/*
Plugin Name: ProfanityBlocker - Profanity Filter
Plugin URI: http://profanity-blocker.co.uk/plugins/wordpress/
Description: ProfanityBlocker is a cloud based service that scans for profane (swearing/abusive) words - giving you greater control of allowed text on your site.
Version: 1.1.1
Author: AstrizStudios
Author URI: http://astrizstudios.com
License: GPL2
*/
#astrizstudios_pro_block_plugginLogo
{
	width:270px;
	height:130px;
}

.line_break
{
	width:50%;
}

#astrizstudios_pro_block_server_access
{
	margin-top: 20px;
}

.new_row
{
	clear:both;
}

#astrizstudios_pro_block_server_access label, #astrizstudios_pro_block_fitler_areas label, #astrizstudios_pro_block_info label
{
	display: block;
}
#astrizstudios_pro_block_server_access span, #astrizstudios_pro_block_fitler_areas span, #astrizstudios_pro_block_info span
{
	margin-left: 20px;
	display:inline-block;
	color: #999;
}

.tabIdent20
{
	margin-left:20px;
}

.astrizstudios_left35
{
	foat:left;
	width: 35%;
	line-height: 30px;
}
	.astrizstudios_left35 b
	{
		margin-left: 40px;
	}
	.astrizstudios_left35 input, .astrizstudios_left35 button
	{
		float:right;
		margin-right: 10px;
		width: 250px;
	}

#astrizstudios_pro_block_screenShade
{
	width: 80%;
	height: 80%;
	min-width: 10px;
	padding: 10%;
	background-color: orange;
	background-image: linear-gradient(90deg, orange, rgb(255, 50, 75));
}
	#astrizstudios_manual_license_entry
	{
		float: right;
		margin-right: 10%;
		margin-top: -120px;
		width: 45%;
		color: black;
	}
	#astrizstudios_manual_license_entry input
	{
		float: left;
	}
	#astrizstudios_manual_license_entry input[type="text"]
	{
		float: left;
		width: 270px;
	}
	

	#astrizstudios_pro_block_screenShade button
	{
		background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 165, 0));
		border-radius: 20px;
		float: right;
		margin-right: 15%;
		margin-top: -40px;
		padding: 40px;
		color: black;
	}
	#astrizstudios_pro_block_screenShade button:hover
	{
		color: white;
	}
	#astrizstudios_pro_block_screenShade > span:first-child
	{
		font-size: 1.4em;
		line-height: 1.6em;
		margin-left: 0;
	}

	#astrizstudios_pro_block_screenShade ul
	{
		width: 400px;
	}
	#astrizstudios_pro_block_screenShade ul li
	{
		margin-bottom: 15px;
	}
	#astrizstudios_pro_block_screenShade ul input, #astrizstudios_pro_block_screenShade ul span
	{
		float: right;
		width: 270px;
	}
		#astrizstudios_pro_block_screenShade ul input[disabled="true"]
		{
			background-color: gainsboro;
		}
		#astrizstudios_pro_block_screenShade ul li:after, #astrizstudios_pro_block_screenShade button:after
		{
			clear: both;
			content: '';
		}

#submit_hidden
{
	display: none;
}

#overlay_process_bar
{
	background-color: rgb(255, 165, 0);
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: bold;
	height: 100%;
	left: 0;
	line-height: 22px;
	opacity: 0.6;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20%;
	position: fixed;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 80%;
	z-index: 9999999;
	text-shadow: 0 0 4px black, 0 0 6px black, 0 0 10px black;
}