#choose_price{
  display: none;
  margin: 10px 0 0;
}

.choose_price .ui-dialog-buttonpane .add_seat_button {
  float:right;
}

.product-meeting-desc_price {
  max-width: 50%;
}

.ui-dialog-buttonpane
{
  padding-bottom: 12px;
}

.ui-dialog-buttonpane button
{
  margin-left: 10px;
}

#modealaplace_masks {
  display: none;
}

.seat_detail_popup_right
{
  right: 0;
}
.seat-mode-content {
  position: relative;
  min-height: 300px;
  /*background: #fff;*/
}

#modealaplace_bloc_meeting
{
  position: relative;
}

.box-info {
  z-index: 1000;
}

.bloc_meeting, .seat_meeting {
  display: none;
}

.arena {
  position: relative;
}

/* Map */

.svg_map.arena_map {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.svg_map.seat_map {
  height: 484px;
  width: 980px;
}

.arena .svg_map.arena_map {
  height: 657px;
  width: 980px;
}
image.arena_img_toit_anime {
  display: none;
}
image#arena_img_toit_plan_salle_editorial_0 {
  display: block;
}
#seat_maparea #seat_img {
  /*cursor:move;*/
}
.svg_map.arena_map .pinpoint {
  display: none;
}

.polygon_block, .polygon_seat {
  z-index: 50;
}

.polygon_block_enabled {
  fill-opacity: 0;
  stroke-width: 0;
}

.polygon_seat_enabled {
  fill-opacity: 1;
  /*stroke-width: 2px;*/
}

.polygon_block_enabled.polygon_block_selected {
  stroke: #FFFFFF;
  fill: rgb(255,255,255);
  fill-opacity: 0.7;
  stroke-width: 4;
}

.polygon_seat_enabled.polygon_seat_offer_selected {
  fill: #34b63c;
}

.polygon_seat_enabled.polygon_seat_offer_other {
  fill: #febe14;
}

.polygon_seat_enabled.polygon_seat_selected {
  fill: #ffffff;
  /*stroke: #000000;*/
}

.polygon_block_enabled:hover, .polygon_block_enabled.polygon_block_enabled_hover {
  cursor: pointer;
  fill: rgb(255,255,255);
  fill-opacity: 0.7;
  z-index: 100;
}

.polygon_seat_enabled:hover {
  cursor: pointer;
  z-index: 100;
}

.polygon_block_disabled {
  fill: #CECECE;
  opacity: 0.7;
  stroke: #CECECE;
}

.tooltip_modealaplace {
  background: none repeat scroll 0 0 #000000;
  border: 2px solid white;
  color: #CBE2FC;
  display: none;
  opacity: 0.7;
  padding: 5px;
  position: absolute;
  z-index: 10000;
}

/* Map tools */
.tools
{
  height: 40px;
  left: 10px;
  position: absolute;
  top: 45px;
  width: 39px;
}

.tool
{
  background: url(../images/sprite_map2_controls.png) no-repeat;
}

.tools .moveup,
.tools .moveleft,
.tools .moveright,
.tools .movedown,
.tools .zoomin,
.tools .zoomout
{
  color: white;
  cursor: pointer;
  left: 12px;
  line-height: 10px;
  padding: 3px;
  position: absolute;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tools .moveup,
.tools .movedown
{
  height: 5px;
  width: 11px;
}

.tools .moveleft,
.tools .moveright
{
  height: 7px;
  top: 12px;
  width: 9px;
}

.tools .zoomin,
.tools .zoomout
{
  width: 9px;
  height: 10px;
}

.tools .moveup {background-position: -12px -44px;top: 0;}
.tools .moveleft {background-position: 0 -56px;left: 0;}
.tools .moveright {background-position: -25px -56px;left: 25px;}
.tools .movedown {background-position: -12px -71px;top: 26px;}
.tools .zoomin {top: 45px;background-position: -13px -89px}
.tools .zoomout {top: 65px;background-position: -13px -107px}


/* Map around */

.arena_menu_light h2
{
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
  color: #1D5267;
}

.bloc_meeting .blocks_arena_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.seat_meeting .blocks_arena_bottom
{
  float: right;
}

.seats_legend_type2_wrapper {
    float: left;
    height: 26px;
    margin-left: 10px;
    position: relative;
}

#seats_legend_type2_container {
    left: 0;
    top:0;
    position: relative;
}

#seats_legend_type2_container h2
{
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

#display_arena_categories_container
{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  padding: 4px 7px;
  z-index: 999;
  background: #fff;
}

#display_arena_categories_container h2
{
  float: left;
  line-height: 24px;
  font-size: 12px;
  margin-right: 8px;
  color: #1D5267;
  position: relative;
}

.display_arena_categories_wrapper
{
  position: relative;
  width: 66px;
  height: 24px;
  background:url(../images/bg_category_display.png);
  float: left;
}

.display_arena_categories_slider
{
  width: 93px;
  height: 22px;
  background: url(../images/bg_category_slider.png) repeat-x;
  position: absolute;
  left: 2px;
  top: 1px;
  cursor: pointer
}

.display_arena_ok,
.display_arena_nok
{
  width: 31px;
  height: 22px;
  float: left;
  text-align: center;
  line-height: 25px;
  font-size: 11px;

}

.display_arena_ok
{
  color: #fff;
  margin-left: 2px;
}

.display_arena_nok
{
  margin-left: 1px;
}

.inputs_category
{
  display: none;
}

.categories_alaplace
{
  background: #FFF;
  margin-bottom: 10px;
  margin-top: 5px;
}

.categories_alaplace ul
{
  display: table;
  padding: 0;
  width: 100%;
}

.categories_alaplace li
{
  display: table-cell;
  text-align: center;
  padding: 0;
  border-left: 3px solid white;
}

.categories_alaplace li span.price
{
  color: #12222f;
  font-size: 11px;
}

.categories_alaplace li:first-child
{
  border: none;
}

.categories_alaplace li span.category_name
{
  display: block;
  font-size: 11px;
  color: white;
  padding: 3px 5px;
  margin-bottom: 5px;
}

.categories_alaplace .categories_plusieurs_lignes
{
  width: 100%;
}

.categories_alaplace .categories_plusieurs_lignes td
{
  text-align: center;
  color: black;
  font-family: 'Conv_DINRg___',Sans-Serif;
}

/*
.categories_alaplace .categories_plusieurs_lignes span.price
{
  color: #12222f;
  font-size: 11px;
}*/

.categories_alaplace .categories_plusieurs_lignes tr td:first-child
{
  border: none;
}

.categories_alaplace .categories_plusieurs_lignes td.categname
{
  font-size: 11px;
  color: white;
  font-family: 'Conv_DINRg___',Sans-Serif;
  padding: 5px;
  vertical-align: middle;
}
.categories_alaplace .categories_plusieurs_lignes td.info_categ
{
  background-image: url("../images/visuel-commentaires-categories.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
/*.categories_alaplace .categories_plusieurs_lignes td.categprice
{
  padding-top: 5px;
}*/

.arena_expand,
#wrapper .arena_expand:hover
{
  min-width:60px;
  text-align: center;
  color: white;
}

.arena_expand, .cam_expand
{
  padding-left: 10px;
  padding-right: 33px;
  background: #34485d url(../images/bg_agrandir_map.png) no-repeat top right;
  line-height: 26px;
  display: block;
  font-size: 11px;
}

.cam_expand
{
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left:0;
  padding-right:0;
  width: 25px;
}

body.ios8 .block_details_cam a.cam_expand, body.ios8 #block_details_cam a.cam_expand {
  display:none;
}

body.ios8 #minimap_wrapper {
  z-index: 100;
}

body.ios8 .svg_map.seat_map {
  height: 306px;
}

#map_details
{
  position: relative;
  height: 26px;
  text-transform: uppercase;
}

#minimap_wrapper
{
  float: left;
  position: relative;
  width: 284px;
  height: 24px;
}

#backtomap1
{
  line-height: 26px;
  padding: 0 10px;
  background: #34485d;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  color: #fff;
}

#minimap
{
  position: absolute;
  top: -217px;
  width: 284px;
  background: #fff;
}

.minimap_title,
.seats_legend_type2_wrapper h2
{
  line-height: 26px;
  background: #34485d;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
  color: #fff;
}

.item_toggle_active{
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 24px;
  background: url(../images/bg_fleches_gris_updown.png) no-repeat -3px 1px;
  display: block;
}
div#seats_legend_type2_wrapper{
  float: right;
  position: relative;
  top: -3px;
  color: #E1E5E5;
}
ul.seats_legend_type2,
#seats_legend_type2_wrapper h2
{
  float: left;
  background: #fff;
}
#seats_legend_type2_wrapper h2{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 15px;
  position: relative;
  top: 9px;
}
ul.seats_legend_type2{
  padding: 0;
  min-width: 100px;
}

ul.seats_legend_type2 li {
/*    display: inline-block;*/
    margin: 0;
    padding: 10px 10px 0;
    width: auto;
}
.block_legend_color {
    border: medium none;
    clear: both;
    display: block;
    float: left;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}
.block_legend_color .ellipse{
  border-radius: 10px;
}

.legend_text{
  display: block;
  line-height: 17px;
  margin-left: 0;
  float: left
}

/* Popins */
#blocks_details,
#seats_details,
#seat_details
{
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#seats_details,
#seat_details
{
  /*background:url(../images/bg_transparent_repeat.png) left top repeat;*/
  /*height: 510px;*/
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#blocks_details .block_details,
#seats_details .seat_details,
#seat_details .seat_detail_popup
{
  position: absolute;
  z-index: 999;
  width: 412px;
  background: #fff;
  box-shadow: 0 0 20px #000000;
  color: #555555;
}

#seats_details .block_details_offer li
{
  padding: 0;
}

.seat_details ul.block_detail_topinfos
{
  padding: 0!important;
}

#seats_details .popin2_currentoffer
{
  margin-left: -2px;
}

#blocks_details #block_details_auto
{
  width: auto;
}

#block_details_auto table.table_mode_auto
{
  width: 412px!important;
}

.seat_details
{
  top: 40px;
  left: 40px;
}

.seat_details.seat_detail_popup_right
{
  left: auto;
  right: 30px;
}

#blocks_details .block_details fieldset
{
  padding: 0;
  margin-top: 0;
  border: none;
}

.table_mode_auto_submit
{
  float: right;
  margin-right: 20px;
}

.block_details_main_title p.color3
{
  margin:0 10px 20px;
}

.seat_details_context
{
  position: relative;
}

.seat_details_close
{
  position: absolute;
  top: 4px;
  right: 5px;
}

.ui-dialog-titlebar
{
  position: relative;
}
.ui-dialog-titlebar-close{
  position: absolute;
  background: url(../images/picto_close.png) no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 15px;
  position: absolute;
  right: 12px;
  top: 11px;
  width: 15px;
}
.popin_cam_view .ui-dialog-titlebar-close{
  position: absolute;
  background: url(../images/picto_close.png) no-repeat;
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 15px;
  z-index: 2000;
  text-indent: 999px;
  border:none;
  cursor:pointer;
}

#seat_details .cam_expand
{
  display: none;
}

.seat_details_context_label
{
  padding: 6px 10px;
  color: #fff;
}

.seat_offer_selected
{
  background: #35bb4a;
}

.seat_offer_other
{
  background: #fcbe15;
}

#blocks_details .block_detail_topinfos
{
  cursor: move;
  padding: 0;
}

.block_details_main_title,
.seat_details_main_title
{
  position: relative;
  padding:10px 10px 0 85px;
}

.block_details_main_title h2
{
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000;
  font-size: 17px;
  height: auto;
  margin: 0;
  padding: 10px 30px 0 10px;
  text-align: left;
}

.block_details_main_title .block_details_close,
.seat_details_main_title .seat_details_close
{
  position: absolute;
  right: 7px;
  top: 5px;
}



/*spé*/

#block_details_1{
  top: 22px;
  left: 20px;
}

#block_details_2{
  top: 22px;
  right: 22px;
}

.block_detail_topinfos{
  display: table;
  width: 100%;
}

.block_detail_topinfos li{
  display: table-cell;
  line-height: 15px;
  background: #8c8c8c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  width: 33%;
}

.block_detail_topinfos.block_detail_topinfos_double li{
  padding: 6px 10px;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.block_details_category,
.block_details_rang
{
  border-left: 1px solid #C6C6C6;
}

#blocks_details .block_details_main_title
{
  cursor: move;
  padding: 10px 10px 0 85px;
}

.block_details .block_details_offer
{
  padding: 0 10px 0;
}

#modealaplace_seat_meeting .block ul.block_details_offer
{
  margin-bottom: -20px
}

.block_details_offer li
{
  border-top: 1px solid #ebebeb;
  margin: 0;
  overflow: hidden;
  padding: 5px 10px 15px;
}
.block_details_offer li:first-child
{
  border: none;
}

.block_details_offer .currency_symbol
{
  position: relative;
  font-size: 15px;
  top: -10px;
}

li.offer_details span.choose_offer_block
{
  display: table-cell;
  text-align: left;
  color: #000;
  /*padding-top:10px;*/
}
li.offer_details span.choose_offer_block1{
  color: #FF0000;
}

li.offer_details .choose_offer_block1
{
  width: auto ;
  /*padding-right: 5px;
  line-height: 15px;*/
}

/*li.offer_details .choose_offer_block1 span
{
  display: block;
}*/

.choose_offer_block span.offer_population,
.table_mode_auto span.offer_population
{
  margin-left: 0;
}
.offer_details_summary,
.offer_details_dispos
{
  font-size: 11px;
  margin-bottom: 2px;
}

li.offer_details .choose_offer_block2
{
  vertical-align: middle;
  padding-top:22px;
  float:left;
}

#seats_details li.offer_details span.choose_offer_block {
  text-align: center;
  display: inline-block;
}

#seats_details li.offer_details .choose_offer_block2 {
  padding-bottom: 15px;
  width:390px;
}

li.offer_details .choose_offer_block2 .offer_price_price
{
  font-size: 25px;
  padding-left:5px;
}

li.offer_details .choose_offer_block3
{
  vertical-align: middle;
  float:right;
}

li.offer_details .choose_offer_block3 span.button
{
  width: 150px;
}

span.popin1_otheroffers,
span.popin2_currentoffer,
span.popin2_otheroffers
{
  background: none repeat scroll 0 0 #004A8A;
  color: white;
  display: block;
  font-weight: bold;
  left: -10px;
  margin-bottom: -5px;
  margin-top: 8px;
  padding: 7px 11px;
  position: relative;
  text-transform: uppercase;
  width: 390px;
}

span.popin2_currentoffer,
span.popin2_otheroffers
{
  font-weight: normal;
  /*top: -5px;*/
  margin-top: 0;
  /*margin-bottom: 3px;*/
}

span.popin2_currentoffer ~ span.popin2_otheroffers
{
  top: 0px;
  margin-bottom: -6px;
  margin-top: 9px
}
span.popin2_currentoffer span,
span.popin2_otheroffers span
{
  font-weight: bold;
}

span.popin2_currentoffer {
  background: #000;
}

span.popin2_otheroffers {
  background: #fdcb46;
  color:#1a2b4c;
}

/* Tooltips */
.block_tooltip, .tooltip_commentaires
{
  background: #fff;
  display: none;
  width: auto;
  text-align: center;
  font-size: 14px;
  word-wrap:break-word;
  position: absolute;
  color: #555;
  z-index: 999;
}

.tooltip_commentaires {
  width: 325px;
  padding: 10px;
}

.block_tooltip_access
{
  background: #34485d;
  color: #fff;
}

.tooltip_price_mention
{
  font-size: 12px;
  line-height: 14px;
  display: block;
  vertical-align:center;
}

.block_tooltip_infotxt,
.block_tooltip_price
{
  padding: 7px;
}

.tooltip_price,
.tooltip_price_max
{
  font-size: 25px;
  display: block;
  vertical-align:center;
}

div#arena_block_compare_wrapper
{
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 155px;
  z-index: 999;
  text-align: center;
}

.arena_block_compare_contents
{
  padding: 7px 12px;
}

#arena_block_compare_header
{
  background: #34485d;
  color: #fff;
  font-weight: bold
}

#arena_block_compare_text
{
  background: rgba(255,255,255,0.8);
  font-size: 15px;
  color: #999;
}


/* Basket */

.line_total {
    margin: 10px 0 0;
    overflow: hidden;
}
.line_total .total{
  float:right;
}
.line_total .total .montant{
  text-align:right;
  padding-right: 15px;
  font-size:16px;
  text-transform:uppercase;
  color:#000;
  font-weight:bold;
}
#seat_mode_basket {
  position: relative;
}

.cart_caroussel_arrows
{
  width: 93px;
  padding: 10px!important;
}

.cart_caroussel_fakesiege
{
  width: 115px;
}

.cart_caroussel_faketarif
{
  width: 257px;
}

.total_cart_amount
{
  width: 143px;
  padding: 10px!important;
}

.total_cart_fake_visu
{
  width: 49px;
  padding: 10px!important;
}

.total_cart_dispo_fake
{
  width: 115px;
}

.total_cart_tarif_fake
{
  width: 175px;
  padding: 10px!important;
}

.table_cart_total_suppr_icone
{
  width: 79px;
  padding: 10px!important;
}

#panier_page_wrapper
{
  background: #FFF;
  position: relative;
  overflow: hidden;
  color:#000;
  clear:both;
}

#panier_page_entete {
  color:#000;
}

#panier_page_wrapper a.lien_alaplace{
  margin:5px 10px;
}
#panier_page_wrapper a.lien_alaplace.precedent
{
  display: block;
  float: left;
  width: 15px;
  height: 10px;
  background:url(../images/sprite_fleche_map.png) 0 0 no-repeat;
}
#panier_page_wrapper a.lien_alaplace.precedent.off
{
  background:url(../images/sprite_fleche_map.png) -15px 0 no-repeat;
}
#panier_page_wrapper a.lien_alaplace.suivant
{
  display: block;
  float: left;
  width: 15px;
  height: 10px;
  background:url(../images/sprite_fleche_map.png) 0 -10px no-repeat;
}
#panier_page_wrapper a.lien_alaplace.suivant.off
{
  background:url(../images/sprite_fleche_map.png) -15px -10px no-repeat;
}

/* Cams */

.block_details_cam,
#block_details_cam,
.seat_details_cam,
.popin_cam_cam{
  position: relative;
}
.block_details_cam > div,
#block_details_cam > div,
.seat_details_cam > div
{
  cursor: move;
  height: 150px;
}

.block_details_cam img,
#block_details_cam img
{
  display: block;
}

.popin_cam_cam > div
{
  cursor: move;
  height: 410px;
  margin-bottom: 15px;
}

/* Admin */
.gsmo_admin_map {
}

.gsmo_admin_map .svg_map.arena_map {
  height: auto;
}

#edit-place-blocks-blocks {
}

.polygon_block_enabled.polygon_block_zone_1 { stroke: #A00; }
.polygon_block_enabled.polygon_block_zone_2 { stroke: #0A0; }
.polygon_block_enabled.polygon_block_zone_3 { stroke: #00A; }
.polygon_block_enabled.polygon_block_zone_4 { stroke: #0AA; }
.polygon_block_enabled.polygon_block_zone_5 { stroke: #AA0; }
.polygon_block_enabled.polygon_block_zone_6 { stroke: #A0A; }
.polygon_block_enabled.polygon_block_zone_7 { stroke: #444; }

#modealaplace_seat_meeting
{
  overflow:hidden;
}

.block_details_offer
{
  position: relative;

}

.block_details_offer ul {
  padding: 0;
}

.block_details_offer span.popin2_currentoffer
{
  /*padding-left: 19px;
  width: 382px;*/
  text-align: center;
}

.block_details_offer .button input,
.block_details_offer .button a,
#wrapper .block_details_offer .button a:hover
{
  display: inline-block;
  font-size: 13px;
}

/*panier*/

.recapitulatif-cart-a-la-place h2.step4
{
  color: #555;
}
.recapitulatif-cart-a-la-place th{
  padding:0 10px;
}
#places-panier-wrapper .recapitulatif-cart-a-la-place table tr.even td,
#places-panier-wrapper .recapitulatif-cart-a-la-place table tr.odd td {
  border-left: 1px dotted #C5C6C7;
  padding: 4px 0;
  vertical-align: top;
}

#places-panier-wrapper .recapitulatif-cart-a-la-place table tr.odd td
{
  background:#FAFAFB;
}

#places-panier-wrapper .recapitulatif-cart-a-la-place table tr.even td
{
  background:#F0F3F8!important;
}

#places-panier-wrapper .recapitulatif-cart-a-la-place table tr.first {
  background: none repeat scroll 0 0 #0099FF;
  color: #FFFFFF;
  height: 30px;
  text-transform: uppercase;
}

.recapitulatif-cart-a-la-place td, .recapitulatif-cart-a-la-place th{
  text-align: center;
}

.recapitulatif-cart-a-la-place th.left,
#places-panier-wrapper .recapitulatif-cart-a-la-place table tr.even td.cart_product_desc,
#places-panier-wrapper .recapitulatif-cart-a-la-place table tr.odd td.cart_product_desc{
  text-align:left;
  padding-left:10px;
  text-align: left;
  width:134px;
}
.recapitulatif-cart-a-la-place th,
.recapitulatif-cart-a-la-place td{
  width:112px;
  padding: 0;
}
.recapitulatif-cart-a-la-place {
  margin:0;
  /*padding:20px;*/
  padding:5px 0;
  background: #f0f0f0;
  z-index: 999;
  position: relative;
  min-height: 200px;
}
#center #sidebar-left.meeting.block .categories_plusieurs_lignes
{
  width: 100%;
}
/*panier scroll*/
#panier_page_scroll{
  position: relative;
  overflow: hidden;
  background: #E1E0E0;
}
#panier_page_scroll table{
  position: relative;
}
.popin_cam_legend{
  font-weight:bold;
}
.seat_mode_logo_popin{
  left: 20px;
  position: absolute;
  top: 8px;
}















































/* MIJ  MALP V2 12/2013 */
.seat_details .line{
  clear:both;
  overflow:hidden;
}
.seat_details .liste p.select_price_title{
  background: none repeat scroll 0 0 #848484;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
  padding: 0 10px;
}
.seat_details .liste tbody{
  border:none;
}
.seat_details .liste tr{
  margin-bottom:10px;
  overflow:hidden;
}
.seat_details .liste tr.grey{
  background:#f6f6f6;
}
.seat_details .liste tr.white{
  background:#fff;
}
.seat_details .liste td{
  vertical-align:middle;
  text-align:center;
  padding: 8px 10px;
}
.seat_details.hover .liste td{
  text-align:right;
}
.seat_details.hover .block_details_close{
  display:none
}
.seat_details .liste td.first{
  width:272px;
  text-align:left;
}
.seat_details .liste td.price, .seat_details .liste td.price label{
  font:bold 16px arial, sans-serif;
  text-transform:uppercase;
  color:#000;
  height: auto;
}
#wrapper .seat_details .liste td.price, #wrapper .seat_details .liste td.price label.promo{
  color:red;
}
.seat_details .liste td span{
  display:block;
}
.seat_details .liste .infos > p {
    background: none;
    color: #666666;
    font-weight: normal;
    padding: 0;
}
.seat_details .liste td input{
  margin:0;
}
.seat_details .liste .valid_seat_choice {
    text-align: center;
    width: 146px;
}
.seat_details .liste td.submit_choice{
  width:100%;
  text-align: right;
}
.seat_details .liste td span.type{
  font:bold 13px arial, sans-serif;
  text-transform:uppercase;
}
.seat_details .liste td span.infos{
  color:#666;
/*  font: italic 11px arial, sans serif;*/
}
.seat_details.hover .line input,
.seat_details.hover .line .button,
.seat_details.hover .submit_choice{
  display:none;
}
.seat_details .liste td.price.tarif_exceptionnel{
  color:#EC1818;
}
#total-cart div.bg-top-table table.recap{
  margin: 0 auto 20px;
  width:98%;
}
#total-cart div.bg-top-table table.recap.delete_button {
  margin: 0 0 20px;
  width:85%;
  float: left;
}
#total-cart table.recap tr{
  border:1px solid #C0C0C0;
}
#total-cart table.recap tr:last-child{
  border:1px solid #C0C0C0;
}
#total-cart table.recap{
  color:#444;
}
#total-cart table.recap,
#total-cart table.recap th{
  text-align:center;
}
#total-cart table.recap td{
  padding: 20px 10px;
  font-weight:bold;
}
/* FIN MIJ  MALP V2 12/2013 */


/* mode a la place v2 style 13/12/2013*/
.new .arena_menu_light {
  background:#fff;
  width:auto;
  overflow:hidden;
  padding:8px 25px;
}
.new .arena_menu_lig#blocks_details .block_details,#seats_details .seat_details,#seat_details .seat_detail_popup {
  border:1px solid #999999;
}
ht h2,.new .wrap_promo h2 {
  font-size:25px;
  color:#8c8c8c;
  margin-left:0;
}
.new .wrap_promo h2 {
  margin:6px 0;
}
.new .arena_menu_light p {
  font-size:14px;
  line-height:135%;
  margin:0;
}
.meeting .content_wrapper.new .table_info .td_description .description p.article_texte {
  font-size:14px;
  line-height:18px;
  color:#848484;
}
.wrap_promo {
  background:#eaeaea;
}
.wrap_promo .button>span #left-part {
  display:none;
}
div#generic-promo-form-code-alaplace {
  background:none;
}
.wrap_promo #generic-promo-description-alaplace,.wrap_promo #generic-promo-form-code-alaplace {
  padding-left:0;
  background:none;
}
.meeting .new .date_meeting select {
  margin-left:0;
}
.recapitulatif-cart-a-la-place {
  background:#fff;
  padding:15px 0 0 0;
}
#places-panier-wrapper .arena_menu_light h2 span {
  font-size:25px;
}
#places-panier-wrapper h2 {
  font-size:25px;
}



/*---------------------------------------------- TIMER CART -----------------------------------------------------*/
#timer-cart {
    clear: both;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
}
#timer-cart .time-remaining {
    /*color: #FFFFFF;*/
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
#timer-cart .countdown {
    margin: 0 4px;
}
#timer-cart span.timer-icon,
#timer-cart span.timer-icon,
#timer-cart .time-remaining span.timer-icon {
    background: url("../images/sprite_iconographie.png") no-repeat scroll -80px -239px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    margin-left: 5px;
    width: 40px;
}
#timer-cart div.sub-infos-count .emptying-cart,
#timer-cart div.sub-infos-count .emptying-cart,
#timer-cart .remove-all-seats.panier .chariot {
    background: url("../images/sprite_iconographie.png") no-repeat scroll -82px -22px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    width: 35px;
}
#timer-cart div.sub-infos-count,
#timer-cart div.sub-infos-count {
    display: block;
    float: right;
    line-height: 40px;
    margin-top: 0;
    position: relative;
    top: 0;
    padding: 0 14px 0 0;
}
#timer-cart div.sub-infos-count a,
#timer-cart div.sub-infos-count a {
    font-weight: bold;
    line-height: 20px;
}
.remove-all-seats.panier {
  display:block;
  float:right;
  line-height:40px;
}
/*------------------------------------------- END TIMER CART --------------------------------------------------*/



.recapitulatif-cart-a-la-place th {
  border:none;
}
#panier_page_scroll {
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
}
#panier_page_scroll tbody {
  border:none;
}
#places-panier-wrapper .button {
  float:none;
  margin:0;
  padding:0;
  background:none;
  height:auto;
  line-height:auto;
  text-align:center;
}
.btn.validate_order {
  width:auto;
}
#places-panier-wrapper .button input {
  height:30px;
}
.line_total {
  margin-top:30px;
  overflow:hidden;
  position:relative;
}
.line_total .total {
  width:30%;
  float:right;
}
.line_total .montant,.line_total .btn {
  float:right;
  clear:both;
}
.arrow_scroll {
  bottom:2px;
  position:absolute;
  display:none;
}
#panier_page_wrapper a.lien_alaplace.precedent.off {
  background:url("../images/sprite_fleche_map.png") no-repeat scroll -15px 0;
}
#panier_page_wrapper a.lien_alaplace.precedent {
  background:url("../images/sprite_fleche_map.png") no-repeat scroll 0 0;
}
.recapitulatif-cart-a-la-place th.left,.recapitulatif-cart-a-la-place td.left {
  text-align:left;
  width:134px;
  padding:0 0 0 10px;
}
.recapitulatif-cart-a-la-place th,.recapitulatif-cart-a-la-place td,#panier_page_wrapper #panier_page_scroll .table_suppr_icone,#panier_page_wrapper #panier_page_scroll .table_loupe_icone {
  width:112px;
}
.seat_details .liste table {
  clear:both;
}
.seat_details .liste .valid_seat_choice {
  width:146px;
  height:30px;
  text-align:center;
  color:#fff;
  float:right;
  border:none;
  margin:0 2px 0 0;
  font-family:arial,sans-serif;
  cursor:pointer;
}
.new #backtomap1 {
  background:#ddd;
  text-align:center;
  width:75px;
  line-height:26px;
}
.new #map_details {
  height:26px;
  position:relative;
  text-transform:uppercase;
}
.new .minimap_title,#seats_legend_type2_container h2 {
  background:url("images/bg_fleches_gris_updown2.png") no-repeat scroll right top #34485D;
  color:#fff;
  height:26px;
  line-height:26px;
  padding: 0 0 0 10px;
}
.new #modealaplace_seat_meeting h2, #seat_mode_basket h2 {
  background: none repeat scroll 0 0 #34485D;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 10px;
}
.new .item_toggle_active {
  background:url("images/bg_fleches_gris_updown2.png") no-repeat scroll -3px -24px #fff;
}
.seat_meeting .blocks_arena_bottom {
  float:right;
  height:24px;
}
.new .arena_expand,.cam_expand {
  background:url("../images/bg_agrandir_map.png") no-repeat scroll right 0px #fff;
  color:#8C8C8C;
  display:block;
  font-size:12px;
  line-height:24px;
  padding-left:10px;
  padding-right:33px;
  text-transform:uppercase;
}
.new .arena_expand,#wrapper .new .arena_expand:hover {
  color:#8C8C8C;
}
#modealaplace_seat_meeting .block_details_main_title h2 {
  background:none;
}
#total-cart table td {
  padding:10px;
  border-right:1px solid #c0c0c0;
}
#total-cart table td.content-1 {
  width:auto;
}
#total-cart table td.content-2 {
  padding:10px;
  width:500px;
}
#total-cart table th#content-2 {
  width:279px;
  padding-left:10px;
}
#total-cart table tr.last td,#total-cart table td.content-5,#total-cart table td.content-6 {
  border-right:none;
}
.new .bloc_meeting .blocks_arena_bottom {
  border:1px solid #C0C0C0;
  bottom:0;
  position:absolute;
  right:0;
  z-index:999;
}
#store-footer {
  clear:both;
  font-size:x-small;
  padding:4px 0 0;
  position:relative;
  text-align:center;
  width:100%;
}
.new #generic-promo-form-code-alaplace {
  color:#000;
  padding:0 0 0 24px;
}
.new #generic-promo-form-code-alaplace .text {
  width:175px;
  float:left;
}
.offer_details_dispos.color2 {
  background:url('images/attention.gif') left 2px no-repeat;
  padding-left:20px;
  position:absolute;
  right:22px;
}
.new #generic-promo-form-code-alaplace {
  color:#000;
  padding:0;
  font-size:14px;
}
.new #generic-promo-form-code-alaplace .text {
  float:left;
  margin-right:4px;
  width:auto;
}
li.offer_details span.choose_offer_block {
  color:#555;
}
#blocks_details .block_details,#seats_details .seat_details,#seat_details .seat_detail_popup {
  border:1px solid #999999;
}

.block_details_main_title .block_details_close,.seat_details_main_title .seat_details_close {
  position:absolute;
  right:23px;
  top: 22px;
}
/* mode a la place v2 style 13/12/2013 */
.categories_alaplace .categories_plusieurs_lignes tr td:first-child {
  border:none;
  height:35px;
}
#seat_mode_basket {
  background:none repeat scroll 0 0 #FFFFFF;
  overflow:hidden;
  position:relative;
  z-index:998;
}
#blocks_details,#seats_details,#seat_details {
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:999;
}
#total-cart table.recap td{
  max-width: 50px;
}
li.offer_details span.choose_offer_block.choose_offer_block3 {
    float: right;
    overflow: hidden;
    padding: 20px 0 0;
    width: auto;
}
#modealaplace_seat_meeting .block_details_main_title h2,
.block_details_main_title h2 {
    max-width: 252px;
}
li.offer_details span.choose_offer_block.choose_offer_block2 {
    float: left;
    padding: 20px 0 0;
    width: auto;
}
.polygon_seat_enabled.polygon_seat_selected {
    fill: #FFFFFF;
    stroke: #00FF00;
    stroke-width: 4px;
}
.polygon_seat_enabled.polygon_seat_clicked {
    fill: #FFFFFF;
    stroke: #FF0000;
    stroke-width: 4px;
}
.wrap_promo .text{
  float:left;
  margin:0 5px 0 0;
}

/* BUSY BOX */

.busy-box-spinner img {
    height: auto !important;
    width: auto !important;
}
.busy-box-spinner {
    background: none repeat scroll 0 0 #3B3B3B;
    border-radius: 12px;
    box-shadow: none;
    padding: 25px;
}
#main_content .busy-box, .seat-mode-content .busy-box {
    background: none repeat scroll 0 0 #3B3B3B !important;
}
#center #sidebar-left.meeting.block .categories_alaplace .categories_plusieurs_lignes table.group_categories{
  width:100%;
}
.categories_alaplace .categories_plusieurs_lignes td.intitule_categories{
  color:white;
  width:80%;
}
.categories_alaplace .categories_plusieurs_lignes td.info_bulle_categories{
  display:block;
  width: 28px;
  height: 28px;
  background:url('../images/visuel-commentaires-categories.png') left top no-repeat;
  background-size: 28px 28px;
}

.confirm_cart_button {
  float: right;
}

.choose_price .ui-dialog-titlebar-close,
.popin_reabonnement .ui-dialog-titlebar-close{
  display:none;
}

div.tmp_product_loader {
  background:url('../images/product_loader.gif') no-repeat center;
  height:20px;
}
