/*
Plugin Name: EELV : Adhésion + Dons (TPE Paybox) 
Plugin URI: 
Description:  Formulaire d'adhésion et/ou de don dans une page ou en widget
Version: 2.0
Author: Bastien Ho //  EELV
License: CC
*/

#resaobj{
	display:block;
	float:left;
	width:20%;
}
#osier, #status{
	display:block;
	float:left;
	width:35%;
	margin:0 5%;
}



#osier,#osier ul{
	list-style:none;
	margin:10px 0;
	padding:0;
}
#osier h4{
	margin: 20px 0 0;
}
#osier ul li{
	display:block;
	background:#565;
	clear:both;
	color:#FFF;
	padding:8px 30px 8px 10px;
	font-weight:500;
	margin:10px 0;
	position:relative;
}

#osier .quant{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	padding:0 10px;
	background:#000;
	line-height:31px;
}
#osier ul li.flashitemempty{
    background:#999;
}
#osier ul li.flashitem .quant{
    background:#090;
    font-weight:900;
    font-size:1.1em;
}
#osier ul li.flashitemempty .quant{
    background:#858585;
}
#getcode{
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:#999 1px double;
}
#getcode input[type=text]{
	font-size:20px;
	border:#999 2px inset;
	background:#FFF;
	display:inline-block;
	width:400px;
	height:30px;
	margin:0px;
}
#getcode input[type=submit]{
	font-size:20px;
	border:#999 2px outset;
	display:inline-block;
	width:80px;
	height:30px;
	margin:0px;
	
}
/*******************************/
#resa_form{
	position:relative;
	background:#CCC;
	padding:5px;
	margin-bottom:10px;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	transition:height .1s ease;
	-o-transition:height .1s ease;
	-moz-transition:height .1s ease;
	-webkit-transition:height .1s ease;
}
#mntcot, .entry-content #resa_form label#mntcot{
	text-align:center;
	padding:10px;
	margin:10px auto;
	width:50%;
	background:#EBE0A0;
	border:#E4D949 1px solid;
	font-size:1.2em;	
}
#mntcot span{
	font-weight:bold;	
}


#resa_form p{
	margin-bottom:3px;
}


#resa_form p.blockquote{
	padding-left:20px;
}
#resa_form div.resa_item{
	display:block;
	position:relative;
	padding-left:5px;
}
#resa_form .resa_required_star{
	position:absolute;
	top:0px;
	left:2px;
	color:#999;
	font-size:1em;
	font-weight:900;
}
#resa_form div.resa_item span.resa_info{
	display:none;
	background:#CCC;
	border-radius:2px;
	position:absolute;
	top:-30px;
	right:0px;
	padding:3px;
	height:20px;
	width:200px;
	color:#000;
	text-align:center;
	z-index:30;
}
#resa_form div.resa_item span.resa_info:before{
	display:block;
	background:#CCC;
	position:absolute;
	top:20px;
	left:90px;
	padding:1px;
	width:10px;
	height:10px;
	content:" ";
	transform: rotate(-45deg);
	transform-origin:   50% 50%;
	-o-transform: rotate(-45deg);
	-o-transform-origin:  50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin:  50% 50%;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin:  50% 50%;
}
#resa_form div.resa_item:hover span.resa_info{
	display:block;
}
#resa_form label input[type=text],#resa_form label input[type=email],#resa_form label input[type=password],#resa_form label select{
	display:block;
	width:95%;
	border:#CCC 1px inset;
	background:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#resa_easydate{
	width:240px;
	float:right;
}
#resa_easydate select{
	width:auto !important;
	float:left !important;
}
#resa_pb_generated form{
	text-align:center;
	display:block;
	margin:10px 0;
}
#resa_form input[type=submit], #resa_pb_generated input[type=submit]{
	border:#80b904 2px outset;
	background:#80b904;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#resa_form label input:focus{
	background:#F7F99D;
}
#resa_form label input[type=checkbox]{
	float:left;
}
#adh_info, #don_info{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	transition:height .1s ease;
	-o-transition:height .1s ease;
	-moz-transition:height .1s ease;
	-webkit-transition:height .1s ease;
	padding-left:20px;
	
	z-index:20;
}
#adh_info i, #don_info i{
	display:block;
}
.resa_alerte{
	color:#C00;
	display:block;
	background:#FFF;
	padding:5px;
}
.texterror{
	display:block;
	background:#900;
	color:#900;
}
.resa_loading{
	color:#999;
	display:block;
	background:rgba(255,255,255,0.5);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.resa_wrong{
	color:#C00;
	position:relative;
}
input.resa_wrong,select.resa_wrong, 
.resa_wrong input, .resa_wrong select{
	border:#C00 2px solid !important;
	font-weight:bold;
}
div.resa_wrong:before{
	display:block;
	content:"Merci de vérifier ce champs";
	position:absolute;
	right:0px;
	font-size:10px;
	line-height:11px;
	top:-20px;
	width:150px;
	background:#FFF !important;
	color:#900;
	font-weight:bold;
	padding:2px;
	z-index:10;
}
.resa_form_open{
	overflow:visible;
	height:auto;	
}
.resa_form_closed{
	overflow:hidden;
	height:51px;	
}
#resa_bouton{
	padding:5px;
	background:#80b904;
	text-align:center;
	border:#660 1px outset;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display:block;
	cursor:pointer;
	margin-bottom:100px;
}
#resa_bouton span{
	display:block;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
}
.resa_recap{
	padding:10px;
}
.resa_recap p{
	background:#F5F5F5;
	padding:5px;
	border:#EEE 1px solid;
	margin:10px 0px 20px;
	box-shadow:rgba(0,0,0,0.2) 0px 5px 11px;
}
.resa_recap h3{
	font-weight:bold;
	font-size:1.1em;
}
.resa_recap h4{
	font-weight:bold;
	text-align:right !important;
	font-size:1.1em;
}

.paiementchoix{
	margin:1em 0;
	padding:10px;
	background:#DDD;
	text-align:center;
	border-radius:3px;
	position:relative;
}
.paiementchoix .montantpayer{
	position:absolute;
	color:#BBB;
	font-size:3em;
	font-weight:900;
	right:10px;
	top:20px;
}






.ligne0 td{
	background:#F5F5F5;
	color:#999;
}
.ligne1 td{
	background:#E4F9E3;
	color:#060;
}
.ligne2 td{
	background:#FFEAEA;
	color:#C00;
}
.lu td{
	font-weight:700;	
}
.scan1 td{
	background:#EAEAFF !important;
	color:#009 !important;
}
.caisse1 td:first-child{
	border-left:#666 3px solid;
}
.caisse1 td{
	background:#EAEAFF !important;
	color:#009 !important;
}
/*////////////////////////     IN PAGE */


.entry-content #resa_form input[type=text]{
	display:block;
	width:9;
}
.entry-content #resa_form{
	background:none;
}

.entry-content #don_info{
	height:auto;
}
.entry-content #resa_form div.resa_item{
	display:block;
	width:48.5%;
	text-align:left;
	float: left;
	padding:5px 0px 5px 10px;
	margin:0px;
}
.entry-content #resa_form div#resa_div_naissance{
	width: 60%;
}
.entry-content #resa_form label{
	display:block;
	width:90%;	
	padding:1px 0px;
	clear:both;
	margin:0px 0px 4px;
}
.entry-content #resa_form #resa_div_civilite label{
	display:inline;
	width:auto;
	padding:inherit;
	margin:auto;
}

.entry-content #resa_form label input[type=text],
.entry-content #resa_form label input[type=email],
.entry-content #resa_form label input[type=password],
.entry-content #resa_form label select{
	float:right;
	height:25px;
	width:60%;
	margin:0 !important;
}
.entry-content #resa_form .xhidden{
	display:none;
}
.entry-content #resa_form{
	overflow:visible;
	height:auto;
}
.entry-content #resa_bouton{
	display:none;
}

.entry-content .resa-submit input, .entry-content #resa_pb_generated input{
	display:inline;
}

.entry-content .resa-formulaire-wrap{
	display:block;
}

.resa_widget_button{
	display:block;
	background:#7da702;
	border:#090 1px outset;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	padding:10px;
}
.resa_widget_button span{
	color:#FFF;
	font-weight:bold;
	text-shadow:#333 -1px -1px 0px;
}


p.resa_multi_r{
	width:90%;
}
p.resa_multi_r label,p.resa_multi_r select{
	float:right;
	display:inline-block;
	clear:none !important;
}

.resa_display_0{
	display:block;
}

.resa_display_1{
	display:block;
}
.resa_display_2{
	display:none;
}
.resa-formulaire-wrap h2{
	clear: both;
	font-size: 1.75em;
	padding: 0.5em 0;
}
/*Produit*/
.eelv-rays{
	border:#DDD 1px solid;
	border-top:#FFF 1px solid;
	border-bottom:#DDD 1px solid;
	list-style: none;
	border-radius:2px;
}
.addray{
	position:relative;
	background:#EEE url(panier.svg) no-repeat 99% 5px;
}
.addray img{
	position:absolute;
	top:1px;
	right:1px;
	width:30px;
}
.eelv-rays h2{
	font-size:1.3em;
	font-weight:800;
	color:#666;
	text-shadow:#FFF 1px 1px 0px;
	text-transform: capitalize;
	margin:0px !important;
	padding:4px 4px 4px 30px;	
	position:relative;
	cursor:pointer;
}
.eelv-rays h2.ouvert{
	color: #7DA702;	
}
.eelv-rays h2:before{
	display:block;
	padding:1px;
	color:#CCC;
	position:absolute;
	top:2px;
	left:5px;
	content:">";
	transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
}
.eelv-rays h2.ouvert:before{
	transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
span.description{
	display: block;
	margin: 0 10px 7px 10px;
	color: #555;
	text-align: justify;
	line-height: 1.2em;
}

.entry-content #eelv_resa_produtcs div.resa_item, .entry-content #eelv_resa_dons div.resa_item {
	width: 95% ;
	float:none;
	margin: 5px;
	padding: 0 0 0 5px ;
	font-size: 0.85em;
	border-radius: 3px 3px 3px 3px;
	color:#333;
	text-shadow:none;
}
.stockon{
	background: #BFD09B;
}
.stockof{
	background: #DDD;
	color:#777;
}
.entry-content #eelv_resa_produtcs .resa_item label,.entry-content #eelv_resa_dons .resa_item label {
	position: relative;
	width: 100%;
	min-height: 37px;
	margin: 0;
}
.entry-content .resa_item .proddesc{
	display: inline-block;
	margin-top: 5px;
	width: 72%;	
	vertical-align: top;
	font-size: 1em;
	line-height: 1em;
}
.entry-content .resa_item h4{
	font-size: 1.4em;
	line-height: 1.4em;	
	font-weight:900;
}
.entry-content .resa_item span{
	color:#222;
	display:block;
}
.entry-content .resa_item textarea{
    max-height: 130px;
    max-width: 80%;
	margin: 5px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.25) inset;
	transition:box-shadow .6s;
	-o-transition:box-shadow .6s;
	-moz-transition:box-shadow .6s;
	-webkit-transition:box-shadow .6s;
}
.entry-content .resa_item  .textdes{
	margin: 0 5px;
	width: 80%;
}
.entry-content .resa_item textarea:hover, .entry-content .resa_item textarea:focus{
	margin: 5px;
	box-shadow:0 0 0px rgba(0, 0, 0, 0) inset;
}
.eelv-prods .infops{
	display: inline-block;
	margin-top: 5px;
}.eelv-prods .proddesc .content{
	display: none;
}
.entry-content .resa_item .prix{
	font-size: 1.6em;
}
.entry-content .resa_item .stock{
	font-size:0.8em;
	color:#444;
}
.entry-content  #eelv_resa_produtcs .resa_item label .quantite{
	position: absolute;
	right: 0;
	top: 0;
	height: 1.5em;
	width: 60px;
	max-height: 55px;
	border-radius: 2px 2px 2px 2px;
	text-align: center;
	font-size: 2em;
}
.entry-content  #eelv_resa_produtcs .resa_item label input.commentaire{
	float:none;
	margin: 5px !important;
}

/* FFS */
.eelv_ffs_area{
	position:relative;
	clear:both;
	background:#FFF;
	margin:10px 120px 10px -10px;
	border-right:#DDD 10px solid;
	padding:6px;
	box-shadow:rgba(0,0,0,0.4) 2px 2px 3px;
}
.entry-content  #eelv_resa_produtcs .resa_item label .eelv_ffs_area input{
	position:relative !important;
	clear:both;
	right:auto;
	top:auto;
	width:auto;
	max-width:80px;
	float:none;
	height:1.2em;
}
/*popup*/
#pop-container{
	width: 100%;
	display: none;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 7.5% 30%;
	background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.75);
	z-index: 9999;
}
#pop-container #popup{
	width: 40%;
	padding: 10px 10px 45px;
	border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	box-shadow: 0 9px 15px rgba(0,0,0,0.5);
}
#pop-container  .content-pop{
	overflow: auto;
	height: 80%;
}
#pop-container #popup h2{
	text-align: center;
}
#pop-container #popup p{
	text-align: justify;
}

#pop-container #popup .prix{
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-size: 1.5em;
}
#pop-container #popup .stock{
	position: absolute;
	right: 15px;
	bottom: 10px;
}
#exit-pop {
    background: none repeat scroll 0 0 #000000;
    border: 2px solid #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 3px #121212;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: arial;
    font-size: 15px;
    font-weight: 600;
    height: 26px;
    text-align: center;
    line-height: 1.75em;
    overflow: hidden;
    margin-left: 40.3%;
	margin-top: -10px;
    text-shadow: 0 0 0;
	float:left;
    width: 26px;
    z-index: 99;
}
.proddesc #content{
}
#access li{
}

/** Panier **/
#eelv_resa_box{
	display:block;
	height:60px;
}
#eelv_resa_panier{
	display:block;
	background:#d3e1b5 url(panier.svg) no-repeat 10% 50%;
	border:#CCC 1px solid;
	text-align: center;
	font-size:1.1em;
	padding:20px 0;
	border-radius: 3px;
}
.eelv_paniertop{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.clear{clear: both;}




