@charset "utf-8";
/******************** Entête UTF-8 ******************\
*
*    fichier           : templates/css/1/captcha.css
*    projet            : Can aqua
*    version           : 1.0.2 2015-01-20 16:08:42 RD
*
\****************************************************/

.captchaQ {
	width: 100%;
	float: left;
}

.captchaNumbers {
	width: 250px;
	float: left;
}

#captchaNumbers3, #captchaNumbers4{

	float:left;
	height:50px;
	overflow:auto;
	width:140px;
	overflow:hidden;
	margin:0px 20px 2px 0px;
	background-color:#fff;
}
#captchaNumbers4{
	width: 180px;
}
#sortable3, #sortable4 {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0;
}
#sortable3 li, #sortable4 li {
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 35px;
	height: 35px;
	font-size: 20px;
	text-align: center;
	line-height:35px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background:#2484c6 url('/public/images/overlay.png') repeat-x scroll 50% 50%;
	color:#fff;
	font-weight:normal;
}

.selectedNumber {
	color: #bb2828 !important;
}

.captcha{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:12px;
	color:#BBBBBB;
	text-align: center;
	border-bottom:1px solid #CCC;
	background-color:#fff;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.QaptchaBlck {width:273px;height:100px;margin-bottom:20px;}

.QapTcha {float:right;margin-top:20px;width:252px;margin-right:20px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:252px;height:37px;float:left;border:1px solid #040404;background-color:#95EAFF; position: relative;}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('/public/images/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:absolute;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:right; margin-right:20px;width:252px;}