/**
 * @package    PLG_LIDAPP_GameReserving
 * @details    LidApp - Game Reserving Plugin
 * @author     LidApp - http://www.lidapp.com @ Ordered By MB-EMPIRE.COM
 * @copyright  MB-EMPIRE.COM - All Rights Reserved For MB-EMPIRE.COM
 * @license    GNU/GPL  http://www.gnu.org/copyleft/gpl.html
 * @version    1.0.0
 */

#reserveGame {
    cursor: pointer;
}
.lidappCenterOfScreen{
	font-weight: normal;
	position: fixed;
	left: 50%;
	z-index: 10000;
	top: 50%;
	width: 300px;
	margin-left: -150px;
	margin-top: -150px;
	background-color: #ffffff;
	text-align: center;
	padding: 10px;
	font-size: 15px;
	border: 1px solid #8C8B8B;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: yek;
	box-shadow: 5px 5px 8px 3px rgba(152, 143, 143, 0.48);
	-moz-box-shadow: 5px 5px 8px 3px rgba(152, 143, 143, 0.48);
	-ms-box-shadow: 5px 5px 8px 3px rgba(152, 143, 143, 0.48);
	-o-box-shadow: 5px 5px 8px 3px rgba(152, 143, 143, 0.48);
	-webkit-box-shadow: 5px 5px 8px 3px rgba(152, 143, 143, 0.48);
	direction: rtl;
}
.lidappCenterOfScreen li {
    list-style: none;
}
.closeBox{
	cursor: pointer; 
	color: #FF8B8B; 
	display: block; 
	float: right;
}
