/********
 GLOBAL
*********/

body{
  padding:0;
  margin:0;
  font-family:Arial, sans-serif;
  color:#666;
  font-size:11px;
  background-color:#FFF;
}
p{
  margin:0 10px 10px;
}
a{
  color:#666;
  text-decoration:none;
}
a:hover,
a:active{
  color:#666;
  text-decoration:underline;
}
pre{
  white-space:pre-wrap;
  white-space:-moz-pre-wrap;
  white-space:-pre-wrap;
  white-space:-o-pre-wrap word-wrap :break-word;
  line-height:15px;
  font-size:11px;
  font-weight:normal;
  vertical-align:top;
  margin-top:-2px;
  margin-bottom:-10px;
}
.ui-widget-overlay{
  position:fixed;
  background:#FFF;
  opacity:0.7!important;
}



/*******
  BLOC
********/

.bloc_content{
  padding:5px;
  background-color:#FFF;
}
.bloc_content textarea{
  font-size:13px;
  resize:none;
}
.champs_obligatoires{
  font-size:10px;
  color:#666;
  padding:5px;
  background-color:#FFF;
  text-align:right;
  padding-right:10px;
}



/***************
 CSS Calendar
 ****************/

#loading{
  background-color:#FFF;
  color:#333;
  font-size:20px;
  text-align:center;
  z-index:10000;
}
#loading img{
  vertical-align:middle;
}
.calendar{
  min-height:200px;
}
.calendar .relative{
  position:relative;
}
.calendar .calendarHeader{
  background:#666;
  padding:5px;
  border-radius:4px;
  margin-top:4px;
}
.calendar .nextDate{
  float:right
}
.calendar #next,
.calendar #prev{
  float:right;
  background:#F2F2F2;
  border-radius:2px;
  width:27px;
  height:27px;
  cursor:pointer;
  background:url('/bo/images/bov2/contenu/fleche_droite.png') 6px 5px no-repeat;
}
.calendar #prev{
  float:left;
  background:url('/bo/images/bov2/contenu/fleche_gauche.png') 4px 4px no-repeat;
}
.calendar #next:hover,
.calendar #prev:hover{
  background-color:#FFF;
}
.calendar .currentDateFull{
  margin:0 auto;
  text-align:center;
  line-height:23px;
  padding:2px 0 0 0;
  font-size:16px;
}
.calendar #years{
  display:inline;
}
.calendar #currentMonth,
.calendar .year{
  color:#FFF;
}
.calendar .month{
  display:none;
}
.calendar .month .active{
  display:block!important;
}
.calendar .months #monthOverview{
  display:none;
  table-layout:fixed;
  border:0;
  width:100%;
  margin:10px 0;
}
.calendar .months #monthOverview td{
  border:0;
  text-align:center;
}
.calendar .months #monthOverview td span{
  float:left;
  margin:-1px;
  color:#999;
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
}
.calendar .months #monthOverview td span.active{
  color:#00AEEF!important;
}
.calendar .months #monthOverview td span.inactive{
  color:#CCC!important;
  cursor:auto;
}
.calendar table.oneMonthTable{
  border-collapse:collapse;
  margin:auto;
  width:100%;
  table-layout:fixed;
}
.calendar table.oneMonthTable th{
  color:#999;
  text-align:center;
  padding:12px 0 7px 0;
  font-weight:normal;
}
.calendar table.oneMonthTable td{
  border:none;
  height:40px;
}
.calendar table.oneMonthTable td.oneDay{
  border:1px solid #999;
  color:#999;
}
.calendar table.oneMonthTable td.today{
  border:2px solid #00AEEF;
}
.calendar table.oneMonthTable td.padding{
  cursor:default;
  background:none;
  height:auto;
}
.calendar table.oneMonthTable td .day{
  position:absolute;
  right:5px;
  font-weight:bold;
  font-size:14pt;
}
.calendar table.oneMonthTable td .events{
  display:none;
  position:relative;
  width:79px;
  height:0;
  margin:-39px 0 0;
  padding:0;
}
.calendar table.oneMonthTable td .events li{
  width:10px;
  height:10px;
  float:left;
  background:#333;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
  margin-left:6px;
  overflow:hidden;
  text-indent:-3000px;
}
.calendar table.oneMonthTable td .events_active{
  display:none;
  position:absolute;
  left:582px;
  top:66px;
  width:442px;
  list-style:none;
  margin:0;
  padding:11px 0 0;
}
.calendar table.oneMonthTable td .events_active li{
  height:40px;
  line-height:40px;
  font-weight:bold;
  border-bottom:1px solid #CCC;
  padding-left:41px;
  text-indent:0;
  background:none;
  width:500px;
}
.calendar table.oneMonthTable td .daytitle{
  display:none;
}
.calendar .active_td{
  cursor:pointer;
  background:#00AEEF!important;
  color:#FFF!important;
}
.events{
  list-style:none;
  margin-top:-40px;
}
.events_active{
  background:#00AEEF!important;
  color:#FFF!important;
}
.events li{
  float:left;
  display:block;
  width:20%;
  height:60px;
  background-color:#F2F2F2;
  cursor:pointer;
  padding:8px;
  font-weight:bold;
  margin:0 10px 10px 0;
  font-size:18px;
}
.dateSelectWrapper{
  margin:20px -40px -40px -40px;
  width:360px;
}
.calendar .clear{
  clear:both;
}
.stepCalendar{
  background:none repeat scroll 0 0 transparent;
  color:#999;
  font-size:16px;
  font-weight:bold;
  line-height:20px;
  padding:0;
  text-align:center;
  margin:20px 0;
}



/*********************
 ETAPES BILLETTERIE
 **********************/

.stepsTd{
  width:25%;
}
#billetterie_etapes{
  height:35px;
  line-height:25px;
  text-align:left;
  font-size:12px;
  margin:10px 0;
  padding:0;
  text-transform:uppercase;
}
#billetterie_etapes .billetterie_etape_off,
#billetterie_etapes .billetterie_etape_on{
  color:#CCC;
  font-weight:bold;
  height:25px;
  margin:0;
  padding:0;
}
#billetterie_etapes .billetterie_etape_on{
  color:#666!important;
}
#billetterie_etapes .billetterie_etapes_1,
#billetterie_etapes .billetterie_etapes_2,
#billetterie_etapes .billetterie_etapes_3,
#billetterie_etapes .billetterie_etapes_4{
  width:200px;
}



/**************
 BILLETTERIE
 ***************/

.billetterie_tb td{
  border-top:1px solid #FFF;
  color:#666;
}
.billetterie_tb_separ hr{
  width:98%;
  background-color:#CCC;
  height:1px;
  border:0;
}
.heure_alert{
  color:#ff9900;
}
.heure_alert2{
  color:#ff9900;
  float:left;
  font-size:9px;
}
.heure_fin{
  color:#666;
  float:left;
  font-size:9px;
}

/*** TITRES ***/

.billetterie_tb_titre_nom{
  text-align:left;
}
.billetterie_tb_titre_prix,
.billetterie_tb_titre_date,
.billetterie_tb_titre_nombre,
.billetterie_tb_titre_montant{
  text-align:center;
  font-weight:bolder;
  width:55px;
  padding:0;
}
.billetterie_tb_titre_date{
  width:75px;
}
.billetterie_tb_titre_disponibilite{
  width:80px;
}
.billetterie_tb_titre_categorie{
  cursor:pointer;
  background-color:#333!important;
}
.billetterie_tb_titre_sous_categorie{
  cursor:pointer;
}

/*** CHAMPS ***/

.billetterie_tb_nom,
.billetterie_tb_findevente{
  background-color:#F2F2F2;
  text-align:left;
  font-weight:bold;
  color:#666;
  height:20px;
  padding:13px 0 0 10px;
}
.billetterie_tb_findevente{
  width:80px;
}
.billetterie_tb_date,
.billetterie_tb_disponibilite,
.billetterie_tb_prix,
.billetterie_tb_nombre,
.billetterie_tb_montant,
.billetterie_tb_complet{
  background-color:#F2F2F2;
  text-align:center;
  width:80px;
  padding:0;
}
.billetterie_tb_prix{
  width:65px;
}
.billetterie_tb_nombre{
  width:55px;
}
.billetterie_tb_montant{
  width:75px;
}
.billetterie_tb_complet{
  width:132px;
}



/*** DETAILS ***/

.billetterie_tb_billet_details a{
  font-size:10px;
  color:#999;
  font-weight:normal;
  text-align:right;
  text-decoration:none;
  padding-right:2px;
}
.billetterie_tb_billet_details a:hover{
  color:#666;
  text-decoration:none;
}
.billetterie_tb_billet_ledetail,
.billetterie_tb_billet_ledetail pre{
  font-size:11px;
  font-weight:normal;
  text-align:left;
  text-decoration:none;
  color:#666;
  margin-bottom:5px;
}

/*** CODE DE REDUCTION ***/

.ticket_etape1_reduc{
  float:right;
  font-size:11px;
  padding:10px;
  line-height:1.4;
}
.ticket_etape1_input{
  width:50px;
  font-size:10px;
  color:#333;
  font-weight:bold;
  height:18px;
  line-height:18px;
  float:right;
  margin-right:15px;
  padding:0 10px;
}
.ticket_etape1_input_width{
  width:100px;
}
.ticket_etape1_option{
  width:45px;
  font-size:10px;
  color:#00AEEF;
  font-weight:normal;
}
.ticket_etape1_input_libre{
  width:40px;
  font-size:10px;
  color:#1e8fb9;
  font-weight:normal;
}
.ticket_etape1_appliquer{
  width:60px;
  padding:0 0 0 10px;
}
.ticket_etape1_code{
  width:70px;
  text-align:right;
}
#code_reduction{
  width:50px;
  margin:0;
}
.ticket_etape1_total{
  font-weight:bold;
  width:130px;
  text-align:center;
  font-size:12px;
}
.ticket_etape1_montant{
  text-align:right;
  font-weight:bold;
  background-color:#CCC;
  width:75px;
  padding:13px 7px 12px 7px;
  color:#333;
  font-size:12px;
}
.ticket_etape1_suite{
  padding-top:8px;
}

/*** ETAPE 2 ***/

.instructions_img_tb{
  margin-bottom:0;
}
.instructions_img{
  text-align:center;
  width:30px;
  vertical-align:top;
}
.instructions_txt,
.instructions_txt pre{
  width:100%;
  background-color:#FAFFBD;
  color:#666;
  padding:10px;
}
.billetterie_etape2_tb{
  line-height:1.4;
  background-color:#F2F2F2;
}
#formBuyerBlock .billetterie_etape2_tb{
  background-color:#CCC;
}
.etape2_gauche{
  margin-right:2px;
  padding:3px 2px;
  border-right:1px solid #FFF;
  color:#666;
}
.etape2_gauche{
  float:left;
  width:140px;
  display:block;
}
.ticket_etape2_champs_titre{
  width:50%;
  height:25px;
  vertical-align:top;
}
.ticket_etape2_champs_titre_valign{
  width:50%;
  height:25px;
}
.ticket_etape2_champs{
  width:280px;
  padding:4px 4px 4px 10px;
  margin-right:3px;
  outline:none;
  font-size:13px;
  color:#666;
  font-weight:normal;
  border:1px solid #CCC;
  border-radius:3px
}
textarea.ticket_etape2_champs{
  height:60px;
}
.commentCheckbox{
  width:13px;
  margin-right:9px;
}
.checkboxWrapper p{
  padding:11px 5px 10px 5px!important;
}
select.ticket_etape2_champs{
  width:206px;
}
#generer_facture{
  margin-bottom:1em;
}
#generer_facture .display_facture{
  display:block;
  clear:both;
}
p.billetterie_etape2_tb span input{
  vertical-align:middle;
}
.reducWrapper{
  float:left;
  width:300px;
  margin-top:0;
}
.codeReducFeedback{
  padding:10px;
}
.suiteWrapper{
  float:right;
  width:210px;
  margin:10px 0 0 20px;
}
.suiteWrapper table{
  width:100%;
}
.clear{
  clear:both;
}
.commentaire,
.commentaireTitle,
.commentaireCheckbox{
  font-size:11px;
  font-style:italic;
  color:#999;
  line-height:12px;
  margin-bottom:0;
}
.commentaire{
  margin-left: 30%;
  padding: 5px 10px;
}

/*** ERREUR VALIDATION / SAISIE ***/

.validation_erreur_message_saisie,
.validation_erreur_message_requis{
  color:#ff9900;
  text-align:left;
  font-size:12px;
  margin-bottom:4px;
}
.fieldWrapper .error input,
.fieldWrapper .error select,
.fieldWrapper .error textarea,
.checkboxWrapper .error,
.fieldWrapper_checkbox span.error{
  border:1px solid #ff9900;
}
.ticket_etape2_champs_mini{
  width:120px;
  font-size:11px;
  font-weight:normal;
}

/*** ETAPE 3 ***/

.billetterie_etape3_tb{
  width:100%;
  color:#666;
}
.billetterie_etape3_tb td{
  padding:11px 5px 12px 5px;
  border-top:1px solid #FFF;
}
.billetterie_etape3_recap{
  background-color:#F2F2F2;
}
.billetterie_etape3_total,
.billetterie_etape3_total td{
  text-align:right;
}
.billetterie_etape3_total.ttc{
  font-weight:bold;
}
.billetterie_etape3_total.frais{
  font-size:10px;
}
.ticket_etape3_champs_img img{
  margin-left:10px;
  margin-top:4px;
}
.ticket_etape3_champs_img input{
  margin:0;
  padding:0;
}

/*** COPY BILLETTERIE ***/

#billetterie_copy{
  color:#CCC;
  font-size:10px;
  margin-top:20px;
}
.billetterie_copy_left{
  float:left;
  line-height:25px;
  padding-right:0 20px 0 0;
}
.billetterie_copy_middle{
  float:left;
  padding-top:1px;
}
.billetterie_copy_right{
  float:right;
  line-height:25px;
}



/**************
  BILLETTERIE
***************/

.montant_libre{
  font-size:10px;
  color:#00AEEF;
  padding:0 3px;
}

/*** ETAPE 3-2 tableau récapitulatif ***/

.paiement_recap_tb{
  width:100%;
  margin-bottom:3px;
}
.paiement_recap_content,
.paiement_recap_content_echeancier{
  border:0;
  background-color:#F2F2F2;
  padding:6px;
  font-size:13px;
  font-weight:normal;
  color:#666;
}
.paiement_recap_content span.green{
  color:#00AEEF;
}

/*** ETAPE 3-2 tableau paiement sécurisé avec ***/

.paiement_secure_tb{
  width:100%;
  margin-bottom:3px;
}
.paiement_secure_content{
  border:0;
  padding:6px;
  font-size:11px;
  font-weight:bold;
  background-color:#F2F2F2;
  color:#666;
}
.paiement_secure_content span.green{
  color:#00AEEF;
}
.paiement_secure_content img{
  padding-right:10px;
}

/*** ETAPE 3-2 tableau PAIEMENT ***/

.paiement_paiement_tb{
  width:100%;
  margin-bottom:3px;
}
.paiement_paiement_content{
  border:0;
  padding:6px;
  font-size:13px;
  font-weight:normal;
  background-color:#F2F2F2;
  color:#666;
}
.paiement_paiement_content span.green{
  color:#00AEEF;
}
.paiement_paiement_content img{
  padding-right:10px;
}

/*** ETAPE 3 ***/

.ticket_etape3_champs_titre_valign{
  width:35%;
  height:25px;
  vertical-align:top;
  line-height:25px;
  padding:0 5px;
}
div#billetterie_ifpop{
  border:0;
}
.bloc_content_pop{
  font-size:12px;
  color:#333;
  font-weight:normal;
  border-bottom:0;
  padding:5px;
  width:auto;
}
.ticket_etape3_champs_radio{
  width:40px;
  text-align:center;
  vertical-align:top;
}
.ticket_etape3_choose_payment{
  padding:3px 0;
}



/***********************************
  BILLETTERIE BARRE FONCTIONNEMENT
************************************/

#personnalisation_client{
  height:5px;
}
.billetterie_fonctionnement{
  width:100%;
  background:#333;
  font-size:15px;
  color:#FFF;
  font-family:'Anton', arial, sans-serif;
  text-transform:uppercase;
}
#billetterie_fonctionnement_p1,
#billetterie_fonctionnement_p2,
#billetterie_fonctionnement_p3{
  padding:0;
  line-height:45px;
}
#billetterie_fonctionnement_1_left,
#billetterie_fonctionnement_2_left,
#billetterie_fonctionnement_3_left{
  width:55px;
  margin-top:5px;
  height:40px;
  float:left;
}
#billetterie_fonctionnement_1_left{
  background:url('../images/billetterie/billetterie_fonctionnement_1.gif') bottom no-repeat;
}
#billetterie_fonctionnement_2_left{
  background:url('../images/billetterie/billetterie_fonctionnement_2.gif') bottom no-repeat;
}
#billetterie_fonctionnement_3_left{
  background:url('../images/billetterie/billetterie_fonctionnement_3.gif') bottom no-repeat;
}

/*** BOUTON CODE DE REDUC APPLIQUER ***/

a.widget_billetterie_bt_code_reduc{
  background-color:#F2F2F2;
  color:#999!important;
  display:block;
  float:left;
  font-weight:bold;
  font-size:11px;
  text-transform:uppercase;
  height:23px;
  line-height:23px;
  margin-right:10px;
  padding:0 10px;
  text-decoration:none;
  border-radius:5px;
  text-align:center;
}
a.widget_billetterie_bt_code_reduc:hover{
  background-color:#F2F2F2;
  text-decoration:none;
}

/*** BOUTON SUITE ***/

a.widget_billetterie_bt_suite{
  background:#333;
  color:#FFF!important;
  display:block;
  float:right;
  font-weight:bold
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  letter-spacing:1px;
  height:34px;
  margin:20px 0;
  padding:0 21px;
  cursor:pointer;
  border-radius:5px;
  width:max-content;
}
a.widget_billetterie_bt_suite:hover{
  background-color:#666;
  text-decoration:none;
}

a.widget_billetterie_bt_suite span{
  line-height:35px;
  padding:0;
  color:#FFF!important;
}

/*** BOUTON RETOUR ***/

a.widget_billetterie_bt_retour{
  background-color:#F2F2F2;
  color:#999!important;
  display:block;
  float:left;
  font-weight:bold
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  letter-spacing:1px;
  height:24px;
  margin:20px 0;
  padding:10px 20px 0 20px;
  cursor:pointer;
  border-radius:5px;
}
a.widget_billetterie_bt_retour:hover{
  background-color:#F2F2F2;
  text-decoration:none;
}

/*** BOUTON VALIDER ***/

a.widget_billetterie_bt_valider{
  background:#333;
  color:#FFF!important;
  display:block;
  float:right;
  font-weight:bold
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  letter-spacing:1px;
  height:34px;
  margin:20px 0;
  padding:0 21px;
  cursor:pointer;
  border-radius:5px;
}
a.widget_billetterie_bt_valider:hover{
  background-color:#666;
  text-decoration:none!important;
  color:#FFF!important;
}
a.widget_billetterie_bt_valider span{
  line-height:35px;
  padding:0;
  color:#FFF!important;
}

/*** BOUTON CONTINUER ***/

a.valide_participant{
  background:#333;
  color:#FFF!important;
  display:block;
  float:right;
  font-weight:bold
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  letter-spacing:1px;
  height:34px;
  margin:20px 0;
  padding:0 21px;
  cursor:pointer;
  border-radius:5px;
}
a.valide_participant:hover{
  background-color:#666;
  text-decoration:none;
}

a.valide_participant span{
  line-height:35px;
  padding:0;
  color:#FFF!important;
}

.billetterie_titre_categorie,
.billetterie_titre_sous_categorie{
  padding:9px 0;
  color:#333;
  text-transform:uppercase;
  background-color:#CCC;
  font-family:'Anton', arial, sans-serif;
  margin-top:1px;
  font-weight:normal;
  font-size:15px;
}
.billetterie_titre_sous_categorie{
  font-size:13px;
}

/*** Message de confirmation de commande ***/

.message_confirmation_transaction{
  padding:10px!important;
}

/*** Message d'erreur ***/

span#messCodeOk,
span#messCodeQte{
  color:#00AEEF;
  font-weight:bold;
}
span#messCodeNok,
span#messCodeEpuise{
  color:#ff9900;
  font-weight:bold;
}
#fullList{
  width:100%;
  text-align:center;
}

/***LOGO EE ***/

.billetterie_copy_right a.ee{
  background:url(../images/billetterie/ee.png) no-repeat top right;
  height:18px;
  width:30px;
  text-indent:-9000px;
  font-size:1px;
  display:inline-block;
  padding-right:5px;
  vertical-align:middle;
}
.billetterie_copy_right a.ee{
  outline:none;
}

/*** Icone Aide ? ***/

.instructions_img{
  text-align:center;
  width:30px;
  vertical-align:top;
  background:transparent url('../images/billetterie/aide.gif') no-repeat top left;
}

/*** BLOC TITRE IMG ***/

.block_titre_img,
.block_titre_img_sec,
.block_titre_img_pai{
  padding:0;
  margin:0;
  height:16px;
}
.block_titre_img{
  background:transparent url('../images/billetterie/paiement_recap_part1.gif') no-repeat top left;
}
.block_titre_img_sec{
  background:transparent url('../images/billetterie/paiement_secure_part1.gif') no-repeat top left;
}
.block_titre_img_pai{
  background:transparent url('../images/billetterie/paiement_paiement_part1.gif') no-repeat top left;
}

/*** AIDE CRYPTO ***/

a.crypto{
  height:15px;
  width:15px;
  font-size:10px;
  display:inline-block;
  padding-right:5px;
  vertical-align:middle;
  color:#666;
}
a.crypto{
  outline:none;
}

/*** SEFA UPLOAD IMAGE ***/

button.buttontransfert{
  height:auto!important;
  height:20px;
  line-height:normal!important;
  line-height:20px;
  font-size:11px;
  vertical-align:middle;
}
span.reussi{
  font-size:11px;
  padding-right:5px;
  color:#37a215;
}

/*** INFO DE SECURITE ***/

span.securite_titre{
  font-size:12px;
  line-height:1.4;
  padding-bottom:10px;
}
span.securite_titre a{
  color:#333;
  font-weight:normal;
}
span.securite_texte{
  font-weight:normal;
}
span.securite_texte a{
  cursor:pointer;
  text-decoration:underline;
}
span.securite_texte p{
  margin:20px 0;
}
span.securite_texte p a{
  cursor:pointer;
  color:inherit;
  text-decoration:underline;
}
span.securite_texte a img,
span.securite_texte p a img{
  cursor:pointer;
}
a.securite{
  cursor:pointer;
  text-decoration:underline;
}
.informationsSecuriteBouton{
  background:#333;
  color:#FFF!important;
  display:block;
  float:right;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  letter-spacing:1px;
  height:14px;
  margin:20px 0;
  padding:10px 21px;
  cursor:pointer;
  border-radius:5px;
}
.informationsSecuriteBouton:hover{
  background-color:#666;
  text-decoration:none;
}
.errorMessage, .confirmMessage{
  text-align:left;
  color:#ff9900;
  padding:10px;
  margin:5px 0 15px 0;
  border:2px solid #ff9900;
}
.errorMessage a{
  color:#ff9900;
  text-decoration:underline;
}

#moderation_info_block .instructions_img_tb {
  margin-bottom: 15px;
} 
.moderation_participant_wrapper  {
  margin-bottom:7px;
  border-left:20px solid #c0c0c0;
  background:#f0f0f0;
  padding: 8px 10px;
}

.moderation_participant_wrapper .moderation_modify {
  display:block;
  float:right;
  padding: 7px 15px;
  background: #333;
  color:#fff;
  text-decoration: none;
  border-radius: 3px;
}
.moderation_name {
  font-weight: bold;
  display:block;
}
.moderation_ticket {
  display:block;
}
.moderation_participant_wrapper .moderation_modify:hover {
  background: #666;
}

.moderation_participant_status_1 {
  background:#E9FFCC;
  border-color:#0A9900;
}
.moderation_participant_status_2 { /* declined */
  background-color:#FFADAD;
  border-color:#C80000;
}
.moderation_participant_status_3 { /* incomplete */
  background-color:#FFE570;
  border-color:#FFD000;  
}

#moderation_info_block {
  margin-bottom: 20px;
}

.moderation_participant_left {
  float:left;
}

#resendWrapper {
  margin-bottom:10px;
}
#resendWrapperTop {
  text-align: right;
  line-height: 28px;
}
#resendWrapperBottom {
  display:none;
  border: 1px solid #999;
  padding: 10px;
}
#resendWrapperBottom {
  display:none;
}
#resendWrapperBottom label {
  float:left;
}
#resendWrapperBottom input {
  margin-left: 10px;
}
#send_email {
  background-color: #F2F2F2;
  color: #999!important;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  height: 23px;
  line-height: 23px;
  margin-left: 10px;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
}


.pictoCatVisible,
.pictoCatInvisible{
  float:left;
  margin:4px 0 0 6px;
}
.entetesBlocsWrapper{
  width:100%;
  line-height:25px;
  text-align:left;
  margin:0;
  padding:0;
  font-size:15px;
  color:#FFF;
  font-weight:normal;
}
.entetesBlocs{
  background-color:#CCC;
  color:#FFF;
  margin:0;
  padding:0 0 0 5px;
}
#formBuyerBlock .entetesBlocs{
  background:#666;
}
#cryptogramme,
#numeroCarte{
  border:1px solid #CCC;
  border-radius:3px;
  padding:4px 4px 4px 10px;
  height:20px;
  line-height:20px;
  width:50px;
  font-size:13px;
  color:#666;
}
#numeroCarte{
  margin-left:0;
  width:140px!important;
}
#mois_validite,
#annee_validite{
  height:30px;
  line-height:30px;
  border:1px solid #CCC;
  border-radius:3px;
  padding:4px 4px 4px 10px;
  font-size:13px;
  color:#666;
}
.finalPrice{
  font-size:13px;
}
.downloadTicketButton{
  display:block;
  margin:auto;
  width:220px;
  height:34px;
  line-height:35px;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  color:#fff !important;
  background-color:#333;
  border-radius:5px;
  font-weight:bold;
}
.downloadTicketButton:hover{
  background-color:#333;
  text-decoration:none;
  color:#FFF !important;
}
.confirmationMore{
  padding:10px;
}
.billetterie_tb_nom_sous_categorie{
  background-color:#F2F2F2;
  text-align:left;
  font-weight:bold;
  color:#666;
  height:20px;
  padding-left:10px;
  padding-top:13px;
  width:auto!important;
}
.langSelectionText{
  font-family:'Anton', arial, sans-serif;
  font-size:19px;
  color:#CCC;
}
.langSelectionActive,
.langSelectionText:hover,
.langSelectionText:active{
  color:#333;
  text-decoration:none;
}
.retourAccueil{
  text-decoration:none;
  color:#999!important;
  font-size:12px;
  margin-right:10px;
}
.retourAccueil:hover{
  text-decoration:none;
  color:#333!important;
}
.bouton_plan_de_salle{
  background-color:#333;
  color:#FFF!important;
  display:block;
  float:right;
  font-size:12px;
  font-weight:bold;
  height:25px;
  line-height:25px;
  margin:10px 5px 5px 0;
  padding:0 10px;
  text-decoration:none;
  text-align:center;
  text-transform:uppercase;
  border-radius:5px;
}
.bouton_plan_de_salle:hover{
  background-color:#333;
}

/*** Widgets ***/

#left img{
  max-width:300px;
  max-width:-moz-available;
}
#right img{
  max-width:535px;
  max-width:-moz-available;
}
.w_visuel{
  text-align:center;
}
.fb-comments{
  background-color:#FFF;
}

.fb_comment_left iframe{
  width: 280px!important;
}
/*** DIVERS MISC ***/

.message_ventes_suspendues{
  text-align:center;
  font-size:18px;
  font-weight:bold;
  color:#333;
  margin-top:50px;
}
.helpLink{
  color:#333;
}

/*** SHARE IT ***/

.shareItWrapper{
  background-color:#F2F2F2;
  padding:10px;
  text-align:center;
}
.shareItWrapper .custom_images{
  width:140px;
  margin:0 auto;
  text-align:center;
}

/*** FORM FIELDS ***/

.fieldWrapper{
  border-bottom:1px solid #FFF;
  padding:2px 5px;
}
.fieldWrapperInvisible{
  border-bottom:0;
}
.fieldLabel{
  display:block;
  float:left;
  width:30%;
  text-align:right;
  padding:5px 10px 5px 0;
  color:#333;
}
.fieldLabel input[type="checkbox"] {
  width: 13px;
}
.fieldValue{
  display:block;
  float:left;
  width:330px;
}
.fieldLabelRecap{
  display:block;
  float:left;
  width:200px;
  padding:0 10px 0 0;
}
.fieldValueRecap{
  display:block;
  float:left;
  width:240px;
}
.fieldWrapper_title{
  font-size:15px;
  color:#333;
  margin:10px 0 15px 0;
  border-bottom:2px solid #CCC!important;
  color:#999;
  margin-left:5px;
}
.fieldWrapper_checkbox .fieldValue{
  color:#666;
  padding: 10px 0;
}
.fieldWrapper_checkbox .fieldLabel{
  padding-top:9px;
}
.fieldWrapper_checkbox .fieldValue input{
  padding:0;
  margin:2px 5px 0 0;
}
.fieldValue  .downloadLink {
  padding-top:5px;
  display:block;
}
.fieldValue input.disabled {
  color:#999;
  background:#f0f0f0;
}
.widgetFileInput{
  position:relative;
  -moz-opacity:0;
  opacity:0;
  z-index:2000;
  height:25px!important;
  width:220px!important;
  padding:0!important;
}
.widgetFileUploadWrapper{
  position:relative;
  width:230px;
}
.formFileUploadFake{
  position:absolute;
  background-color:#666;
  border:0;
  color:#FFF;
  display:block;
  float:right;
  font-size:12px;
  text-align:center;
  height:25px;
  line-height:25px!important;
  margin:0;
  margin-top:2px!important;
  padding:0 20px;
  cursor:pointer;
  border-radius:3px;
  font-size:12px;
  width:180px;
}
.formFileUploadFake.error{
  border:1px solid #ff9900;
}
.dateInput{
  width:140px!important;
}
.widegtFileUploadContainer{
  margin-bottom:4px;
}
.fullscreenReturn3DS{
  width:500px;
  margin:20px auto;
}
.fullscreenReturn3DS .billetterie_fonctionnement,
.fullscreenReturn3DS #billetterie_etapes,
.backButton3DS{
  display:none;
}
.fullscreenReturn3DS .backButton3DS{
  display:block;
  text-align:center;
  margin:10px 0;
  font-size:16px;
  line-height:2.2;
  color:#333;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
}
.fullscreenReturn3DS #backButtonStandard{
  display:none;
}

/*** OVERWRITE FOR SCREENS < 520px ***/

@media only screen and (max-width:520px){
.ui-dialog{
  width:100%!important;
}
.reducWrapper{
  float:right;
  width:100%!important;
}
.reducWrapper table{
  width:100%;
}
.billetterie_fonctionnement{
  display:none;
}
.fieldLabel{
  margin:0;
  padding:0;
  width:100%;
  text-align:left;
}
.fieldValue{
  margin:0;
  padding:0;
  width:100%;
}
.ticket_etape2_champs{
  width:90%!important;
  padding:3px 5px;
  font-size:14px!important;
  height:auto;
}
.quantitySelect{
  padding:3px 2px;
  font-size:14px!important;
  height:auto;
}

.ticket_etape2_champs_mini{
  width:90%!important;
  padding:3px 5px;
  font-size:14px!important;
  height:auto;
}
#numeroCarte{
  width:90%!important;
  padding:3px 5px;
  font-size:14px!important;
  height:auto;
}
#mois_validite{
  width:45%!important;
  padding:3px 5px;
  font-size:14px!important;
  height:auto;
}
#annee_validite{
  width:45%!important;
  padding:3px 5px;
  font-size:14px!important;
  height:auto;
}
#cryptogramme{
  width:40%!important;
  padding:3px 5px;
  font-size:14px!important;
  height:auto;
}
#billetterie_etapes td{
  font-weight:normal!important;
  font-size:11px;
  width:auto!important;
  padding-right:10px;
}
.commentaire {
  margin-left: 0;
  padding: 5px 0;
}
.fieldLabel input[type="checkbox"] {
  width: 13px!important;
}
}

@media only screen and (max-width:300px){
#billetterie_etapes{
  display:none;
}
}

select:focus{
  border:solid 1px #666;
}

a:focus{
  border:solid 1px #666;
}
