/***********************************************************************************
 * 
 * Game ---- Game component for Joomla v4.0
 *
 * @version    0.5.0
 * @author     Tymoa <tymoa@eus.bzh>
 * @link       https://joomla.eus.bzh/
 * @copyright  Copyright (C) 2018-2025 Tymoa. All rights reserved.
 * @license    GNU General Public License version 3 or later; See LICENSE.txt.
 * 
 * Game 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.
 *
 * Game 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 Game. If not, see <https://www.gnu.org/licenses/>.
 *
 **********************************************************************************/

/**
 * @file
 * @brief css file for purchase pages.
 *
 * @package     Joomla.Site
 * @subpackage  com_game
 */

div.card-purchase
{
	margin-top:16px;
}

div.purchase
{
	margin:16px;
}

h2.unpublished-header, h2.archived-header, h2.trashed-header
{
	padding:8px;
	border-bottom:1px solid;
}

div.unpublished
{
}

div.archived
{
	background-color:#ffab05;
}

div.trashed
{
	background-color:#f59797;
	color:#666666;
}

div.published, div.unpublished, div.archived, div.trashed
{
	border:1px solid;
}

img.purchase
{
	float:right;
	max-width:320px;
	margin-left:16px;
}

div.infoGames
{
	padding-top : 20px;
}

tr.info, td.info, div.info
{
	background-color:#eddc92;
}

tr.warning, td.warning, div.warning
{
	background-color:#ffab05;
}

tr.error, td.error, div.error
{
	background-color:#f59797;
	color:#666666;
}

div.info, div.warning, div.error
{
	border:1px solid;
}
	
td.info, td.warning, td.error
{
	border:1px solid;
	padding:10px;
}

h2.error
{
	font-size:1.2rem;
}

/*****************************/
/* Table purchase in module */
/*****************************/
	#purchaseMetadata tr.metadata
	{
		height:100px;
	}

	#purchaseMetadata th.players, #purchaseMetadata th.duration, #purchaseMetadata th.age
	{
		text-align:center;
	}

	#purchaseMetadata td.players, #purchaseMetadata td.duration, #purchaseMetadata td.age
	{
		width:100px;
		text-align:center;
		font-size:30px;
		font-weight:bold;
		font-family:Brush Script MT, Brush Script Std, cursive;
		padding-left:10px;
		padding-right:10px;
		border:1px solid;
	}

	#purchaseMetadata td.players
	{
		background-color:#c4faf8;
	}

	#purchaseMetadata td.duration
	{
		background-color:#fbe4ff;
	}

	#purchaseMetadata td.age
	{
		background-color:#e7ffac;
	}

/*****************************/
/* Table purchase in list */
/*****************************/
/*#purchaseList
{
}*/


/*	#purchaseList td.game_id, th.game_id
	{
		text-align:left;
	}*/

/*	#purchaseList td.condition_id, th.condition_id
	{
		text-align:left;
	}*/

	#purchaseList td.duration, th.duration
	{
		text-align:right;
	}

	#purchaseList td.min_players, th.min_players
	{
		text-align:right;
	}