/* 
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-loading 
{
	text-align: center;
	width: 100%;
	height: 64px;
}

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

.stageshow-boxoffice-layout td
{
	border: 0px !important;	
	margin: 0px !important;	
	padding: 0px !important;	
}

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

.ssgbo-space
{
	border: 0px;
	width: 14px;
	height: 14px;
}

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

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

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

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

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

div.ssgbo-seat-disabled
{
}

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