﻿#tabmapbooking
{
    /*padding: 10px;*/
}

#MiniatureVueStade, .ViewSeatOnMap_ZonesPhotosFixed
{
    margin-left:4em;
    margin-right:1em;   
}
#tabbookingmain, .ViewSeatOnMap_TopBanner
{
    height:180px;
    width:936px;
    margin-bottom:2em;
    margin-top:-1em;
}
#miniMainSvg
{
    position:relative;
    float:right;
    padding:0em;
    background-size: 100%;
}
#tabbookingareainfos, #MiniatureVueStade, #MiniatureStade, 
.ViewSeatOnMap_ZonesPhotosFixed, .ViewSeatOnMap_MainMap, .ViewSeatOnMap_Details
{
    float:left;
    margin-bottom:1em;
    margin-top:.1em;
}
#tabbookingareainfos, .ViewSeatOnMap_Details
{
    max-height:165px;
    width:372px;
    float: right;
}
.ViewSeatOnMap_Details
{
    max-height: 100px;
}

table#tablePricesbyCategories 
{
    
}
#tabbookingareainfos, #tablePricesbyCategoriesCenter, .ViewSeatOnMap_Details 
{
    padding:.2em .5em .5em .5em;
    background-color:#333333;
    border:0px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:1.1em;
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    border-radius: 10px;  
    margin-right:.5em;
}
#tablePricesbyCategoriesCenter.TablePriceCat
{
    width:50px;
}
#tablePricesbyCategoriesCenter.TablePriceAvailable
{
    width:100px;
}
#tablePricesbyCategoriesCenter.TablePricePrice
{
    width:300px;
}
#tablePricesbyCategoriesCenter.TablePricePrixAff
{
    width:150px;
}
#tablePricesbyCategoriesCenter.TablTablePriceSelectePriceCat
{
    width:20px;
}

#tabbookingareaimage, .ViewSeatOnMap_ZonesPhotos
{
    float:left;
    min-height: 150px;
    min-width:225px;
    background-image:url('../images/DefaultCam.png');
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius:  0px 0px 10px 10px;
    border:1px solid #333333;
}
#tabbookingtablecatplaces
{
     float:left;
     font-size:9px;
     max-height:80px;
     width: 100%;
}
#tabbookingareaname, .ViewSeatOnMap_DetailsTitle
{
    font-size:14px;
    font-weight:bold;
    background-color:#333333;
    color:#FFFFFF;
    padding:.2em 0.5em;
}
#tabbookingareadispos
{
    text-align:left;
}
.tabbookingtd
{
    text-align: center;
    margin-bottom: .2em;
}
.tabbookingtdlib
{
    text-align:center;
    width:196px; 
}
.tabbookingtdtitle
{
    font-size:10px;
}


/*
 * Module ViewSeatOnMap (packages/SeatSelection/ViewSeatOnMap.js)
 *  Ici les éléments spécifiques à ce module
 */
.ViewSeatOnMap_MainMap
{
    height: inherit;
    width: 260px;
    position: relative;
}
.ViewSeatOnMap_MainMap svg
{
    /* Cette instruction annule une propriété left qui est ajoutée dans le code sans que je trouve pourquoi (BK) */
    left: 0px !important;
}

.ViewSeatOnMap_Location
{
    background-color: #333333;
    opacity: 0.5;
    width: 100%;
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
    font-variant: small-caps;
    position: absolute;
    bottom: 0px;
    /* padding-left et padding-right doivent être définis dans le code js (Cf. packages/SeatSelection/ViewSeatOnMap.js, fonction ViewSeatOnMap_Draw) */
    padding-top: 10px;
    padding-bottom: 10px;
}

.ViewSeatOnMap_SeatDetailsArea
{
    text-align:center;
    margin: 20px;
}

.ViewSeatOnMap_Details
{
    padding-bottom: 20px;
}

.ViewSeatOnMap_Details .ViewSeatOnMap_DetailsContent.ViewSeatOnMap_SeatDetailsAccess
{
    /*margin-left: 20%;*/
}
.ViewSeatOnMap_Details .ViewSeatOnMap_DetailsContent
{
    float: left;
    text-align: center;
    width: 25%;
    /*margin-top: 10px;
    background-color: #333;*/
    /* Récup style du tableau des tarifs */
    background-color: #666;
    color: #FFF;
    font-size: 9px;
    font-weight: 700;
    padding: .5em 0em;
    vertical-align: middle;
}
.ViewSeatOnMap_Details .ViewSeatOnMap_DetailsHeader
{
    margin-top: 10px;
}
.ViewSeatOnMap_Details .ViewSeatOnMap_DetailsInfo
{
    background-color: #EFEFEF;
    color: #333333;
}

.ViewSeatOnMap_Details.ViewSeatOnMap_DetailsLocation .ViewSeatOnMap_DetailsContent
{
    width: auto;
}
.ViewSeatOnMap_CategoryColor
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -3px 5px -3px 0px;
    border: 1px solid #FFFFFF;
}
.ViewSeatOnMap_ZoningMap
{
    padding: 0px!important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.ViewSeatOnMap_ZoningMap img
{
    width: 100%;
}


/* Commentaire d'une place */
.ViewSeatOnMap_SeatComment
{
    max-height: 80px;
    width: 372px;
    float: right;
}
.DisplayPrices_SeatComment
{
    margin: 10px;
}

.ViewSeatOnMap_SeatComment .SeatCommentTitle, .DisplayPrices_SeatComment .SeatCommentTitle
{
    font-weight: bold;
}
.ViewSeatOnMap_SeatComment .SeatCommentContent, .DisplayPrices_SeatComment .SeatCommentContent
{
    font-weight: normal;
}
