@font-face {font-family:"Fritz-Quad";src:url("http://chazu.arkku.net/files/font/FRIZQUAD.eot?") format("eot"),url("http://chazu.arkku.net/files/font/FRIZQUAD.woff") format("woff"),url("http://chazu.arkku.net/files/font/FRIZQUAD.ttf") format("truetype"),url("http://chazu.arkku.net/files/font/FRIZQUAD.svg#Fritz-Quad") format("svg");font-weight:normal;font-style:normal;}

body{
	background:steelblue;
	font-family:arial;
	color:#e6e6e6;
	xbackground-image:url(pics/city.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	user-select: none;
	margin:0px;
	padding:0px;
    
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#content{
	border: 1px solid #152837;
	border-radius:2px;
    xposition:relative;
	width: 490px;
	max-width:100vw;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	xbackground-color:rgba(0,0,0,0.4);
	background-color: #2b506e;
	padding:10px;
	xbox-shadow: 7px 7px 3px rgba(0,0,0,0.30);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 50px;
}

.bgOverlay {
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index:-1;
}

#bgColorOverlay {
	background-color:rgba(70, 130, 180, 0.5);
}

#bgDarkOverlay {
	background-color:rgba(0,0,0,0.3);
}

#bgLightOverlay {
	background-color:rgba(255,255,255,0.2);
}

#title{
	xborder:1px solid grey;
    position:relative;
	xbackground-color:rgba(0,0,0,0.4);
	width: 490px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:50px;
	xmargin-bottom:10px;
	color: #f3e6d0;
	text-shadow: 2px 2px 4px #000000;
	font-family:"Fritz-Quad";
	padding:10px;
	padding-bottom:30px;
}

#gambleContainer{
	xborder:1px solid grey;
	margin-left:auto;
	margin-right:auto;
	width:403px;	
	
	
}



/*
#gamble1{
	background-image:url(pics/coin.png);
}#gamble1:hover{background-image:url(pics/coin_light.png);}

#gamble2{
	background-image:url(pics/orb.png);
}#gamble2:hover{background-image:url(pics/orb_light.png);}

#gamble3{
	background-image:url(pics/essence.png);
}#gamble3:hover{background-image:url(pics/essence_light.png);}

#gamble4{
	background-image:url(pics/leaf.png);
}#gamble4:hover{background-image:url(pics/leaf_light.png);}

#gamble5{
	background-image:url(pics/horror.png);
}#gamble5:hover{background-image:url(pics/horror_light.png);}
*/

.tooltip {
    display:none;
	z-index:10;
	background-color:rgba(0,0,0,0.8);
	border:1px solid grey;
	padding:10px;
	xpadding-left:10px;
	text-shadow:0px 0px 2px black;
	border-radius:5px;
}
/*.gamble:hover .tooltip {
    display:block;
    position:fixed;
}*/


#goldAmount{
	margin-right: 5px;
	font-family: Rockwell Extra Bold,Rockwell Bold,monospace; 
}
#goldAnim{
	opacity:0.0;
	font-family: Rockwell Extra Bold,Rockwell Bold,monospace; 
}

#myConsole{
	margin-top:20px;
	height: 200px;
	overflow-y:hidden;
	overflow-x:hidden;
}

.consoleEntry{
	padding:2px;
    padding-left:4px;
	width:100%;
}

.consoleEntry:hover{
	background-color:rgba(0,0,0,0.8);
	xborder:1px solid black;
	xcolor:red;
	
}



#consoleHighlight{
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	height: 20px;
	xwidth: 2180px;
}

.gambleOverlay{
	position:absolute;
	background:rgba(0,0,0,0.5);
	width:64px;
	height:64px;
	display:inline-block;
	z-index:2;
}

.red{
	color:red;
}

.green{
	color:lime;
}

.orange{
	color:orange;
}

.blue{
	color:#33ccff;
}

.purple{
	color:#cc33ff;
}

.container {
  width: 75px;
  height: 75px;
}
.container .cooldown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .cooldown svg {
  width: 100%;
  height: 100%;
}
.container .cooldown svg.circleFill {
	visibility:hidden;
	z-index: 1;
	stroke-dasharray: 250; /* originaali 346 kummassakin kohdassa */
	stroke-dashoffset: 1;
	/* -webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;*/
	x-webkit-transform: rotate(-90deg) scale(1, -1);
	xtransform: rotate(-90deg) scale(1, -1);
	
	x-webkit-transform: rotate(-90deg) scale(1, -1);
	transform: rotate(-90deg) scale(1, -1);
}
.container .cooldown svg.circleFill.filled {
	stroke-dashoffset: 250;
}
.container .cooldown {
	position: relative;
	width: 100%;
	height: 100%;
}

.countdownCon{
	position:absolute;
	left:50%;
	top:27%;
}

.countdown{
	visibility:hidden;
	position:relative;
	left:-50%;
	top:-50%;
	font-weight:bold;
	font-size:20px;
	xcolor:white;
	text-shadow:-2px -2px 5px black,
				-2px  2px 5px black,
				 2px -2px 5px black,
				 2px  2px 5px black;
	z-index:3;
}

#playerMultiplier{
	font-family: Rockwell Extra Bold,Rockwell Bold,monospace; 
}

.gambleName{
	font-weight:bold;
	color: #f3e6d0;
	font-family: Arial Narrow,Arial,sans-serif; 
	font-size:20px;	
}

#playerMultiplierCon{
	margin-left:300px;
	padding:4px;
	width: 180px;
	border-radius:5px;
	background:rgba(0,0,0,0.5);
}

.multiplierButton{
	display:inline-block;
	background-color:#aa093c;
	padding:4px;
	padding-bottom:12px;
	text-align:center;
	width:10px;
	height:10px;
	margin-left:3px;
	margin-right:3px;
	border:1px solid black;
	border-radius:3px;
	font-family: Rockwell Extra Bold,Rockwell Bold,monospace; 
}

.multiplierButton:hover{
	background-color:#f20d55;
}

.multiplierButton:active{
	background-color:#910833;
}

#goldCon{
	position:absolute;
	padding:8px;
	width: 220px;
	border-radius:5px;
	background:rgba(0,0,0,0.5);	
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#docLink{
	position:fixed;
	bottom:0;
	right:0;
	margin-bottom:5px;
	margin-right:5px;
	background:rgba(0,0,0,0.3);
	padding: 3px;
}

.goldImg{
	xborder:1px solid red;
	margin-bottom:-3px;
}

.iconGoldContainer{
	xdisplay:inline;
	Xborder:1px solid red;
	xbackground:red;
	width:70px;
	xheight:15px;
	position:absolute;
	bottom:0;
	font-family: Rockwell Extra Bold,Rockwell Bold,monospace; 
	font-size:14px;
	/*text-shadow:-2px -2px 3px black,
				-2px  2px 3px black,
				 2px -2px 3px black,
				 2px  2px 3px black;*/


	
	 
}

.iconYourBet{
	position:relative;
	background-color:rgba(0,0,0,0.7);
	xheight: 50px;
	display:inline;
	padding-left:1px;
	padding-right:3px;
	xpadding-top:-10px;
	
}

.iconGoldImg{
	position:relative;
	
	xbottom:0;
	float:left;
	padding-top:3px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

.unselectable{
 -moz-user-select: text;
 -khtml-user-select: text;
 -webkit-user-select: text;
 -ms-user-select: text;
 user-select: text;
}

button:focus {outline:0;}

#resetButton {
    position:absolute;
    bottom:0;
    right:0;
    cursor: url("cursor/lol.cur"), auto;

    xdisplay:inline-block;
	background-color:#aa093c;
	xpadding:4px;
	xpadding-bottom:12px;
	text-align:center;
	xwidth:10px;
	xheight:10px;
    margin-bottom:40px;
	xmargin-left:3px;
	margin-right:5px;
	border:1px solid black;
	border-radius:2px;
	font-family: Rockwell Extra Bold,Rockwell Bold,monospace; 
    
}

#resetButton:hover{
	background-color:#f20d55;
}
#resetButton:active{
	background-color:#910833;
}





