<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

#index {
	background: url(images/before_background.png) no-repeat 50% 50%;
}

.change_menu_button {
	display: block;
	position: absolute;
	width: 63px;
	height: 53px;
	border-radius: 3px;
	background: #464646;
	background: -moz-linear-gradient(top,#464646 0%,#010101 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0%,#464646),color-stop(100%,#010101));
	background: -webkit-linear-gradient(top,#464646 0%,#010101 100%);
	background: -o-linear-gradient(top,#464646 0%,#010101 100%);
	background: -ms-linear-gradient(top,#464646 0%,#010101 100%);
	background: linear-gradient(to top,#464646 0%,#010101 100%);
	border: none;
	left: calc(50% - 33px);
	top: 66px;
}

.change_menu_button:hover {
	cursor: pointer;
	background: -moz-linear-gradient(bottom,#464646 0%,#010101 100%);
	background: -webkit-gradient(left bottom,left top,color-stop(0%,#464646),color-stop(100%,#010101));
	background: -webkit-linear-gradient(bottom,#464646 0%,#010101 100%);
	background: -o-linear-gradient(bottom,#464646 0%,#010101 100%);
	background: -ms-linear-gradient(bottom,#464646 0%,#010101 100%);
	background: linear-gradient(to bottom,#464646 0%,#010101 100%);
}

.change_menu_button div {
	width: 22px;
  	height: 16px;
  	background: #8f8f8f;
  	margin: 8px 0 0 6px;
  	float: left;
}

.launcherPage, .normalPage {
	display: none;
}

.loadingPage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100% - 120px);
	background-image: url('../template/images/loading.gif');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 10;
}

.loading_percent {
	position: absolute;
	left: 0px;
	top: calc(50% + 150px);
	width: 100%;
	height: 30px;
	font-size: 30px;
	text-align: center;
}

.launcherPage::-webkit-scrollbar-track {
	background: rgba(100, 100, 100, 0.2);
}

.launcherPage::-webkit-scrollbar-thumb {
	background: rgba(100, 100, 100, 1);
}

.launcherPage::-webkit-scrollbar {
	width: 12px;
	height: 12px;

}
.launcherPage {
	background-color: #000;
	overflow: auto;
    position: absolute;
}

#games {
	/*background-image: url('images/body_games.png');
	background-size: 100% 100%;*/
}

#game_div {
	left: 0px;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: calc(100% - 20px);
}

#game_menu {
	left: 0px;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}

#game_menu_id {
	float: left;
	left: 0px;
}

#game_menu_balance {
	float: right;
	right: 0px;
}


#game_exit {
	right: 0px;
	top: 20px;
	position: absolute;
	width: 75px;
	height: 26px;
	background: url('images/lobby.png');
	cursor: pointer;
	z-index: 1;
}

.game_buttons {
	right: 0px;
	top: 0px;
	position: absolute;
	height: 32px;
	background: url('images/game_buttons.png');
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 1;
	width: 92px;
}

.exitButton,.gameReload {
    color: #BFBFBF;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    display: inline-block;
    margin: 3px 10px;
    width: 26px;
    height: 26px;
}

.exitButton {
	background-image: url('images/game_close.png');
}

.gameReload {
	background-image: url('images/game_reload.png');
}


#login_error {
	display: none;
}

.jackpot_canvas {
	left: 3px;
	top: 22px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
}

html, body{    	
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font:12px/18px  Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#000;
	overflow: hidden;
}

#games {
	font: 16px/18px 'Wallpoet', cursive;
}

a {
	cursor: pointer;
}

.content {
	width: 100%;
	height: 100%;
	position: absolute;
}

#body {
	transform-origin: 0 0;
	background-color: #000;
	position: relative;
}

.header {
	background-color: #000;
	height: 32px;
	width: 512px;
	position: absolute;
}

.header_balance, .header_terminal {
	height: 32px;
	width: 256px;
	font-size: 30px;
	float: left;
}

.gameList {
	top: 0px;
	width: 1024px;
	position: absolute;
	background-image: url('images/body_games.png');
	background-size: 100% 100%;
}

.game {
	width: 286px;
	height: 183px;
	position: absolute;
}

.game_selected {
	transform: scale(1.1,1.1);
}

.game_link {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	position: absolute;
}

.pageControl {
	background-image:url(images/control_btn.png);
	background-size: 100% 100%;
}

.pageControl_previous, .pageControl_next {
	width: 50%;
	height: 100%;
	float: left;
	background-size: 100% 100%;
}

.pageControl_previous:hover, .pageControl_next:hover {
	background-image:none;
}

.pageControl_previous {
	background-image:url(images/control_btn_l.png)
}

.pageControl_next {
	background-image:url(images/control_btn_r.png)
}

.pageNumber {
	right: 2px;
	top: 627px;
	height: 18px;
	font-size: 17px;
	position: absolute;
	text-shadow: rgb(255, 255, 255) 0px 0px 10px;
}

.footer {
	bottom: 0px;
	height: 120px;
	width: 1024px;
	position: absolute;
	background-image: url("images/footer_bar.png"); 
	background-size: 100% 100%;
}

.footer_left {
	position: absolute;
	border-width: 1.14583333333333px 0px 0px;
	border-style: solid;
	border-color: rgb(153, 148, 148) rgb(255, 255, 255) rgb(255, 255, 255);
	display: inline-block;
	width: 300px; 
	top: 30px;
	height: 86px; 
	border-radius: 0px 4.58333333333333px 0px 0px; 
	padding-top: 2.86458333333333px; 
	font-size: 15px; 
	color: rgb(181, 108, 0); 
	background-color: rgb(0, 0, 0);
}

.footer_right {
	position: absolute;
	border-width: 1.14583333333333px 0px 0px;
	border-style: solid;
	border-color: rgb(153, 148, 148) rgb(255, 255, 255) rgb(255, 255, 255);
	display: inline-block;
	right: 0px;
	width: 300px; 
	top: 30px;
	height: 86px; 
	border-radius: 4.58333333333333px 0px 0px 0px; 
	padding-top: 2.86458333333333px; 
	font-size: 50px; 
	color: rgb(181, 108, 0); 
	background-color: rgb(0, 0, 0);
}

.footer_center {
	display: inline-block; 
	position: absolute; 
	left: calc(50% - 203px); 
	line-height: 52px;
	width: 406px; 
	height: 52px;
	top: 14px; 
	font-size: 20px; 
	text-align: center; 
	font-family: Arial; 
	color: rgb(209, 141, 65); 
	font-weight: bold;
	text-shadow: rgb(0, 0, 0) 0cm 0cm 0.185208cm;
	background-image: url(images/footer_img_1.png); 
	background-size: 100% 100%;
}

/*login*/


#css_user_login  {
	top:50%;
	left:50%;
    margin-top: -181px;
    margin-left: -331px;
	width:430px;
	height: 235px;
	//overflow:hidden;
	
    position: absolute;
	border: 1px solid #fff;

	z-index:999;
	
	color:#fff;
	-webkit-box-shadow: 0 0 20px #000000;
    -moz-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
	
	list-style: none;
    text-align: center;
    
    border: 1px solid rgba(0,0,0, 0.5);
    background: -webkit-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -o-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    -webkit-border-radius: 20px 0px 20px 0px; 
    -moz-border-radius: 20px 0px 20px 0px; 
    -ms-border-radius: 20px 0px 20px 0px; 
    -o-border-radius: 20px 0px 20px 0px; 
    border-radius: 20px 0px 20px 0px; 
	
	padding: 10px;
}
#css_user_login  .title_bar{ 
	width:100%;
	height: 25px;
	background-color:rgba(0,0,0, 0.7);
	padding: 4px;
	font-size:160%;
	font-weight:900;
}

#css_user_login   th{
	font-size:130%;
	text-transform: uppercase;
}
#css_user_login   tr td{
	 padding: 10px;
}

input{
	width:280px;	
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

	padding: 10px 10px;
	height: auto;
	line-height: 24px;
	border-width: 0;
	border-style: none;
	 -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -ms-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    background: -webkit-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -o-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));	
	color:#fff;
	-webkit-box-shadow: 0 0 10px #bfbfbf;
    -moz-box-shadow: 0 0 10px #bfbfbf;
    box-shadow: 0 0 10px #bfbfbf;
 }
 input[type=submit]{
    background: rgba(0,0,0, 0.7);
 }
 input:hover{
	-webkit-box-shadow: 0 0 40px #bfbfbf;
    -moz-box-shadow: 0 0 40px #bfbfbf;
    box-shadow: 0 0 40px #bfbfbf;
 }


 #loading {
    width: 280px;
	display:none;
}

progress[value] {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	border: none;
    height: 20px;
    margin: 3px 0 5px 0;
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
	color: royalblue;
	position: relative;
}

progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}

progress[value]::-webkit-progress-value {
	position: relative;
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius:3px;
	-webkit-animation: animate-stripes 5s linear infinite;
        animation: animate-stripes 5s linear infinite;
}

@-webkit-keyframes animate-stripes {
	100% { background-position: -280px 0px; }
}

@keyframes animate-stripes {
	100% { background-position: -280px 0px; }
}

progress[value]::-moz-progress-bar {
	/* Gradient background with Stripes */
	background-image:
	-moz-linear-gradient( 135deg,
													 transparent,
													 transparent 33%,
													 rgba(0,0,0,.1) 33%,
													 rgba(0,0,0,.1) 66%,
													 transparent 66%),
    -moz-linear-gradient( top,
														rgba(255, 255, 255, .25),
														rgba(0,0,0,.2)),
     -moz-linear-gradient( left, #09c, #004f69);
	
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius:3px;
}



#loading::-webkit-progress-value{
	/* Gradient background with Stripes */
	background-image:
	-webkit-linear-gradient( 135deg,
													 transparent,
													 transparent 33%,
													 rgba(0,0,0,.1) 33%,
													 rgba(0,0,0,.1) 66%,
													 transparent 66%),
    -webkit-linear-gradient( top,
														rgba(255, 255, 255, .25),
														rgba(0,0,0,.2)),
     -webkit-linear-gradient( left, #09c, #09c);
}
#loading::-moz-progress-bar {
	/* Gradient background with Stripes */
	background-image:
	-moz-linear-gradient( 135deg,
													 transparent,
													 transparent 33%,
													 rgba(0,0,0,.1) 33%,
													 rgba(0,0,0,.1) 66%,
													 transparent 66%),
    -moz-linear-gradient( top,
														rgba(255, 255, 255, .25),
														rgba(0,0,0,.2)),
     -moz-linear-gradient( left, #09c, #09c);
}

</pre></body></html>