@charset "utf-8";
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/projet/css/captcha.css
*	projet			: Captcha
*	version			: 1.0.8 2015-04-07 16:01 NC
*
\****************************************************/

.clearer {
	line-height: 1px;
	clear: both;
	height: 1px;
	width: 100%;
}

.capSys {
	float: left;
	width: 500px;
	height: auto;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}

.captchaBlck {
	width: inherit;
	height: inherit;
}

.captchaQ {
	width: inherit;
	margin-bottom: 10px;
	float: left;
	margin-left: 130px;
}

.captchaQ > label {
	width: 232px !important;
	text-align: left;
	margin: 0;
	font-weight: 700;
}

.captchaNumbers {
	width: 350px;
	height: 72px;
	position: relative;
	margin-left: 130px;
}

.captchaNumbers3, .captchaNumbers4{
	/* float:left;*/
	height:36px;
	width:140px;
	overflow:hidden;
	margin:0 20px 2px 0;
}
.captchaNumbers4{
	width: 140px;
}
.sortable3, .sortable4 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sortable3 li, .sortable4 li {
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 27px;
	height: 27px;
	font-size: 14px;
	text-align: center;
	line-height:24px;
	cursor:pointer;
	background:#fff;
	border:1px solid #887f6f;
	color:#887f6f;
	font-weight:normal;
	list-style-type: none;
}
.sortable4 li:hover {
	background: #b2aa7e;
	color: #fff;
}

.selectedNumber {
	color:#fff !important;
	background:#887f6f !important;
}

.captcha{
	font-size:12px;
	color:#BBBBBB;
	text-align: center;
	border-bottom:1px solid #CCC;
	background-color:#fff;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.QaptchaBlck {width:260px;height:75px;}
.QapTcha {width:252px;margin: 20px 0 0 130px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:252px;height:37px;float:left;border:1px solid #040404;background-color:white;}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {width:252px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}
.QaptchaTxt {float: left; margin-bottom: 10px; width: 275px; text-align: center;margin-left: 130px;}
.captchaQ {
	float: left;
	padding-right: 10px;
	line-height: 22px;
}
.captchaNumbers {clear: left;}