﻿/* Tableaux */
.SamePlace_RowGroup
{
    background-color: #6d6b6b;
    padding-top: 10px !important;
}

.SamePlace_Row
{
    background-color: #A7A2A2;
}

.SamePlace_Row td
{
    width: auto;
}
.SamePlace_Row td:nth-child(1)
{
    width: 150px;
}
.SamePlace_Row td:nth-child(2),.SamePlace_Row td:nth-child(3),.SamePlace_Row td:nth-child(4),.SamePlace_Row td:nth-child(5)
{
    width: 40px;
}
.SamePlace_Row td:nth-child(6)
{
    width: 70px;
}
.SamePlace_Location
{
    background: url("../images/plan.png") no-repeat 3px 3px;
    font-weight: normal;
    padding: 3px 0px 3px 20px !important;
    font-size: 10px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.SamePlace_Change, .SamePlace_AddToCart
{
    background-color: #686868;
    text-align:center;
}

.SamePlace_StatusText1Cell
{
    width: 60px !important;
    height: 25px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.SamePlace_StatusText2Cells
{
    width: 120px !important;
    height: 25px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}


/* Boutons */
.Ticketing_ActionIcon
{
    float: none !important;
    display: inline-block !important;
    background-image: url('../images/icones_Ticketing.png');
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    min-width: 50px !important;
    height: 25px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.SamePlace_ViewIcon
{
    background-position: 0px -125px;
}
.SamePlace_AddToCartIcon
{
    background-position: 0px -75px;
}
.SamePlace_RemoveFromCartIcon
{
    background-position: 0px -100px;
}
.SamePlace_InCartIcon
{
    background-position: 0px -150px;
    cursor: default;
}
.SamePlace_ChangeSeatIcon
{
    background-position: 0px -175px;
}