/**
 * visualCaptchaHTML class by emotionLoop - 2013.08.17
 *
 * This file handles the CSS for the main wCaptcha class.
 *
 * This license applies to this file and others without reference to any other license.
 *
 * @author emotionLoop | http://emotionloop.com
 * @link http://visualcaptcha.net
 * @package visualCaptcha
 * @license GNU GPL v3
 * @version 4.2.0
 */
div.eL-captcha.type-1 {
	margin: 10px 0 10px 10px;
	padding: 0;
	display: block;
	width: 200px;
}
div.eL-captcha > p.eL-explanation > span.desktopText {
	display: block;
}
div.eL-captcha > p.eL-explanation > span.mobileText {
	display: none;
}
div.eL-captcha > div.eL-possibilities.type-1 {
	margin: 0;
	padding: 14px 0 0 0;
	display: block;
	width: 100px;
	float: left;
	height: 46px;
}
div.eL-captcha > div.eL-possibilities.type-1 > img {
	padding: 0 4px 4px 4px !important;
}
div.eL-captcha > div.eL-where2go.type-1 {
	margin: 0 !important;
}

div.eL-captcha.type-0 {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 320px;
}
div.eL-captcha > div.eL-possibilities.type-0 {
	margin: 0;
	padding: 34px 0 0 0;
	display: block;
	width: 200px;
	float: left;
	height: 66px;
}

div.eL-captcha > div.eL-possibilities > img {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin: 0;
	padding: 0 4px;
	z-index: 5;
}
div.eL-captcha > div.eL-where2go {
	margin: 8px 0 0 20px;
	padding: 0;
	display: block;
	width: 90px;
	float: left;
	height: 90px;

	background: #0d6797; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #0d6797 0%, #169799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0d6797), color-stop(100%,#169799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #0d6797 0%,#169799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #0d6797 0%,#169799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #0d6797 0%,#169799 100%); /* IE10+ */
	background: linear-gradient(135deg, #0d6797 0%,#169799 100%); /* W3C */

	box-shadow: inset 1px 1px 5px rgba( 0, 0, 0, 0.7 );

	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
div.eL-captcha > div.eL-where2go.img {
	background: transparent url('images/visualcaptcha/dropzone.png') center center no-repeat;
}
div.eL-captcha > div.eL-where2go.img.retina {
	background: transparent url('images/visualcaptcha/dropzone@2x.png') center center no-repeat;
	background-size: 90px 90px;
}
div.eL-captcha > div.eL-where2go > p {
	padding-top: 14px;
	font-size: 18px !important;
	font-weight: 200;
	color: #FFF;
	text-align: center;

	text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.7 );
}
div.eL-captcha > p.eL-accessibility {
	font-size: 10px;
	text-align: right;
	display: block;
	float: right;
	clear: both;
}
div.eL-captcha > p.eL-accessibility img {
	width: 16px;
	height: 16px;
}
div.eL-captcha > div.eL-accessibility {
	font-size: 12px;
	text-align: left;
	display: none;
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 300px;
	overflow: auto;
}
div.eL-captcha > div.eL-accessibility.type-1 {
	width: 180px;
}
div.eL-captcha > div.eL-accessibility > p {
	width: 100%;
}
div.eL-captcha > div.eL-accessibility > input {
	display: block;
	padding: 5px;
	width: 90%;
	margin: 10px 0;
	font-size: 1em;
	border: 1px solid #CCC;
	color: #333;
}
div.eL-captcha > div.eL-accessibility > audio {
	visibility: hidden;
	clear: both;
}

div.eL-captcha .clearfix,
div.eL-captcha.clearfix {
	zoom: 1;
}
div.eL-captcha .clearfix:before,
div.eL-captcha .clearfix:after,
div.eL-captcha.clearfix:before,
div.eL-captcha.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
div.eL-captcha .clearfix:after,
div.eL-captcha.clearfix:after {
	clear: both;
}* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}
html,body {
	width: 100%;
	background: #2B2823;
}
#logo {
	margin: 40px 0 20px 0;
	display: block;
	text-align: center;
}
#wrapper {
	margin: 20px auto 50px;
	width: 400px;
	background: #FFF;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#wrapper.type-1 {
	width: 260px;
}
#wrapper > #header {
	width: 100%;
	display: block;
	text-align: center;
}
#wrapper > #content {
	padding: 20px;
	display: block;
}
#wrapper > #content > h3 {
	padding: 0 10px 15px;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	color: #900;
	text-align: center;
}
#wrapper > #content > form p {
	margin: 10px 0 0 0;
	font-size: .9em;
}
#wrapper > #content > form p > small {
	font-size: 11px;
}
#wrapper > #content > form > p > label {
	font-weight: bold;
	margin-right: 10px;
}
#wrapper > #content > form > p > input {
	padding: 5px;
	font-size: .9em;
	border: 1px solid #CCC;
}
#wrapper > #content > form > p.submit {
	margin: 10px 0;
	text-align: center;
	clear: both;
}
#wrapper > #content > form > p.submit > button {
	text-align: center;
	padding: 10px 20px;
	border: none;
	font-size: 1em;
	font-weight: normal;
	background: #333;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}
#wrapper > #content > form > p.submit > button:hover {
	background: #000;
}
#wrapper > #footer {
	margin: 0 10px;
	padding: 10px 0;
	display: block;
	text-align: center;
	font-size: .7em;
	border-top: 1px dashed #CCC;
}
#wrapper > #footer > p {
	color: #333;
}
#wrapper > #footer > p > a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#wrapper > #footer > p > a:hover {
	color: #666;
}