/**
*
* @package phpBB Holdem Póker
* @version $Id$
* @author 2011-2022 KillBill
* @copyright (c) 2014-2022 https://jv-arcade.com/ - https://jv-arcade.com/contact
* @license https://jv-arcade.com/License.html JVA License v1
*
*/

.poker_avatar {
	border: 1px solid #47C0B4;
	vertical-align: middle;
	border-radius: 5px;
	padding: 2px;
	opacity: 0.9;
}

a .poker_avatar:hover {
	opacity: 1;
	border-color: #ff0000;
}

.poker_inner dt, .poker_inner dd.poker_leaders {
	width: 78% !important;
}

.poker_inner dd {
	width: 22% !important;
}

.poker_inner li.header dt, .poker_inner li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

.poker_leaders {
	padding-left: 4px !important;
	padding-right: 4px !important;
	border-left: none !important;
}

.poker_user_info {
	float: right !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	text-align: center;
}

.poker_main_leaders {
	float: left;
	margin-bottom: 8px;
}

.poker_center {
	text-align: center;
}

.poker_left {
	text-align: left;
}

.poker_total_info {
	margin-bottom: 5px;
	text-align: center;
}

.poker_no_data {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin: 5px;
}

table.poker_table tbody td {
	border-top: none;
	border-left: 1px solid;
	width: 33%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

table.poker_table.fix tbody td {
	width: auto;
	padding: 4px;
	vertical-align: middle;
}

.poker_fix_sblock {
	max-width: 250px;
	text-align: left;
}

.poker_table td:first-child {
	border: none;
}

.poker_stat_data {
	padding: 4px;
}

.poker_game_stats {
	vertical-align: middle !important;
}

table.table1 tbody tr.poker_lobby_type {
	border: none;
}

table.table1 tbody td.poker_lobby_type {
	border: none;
	background-color: #0e3a8b;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.poker_room_active_error {
	background-color: #fcc3c3;
}

.poker_button {
	font-size: 100%;
	line-height: 100%;
	color: #000 !important;
	margin: 0 0 3px 0;
}

.poker_button:hover {
	color: #747720;
}

.poker_cs {
	color: #000;
	font-size: 15px;
}

.poker_dh {
	color: #A80000;
	font-size: 15px;
}

#jv_poker_shout_archive {
	display: none;
}

#jv_poker_shout_archive td {
	position: relative;
}

#jv_poker_shout_archive .shout_dealer {
	color: #5f1111;
	font-weight: bold;
}

.poker_shout_refresh {
	float: right;
	font-size: 13px;
}

.poker_user_msg {
	width: 93%;
}

.poker_shout_delete {
	font-size: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
}

#jv_poker_shout_archive .chips, #jv_poker_shout_archive .chips:before {
	color: #000;
	margin: 0;
}

#jv_poker_shout_archive .club, #jv_poker_shout_archive .spade, #jv_poker_shout_archive .diam, #jv_poker_shout_archive .heart {
	font-size: 140%;
	line-height: 70%;
}
