/**
	*
 * @package phpBB Extension - Relax Arcade
 * @copyright (c) 2008 Ours - bigours@hotmail.fr
 * @copyright (c) 2016 Team Relax
 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
 *
 */
.icon-relaxarcade{
	background-image: url("./images/icon-relaxarcade.png");
}

#newgame {width:auto; height: 250px; }
#newgame ul li { padding: 1px; }
#newgame ul li img{ border-width:0; display:block; }


#scoregame {width:auto; height: 250px; }
#scoregame ul li { padding: 1px; }
#scoregame ul li img{ border-width:0; display:block; }

#recordgame {width:auto; height: 250px; }
#recordgame ul li { padding: 1px; }
#recordgame ul li img{ border-width:0; display:block; }


#ultimegame {width:auto; height: 250px; }
#ultimegame ul li { padding: 1px; }
#ultimegame ul li img{ border-width:0; display:block; }


#newgamest {width:auto; height: 250px; }
#newgamest ul li { padding: 1px; }
#newgamest ul li img{ border-width:0; display:block; }


#scoregamest {width:auto; height: 250px; }
#scoregamest ul li { padding: 1px; }
#scoregamest ul li img{ border-width:0; display:block; }

#recordgamest {width:auto; height: 250px; }
#recordgamest ul li { padding: 1px; }
#recordgamest ul li img{ border-width:0; display:block; }


#ultimegamest {width:auto; height: 250px; }
#ultimegamest ul li { padding: 1px; }
#ultimegamest ul li img{ border-width:0; display:block; }


.jvarcade-resize-height.row {
	border: none;
}

.timetournoi{
	min-height:30px;
	color:#c21017;
	font-size:16px;
	text-align:center;
}
.endtournoi{
	min-height:20px;
	color:#c21017;
	font-size:14px;
	text-align:center;
}

.cattournoi{
	color:#000000;
	font-size:12px;
	text-align:center;
}

span.tournoitime{
	color:#222222;
}

.sagscroller{
	padding:0px 10px 0px 5px;
	width: 25%; 
	overflow:hidden; 
	position:relative;
	margin-bottom: -5px;
	margin-left: -1px;
}


.sagscroller ul{
	position:absolute;
	margin:0;
	padding:0;
	margin-top:5px;
	list-style:none;
	width: 100%;
}

.sagscroller ul li{
display:block;
}

.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/
font-size:90%;
}

.sagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/
margin-top:5px;
background: #eee;
font-size:11px;
clear: both;
}


.nosagscroller{
	padding:0px 10px 0px 5px;	
	overflow:visible; 	
	width:100% ;
	text-align:center;
}

.npsagscroller ul{
	margin:0;
	padding:0;
	margin-top:5px;
	list-style:none;
	width: 100%;
}

.nosagscroller ul li{
display:block;
}

.nosagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/
font-size:90%;
}

.nosagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/
margin-top:5px;
background: #eee;
font-size:11px;
clear: both;
}

.arcade-table td {
	border: 1px solid;
	vertical-align: center;
}

#clockdiv{
	font-family: sans-serif;
	color: #;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 25px;
}

#Avatarcheck {
display: block;
    margin-left: auto;
    margin-right: auto;
    border:2px solid #044832;    
    height:60px;    
    width:60px;
 -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
 
}
#Avatarcheck:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#Avatarcheck1 {
    margin-left: auto;
    margin-right: auto;
    border:2px solid #044832;    
    height:60px;    
    width:60px;
 -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
 
}
#Avatarcheck1:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.hours, .days, .minutes, .seconds{
	color:#368ad2;
}


.htmlflash {
	background-image: url("./images/htmlflash.png");
	width: 120px;
	height: 48px;
	margin: 0 auto;
}

.ra_arcade_img {
	position: relative;
	display: inline-block;
}

.ra_arcade_desc {
	position: absolute;
	bottom: 43px;
	right: 1px;
	width: 16px;
	height: 16px;
}

.imggrrelax {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
   width: 80px;
   height: 60px;
}

.imgptrelax {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
   width: 40px;
   height: 30px;
}

.ra_left_box{
	float: left;
	padding: 2px;
	width: 33%;
}
.ra_right_box{
	float: right;
	padding: 2px;
	width: 25%;
}
.ra_center_box{
	margin-left: auto;
	margin-right: 30%;
	padding: 2px;
	width: 33%;
}

/* Relax Arcade bubble */
a.rainfo {
   position: relative;  
   text-decoration: none;
}
a.rainfo span {
   visibility: hidden;
   display: none;
}
a.rainfo:hover {
   background: none;
   z-index: 1;
}
a.rainfo:hover span {
   visibility : visible;
   display: block;
   position: absolute;
   white-space: nowrap;
   top: 20px;
   left: 10px;
   background: black;
   color: black;
   padding: 3px;
   border: 1px solid black;
   /*border-left: 4px solid black;*/
   z-index: 500;
}



div.blend {
   border: 0px solid #666;  
   padding: 0px 0;    
   font-size: 15px;   
   transition-duration: 1s;
}

div:hover.blend {   
   color: #c00;
}

/* Star rating */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:10%;
	z-index:11;
}
.star-rating a.two-stars{
	width:20%;
	z-index:10;
}
.star-rating a.three-stars{
	width:30%;
	z-index:9;
}
.star-rating a.four-stars{
	width:40%;
	z-index:8;
}
.star-rating a.five-stars{
	width:50%;
	z-index:7;
}
.star-rating a.six-stars{
	width:60%;
	z-index:6;
}
.star-rating a.seven-stars{
	width:70%;
	z-index:5;
}
.star-rating a.eight-stars{
	width:80%;
	z-index:4;
}
.star-rating a.nine-stars{
	width:90%;
	z-index:3;
}
.star-rating a.ten-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/* for an inline rater */
.inline-rating{
	display: inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:96px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(./images/star.png);
	line-height: 16px;
	height: 16px;
}

/* Menu Relax Arcade */
ul#ra_menu {
	list-style-type: none;
	width: 100%;
}
ul#ra_menu li {
	float: left;
}
ul#ra_menu a {
	float: left;
	margin: 0 2px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	/*color: #115098;*/
	/*background-color: #cadceb;*/
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul#ra_menu a:hover {
	background-color: #CFE1F6; /* = table.table1 tbody tr:hover (colour.css) */
	color: #BC2A4D;
	font-weight: bold;
}

.turn {
	border: 3px solid #FFFFFF;
	margin-bottom: 30px;
}

.jeuxra {
	border-radius: 30px;
	background-color: #1aaa17;
	color: #FFFFFF !important;
	width: 50px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	margin: 10px;
}

a.jeux {
	color: #FFFFFF;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;

}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5c6267;
	font-size: 16px;
}
span.movegame {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.panel_ra {
	margin: 0 auto;
	padding: 5px;
}

.tournoi {
	color: #BC2A4D;
	width: 99%;
	margin: 10px auto;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #ECD5D8 none repeat scroll 0 0 !important;
	border-radius: 5px;
	border: 1px solid #BC2A4D;
}
ul.champion {
    width: auto;
    text-align:center;
   list-style-type: none;
}

ul.champion li {
    display: inline-block;
   width: auto;
   padding: 0 5px;
}

ul.champion li.championlist {
    text-align:center;
   margin: 5px auto;
}

.font_bigger {
	font-size: 1.2em;
}

.fullscreen {
   background-image: url("./images/fullscreen.png");
   width: 40px;
   height: 36px;
   margin: 0 auto;
}

/* Tooltip container */
.tooltip {
    position: relative;
	display: inline-block;
	
	
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;  
  background-color: #cfe1f6;
  color: #000;
  font-size: 1.0em;  
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  width: 220px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #cfe1f6 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ra-flex-container {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.ra-topplayer-flex {
  width: 48%;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;
}


.ra-topplayer-flex-right {
  width: 48%;
  float: right;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.ra-topplayer-flex>.panel, .ra-topplayer-flex-right>.panel {
  text-align: center;
  min-height: 95%;
  line-height: 1.8em;
  font-size: 1.1em;
}

.arcade_total_info {
	color: #a8c11a;
}

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

.marquee {
   width: 99%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
	margin-bottom: 5px;
}


.marquee span {
    display: inline-block;
    padding-left: 100%;  /* show the marquee just outside the paragraph */
    animation: marquee 25s linear infinite  alternate;
	 height: 55px;
	padding:5px 5px 5px 5px; 
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

#game_content{	position: relative; 	z-index: 100; 	cursor: pointer;}



.interruptor{

z-index:101;
background:url("./images/light_bulb_off.png") 0 0 no-repeat;
outline:none;
text-decoration:none;
width:32px;
height:32px;
}

.interruptor:hover{
background:url("./images/light_bulb.png") 0 0 no-repeat;
}



.command{
position:relative;
z-index:999;
margin:0 auto;
}


  #turnoff {
display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 99;
}

.footer_bg{	
background:url(images/footerbg.png);
position: fixed z-index: 0; top: 0; left: 0;	
	width:100%; 
	height:200px;
	margin:0px auto;
	}
	
.nav-up, .nav-down {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 0%;
	background: #4F4F4F;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font: normal normal 25px/25px sans-serif;
	text-shadow: 0 1px 2px #000;
	opacity: .5;
	padding: 3px;
	margin-bottom: 5px;
	width: 25px;
	height: 25px;
}

.nav-up {
	bottom: 40px;
}

.nav-down {
	bottom: 5px;
}

.nav-down:hover,
.nav-up:hover {
	opacity: 1;
	box-shadow: 0 5px 0.5em -1px #666;
}

.acp_tpr_donate1, .acp_tpr_support1, .acp_tpr_extensions {
	font-size: 18px;
	text-align: center;
	opacity: 0.8;
	color: #ffffff !important;
	margin: 4px;
	padding: 5px 7px;
	border-radius: 6px;
}


.acp_tpr_donate1 { background-color: #002991; }
.acp_tpr_support1 { background-color: green;color: yellow !important; }
.acp_tpr_extensions { background-color: purple; }
.acp-corners { border-radius: 8px; }

i.acp_tpr_donate1, i.acp_tpr_support1, i.acp_tpr_extensions { font-size: 18px; }