/**
 * 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
 */

@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

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: 18px;
	font-family: 'Droid Sans', sans-serif;
	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;
}