/*
Index:
1 - Fonts
2 - General CSS
3 - Header CSS
4 - Content CSS
    4a - Dynamic Seats CSS
    4b - Book window
    
5 - Footer CSS

404 - 404 Page CSS

********************************************************************************
*******************************************************************************/

/* 1 - Fonts
------------------------------------------------------------------------------*/
/* End 1 - Fonts
------------------------------------------------------------------------------*/


/* 2 - General CSS
------------------------------------------------------------------------------*/
/* End 2 - General CSS
------------------------------------------------------------------------------*/


/* 3 - Header CSS
------------------------------------------------------------------------------*/
/* End 3 - Header CSS
------------------------------------------------------------------------------*/


/* 4 - Content CSS
------------------------------------------------------------------------------*/
/* End 4 - Content CSS
------------------------------------------------------------------------------*/


/* 4a - Dynamic Seats CSS
------------------------------------------------------------------------------*/

#stage {
    color: #303030;
    text-align: center;
    border: solid black 2px;
    width: 400px;
    margin: 10px auto
}

.sectionDivider {
    height: 10px;
}

.seat {
    width: 24px;
    height: 21px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 0px;
    padding: 0;
}
.blank {
    width: 24px;
    height: 21px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.seat:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#seatsContainer {
    padding: 10px;
}

#leftContainer input {
    width: 35px;
    margin-right: 10px;
    text-align: center;
}

#leftContainer h4{
    margin: 5px;
    padding: 0px;
}

#updateSeats{
    margin: 15px 11px;
}
#disableSelection{
    margin: 15px 11px;
}

/* End 4a - Dynamic Seats CSS
------------------------------------------------------------------------------*/

/* 4b - Book window CSS
------------------------------------------------------------------------------*/



/* End 4b - Book window CSS
------------------------------------------------------------------------------*/

/* 5 - Footer CSS
------------------------------------------------------------------------------*/
/* End 5 - Footer CSS
------------------------------------------------------------------------------*/


/* 404 - 404 page CSS
------------------------------------------------------------------------------*/
/* End 404 - 404 page CSS
------------------------------------------------------------------------------*/
