html, body
{
	background-color: #1d1d1b;

	width: 100%;
	height: 100%;

	max-width: 100%;
	max-height: 100%;

	margin: 0px;
	padding: 0px;

	color: #666;
	
	overflow: hidden;
	
}

html, body, input
{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 22px;
}

h1
{
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;

	margin: 0px;
	margin-top: 3px;
	margin-bottom: 15px;
	padding: 0px;
	
}

#myCanvasTable
{
	background-image: none, url('../images/bg.jpg');
	background-repeat: no-repeat, no-repeat; 
	background-position: center center, center center;
	background-size: 100% 100%, cover;
	
	background-color: #1d1d1b;
		
	display: table;
	width: 100%;
	height: 100%;
}

#myCanvasTr
{
	display: table-row;
}

#myCanvasTd
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#myCanvas
{
	background-size: 100% auto;
	
	background-repeat: no-repeat; background-position: left top;
	/* background-color: #333; */
	
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	
}


.landscape #myCanvas
{
	/* background-image: url('../images/bg_landscape.jpg'); */
	
	/* width: 100%; */
	/* max-width: 1280px; */
}

.portrait #myCanvas
{
	/* background-image: url('../images/bg_portrait.jpg'); */

	
	/* max-width: 100%; */
		
	/* height: 100%; */
	/* max-height: 920px; */
}

#myCanvasGamedesign
{
	position: absolute;
	background-image: url('../images/ui/gamedesign.png'); background-repeat: no-repeat; background-position: left top; background-size: 200px 21px;
	display: block;
	
	width: 200px;
	height: 21px;
	
	margin-left: -100px;
	margin-top: -45px;
	
	left: 50%;
}

/* *** Popup *** */
.popup_x, .button, .button_disabled
{
	background-color: #666666;
}

.popup_div, .form_input input, a, a:visited
{
	color: #7a472c;
}

.form_input
{
	border: 2px solid #7a472c;
}

a:active, a:hover
{
	color: #000;
}

.popup_x:active, .popup_x:hover,
.button:active, .button:hover
{
	background-color: #000;
}

.popup
{
	background-image: url('../images/ui/bg_dark.png');
	
	position: absolute;
	display: table;
	
	width: 100%;
	height: 100%;
}

.popup_tr
{
	display: table-row;
}

.popup_td
{
	display: table-cell;
	vertical-align: middle;
}

.popup_div
{
	background-image: url('../images/bg_popup.png'); background-repeat: no-repeat; background-position: center center;
	background-size: 600px 350px;
	
	/* background-color: #FFFFFF; */
	
	margin: 0px auto;
	
	padding: 25px;
	padding-bottom: 0px;
	
	width: 550px;
	height: 325px;
}


.portrait .popup_div
{
	background-image: url('../images/bg_popup_portrait.png'); 
	background-size: 350px 600px;
		
	width: 300px;
	height: 575px;
}



.popup_x, .popup_x:visited
{
	background-image: url('../images/ui/button_x.png'); background-repeat: no-repeat; background-position: center center;

	
	display: block;
	float: right;
	
	width: 40px;
	height: 40px;
	
	margin-left: 15px;
	margin-bottom: 15px;
	
	padding: 0px;
	
	transition: padding 100ms ease-in-out, margin 100ms ease-in-out, background-color 300ms ease-in-out;
}

.popup_x:active, .popup_x:hover
{
	background-color: #999999;
}

.form_input
{
	display: table;
	width: 546px;
	height: 36px;
	
	margin-bottom: 15px;
	line-height: 36px;
}

.portrait .form_input
{
	width: 296px;
}

.form_input div:first-child
{
	background-color: #FFFFFF;
	width: 70px;
	padding-left: 10px;
}

.form_input div
{
	display: table-cell;
	vertical-align: center;

	font-weight: bold;
}

.form_input input
{
	border: 0px solid #FFFFFF;
	
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	width: 446px;
	
	height: 36px;
	line-height: 36px;
}

.portrait .form_input input
{
	width: 196px;
}


.form_label
{
	display: block;
	margin-bottom: 10px;
}

.form_spacer
{
	height: 15px;
}

.button, .button:visited, .button:active, .button:hover,
.button_disabled
{
	display: inline-block;
	
	color: #FFFFFF;

	padding: 10px;	
	padding-left: 15px;
	padding-right: 15px;
	
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	
	transition: padding 200ms ease-in-out, margin 200ms ease-in-out, background-color 300ms ease-in-out;
}

.button:active, .button:hover
{
	margin: -5px;
	
	padding: 15px;	
	padding-left: 20px;
	padding-right: 20px;
}

.button_disabled, .button_disabled:visited, .button_disabled:active, .button_disabled:hover
{
	opacity: 0.25;
	color: #FFFFFF;
}


.share_icon, .share_icon:visited
{
	background-repeat: no-repeat; background-position: center center;
	background-size: 84px 84px;
	
	display: inline-block;
	
	width: 94px;
	height: 94px;
	
	transition: padding 200ms ease-in-out, background-size 200ms ease-in-out, opacity 300ms ease-in-out;
	opacity: 0.8;
}

.share_icon:active, .share_icon:hover
{
	background-size: 94px 94px;
	opacity: 1;
}

.share_icon_addthis, .share_icon_addthis:visited
{
	width: 57px;
	background-size: 51px 84px;
}

.share_icon_addthis:active, .share_icon_addthis:hover
{
	background-size: 57px 94px;
}



/* *** Fullscreen & Portrait notification *** */
#scroll_phone, #scroll_phone:visited, #scroll_phone:active, #scroll_phone:hover
{
	background-image: url('../images/ui/bg_dark.png');
	
	position: absolute;
	z-index: 1000;
	
	display: none;	

	padding: 20px;
	left: 0px;
	top: 0px;
	
	width: calc(100% - 40px);
	height: 100%;
	
	text-decoration: none;
}

#scroll_phone
{
	z-index: 1001; border-bottom: 1px solid #CCCCCC; 
	
	-webkit-box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.85);
	box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.85);
}

#scroll_phone_tr
{
	display: table-row;		
}

#scroll_phone_td
{
	display: table-cell;	
					
	text-align: center;
	vertical-align: middle;	
	
	color: #FFFFFF;			
}

@media screen and (max-width:640px)
{
	.landscape .form_spacer
	{
		height: 7px;
	}

	.landscape .popup_div
	{
		background-size: 560px 315px;
		
		padding: 10px;
		padding-bottom: 0px;
		
		width: 540px;
		height: 305px;
	}
	
	.landscape .form_input
	{
		width: 536px;
		margin-bottom: 7px;
	}
	
	.landscape .form_input input
	{
		width: calc(566px - 70px - 10px - 10px - 10px - 30px);
	}
}


#mp_input_div
{
	display: block; 
	position: absolute; 
	
	bottom: 0px; 
	left: 0px; 
	
	background-color: #111111; 
	
	padding: 5px; 
	
	width: calc(100% - 10px); 
	
	text-align: center; 
	
	opacity: 0;
}


#mp_input
{
	display: none;
	position: fixed;
	z-index: 500;
	
	top: 0px;
	left: 0px;
 	
 	width: 200px; 
 	
 	margin: 0px; 
 	padding: 0px; 
 	
 	font-family: 'Raleway', sans-serif; 
 	font-size: 22px; 
 	
 	border: 0px solid #1b1b1b; 
 	border-radius: 0px; 
 	
 	background-color: #FFFFFF; 
 	color: #1b1b1b;
 	
}

textarea:focus, input:focus
{
	outline: none;
}

#mp_iframe_page
{
	display: none;
	position: fixed;
	z-index: 1000;
	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background-image: url('../images/ui/bg_dark.png');
}

#mp_iframe_page_tr
{
	display: table-row;
}

#mp_iframe_page_td
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#mp_iframe_page_div
{
	display: inline-block;
	background-color: #333333;
	border: 2px solid #FFFFFF;
	
	width: 100%;
	max-width: 640px;
	height: 100%;
	max-height: 800px;
}

#mp_iframe_page_iframe
{	
	width: 100%;
	max-width: 640px;
	height: 100%;
	max-height: 800px;
	
	border: 0px;
}




/*
#myCanvasSupportDiv
{
	background-image: url('../images/ui/bg_dark.png');
	
	position: absolute;
	width: 100%;
	height: 100%;
		
	top: 0px;
	left:0px;
	z-index: 1001;
	
	color: #FFFFFF;	
}

#myCanvasSupportDiv h1
{
	line-height: 80px;
	font-weight: bold;
	overflow: auto;
	margin-left: 10px;
}


#myCanvasSupportDivX
{
	background-image: url('../images/ui/button_x.png'); background-repeat: no-repeat; background-position: center center;
	width: 80px;
	height: 80px;
	
	float: right;
	
	opacity: 0.8;

}

#myCanvasSupportDivX:hover, #myCanvasSupportDivX:active
{
	opacity: 1;
}

#myCanvasSupportInnerDiv
{
	padding: 10px;
	max-height: calc(100% - 80px);
	overflow: auto;
	
	text-align: center;
}

.bingo90page
{
	display: inline-block;
	width: 310px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.bingo90card
{
	display: block;
	
	width: 300px;
	background-color: #FFFFFF;
	
	box-shadow: 0px 5px #000000;
	
	border-radius: 5px;
	padding: 3px;
	padding-left: 17px;
	
	margin-bottom: 10px;
}

.bingo90table
{
	display: table;
	border-left: 1px solid #333333;	
	border-top: 1px solid #333333;	
}

.bingo90tr
{
	display: table-row;
}

.bingo90td, .bingo90tdChecked1, .bingo90tdChecked2, .bingo90tdChecked3, .bingo90tdChecked4, .bingo90tdChecked5
{
	display: table-cell;

	width: 32px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #333333;	
	border-bottom: 1px solid #333333;
	
	color: #000000;	
}

.bingo90tdChecked1 { background-color: #dd4744; color: #FFF; }
.bingo90tdChecked2 { background-color: #e3a340; color: #FFF; }
.bingo90tdChecked3 { background-color: #42e340; color: #FFF; }
.bingo90tdChecked4 { background-color: #409ee5; color: #FFF; }
.bingo90tdChecked5 { background-color: #d440e6; color: #FFF; }


.bingo90c1 { background-color: #e0a269; }
.bingo90c2 { background-color: #acc2cf; }
.bingo90c3 { background-color: #dc9caa; }
.bingo90c4 { background-color: #e8e8e8; }
.bingo90c5 { background-color: #dfa97e; }
.bingo90c6 { background-color: #e6ddb4; }
.bingo90c7 { background-color: #d3f2c8; }
.bingo90c8 { background-color: #deb4a2; }
.bingo90c9 { background-color: #aacee3; }
.bingo90c10 { background-color: #f3a7cd; }
.bingo90c11 { background-color: #f5f1ee; }


@media only screen and (max-width:340px) 
{
	#myCanvasSupportInnerDiv
	{
		padding: 0px;
	}

	#myCanvasSupportDiv h1
	{
		line-height: 80px;
		margin-left: 0px;
	}

	.bingo90page
	{
		width: auto;
		padding-right: 0px;
	}

	.bingo90card
	{
		margin-right: 0px;
		margin-bottom: 5px;
		padding-left: 3px;
		width: 280px;			
	}
	

	.bingo90td, .bingo90tdChecked
	{
		width: 30px;
	}
}
*/





#myCanvasSupportDiv
{
	background: rgba(0,0,0,.55);
	
	position: absolute;
	width: 100%;
	height: 100%;
	
	/*background-color: #333333;*/
	
	top: 0px;
	left:0px;
	z-index: 1001;
	overflow: hidden;
	
	color: #FFFFFF;	
}

#myCanvasSupportDiv h1
{
	line-height: 80px;
	font-weight: bold;
	overflow: hidden;
	margin-left: 1.5em;
}


#myCanvasSupportDivX
{
	background-image: url('../images/ui/button_x.png'); background-repeat: no-repeat; background-position: center center;
	width: 80px;
	height: 80px;
	
	float: right;
	
	opacity: 0.8;

}

#myCanvasSupportDivX:hover, #myCanvasSupportDivX:active
{
	opacity: 1;
}

#myCanvasSupportInnerDiv
{
	max-height: calc(100% - 80px);
	overflow-y: auto;
	width: 100%;
	margin-left: 0;
	left: 0;
	padding: 0;
	text-align: left;
}

.bingo90page
{
	display: inline-block;
	width: 14.5%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: .0;
	margin: 0;
}

.bingo90card
{
	display: block;
	
	width: 99%;
	background-color: #FFFFFF;
	
	box-shadow: 0px 5px #000000;
	
	border-radius: 5px;
	padding: 3px;
	padding-left: 17px;
	
	margin-bottom: .5vw;
}

.bingo90table
{
	display: table;
	border-left: 1px solid #333333;	
	border-top: 1px solid #333333;	
	width: 100%;
	margin-left: -.5em !important;
	text-align: left;
}

.bingo90tr
{
	display: table-row;
}

.bingo90td, .bingo90tdChecked1, .bingo90tdChecked2, .bingo90tdChecked3, .bingo90tdChecked4, .bingo90tdChecked5
{
	display: table-cell;

	width: 32px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #333333;	
	border-bottom: 1px solid #333333;
	
	color: #000000;	
}

.bingo90tdChecked1 { background-color: #dd4744; color: #FFF; }
.bingo90tdChecked2 { background-color: #e3a340; color: #FFF; }
.bingo90tdChecked3 { background-color: #42e340; color: #FFF; }
.bingo90tdChecked4 { background-color: #409ee5; color: #FFF; }
.bingo90tdChecked5 { background-color: #d440e6; color: #FFF; }


.bingo90c1 { background-color: #e0a269; }
.bingo90c2 { background-color: #acc2cf; }
.bingo90c3 { background-color: #dc9caa; }
.bingo90c4 { background-color: #e8e8e8; }
.bingo90c5 { background-color: #dfa97e; }
.bingo90c6 { background-color: #e6ddb4; }
.bingo90c7 { background-color: #d3f2c8; }
.bingo90c8 { background-color: #deb4a2; }
.bingo90c9 { background-color: #aacee3; }
.bingo90c10 { background-color: #f3a7cd; }
.bingo90c11 { background-color: #f5f1ee; }


@media only screen and (max-width:800px) {
	#myCanvasSupportInnerDiv
	{
		text-align: center;
		width: auto;
		margin: 0 auto;
	}

	.bingo90page
	{
		display: inline-block;
		width: 46% !important;
		padding-right: 1%;
		padding-left: 1%;
	}	
}

@media only screen and (max-width:1105px) {
	#myCanvasSupportInnerDiv
	{
		padding: 0px;
	}

	#myCanvasSupportDiv h1
	{
		line-height: 80px;
		text-align: left;
		margin-left: 8vw;
		padding: 0;
		text-transform: uppercase;
	}

	.bingo90page
	{
		display: inline-block;
		width: 23%;
		padding-right: 1%;
		padding-left: 1%;
		position: relative;
	}

	.bingo90card
	{
		margin-right: 0;
		margin-bottom: 5px;
		padding-left: 3px;
		width: fit-content;		
	}

	.bingo90table
	{
		margin-left: 0 !important;
		padding-left: 0 !important;
	}	


	.bingo90td, .bingo90tdChecked
	{
		width: 30px;
	}
}

@media only screen and (max-width: 1920px) and (min-width:1106px) {

.bingo90page
{
	display: inline-block;
	min-width: 14.5%;
	padding-right: 1%;
	padding-left: 1%;
	position: relative;
	padding-bottom: .0;
	margin: 0;
}

.bingo90card
{
	display: block;
	
	width: 100%;
	
	box-shadow: 0px 5px #000000;
	
	border-radius: 5px;
	padding: 3px;
	padding-left: 17px;
	
	margin-bottom: .5vw;
}

.bingo90table
{
	width: 100%;
	left: 0;
	margin-left: -.5vw !important;
	padding-left: 0 !important;
}

}

