/**
	*
 * @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;
}



.centered {
	text-align: center;
}

.left {
	text-align: left;
}


.marquee2 {
            height: 30px;
            overflow: hidden;
            position: relative;
            background:;            
            border: 0px solid #4a4a4a;
        }
.marquee2 p {
            position: absolute;
            width: 100%;
            height: 100%;
            margin: 0;
white-space:nowrap;
            line-height: 30px;
            text-align: center;
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -moz-animation: scroll-left 20s linear infinite;
            -webkit-animation: scroll-left 20s linear infinite;
            animation: scroll-left 60s linear infinite;
        }
.marquee2 p:hover {
                animation-play-state: paused;
        }
@-moz-keyframes scroll-left {
            100% {
                -moz-transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
            }
        }
@-webkit-keyframes scroll-left {
            100% {
                -webkit-transform: translateX(100%);
            }
            100% {
                -webkit-transform: translateX(-100%);
            }
        }
@keyframes scroll-left {
            100% {
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-1100%);
                -webkit-transform: translateX(-1100%);
                transform: translateX(-1100%);
            }
        }



#box_b
        {
        overflow: hidden;
        background-color: #a52a2a36;
        padding: 5px 5px 3px;
        border-left: 1px black solid;
        border-right: 1px black solid;
        }

	#tickerb
	{
		position: relative;
		font: 12px Arial;
		white-space: nowrap;
		animation: moveTicker 50s linear infinite;
		display: inline-block;
                text-shadow: 1px 0px 1px black;	
		
	}
#tickerb:hover {
 animation-play-state: paused;
}
	@keyframes moveTicker
	{
		from
		{
			transform: translate3d(0%, 0%, 0px);
			left: 100%;
		}
		to
		{
			transform: translate3d(-100%, 0%, 0px);
			left: 0%;
		}
	}
.pic_tickerb {
    border-radius: 50px;
    border: 1px #656565 solid;
    margin-bottom: -10px;
}
.pic_tickerab {
    border-radius: 50px;
    border: 1px #656565 solid;
}		


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

#Avatarcheck {
#display: block;
    margin-left: auto;
    margin-right: auto;
    border:2px solid #044832;    
    height:40px;    
    width:40px;
 -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:50px;    
    width:50px;
 -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
 
}
#Avatarcheck1:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

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

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

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

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

#Avatarcheck6 {
    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_desc1 {
	position: absolute;
	bottom: 43px;
	right: 1px;
	width: 16px;
	height: 16px;
}

.ra_arcade_desc {	
	bottom: 43px;
	right: 1px;
	width: 20px;
	height: 20px;
}

.ra_arcade_newgames {	
	bottom: 43px;
	right: 1px;
	width: 15px;
	height: 15px;
}

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

.imggrrelaxrandom {
	-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;
}

.imgptrelaxlast {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
   width: 50px;
   height: 40px;
}

.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: 8px;

}

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;*/
/*background-image: url("./images/popuphg.jpg");*/
  background-image: url("./images/popuphg1.jpg");
  color: #fff;
  font-size: 1.0em;  
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  width: 220px;
  top: -400%;
  left: 40%;
  margin-left: -40px;
 
  /* 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;
}



/* 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;
}

.arcade_cat_game li.row {
	font-size: 11px;
	border: none;
	padding: 8px;
	min-width: 255px;
}

.arcade_cat_gamename {
	height: auto;
	margin: -13px -8px 2px -8px;
	padding: 4px;
	border: none;
}

.arcade_cat_gamename a {
	vertical-align: middle;
}

.arcade_cat_gamename.forabg {
	border-radius: 5px 5px 0 0;
}

.arcade_cat_gamename a.arcade_tooltip > span {
	width: 192px;
}

.fieldset { 
width: 98%;
margin:auto;
border: 1px solid; 
border-radius: 6px; 
} 

.fieldset_champ { 
width: 95%;
height: 35px;
margin:auto;
padding: 1px 5px 5px 5px;
border: 1px solid; 
border-radius: 6px; 
} 

.fieldset_stats { 
width: 95%;
margin:auto;
padding: 1px 5px 5px 5px;
border: 1px solid; 
border-radius: 6px; 
} 

div.arcade-right_block {
	padding: 1px 5px 1px 5px;
	
}
.arcade-right_block {
	float: right;
}

div.arcade-left_block {
	width: 60%;
	padding: 0.5em;
}
.arcade-left_block {
	float: left;
}

.arcade_text_center, .arcade_cats, .arcade_activity {
	text-align: center !important;
}

.arcade_text_center, .arcade_cats, .arcade_activity {
	text-align: center !important;
	color: #000000;
}

.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; }

.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: 30px;
}



.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_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;
}



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 */
}




.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;
}



.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;
}




/**
 *
 * @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
 *
 */
/@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { body { background: #999; width: 100%; } }

.icon-relaxarcade{
	background-image: url("./images/icon-relaxarcade.png");
}


#blockar {
	display: block; 
   	margin-top: -5px; 
        padding:5px; 
	text-align: center; 
	border:none; 
	width: 20%;
}

#blockar1 {
	display: block; 
   	margin-top: 5px; 
	padding:5px; 
	width:55%;
}
#blockar1a {
	display: block; 
   	margin-top: -20px; 
	padding:5px; 
	width:55%;
}

#blockar2 {
display: block; 
right: 10px;
position: absolute;
padding: 10px;
top: 0px;
margin-top: -8px;
margin-right: 20px;
margin-bottom: 0px;
width:20%;
font-size: 1.0000em;
}

#blockar1b {
	display: block; 
	text-align: center; 
	padding: 5px; 
	width: 55%;
       height: 220px;
}

.arcade_news_unten {
height: auto;
width: 55%;
font-size: 0.8125em;
position: absolute;
bottom: 0;

}

.imgklein {
border-style: groove;
  border-width: 2px;

 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
   width: 25px;
   height: 25px;

}

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


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

#comments {
    height: 30px;
    width : 500px;
    color: #998f8f;
}


.box {
margin: auto;
display: block; 
width: 60%;
height: 150px; 
border: 1px solid #FFFFFF;
  padding: 10px;
}

.arcade_block_weitere {
	display: inline-block;
	margin: 5px;
	max-width: 120px;
	vertical-align: top;
  padding: 20px;
}

.ultimate_play_box {
margin-left: 5px;
text-align: center;
border-left: none;
margin-top : -3px;


}

.rekord_play_box {
text-align: center;
border-left: none;
}

.play_box {

text-align: center;
border-left: none;
}


#tooltip {
  position: absolute;
  padding: 10px 20px;
  border: 1px solid #b3c9ce;
  border-radius: 4px;
  text-align: center;
  font: italic 14px/1.3 sans-serif;
  color: #333;
  background: #fff;
  z-index: 100000;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

.phpbb_alert {
   border: 1px solid transparent;
   display: none;
   left: 0;
   padding: 20px 35px 20px 25px;
   position: fixed;
   right: 0;
   top: 10px;
   overflow-x: hidden;
   z-index: 50;
   width: 620px;
   height: 600px;
   margin: 0 auto;
}



.imgkatbox {
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
   width: 30px;
   height: 30px;
   margin: 5px 0 0 70px;
}


.challengera{
-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5);
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5);
margin: 5px 7px 5px 5px;
} 

.ratooltip {
    position: relative;
    display: inline-block;

}

.ratooltip .ratooltiptext {
    visibility: hidden;
    width: 350px;
	
    background-color: white;
	font-size: 1.1em;
    color: #000000;
    text-align: center;
    border-radius: 6px;
	padding: 10px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 120%;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.50);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.50);

}
 

.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;
	 height: 55px;
}

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


/*Avatar */

.avatar-championbox img {
        height: 50px;
        width: 50px;
	border:1px solid; 
}

.avatarrecord img {
        height: 20px;
        width: 20px;	
}

.avatarrecord1 img {
        height: 50px;
        width: 50px;	
}

.avatarrecord2 img {
        height: 25px;
        width: 25px;	
}

.avatar3arcadegamer img {
        height: 50px;
        width: 50px;	
}


.avatarlaufschrift img {
        height: 30px;
        width: 30px;	
}

.avatardaymonthweek img {
        height: 40px;
        width: 40px;	
}

.avatar-news img {
	margin-bottom: 2px;
        margin-top: 1px;
	height: 20px;
        width: 20px;
	border:1px solid;   
    
 
}

.leader-avatar img {
	margin-bottom: 2px;
        margin-top: 10px;
	height: 50px;
	vertical-align: middle;
        width: 50px;
	    border:2px solid #044832;    
    height:50px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:50px;

  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}


.leader-avatar:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.leader-avatar span:after {
	content: '\25BC';
	display: inline-block;
	font-size: 9px;
	float: right;
	padding-left: 2px;
	opacity: 0.7;
}

/* Fieldsets */

.fieldset { 
width: 98%;
margin:auto;
border: 1px solid; 
border-radius: 6px; 
} 

.fieldset_champ { 
width: 95%;
height: 35px;
margin:auto;
padding: 1px 5px 5px 5px;
border: 1px solid; 
border-radius: 6px; 
} 

.fieldset_stats { 
width: 95%;
margin:auto;
padding: 1px 5px 5px 5px;
border: 1px solid; 
border-radius: 6px; 
} 

/*scoreboard popup */
.arcade-score {
	text-align: left;
	vertical-align: middle;
}


/*Flash Info *Anzeige */
.flashinfoboxgreen {
    margin-left: 5px;
    color: #02ff0c !important;
}

.flashinfobox {
    margin: -10px -230px 0px 14px;
    display: none;
}

.flashinfobox p {
    border-radius: 3px;
    background-color: #c802e7;
    border: 1px solid #000;
    padding: 4px 13px !important;
	font-size: 13pt;
	font-family: "Century Gothic";
    margin: 0 !important;
    text-shadow: 1px 1px 0px #000;
    color: #fff;
    box-shadow: 3px 3px 0 rgb(140 140 140 / 55%);
    font-weight: bold;
	background-color: #bb03d8;
    background: -webkit-repeating-linear-gradient(135deg,#c802e7,#c802e7 20px,#bb03d8 20px,#bb03d8 40px);
    background: -o-repeating-linear-gradient(135deg,#c802e7,#c802e7 20px,#bb03d8 20px,#bb03d8 40px);
    background: -moz-repeating-linear-gradient(135deg,#c802e7,#c802e7 20px,#bb03d8 20px,#bb03d8 40px);
    background: repeating-linear-gradient(135deg,#c802e7,#c802e7 20px,#bb03d8 20px,#bb03d8 40px)
}


.flashinfobox1 p {
    border-radius: 3px;
    background-color: #0e5fcd;
    border: 1px solid #000;
    padding: 4px 13px !important;
	font-size: 13pt;
	font-family: "Century Gothic";
    margin: 0 !important;
    text-shadow: 1px 1px 0px #000;
    color: #fff;
    box-shadow: 3px 3px 0 rgb(140 140 140 / 55%);
    font-weight: bold;
	background-color: #1454f5;
    background: -webkit-repeating-linear-gradient(135deg,#0e5fcd,#0e5fcd 20px,#1454f5 20px,#1454f5 40px);
    background: -o-repeating-linear-gradient(135deg,#0e5fcd,#0e5fcd 20px,#1454f5 20px,#1454f5 40px);
    background: -moz-repeating-linear-gradient(135deg,#0e5fcd,#0e5fcd 20px,#1454f5 20px,#1454f5 40px);
    background: repeating-linear-gradient(135deg,#0e5fcd,#0e5fcd 20px,#1454f5 20px,#1454f5 40px)
}


.scroll{
  width:100%;
  height:30px;
max-width:;
  overflow:hidden;
  position:relative;
display:block;
line-height:29px;
}

.scrollingtext{
  white-space:nowrap;
  position:absolute;
  font-size:;
 }




#info {
float: left;
}

.acp_allgemein {
	padding-left: 150px;
	padding-top: 10px;
	height: 48px;
	background: url("./images/arcade.jpg") no-repeat;
}

.acp_download {
	padding-left: 50px;
	padding-top: 10px;
	height: 48px;
	background: url("./images/statistics.png") no-repeat;
}

.acp_install {
	padding-left: 50px;
	padding-top: 10px;
	height: 48px;
	background: url("./images/statistics.png") no-repeat;
}

.acp_benutzer {
	padding-left: 50px;
	padding-top: 10px;
	height: 48px;
	background: url("./images/benutzer.png") no-repeat;
}

.acp_category {
	padding-left: 50px;
	padding-top: 10px;
	height: 48px;
	background: url("./images/statistics.png") no-repeat;
}

.acp_category_befugnisse {
	padding-left: 50px;
	padding-top: 10px;
	height: 48px;
	background: url("./images/settings.png") no-repeat;
}

.day img {
    border         : 4px double rgba(181, 107, 60, 0.8);
    border-radius  : 10px;
    height         : 50px;
    margin         : 5px;
    transition     : all 2s ease 0s;
    vertical-align : middle;
    width          : 80px;
    }
.day img:hover {
    border     : 4px double rgba(185, 185, 145, 0.8);
    margin     : 5px;
    transform  : rotate(45deg);
    transition : all 2s ease-in-out 0s;
    }
	
.acp_tpr_donate, .acp_tpr_support, .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_donate { background-color: #002991; }
.acp_tpr_support { background-color: green;color: yellow !important; }
.acp_tpr_extensions { background-color: purple; }
.acp-corners { border-radius: 8px; }

i.acp_tpr_donate, i.acp_tpr_support, i.acp_tpr_extensions { font-size: 18px; }