/* 
Description: StageShow Runtime Style Sheet
 
Copyright 2014 Malcolm Shergold

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

/* --------------------------------------------------------------------------- */
/*                                                                             */
/*                    StageShow Seat Layout Styles                             */
/*                                                                             */
/* --------------------------------------------------------------------------- */

#stageshow-boxoffice-zoneSeatsBlock
{
	border: 1px;	
	padding: 10px 0px 20px 0px;	
}

#stageshow-boxoffice-seats td,
td.stageshow-boxoffice-layout
{
	border: 0px;	
	margin: 0px;	
	padding: 0px;	
	vertical-align: middle;
}

.stageshow-boxoffice-block
{
	border: 2px solid black;	
	padding: 5px;
}

.stageshow-boxoffice-id
{
	text-align: center;
}

.stageshow-boxoffice-corner
{
	width: 1px;
	height: 1px;
	border: 0px !important;
}

.stageshow-boxoffice-width1
{
	height: 1px;
	width: 12px;
	border: 0px !important;
}

.stageshow-boxoffice-width2
{
	height: 1px;
	width: 6px;
	border: 0px !important;
}

.stageshow-boxoffice-height1
{
	width: 1px;
	height: 12px;
	border: 0px !important;
}

.stageshow-boxoffice-height2
{
	width: 1px;
	height: 6px;
	border: 0px !important;
}

.stageshow-boxoffice-seat
{
	border: 2px black solid;
	border-radius: 4px;
	padding: 0;
	margin: 2px;
	width: 12px;
	height: 12px;
	
	text-align: center;
}

.stageshow-boxoffice-space1
{
	border: 0px;
	width: 14px;
	height: 14px;
}

.stageshow-boxoffice-space2
{
	border: 0px;
	width: 7px;
	height: 7px;
}

div.stageshow-boxoffice-seat-available
{
	cursor: pointer;
    background-color: #00C000;
}

div.stageshow-boxoffice-seat-requested
{
	cursor: pointer;
    background-color: #FF800F;
}

/* When STAGESHOW_IDENTIFY_RESERVED is NOT defined booked and reserved seats both get the stageshow-boxoffice-seat-reserved class */
div.stageshow-boxoffice-seat-reserved
{
    background-color: #FF0000;
}

/* When STAGESHOW_IDENTIFY_RESERVED is defined reserved seats get the stageshow-boxoffice-seat-allocated class */
div.stageshow-boxoffice-seat-allocated
{
    background-color: #c42bbf;
}

/* When STAGESHOW_IDENTIFY_RESERVED is defined booked seats get the stageshow-boxoffice-seat-booked class */
div.stageshow-boxoffice-seat-booked
{
    background-color: #FF0000;
}

/* When STAGESHOW_IDENTIFY_LOCKED is defined booked seats get the stageshow-boxoffice-seat-booked class */
div.stageshow-boxoffice-seat-locked
{
    background-color: #fdfd46;
}

div.stageshow-boxoffice-seat-disabled
{
}

div.stageshow-boxoffice-seat-unknown
{
	cursor: pointer;
    background-color: #FFFF00;
}

/* --------------------------------------------------------------------------- */
/*                                                                             */
/*                StageShow Sample Seating Plan Styles                         */
/*                                                                             */
/* --------------------------------------------------------------------------- */

#stageshow-boxoffice-seats table .stageshow-boxoffice-Studio-header
{
	display: table-cell;
}

.stageshow-boxoffice-Studio-header div
{
	border: 1px solid black;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-size: 24px;
	margin-bottom: 20px;
}

.stageshow-boxoffice-Studio-header div:after
{
	content: "Stage";
}

