/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 29/05/2015, 02:41:22 PM
    Author     : Carlos Castañeda O
*/

#holder {
    height: 600px;
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #A4A4A4;
    margin: 0 auto;
}

#place {
    position: relative;
    margin: 7px;
}

#place a {
    font-size: 0.7em;
    color: blue;
}

#place .escenario {
    font-size: 1.7em;
    color: red;
}

#place li {
    list-style: none outside none !important;
    position: absolute !important;
}

#place li:hover {
    background-color: yellow;
}

#place .seat {
    background: url("../images/available_seat_img.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 25px;
    display: block;
}

#place .disponible {
    background-image: url("../images/available_seat_img.png");
}

#place .selectedSeat {
    background-image: url("../images/booked_seat_img.png");
}

#place .selectingSeat {
    background-image: url("../images/selected_seat_img.png");
}

#place .vaseat {
    background-image: url("../images/vendida_abono.png");
}

#place .raseat {
    background-image: url("../images/reservada_abono.png");
}

#place .rbseat {
    background-image: url("../images/reservada_boleteria.png");
}

#place .vbseat {
    background-image: url("../images/vendida_boleteria.png");
}

#place .evactseat {
    background-image: url("../images/selected_seat_img.png");
}


/*#place .row-3, #place .row-4{

margin-top:10px;

}*/

#seatDescription li {
    verticle-align: middle;
    list-style: none outside none !important;
    padding-left: 25px !important;
    height: 25px !important;
    float: left !important;
}

#div_escenario {
    background-color: #F5F5F5;
}

#detallespuestos {
    background-color: #F5F5F5;
}

.sinpadding {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important
}

.flotante {
    display: scroll;
    position: fixed;
    bottom: 320px;
    right: 0px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}