html {
	font-size: 100%;/*62.5%;*/
	transition-delay:0;
	touch-action:manipulation;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	text-decoration: none;
}
body, p, h2, h3, h4, h5, h6 {
	/*font-size: 1.4em;
    line-height: 1.4em;*/
    font-size: 16px;
	line-height: 1.2em;    
    /*background-size: contain;
	background-repeat: no-repeat;*/
	/* font-family: 'Exo2'; */
}
a {
	color: #e42c84;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: none;
}
h1 {
	margin:0;
	padding:0;
	font-size: 24px;
	line-height:1.6em;
	color: lightgray;
}
button, input {
	cursor: pointer;
}
button {
	border: none;
	font-size: 0.7em;
	position: relative;
	background: none;
}
button:hover {
	color: black;
}
img, svg {
	pointer-events: none;
}
/*button, input, html, body, div {
	touch-action:manipulation;
}*/

#constantMenu, #playersActive, #constantGame {
	position: absolute;
	top:0;
	left:0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}
#constantGameControls, #statsGameDisplay {
	height: 100%;
}
#constantGame, #uiGCContainer {
	perspective-origin: top;
	-webkit-perspective: 100vw;
	perspective: 100vw;
	width: inherit;
	height: 100%;
}
#mainBar-Menu {
	pointer-events: all;

	position:relative;
	float:left;
	display:block;
	width:3.33%;
	padding-bottom: 3.33%;
	top:0%;/*95.25%;*/
	
	z-index:109;
}
#genNoticeBG {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#genGame-Stats {
	position: absolute;
    min-width: 30%;
    max-width: 30%;
    bottom: 0%;
    right: 12%;
    height: 7.5%;
    display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
}
#genGame-Balance, #genUI-slots-lines {
    display: flex;
    flex-flow: row;
    align-items: center;
}
#genUI-slots-lines {
	flex-flow: column;
}
/* generic display inc. anims */
.fadeToOn {
	opacity:1;
	visibility: visible;
	transition: visibility 0s linear, opacity 0.5s linear;
}
.fadeToOff {
	opacity:0;
	visibility: hidden;
	transition: visibility 0s linear 300ms, opacity 0.5s linear;
}
.instantOn {
	opacity:1;
	visibility: visible;
	transition: visibility 0ms linear, opacity 0s linear;
}
.instantOff {
	opacity:0;
	transition-delay: 0;
	/*transition: visibility 0ms linear, opacity 0s linear;*/
	visibility: hidden;
	/*display:none!important;*/
}
.turnOffInvert {
	opacity:0.5;
	transition: visibility 0s linear 300ms, opacity 0.25s linear;
	filter: invert(1);
	pointer-events: none!important;
}
#guiContainer, #genSystemMessage, #genNetControls {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto; 
	width: inherit;
	height:inherit;
	display: flex;
	overflow: hidden;
	pointer-events: none;
}

#guiContainer {
    z-index: 1;
}
#genList-banner, #genList-banner img, #genList-banner a {
	width: inherit;
	height: auto;
	display: inline-block;
}
#genList-banner img {
	/* 'full width' banners to compensate padding */
	width: 102%;
	margin-left: -1%;
}
@media screen and (max-device-width: 823px) {
	/*#mainBar-Menu {
		width:5%;
		padding-bottom: 5%;
	}
	#genList-buttons {
		font-size: 0.6em;
		width: 35%;
	}
	#genList-buttons label {
		padding: 0.5em 0em;
	}*/
	/*input[type=range]::-webkit-slider-thumb {
		height: 1em;
		width: 1em;
		border-radius: 1em;
		margin-top: -0.5em;
	}*/
	/*
	input[type=range].verticalSlider::-webkit-slider-thumb {
		margin-top: unset;
		margin-left: -0.5em;
	}*/
	/*#systemButtonMenu, #systemButtonAudio {
		min-width: 6.4%
	}
	#navSlideAudioSettings {
		left: 6.4%;
	}*/
	/* Generic autoplay button */
	#genUI-slots-autoplay-open {
		max-height: 3em;
		height: 3em;
		font-size: 0.875em!important;
		bottom: 1em!important;
		right: 1em!important;
	}
	#genUI-slots-autoplay-open img {
		margin: 0!important;
	}
	#genUI-slots-autoplay-open span {
		display: none;
	}
}

#guiTable {
	height:100%;
	width:100%;
	min-width:100%;
	pointer-events: none;
}

/* Bootstrap overrides 
.popover {
	max-width: 30em;
}
.popover-title {
	background-color: #333;
	color: #aaa;
}
.popover-content {
	font-family: 'Titillium Web';
	font-size: 1em;
}
.popover-content ul {
	padding: 0.75em;
}
a:focus, button:focus {
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}*/
.genHover {
	pointer-events: all;
	cursor: help;
}
.genInfoPanel {
	display: flex;
	flex-flow: column;
	position: absolute;
	width: 12em;
	left:0px;
	top:0px;
	border: 1px solid #fdfcfa;
	color: black;
	z-index: 125;

	-webkit-box-shadow: 0px 1px 4px black;
	-moz-box-shadow: 0px 1px 4px black;
	box-shadow: 0px 1px 4px black;
}
.genInfoPanel ul, #genAccGetFun ul, .genInfoPanel p, .genAccGetFun p {
	margin: 0;
	padding: 0.25em;
}
#genAccGetFun ul {
	font-size: 0.35em;
}
ul li {
	list-style-position: inside;
	font-size: 0.5em;
	line-height: 1.1em;
}
p {
	font-size: 0.55em;
}
.titleHeading {
    font-weight: normal;
	font-size: 0.7em;
    padding: 0em;
	width: 100%;
	border-radius: inherit;
    /*text-transform: uppercase;
    color: white;
    background: rgba(0,0,0,0.25);
	border-radius: 2px;*/
	/*color: black;*/
}
.titleHeadingTop {
	font-weight: bold;
	font-size: 0.6em!important;
	line-height: 1.75em!important;
	color:white;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	justify-self: stretch;
	align-self: stretch;
	min-height: 1.75em;
	width: 100%;
	margin:0.01em;
	padding:0em 0.5em;
}
/*.titleHeading-dialog {
	margin:0 -1em;
}*/
.genUI-arrow-l:after, .genUI-arrow-r:after, .genUI-arrow-t:after, .genUI-arrow-b:after {
	left: -1em;
    bottom: 0;
    border: solid transparent;
    content: " ";
    height: 100%;
    width: 0;
    position: absolute;
    border-color: transparent;
    border-width: 0.5em;
    border-right-color: inherit;
}
.genUI-arrow-r:after {
	left: 1em;
	bottom: 0;
	border: solid transparent;
	content: " ";
	height: 100%;
	width: 0;
	position: absolute;
	border-color: transparent;
    border-width: 0.5em;
	border-left-color: inherit;
}
.genUI-arrow-t:after {
	left: 48%;
	bottom: 1em;
	border: solid transparent;
	content: " ";
	height: 100%;
	width: 0;
	position: absolute;
	border-color: transparent;
    border-width: 0.5em;
	border-bottom-color: inherit;
}
.genUI-arrow-b:after {
	left: 48%;
	bottom: -1em;
	border: solid transparent;
	content: " ";
	height: 100%;
	width: 0;
	position: absolute;
	border-color: transparent;
    border-width: 0.5em;
	border-top-color: inherit;
}

#infoPanelFinance {
	width:176px;
	height:200px;
	display: block;
	margin: 0 auto;
    -ms-transform: rotateX(45deg);
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);
}
.infoPanelBox {
	float:left;
	/*margin:1%;*/
	/*border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.75);*/
}
.betPanelBox {
	background: rgb(255, 255, 255);
    /*border: 4px solid #e42c83;*/
    width: 2em;
    max-width: 2em;
    min-width: 2em;
    border-radius: 1em;
    height: 2em;
    max-height: 2em;
    min-height: 2em;
    display: flex;
    flex-direction: column;
    padding: 0.25em 0em;
    text-align: center;
    justify-content: center;
    align-content: center;
}
.betPanelBox:before, .betPanelBox::before {
	content: '';
	position: absolute;
	left: -0.2em;
    top: -0.2em;
    width: 2.15em;
    height: 2.15em;
    border-radius: 1.5em;
	background: rgba(0, 0, 0, 0.75);
	z-index: -1;
}
#betGameControls-Insurance div.betPanelBox:before, #betGameControls-Insurance div.betPanelBox::before {
	left: -0.075em!important;
    top: -0.075em!important;
}
.betPanelBox p:nth-of-type(1) {
	height: 1em;
    /*color: #e42c83;*/
    font-size: 0.5em;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: -0.25em;
}
.betPanelBox p:nth-of-type(2) {
    position: absolute;
    right: 1.9em;
	top: 3.2em;
    width: 4em!important;
	min-width: 4em!important;
    height: 1.75em!important;
    padding: 0 0.25em;
    border-radius: 1.75em;
    background: black;
    border: 1px solid rgb(255, 255, 255);
    color: white;
    font-size: 0.45em;
    line-height: 1.75em;
    font-weight: normal;
    opacity: 0;
    font-weight: bold;
}
.betPanelBox h1 {
	color: #e42c83;
	line-height: 1em;
	font-weight: bold;
	font-size: 0.5em;
}
/*.betPanelBox:before, .betPanelBox::before {
	content: '';
	position: absolute;
	left: 1.25em;
	top: 0em;
	width: 2em;
	height: 100%;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	background: rgba(0,0,0,0.675);
	z-index: -1;
}*/
.fullWidthMin {
	min-width:100%!important;
	width:100%!important;
}
.halfWidthMin {
	min-width:50%!important;
	width:50%!important;
}
.quartWidthMin {
	min-width:25%!important;
	width:25%!important;
}
.eighthWidthMin {
	min-width:12.5%!important;
	width:12.5%!important;
}

.fullWidth {
	width:100%;
}
.halfWidth {
	width:50%;
}
.thirdWidth {
	width:31.3%;
}
.twothirdWidth {
	width:64.6%;
}
.fullHeight {
	height:100%;
}
.halfHeight {
	height:48%;
	margin:0% 1% 1%;
}
.thirdHeight {
	height:33.3%;
}
.infoPanelBox p, #uiSpinHistory p, #uiDealerHistory p {
	position: absolute;
	font-size: 0.5em;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color:rgba(255,255,255,0.5);
}
.infoPanelBox h1 {
	padding: 0.25em 0.25em 0;
    margin: 0;
    font-size: 1em;
	/*color: rgba(255, 167, 0, 0.75);*/
	font-weight: bold;
	text-align: right;
}
.infoPanelBox h1#uiPlayerBet {
	padding: 0em 0.1em 0em!important;
}
.genIconArrowL {
	background: url(./../../Resources/UI/ui_generic_arrowl.png) center center;
	background-repeat: no-repeat;
	background-size: contain;
	width:95%;
	height:95%;
	display: inline-block;
}
#infoGameFinance {
	width:10%;
	height:20%;
	position:absolute;
	left:5%;
	top:5%;
	display: none;
	margin: 0 auto;
 	transform: rotateX(40deg);
   /*-ms-transform: rotateX(45deg);
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);*/
}
#infoGameFinance .infoPanelBox {
	background-color: rgba(0,0,0,0.125);
}
/* chip rack */
/* Panel is main positional container. ChipsContainer holds chips with back and masks. chipsPanelChipsContainer controls max width */
#chipsPanel {
	display: flex;
    position: absolute;
    text-align: center;
    height: 100%;
    pointer-events: none;
    width: 100%;
    left: 0%;
    bottom: 7%;/* 0% */
	justify-content: center;	
}

#gameRoulette #infoGameFinance {
	top: 1%;
	left: 5.5%;
    transform: rotateX(15deg);
}
#gameRoulette button {
	pointer-events: all;
}
.chipsPanelChipsContainer {
	display: flex;
	justify-content: flex-end;
    align-items: center;
    flex-direction: column;

	position: absolute;

	width: 100%;
    height: 2.675em;
	bottom: 0em;/*0.25em;*/
	left: 0%;

	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    
	transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
}
.chipsPanelChips {
	height: 2.25em;/*1.8em;*/
	width: 75%;
	display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
	opacity: 1.0;
	flex-direction: row;
	align-items: center;

	border-radius: 0.25em;

	margin: 0em;

	padding: 0em 8em;

	position: relative;
}
.chipsPanelInactive {
	transform: translate(0,200%) translate3d(0,0,0);
    -webkit-transform: translate(0,200%) translate3d(0,0,0);
    -o-transform: translate(0,200%) translate3d(0,0,0);
	-moz-transform: translate(0,200%) translate3d(0,0,0);
}
.chipsPanelInactive > .chipsChips {
	pointer-events: none;
	/*background-position-y: 11%;*/
}
.chipsPanelInactive > .chipsChips img {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
	-moz-transform: scale(0.75);
	
    opacity:0.5;
}
.chipsPanelInactive > #uiPromptBets {
	display:none;
}
.chipsChips {
	width:1.5em;
	padding-bottom:1.5em;
	position:relative;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	background: none;
	pointer-events: all;
	
    background-position-y: 0%;
}
.chipsChips img {
	width:90%;
	position:absolute;
	left:5%;
	right:5%;
	top:5%;
	transition: transform 0.1s ease-in-out;
    -webkit-transition: transform 0.1s ease-in-out;
    -moz-transition: transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;

	opacity: 0.75;
	-webkit-user-drag: none;
}
.chipsPanelChips .chipsChips:hover:not(.chipsActive) > img {
    transform: scale(0.85) translate3d(0,0,0);
    -webkit-transform: scale(0.85) translate3d(0,0,0);
    -o-transform: scale(0.85) translate3d(0,0,0);
	-moz-transform: scale(0.85) translate3d(0,0,0);
}
/*.chipsActive {
	transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
}*/
.chipsActive::before, .chipsActive:before {
	content: url(./../../Resources/UI/Images/circle.svg);
    position: absolute;
    top: -2.5%;
    left: -2.5%;
    width: 105%;
    height: 105%;
}
.chipsActive > img, .chipsActive > p {
	opacity: 1;
}
.chipsChips p {
	position: absolute;
	left: 0%;
	top: 33%;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 0.4em;
	opacity: 0.75;
}
#mainGameControls, #playGameControls, #betGameControls, #betGameControls-Insurance {
	/*-ms-transform: rotateX(30deg);
	-webkit-transform: rotateX(30deg);
	transform: rotateX(30deg);*/
	width: inherit;
	height: inherit;
}

#mainGameControls, #startGameControls, #playGameControls, #betGameControls, #mainGameInsurance, #betGameControls-Insurance {
	display: block;
	width: 75%;/* 100%; */
	height: 1.8em;/* 12.5% */
	left: 12.5%;/* 0% */
	position: absolute;
	bottom: 2em;
	pointer-events: none;
	padding: 0em;
	border-radius: 1em;

	transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
}
/*@media only screen and (max-width: 550px) {
	#mainGameControls, #startGameControls, #playGameControls, #betGameControls, #mainGameInsurance, #betGameControls-Insurance {
		bottom: 15%
	}
}*/

#betGameControls-Insurance {
	width: 10%;
    height: 8%;
    bottom: 25.5%;
    left: 57.5%;
}

/*#mainGameInsurance {
	width:20%;
	left:40%;
}*/

#startGameControls {
	z-index: 10;

	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    
	transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
#startGameControls p, #mainGameInsurance p {
	font-size: 0.5em;
}
.controlsPanelInactive {
	transform: translate(0,-25%);
    -webkit-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    -moz-transform: translate(0,-25%);
}
#betGameControls {
	bottom:12.5%;/*10%*/
	left:25%;
}

#uiDialogTitle {
	min-width:100%;
	display: block;
	height: 20%;
}
#uiDialogTitle h1 {
	text-align: center;
	color: grey;
	font-size: 0.8em;
    line-height: 1.6em;
}
input[type=number]:focus {
	border:2px solid orange;
}
#uiPlayerBet {
	background: none;
	border: none;
	clear: both;
	width: 100%;
	text-align: center;
	/*text-align: left;*/
}
/*#uiUBetButtonPlus {
    position: absolute;
    right: -22%;
    top: 115%;
    min-width: 20%;
    min-height: 30%;
    height: 30%;
}
#uiUBetButtonMinus {
	position: absolute;
	right:-22%;
	top:150%;
    min-width: 20%;
    min-height: 30%;
    height: 30%;
}
*/
#uiBetButtonPlus h1, #uiBetButtonMinus h1 {
	color:orange;
	text-align: center;
	padding:0;
	line-height: 100%;
    font-size: 150%;
}
.uiText-pulse {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
	color:white;
}
#playGameControls {
	width:10%;
	left:45%;
}
#playGameControls.uiside {
	bottom:50%;
}
.mainGameButton {
	/*min-width:31%;*/
	pointer-events: all;
	position:relative;
	
	z-index:1;

	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.mainGameButton:hover {
	opacity: 0.75;
	/*border:2px solid orange;*/
}
.mainGameButton.halfWidth {
	width:48%;
	min-width: 48%;
}
.mainGameButton.quartWidth {
	width:23%;
	min-width: 23%;
    min-height: 40%;
}
.mainGameButton.fifthWidth {
	width:18%;
	min-width: 18%!important;
    min-height: 40%;
}
.mainGameButton img {
	width: auto;
	height: 100%;
	pointer-events: none;
	
	/*
	position:absolute;
	left:0;
	right:0;
	top:-15%;
	*/

	transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
/*#uiCancelBetButton.mainGameButton img {
	top:0%;	
}*/
#mainGameControls .mainGameButton img, #playGameControls .mainGameButton img {
	/*top:-35%;*/
	width: 33%;
	height: auto;
}
.btn-less-sig {
	height: 75%;
	max-height: 75%;
	margin: 4.4% 1.25%;
}
#mainGameControls .btn-main-sig {
	margin: 0% 1.25%;
}
.mainGameButton:hover > img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
}

.mainGameButton h2 {
	text-align: center;
	width: 100%;
	position:absolute;
    bottom: -1.5em;/* 0% */
    padding: 0.25em;
    margin-top: 0;
	margin-bottom: 0;
	font-size: 0.45em;
	line-height: 1em;
	height: 1.5em;
}

#mainGameControls .mainGameButton h2, #playGameControls .mainGameButton h2 {
	background: rgba(0,0,0,0.75);
}
#uiPromptBets {
	left: 1em;
	position: absolute;
}

.padTop {
	position:relative;
	top:25%;
}
.stateDisabled {
	opacity: 0.5;
	pointer-events: none;
}
.mainGameControl {
	pointer-events: all;
	height: 50%;
}
.uiCancelUndo {
    width: 3.5em;
    min-width: 3.5em;
    max-width: 3.5em;
    flex-direction: row-reverse;
    justify-content: center;
    display: inherit;
    background: rgba(0,0,0,0.75);
    border-radius: .75em;
    height: 1.25em;
    position: absolute;
    right: -2.75em;
    bottom: 0.25em;
    padding-left: 1em;
    z-index: -1;
}
div.uiCancelUndo > #uiCancelBetButton, div.uiCancelUndo > #uiBetButtonMinus {
	padding: 0.125em;
}
/*div.uiCancelUndo > #uiCancelBetButton, div.uiCancelUndo > #uiBetButtonMinus {
	padding: 0.075em;
	-ms-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}*/
#betGameControls {
	display: flex;
	justify-content: center;
	align-items: center;
	-ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	width: 1.75em;
	height: 1.75em;
}
#statsGameDisplay, #constantGameControls {
	width:inherit;
	/*height: 100%;*/
	left:0;
	top:0;
	position:absolute;
	perspective-origin: top;
	-webkit-perspective: 100vw;
	perspective: 100vw;
	z-index:0;
}
#constantGameControls {
	z-index: 10;
}
#statsDealer, #statsPlayer, #statsScores, #statsResultTie, #statsResultBanker, #statsResultPlayer {
	width: 20%;
	position: absolute;
	/*height:25%;*/
	left: 40%;
	bottom: 64%;/* 50% */
	display: flex;
	/*justify-content: center;*/
	justify-content: left;
	align-items: baseline;
	flex-grow: 0;
}
#statsResultTie, #statsResultBanker, #statsResultPlayer {
	font-size: 1em;
	border-radius: 1em;
	justify-content: center;
}

#infoPrompts {
	position: absolute;
	z-index: 1;
	left: 25%;
	width: 50%;
	top: 35%;/*13%;*/
	pointer-events: all;
}

#uiPromptDealer {
	font-size: 0.8em;
	padding: 0.25em 0.125em;
	border-radius: 0.125em;
	font-weight: normal;
    margin: 0;
    text-align: center;
}
/* global use of uiPromptDealer */
#uiPromptDealer {
	background: rgba(0,0,0,0.75);
	border-radius: 0.25em;
}
#uiPromptDealer span.uiPrompt-content {
	color: white;
}
#uiPromptDealer span:not(.uiPrompt-content) {
	color: #aaaaaa;
	font-size: 75%;
}
#statsPlayer, #statsPlayer1, #statsPlayer2, #statsPlayer3, #statsPlayer4 {
	position: absolute;
	bottom: 37%;
	left: 40%;
	width: 20%;
	height: 25%;
	border-radius: 1em;
}
#statsPlayer #betGameControls-Bet, #statsPlayer2 #betGameControls-Bet, #statsPlayer3 #betGameControls-Bet, #statsPlayer4 #betGameControls-Bet {
	position: absolute;
	bottom: -50%;
    left: 20%;
}
#statsPlayer #betGameControls-Bet.betPanelBox:before, #statsPlayer2 #betGameControls-Bet.betPanelBox:before, #statsPlayer3 #betGameControls-Bet.betPanelBox:before, #statsPlayer4 #betGameControls-Bet.betPanelBox:before, #betGameControls-insurance:before {
	/* odd bodge for placement */
	left: -0.2em;
	top: -0.2em;
}
.statsPlayer-pos1 {
	left:12.125%!important;
}
.statsPlayer-pos2 {
	left:18.75%!important;
}
.statsPlayer-pos3 {
	left:31.375%!important;
}
.statsPlayer-pos4 {
	left:40%!important;
}
.statsPlayer-pos5 {
	left:50.625%!important;
}
.statsPlayer-pos6 {
	left:61.25%!important;
}
.statsPlayer-pos7 {
	left:69.875%!important;
}
.playerActive {
	/*background: -moz-linear-gradient(top, rgba(255,210,128,0.4) 0%, rgba(255,210,128,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,210,128,0.4) 0%,rgba(255,210,128,0) 100%);
	background: linear-gradient(to bottom, rgba(255,210,128,0.4) 0%,rgba(255,210,128,0) 100%);*/
	background: -moz-radial-gradient(rgba(255,210,128,0.4) 0%,rgba(255,210,128,0) 75%);
	background: -webkit-radial-gradient(rgba(255,210,128,0.4) 0%,rgba(255,210,128,0) 75%);
	background: radial-gradient(rgba(255,210,128,0.4) 0%,rgba(255,210,128,0) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffaa88', endColorstr='#00ffaa88',GradientType=0 );
	z-index: -1;
}
#uiDealerScore, #uiDealerState, #uiPlayerScore1, #uiPlayerScore2, #uiPlayerScore3, #uiPlayerScore4, #uiPlayerState1, #uiPlayerState2, #uiPlayerState3, #uiPlayerState4 {
	text-align:center;
	font-size: 0.5em;
	line-height: 2.75em;
	max-width: 6em;
	width: 3em!important;
	min-width: 3em;
	background-color: rgba(0, 0, 0, 0.85);
	border: 2px solid white;
	color: white;
	border-radius: 50%;
	height: 3em;
	min-height: 3em;
	max-height: 3em;
	margin-top: 2em;
	padding: 0em;
	margin-left: 10.5em;
}
.genUI-dropshad:after {
	content: '';
    display: block;
    position: relative;
    left: 10%;
    bottom: 0%;
    width: 80%;
    max-width: 80%;
    height: 5%;
    background: transparent;
    border-radius: 100%/50%;
    box-shadow: 0 1em 0.675em rgba(0,0,0,0.5);
}

/*#uiDealerScore {
	margin-top: unset;
}*/

/*#uiPlayerScore1, #uiPlayerScore2, #uiPlayerScore3, #uiPlayerScore4, #uiDealerScore {
	min-height: 2.25em;
	height: 2.25em;
	border-radius: 50%;
}*/
#uiPlayerState1, #uiPlayerState2, #uiPlayerState3, #uiPlayerState4, #uiDealerState {
	text-align: left;
    padding-left: 3.5em;
    margin-left: -3em;
	border-radius: 2em;
	width: auto!important;
	min-width: 80%;
	max-width: 100%;
	z-index: -1;
}
#uiPlayerState2, #uiPlayerState3, #uiPlayerState4 {
	position: absolute;
	left: 13.5em;
	top: 0%;
}
#uiDealerScore:empty, #uiDealerState:empty, #uiPlayerScore1:empty, #uiPlayerState1:empty, #uiPlayerScore2:empty, #uiPlayerState2:empty, #uiPlayerScore3:empty, #uiPlayerState3:empty, #uiPlayerScore4:empty, #uiPlayerState4:empty, .gamePageHide {
	display:none;
}
#uiPlayerResult, #statsResultTie, #statsResultBanker, #statsResultPlayer, #uiResultTie, #uiResultBanker, #uiResultPlayer {
	color: white;
	text-align: center;
}
#uiResultTie, #uiResultBanker, #uiResultPlayer {
	font-size: 0.5em;
	line-height: 1em;
	margin: 0.5em;
}
#uiPlayerResultPanel, #statsResultTie, #statsResultBanker, #statsResultPlayer {
	transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
	position:relative;
	width: 20%;
	top: 38.5%;
	overflow: hidden;
	border:2px solid white!important;
	height: 1.25em;
}
#uiPlayerResultPanel {
	background: #e42c84;
}
#statsResultTie, #statsResultBanker, #statsResultPlayer {
	background: #e42c84;
}
.uiFinalResult-Lose {
	background: black!important;
}
.uiFinalResult-Lose h2 {
	color:white!important;
}
/*.uiFinalResult-Lose > #uiPlayerResult {
  	color:#abc!important;
	text-shadow: -1px -1px 0 #eff,
	2px -1px 0 #345,
	-1px 1px 0 #89a,
	2px 1px 0 #345!important;
}*/
.uiResultIn {
	transform: translate(-25%,0);
    -webkit-transform: translate(-25%,0);
    -o-transform: translate(-25%,0);
    -moz-transform: translate(-25%,0);
}
.uiState-Win {
	color:white!important;
	background: #e42c84!important;
	border:2px solid white!important;
}
.uiState-Lose {
	color:white!important;
	background: black!important;
	border:2px solid white!important;
}
.uiState-Bust {
	color:white!important;
	background: red!important;
	border:2px solid white!important;
}
#uiDealerState.uiState-Win, #uiPlayerState1.uiState-Win, #uiPlayerState2.uiState-Win, #uiPlayerState3.uiState-Win, #uiPlayerState4.uiState-Win, #uiDealerState.uiState-Lose, #uiPlayerState1.uiState-Lose, #uiPlayerState2.uiState-Lose, #uiPlayerState3.uiState-Lose, #uiPlayerState4.uiState-Lose, #uiDealerState.uiState-Bust, #uiPlayerState1.uiState-Bust, #uiPlayerState2.uiState-Bust, #uiPlayerState3.uiState-Bust, #uiPlayerState4.uiState-Bust {
	border:2px solid transparent!important;
}
.uiWinValue {
	font-weight: bold!important;
	color:white!important;
}
.noBack {/* disable background */
	background:none!important;
	border:none!important;
	/*margin:0;*/
	box-shadow: none;
	text-shadow: none;
}
#uiDealerHistory, #uiSpinHistory {
	position: absolute;
    left: 0em;
    width: 30%;
    height: 10%;
    display: flex;
    top: 1em;

	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
#uiDealerHistory img, #uiSpinHistory img {
	position: absolute;
    height: 50%;
    width: auto;
    left: 0%;
	top: 0%;

	pointer-events: all;
	cursor: pointer;
}
#uiDealerHistory.dealerHistory-panelOut > img, #uiSpinHistory.gameRoulette-historyInactive > img {
    content:url('./../../Resources/UI/Images/plus-circle.svg');
}
#uiDealerHistory.dealerHistory-panelIn > img, #uiSpinHistory > img {
    content:url('./../../Resources/UI/Images/minus-circle.svg');
}
#uiDealerHistory p {
    left: 17.5%;
}
#uiDealerHistory ul, #uiSpinHistory ul {
	display: flex;
	flex-direction: row;
    width: 80%;
    height: 50%;
    position: relative;
    left: 0.5em;
    list-style: none;
	align-items: center;
	
	padding-inline-start: 0.75em;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
#uiDealerHistory ul li, #uiSpinHistory ul li {
	height: 100%;
	padding: 0em 1em;
	justify-content: center;
	display: flex;
	position: relative;
	border-radius: 4px;
	background: black;
	box-shadow: none;
	border: 0.01em solid transparent;
	width: 1.75em;
	min-width: 1.75em;
	margin: 0em 0.05em;
}
#uiDealerHistory ul li h1, #uiSpinHistory ul li h1 {
	font-size: 1.25em;
	padding: 0;
	letter-spacing: -0.1em;
	font-weight: normal;
}
#uiDealerHistory ul li:nth-child(1):before, #uiSpinHistory ul li:nth-child(1):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	border: 1.5px solid white;
}

/*#genGame-Credits h1, #genGame-Balance h1 {
	font-size:1em;
}*/
.cardBust {
	background: #333!important;
	/*top:2%;*/
}
.cardBust h1 {
	color:white;
}
.dealerHistory-panelOut > ul {
	transform: translate(-110%,0);
    -webkit-transform: translate(-110%,0);
    -o-transform: translate(-110%,0);
    -moz-transform: translate(-110%,0);
}
.dealerHistory-panelIn > ul {
	transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
/* FX */

@-webkit-keyframes fxAppearFadeOut {
	0% {opacity: 1}
	25% {opacity: 1}
    100% {opacity: 0}
}
@-moz-keyframes fxAppearFadeOut {
	0% {opacity: 1}
	25% {opacity: 1}
    100% {opacity: 0}
}
@-o-keyframes fxAppearFadeOut {
	0% {opacity: 1}
	25% {opacity: 1}
    100% {opacity: 0}
}
@keyframes fxAppearFadeOut {
	0% {opacity: 1}
	25% {opacity: 1}
    100% {opacity: 0}
}

.fxAppearFadeOut {
	-webkit-animation: fxAppearFadeOut 1s normal forwards;
	-moz-animation: fxAppearFadeOut 1s normal forwards;
	-o-animation: fxAppearFadeOut 1s normal forwards;
	animation: fxAppearFadeOut 1s normal forwards;
}

@-webkit-keyframes fxScalePulse {
    0% {-webkit-transform: scale(1)}
    100% {-webkit-transform: scale(1.25)}
}
@-moz-keyframes fxScalePulse {
    0% {-moz-transform: scale(1)}
    100% {-moz-transform: scale(1.25)}
}
@-o-keyframes fxScalePulse {
    0% {-o-transform: scale(1)}
    100% {-o-transform: scale(1.25)}
}
@keyframes fxScalePulse {
    0% {transform: scale(1)}
    100% {transform: scale(1.25)}
}

.fxScalePulse {
	-webkit-animation: fxScalePulse 1s linear infinite alternate;
	-moz-animation: fxScalePulse 1s linear infinite alternate;
	-o-animation: fxScalePulse 1s linear infinite alternate;
	animation: fxScalePulse 1s linear infinite alternate;
}

@-webkit-keyframes fxBouncePulse {
    0% {-webkit-transform: translate(0%,0%)}
    100% {-webkit-transform: translate(0%,-10%)}
}
@-moz-keyframes fxBouncePulse {
    0% {-moz-transform: translate(0%,0%)}
    100% {-moz-transform: translate(0%,-10%)}
}
@-o-keyframes fxBouncePulse {
    0% {-o-transform: translate(0%,0%)}
    100% {-o-transform: translate(0%,-10%)}
}
@keyframes fxBouncePulse {
    0% {transform: translate(0%,0%)}
    100% {transform: translate(0%,10%)}
}

.fxBouncePulse {
	-webkit-animation: fxBouncePulse 1s linear infinite alternate;
	-moz-animation: fxBouncePulse 1s linear infinite alternate;
	-o-animation: fxBouncePulse 1s linear infinite alternate;
	animation: fxBouncePulse 1s linear infinite alternate;
}
@-webkit-keyframes fxShimmerBackground {
    0% {background-position:-2000px 0}
    100% {background-position:2000px 0}
}
@-moz-keyframes fxShimmerBackground {
    0% {background-position:-2000px 0}
    100% {background-position:2000px 0}
}
@-o-keyframes fxShimmerBackground {
    0% {background-position:-2000px 0}
    100% {background-position:2000px 0}
}
@keyframes fxShimmerBackground {
    0% {background-position:-2000px 0}
    100% {background-position:2000px 0}
}

/*.fxShimmer
{
background-image: -moz-linear-gradient(160deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.85) 60%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(160deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.85) 60%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(160deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.85) 60%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(160deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.85) 60%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(160deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.85) 60%,rgba(255,255,255,0) 100%);
background-repeat: repeat-y;
background-position:-2000px 0;
-webkit-animation: fxShimmerBackground 1s linear infinite alternate;
-moz-animation: fxShimmerBackground 1s linear infinite alternate;
-o-animation: fxShimmerBackground 1s linear infinite alternate;
animation: fxShimmerBackground 1s linear infinite alternate;
}*/

.chipsPanelBack {
	display: inline-flex;
	width:50%;
	position: absolute;
	bottom: 0;
	left:25%;
}
.chipsPanelFront {
	display: inline-flex;
	width:50%;
	position: absolute;
	bottom: 0;
	left:25%;
	transform: translate3d(0, 0, 2px);/*override for transform z*/
	-webkit-transform: translate3d(0, 0, 2px);/*override for transform z*/
}

/* override jquery button styling */
button:focus, button:active, input:focus, select:focus, textarea:focus {
	outline: none;
}

/* arrow styling */
.nav > li > a:first-child:nth-last-child(2):before {
	border-left-color: rgba(61, 57, 57, 0.25);
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
	border-right-color: rgba(231, 127, 27, 0.25);
	right:8px;
}
.nav li li > a:first-child:nth-last-child(2):before {
	border-right-color: rgba(31, 27, 27, 0.25);
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
	border-right-color: rgba(31, 27, 27, 0.25);
}

/* Navigation slide-out menu */
label {
	text-align: center;
	display: inline-block;
	font-weight: normal;
	/* font-size: 0.6em; */
    line-height: 1.2em;
	padding: 0;
	/*color:#646464;*/
	margin-bottom: 2px;
}
#genAccWallet label, #genAccWallet p, #genAccGetFun label, #genAccGetFun p {
	font-size: 0.5em;
    line-height: 1.5em;
}
#genLowerMenu {
	z-index: 10;
}

/*#navSlideMenu .pageInfo-in nav#navSlideMenu ul {
	left: 0%;
	opacity: 1;
}
*/
hr {
    padding: 0;
    width: 100%;
	margin: 0.1em 0em;
	height: 0.1em;
	display: inline-block;
	border-color: #AFADAB;
}

/*
  Content
*/

#systemButtonMenu {
	position: absolute;
    width: 4%;
    height: 5%;
    bottom: 0.75%;
    left: 0%;

    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

	/*z-index: 1500; above all */
}
/*#systemButtonMenu.menu-trigger i {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
#systemButtonMenu.menu-trigger:hover i {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}*/
#systemButtonAudio {
	position: absolute;
    width: 4%;
    height: 5%;
    bottom: 0.75%;
    right: 0%;

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

	z-index: 1500;
}
	
/*#gameButtonInfo {
	position: absolute;
    left: 17.5%;
    bottom: 10%;
    height: 80%;
}*/

/*
body.menu-active #systemButtonMenu {
	left:20%;
}*/

.arrow-right:after {
	position: absolute;
    right: 0.75em;
	margin-top: 0.25em;
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.2em solid #ccc;
    border-top: 0.2em solid #ccc;
    transform: rotate(45deg);
    margin-right: 0.5em;
}
nav li.arrow-right:hover:after, nav button.arrow-right:hover:after {
	border-color: orange!important;
}

#lowerMenuControls {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.genUI-barsemicircleright {
	border-top-left-radius: 50%;
	border-bottom-left-radius:0%;
	height:100%;
	width:7.5%;
	margin-left:-7.5%;
}
.genUI-barsemicircleleft {
	border-top-right-radius: 50%;
	border-bottom-right-radius:0%;
	height:100%;
	width:7.5%;
	margin-left:100%;
}
.genUI-barsemicirclerighttop {
	border-top-left-radius: 0%;
	border-bottom-left-radius:50%;
	height:100%;
	width:7.5%;
	margin-left:-7.5%;
}
.genUI-barsemicirclelefttop {
	border-top-right-radius: 0%;
	border-bottom-right-radius:50%;
	height:100%;
	width:7.5%;
	margin-right:-7.5%;
}
#lowerMenuBar button/*, #lowerMenuControls button*/ {
	font-size: 0.45em;
    line-height: 0.45em;
    padding: 0 0.5em;
}
#genAccSystem, #genAccTransactionStatus-panel {
	position: absolute;
	min-width: 30.25%;
	max-width: 30.25%;
    bottom: 0%;
	left: 5%;
	height: 1.4em;
	display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
#genAccTransactionStatus-panel/*, #genAccCashOut-panel*/ {
	min-width: 40%;
    max-width: 40%;
	left: 30%;
	bottom: 0.5%;
	z-index: 100;
	/*padding: 0 0 0.5em;*/
}
/* Generic UI game button handling */
.genUI-slots > div #genGame-Balance {
	flex-flow: column!important;
}
.genUI-slots > div #genUI-slots-lines {
	display: inherit;
}
.btn-genUI {
	width: 1em;
	font-size: 2em!important;
	margin: 1px;
	height: 75%;
}
.btn-genUI:hover {
	color:white;
	background-color: rgba(255,255,255,0.125)!important;
}

#gameButtonInfoClose-slots, #gameButtonInfoClose-cards, #gameButtonInfoPlay-details-panel-close {
	position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 0.1em;
    right: 0.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
    z-index: 5;
}

#gameButtonInfoClose-slots img, #gameButtonInfoPlay-details-panel-close img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
/* DEBUG PANEL */
#debugButtonBar {
	position: absolute;
    bottom: 10%;
    width: 30%;
    left: 2em;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-flow: wrap;
    z-index: 1300;
    padding: 0%;
    background-color: rgb(62, 72, 79);
	border: 1px solid rgb(111, 128, 141);

	transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;

	transform: translate(-200%,0%);
    -webkit-transform: translate(-200%,0%);
    -o-transform: translate(-200%,0%);
    -moz-transform: translate(-200%,0%);
}
.debugButton {
	min-height: 2.25em;
    min-width: 2.25em;
    max-width: 2.25em;
    max-height: 2.25em;
	
	margin: 0 1.25%;
    
	font-size: 0.45em;
	line-height: 1em;
	
	background: rgba(17, 17, 17, 0.5);

	border: 1px #888888 solid;
	color: #bbbbbb;
	
	display:flex;
	align-content: center;
	justify-content: center;
	
	pointer-events: all;
	cursor: pointer;

    z-index: 102;
}
.debugButtonFull {
	min-width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.debugButton:hover {
	color: black;
	border: 1px #444444 solid;
	background: #888888;
}
.debugButton:active, .debugButtonActive {
	color: white;
	border: 1px #444444 solid;
	background: #aaffaa;
}
#debugButtonBar-btn {
	position: absolute;
    right: -23%;
    bottom: 43%;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotatez(90deg);
    pointer-events: all;
    cursor: pointer;
    background: rgba(255,0,0,1);
    font-size: 0.5em;
    width: 40%;
    text-align: center;
}
#debugButtonBar-btn:hover {
	background: rgba(0,0,0,1);
	color: orange;
}
/*#genAccBalance, #genAccCoins, #genAccStatus, #genAccStatusFull, #genAccManagementFull, #genAccTokenBalance {
    border-radius: 4px;
}*/
#genAccStatus:before {
	content:"";
	background: url(./../../Resources/UI/ui_generic_arrowl.png) center center;
	background-repeat: no-repeat;
	background-size: contain;
	filter:brightness(50%);
	-webkit-filter:brightness(50%);
	width:1em;
	height:1em;
	position:absolute;
	left:0;
}
#genAccSystem #genAccStatus:before {
	display:none;
}
#genAccStatus/*, #genAccWallet*/ {
	pointer-events: all;
	cursor: pointer;
	width: unset;
	min-width: unset;
	max-width: unset;
}

#genAccStatus:hover {
	background-color: rgb(81, 77, 77);
	border:1px solid orange;
}
.genBoxTitle {
	font-size:0.5em;
	line-height: 1em;
	padding:0.15em;
	text-align:left;
	color:#ccc;
	position: absolute;
	/*margin-top: -0.15em;*//* raise icon pos */
}
.genBoxData {
    padding: 0% 2.5%;
    text-align: right;
	font-size: 0.5em;
	font-weight: bold;
	line-height: 1.4em;
    text-transform: uppercase;
	width: 100%;
}
.genBoxData span {
	font-size: 0.6em;
	line-height: 1em;
	color: darkgrey;
}
.genText-left {
	text-align: left;
}
.genText-right {
	text-align: right;
}
.genUI-fullDark, .genUI-fullDark-left, .genUI-fullDark-right, .genUI-halfDark-right, .genUI-halfDark-left {
	position: absolute;
	width:100%;
	top:0;
	left:0;
	height:100%;

	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );

	pointer-events: all;
}
.genUI-fullDark-left {
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.genUI-fullDark-right {
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.genUI-halfDark-left {
	background: rgba(0, 0, 0, 0.25);
	background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.genUI-halfDark-right {
	background: rgba(0, 0, 0, 0.25);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,120.58) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.genUI-halfDark-top {
	background: rgba(0, 0, 0, 0.25);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.genUI-fullLight-left {
	position: absolute;
	width:100%;
	top:0;
	left:0;
	height:100%;

	background: rgba(255, 169, 9, 0.5);
	background: -moz-linear-gradient(right, rgba(255,169,9,0) 0%, rgba(255,169,9,1) 100%);
	background: -webkit-linear-gradient(right, rgba(255,169,9,0) 0%, rgba(255,169,9,1) 100%);
	background: linear-gradient(right, rgba(255,169,9,0) 0%, rgba(0255,169,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBB00', endColorstr='#FFBB00',GradientType=3 );

	background-blend-mode: color-dodge;

	pointer-events: all;
}
.genUI-fullLight {
	position: absolute;
	width:100%;
	top:0;
	left:0;
	height:100%;

	background: rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );

	pointer-events: all;
}

#genAccWallet .genBoxData {
	font-size: 0.75em;
    line-height: 1.5em;
}
#genAccStatusFull, #genAccManagementFull {
    margin: 0;
    position: absolute;
    width: 25%;

	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;

	transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;

	transform: translate(0%,-135%);
    -webkit-transform: translate(0%,-135%);
    -o-transform: translate(0%,-135%);
    -moz-transform: translate(0%,-135%);
}
#genAccStatusFull {
    top:1%;
    left:30%;
    width:40%;
    min-width:40%;
    min-height:35%;

	pointer-events: all;
	
	z-index: 101;
    
	transform: translate(0%,-110%);
    -webkit-transform: translate(0%,-110%);
    -o-transform: translate(0%,-110%);
    -moz-transform: translate(0%,-110%);
}
/*#genAccManagementFull, #genAccWallet {
	background-color: rgb(91, 87, 87);
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*margin-left:37.5%;*//*adjust for lobby, reduce to 5%*/
/*}*/
#genAccStatusFull p {
	font-size: 0.5em!important;
    padding: 0.05em;
}
#genAccWallet-holder {
	transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;

	transform: translate(100%,0%);
    -webkit-transform: translate(100%,0%);
    -o-transform: translate(100%,0%);
	-moz-transform: translate(100%,0%);
	
	width: 100%;
	height: 100%;
	z-index: 100;
}
#genAccWallet {
	position:absolute;
    display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0em;
	bottom: 0%;
	right: 0%;
	left: unset;
	width: 33%;
	/*box-shadow: -2px 0px 8px rgba(0,0,0,0.2);*/
	pointer-events: all;
}
/*#genSystemMessage {
	background-color: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	pointer-events: all;
}*/
#genSystemPanel {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 35%;
	height: 30%;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
	padding: 0em;
}
#genSystemPanel p:not(.titleHeadingTop) {
	padding:0.5em;
	text-align: center;
}
.genFFBranding {
	position: absolute;
    right: 0.5em;
	bottom: 0em;
	width: 4em;
}
.genFFBranding-left {
	right: unset;
	left: 0.5em;
	/* bottom: 0em; */
	bottom: 0.2em;
}
.genFFBranding p {
	padding:0em 1em 0em 0.3em!important;
    line-height: 0.6em!important;
    font-size: 0.3em!important;
	color: black!important;
	text-align:right
}
.genFFBranding-left > p {
	text-align: left;
	padding: 0em 1em 1.9em 0.3em !important;
}
.genFFBranding img {
	width: 95%;
	margin: -0.5em 0em 0em;
}
#genNoticeFunds {
	position: absolute;
	top:0%;
	width:10%;
	left:80%;
	height:7.5%;
    border-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border:2px solid red;
    border-top-color: white;

	display:flex;
	align-content: center;
	justify-content: center;
	
	pointer-events: all;
	cursor: pointer;
	opacity:1;
}
#genNoticeFunds {
	left:0%;
	width:100%;
	height:10%;
    border-radius: 8px;
    border-top-color: red;
	pointer-events: none;
	cursor: none;
	top:0%;
}
#genNoticeBG {
	/*background:rgba(192,0,0,0.5);*/
	width:40%;
	left:30%;
}

#gameButtonInfo span, #genNoticeFunds span {
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
    font-weight: bold;
	font-size: 0.6em;
	line-height: 1.8em;
    font-style: italic;
}
#genNoticeFunds span {
	color:red;
	line-height: 2.4em;
}
#genNoticeFunds span {
	line-height: 1.6em;
	text-align: center;
}
.btn-panel, .btn-panel-scale {
	display:flex;
	justify-content: center;
	align-items: center;

	/*height:75%;*/
	
	pointer-events: all;
	cursor: pointer;

	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);

	transition: transform 0.125s ease-in-out;
    -webkit-transition: transform 0.125s ease-in-out;
    -moz-transition: transform 0.125s ease-in-out;
    -o-transition: transform 0.125s ease-in-out;
}
.gen-panel {
	display:flex;
	/*justify-content: center;*/
	align-items: center;
	flex-direction: column;

	pointer-events: all;
}

.gen-panelBody {
	color: #cccccc;
	padding: 0.25em;
	font-size: 0.6em;
	text-align: center;
}

ul button.btn-panel, .gameSettings {
	justify-content: flex-start;
	align-items: center;
	background: none;
	padding: 0;
}
ul button.btn-panel i, .gameSettings i {
	padding-right: 0.75em;
}
.gameSettings i {
	padding: 0 0.5em;
}
.gameSettings {
	border-radius: 2px;
	margin: 0.125em;
}
.btn-panel:hover {
	background: rgba(0, 0, 0, 0.125);
}
.btn-panel-scale:hover {
	transform: scale(1.075, 1.075);
	-o-transform: scale(1.075, 1.075);
	-moz-transform: scale(1.075, 1.075);
	-webkit-transform: scale(1.075, 1.075);
}
.genEdge-orange:hover {
	color: white;
	background: rgba(252, 164, 41, 0.5);
}
button.genBGFF-pink:hover, button.genBGFF-blue:hover {
	color: white;
	opacity: 0.8;
}
.btn-ok {
	width:2em;
	margin:0.25em;
}
.btn-rounded {
	border-radius: 4px;
}
.btn-rounded-tight {
	border-radius: 2px;
}
.btn-circle {
	border-radius: 100%;
}
.btn-small {
	font-size: 33%;/* 0.5em; */
    height: 2.25em;
	line-height: 0.5em;
	margin: 0.25em 0em;
}
.wid-sm {
	width: 7.5%;
}
.wid-md {
	width: 12.5%;
}
.wid-lg {
	width: 20%;
}
.btn-white {
	border: 1px solid white;
	-webkit-box-shadow: 0px 1px 4px black;
	-moz-box-shadow: 0px 1px 4px black;
	box-shadow: 0px 1px 4px black;

	color: black;
}
.btn-white:hover {
	color: #646464;
}
.btn-white img {
	opacity: 1.0;
}
.btn-white:hover img {
	opacity: 0.75;
}
.btn-white span {
	color: black;
}
.btn-black {
	border: 1px solid black;
	-webkit-box-shadow: 0px 1px 4px white;
	-moz-box-shadow: 0px 1px 4px white;
	box-shadow: 0px 1px 4px white;

	color: white;
}
.btn-black span {
	color: white;
}
.btnDisabled {
	pointer-events: none!important;
	cursor: none!important;
	opacity:0.5!important;
}

/* Offset game UI depending on accountbar media query changes */
#gameInformation-holder {
	height: calc(100% - 7vh);
}
@media screen and (min-width: 600px) {
	#chipsPanel {
		bottom: 38px !important;
	}
}
@media screen and (min-width: 1023px) {
	#chipsPanel {
		bottom: 48px !important;
	}
}
@media screen and (min-width: 1439px) {
	#chipsPanel {
		bottom: 60px !important;
	}
}

#slotsStats {
	width: inherit;
	height: inherit;
	display:flex;
	justify-content: center;
	align-content: center;
}
#slotsStats p {
    font-size: 1em;
    line-height: 1em;
    color: white;
    text-align: center;
    padding: 0.25em;
}
#slotsStats-freeSpins, #slotsStats-bonusWin {
	width:25%;
	height: 15%;
    position: absolute;
    bottom: 52.5%;
    border-radius: 16px;
    background-color:rgba(16,16,16,0.75);
}
#slotsStats-freeSpins {
	left:0%;
	border-top-left-radius: 0%;
	border-bottom-left-radius: 0%;
}
#slotsStats-bonusAnnouncement {
    position: absolute;
	left:0%;
	width:100%;
	bottom:42.5%;
	text-transform: uppercase;
	font-style: italic;
	padding:0% 10%;
	background-color: rgba(255,64,0,0.75);
}
#slotsStats-bonusWin {
	left:75%;
	border-top-right-radius: 0%;
	border-bottom-right-radius: 0%;
}

.pageInfo-in {
	transform: translate(0%,0%)!important;
    -webkit-transform: translate(0%,0%)!important;
    -o-transform: translate(0%,0%)!important;
    -moz-transform: translate(0%,0%)!important;
}
.pageInfo-in-scale {
	transform: scale(1.0)!important;
    -webkit-transform: scale(1.0)!important;
    -o-transform: scale(1.0)!important;
    -moz-transform: scale(1.0)!important;
}
.genGrad-glass {
	background:#fdfcfa;
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(224,220,216) 100%);
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(224,220,216) 100%);
	background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(224,220,216) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfcfa',GradientType=0 );

}
.genGrad-green {
	background:#5A9212;
	background: -moz-linear-gradient(top, #5A9212 0%, #495F18 90%, #5A9212 100%);
	background: -webkit-linear-gradient(top, #5A9212 0%, #495F18 90%, #5A9212 100%);
	background: linear-gradient(to bottom, #5A9212 0%, #495F18 90%, #5A9212 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5A9212', endColorstr='#495F18',GradientType=0 );
	
	color:#C4FF81;
}
.genGrad-green:hover {
	background:#85cf23;
	background: -moz-linear-gradient(top, #85cf23 0%, #65851a 90%, #85cf23 100%);
	background: -webkit-linear-gradient(top, #85cf23 0%, #65851a 90%, #85cf23 100%);
	background: linear-gradient(to bottom, #85cf23 0%, #65851a 90%, #85cf23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85cf23', endColorstr='#5A9212',GradientType=0 );
}
.genFX-trans-short {
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.genBG-topedge {
	border-top: 1px solid white;
}
.genBG-inset {
	box-shadow: inset 0em 0.1em 0.1em rgba(0,0,0,0.25);
}
.genBG-light {
    background: rgba(0,0,0,0.25);
}
.genBG-green {
    background: #506b2c;
}
.genBG-greenDark {
    background: #273517;
}
.genBG-med {
    background: rgba(0,0,0,0.5);
}
.genBG-dark {
    background: rgba(0,0,0,0.75);
}
.genBG-blue {
	background: rgb(0,91,150);	
}
.genBG-bluelight {
	background: #0093ff;	
}
.genBG-white {
	background: #fdfcfa;
}
.genBG-lightgrey {
	background: #eeeeee;
}
.genBG-lightpink {
	background: #ebcedc;
}
.genBG-grey {
	background: #c4c4c4;
}
.genBG-midgrey {
	background: #888888;
}
.genBG-darkgrey {
	background: #444444;
}
.genBG-verydark {
	background: #222222;
}
.genBG-black {
	background: black;
}
.genBG-orange {
	background: #fca429;
}
.genBGFF-pink {
	background: #e42c84!important;
}
.genBGFF-blue {
	background: #005b96!important;
}
.genBGFF-bluelight {
	background: #009eff!important;
}
.genEdge-orange {
	border:1px solid #fca429;
}
.genEdge-bluelight {
	border:1px solid #0093ff;
}
.genEdge-grey {
	border:1px solid #bbbbbb;
}
.genEdge-darkgrey {
	border:1px solid #444444;
}
.genGrad-fullwhite {
	background: white;
}
.genGrad-fullblack {
	background: black;
}
.genUIText-pink {
	color: #e42c84;
	fill: #e42c84;
}
.genUIText-blue {
	color: #005b96;
}
.genUIText-white {
	color: white;
}
.genUIText-light {
	color: #eeeeee;
}
.genUIText-normal {
	color: #aaaaaa;
}
.genUIText-med {
	color: #666666;
}
.genUIText-dark {
	color: #333333;
}
.genUIText-black {
	color: black;
}
.genUIText-blue {
	color: #0093ff;
}
.genUIText-orange {
	color: #fca429;
}
.genUIText-outline {
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.genUIValue-suffix {
	font-size: 75%;
	text-transform: uppercase;
}
.genUIValue {
	color: orange;
}
.genUIValue-success {
	color: greenyellow;
}
.genUIValue-failure {
	color: orangered;
}
.genUIText-title {
	font-weight: bold;
	padding-left: 0.5em;
}
.genUIText-subtitle {
	font-weight: bold;
}
.btn-drop {
	-webkit-box-shadow: 0px 1px 4px black;
	-moz-box-shadow: 0px 1px 4px black;
	box-shadow: 0px 1px 4px black;
}
.panel-drop {
	-webkit-box-shadow: 0px 2px 16px black;
	-moz-box-shadow: 0px 2px 16px black;
	box-shadow: 0px 2px 16px black;
}
.panel-drop-large {
	-webkit-box-shadow: 0px 0px 48px black;
	-moz-box-shadow: 0px 0px 48px black;
	box-shadow: 0px 0px 48px black;
}
.panel-drop-v-large {
	-webkit-box-shadow: 0px 0px 128px 16px black;
	-moz-box-shadow: 0px 0px 128px 16px black;
	box-shadow: 0px 0px 128px 16px black;
}
.genGradFF-pinkblue {
	-webkit-box-shadow: inset 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 0px white;
	box-shadow: inset 0px 1px 0px white;
	
	background:#005b96;
	background: -moz-linear-gradient(left, #ec0a6e 0%, rgb(0,158,255) 50%, rgb(0,59,92) 100%);
	background: -webkit-linear-gradient(left, #ec0a6e 0%, rgb(0,158,255) 50%, rgb(0,59,92) 100%);
	background: linear-gradient(to right, left, #ec0a6e 0%, rgb(0,158,255) 50%, rgb(0,59,92) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eff', endColorstr='#003b5c',GradientType=0 );
}
.genGradFF-blue {
	-webkit-box-shadow: inset 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 0px white;
	box-shadow: inset 0px 1px 0px white;
	
	background:#005b96;
	background: -moz-linear-gradient(top, rgb(0,158,255) 0%, rgb(0,91,150) 50%, rgb(0,59,92) 100%);
	background: -webkit-linear-gradient(top, rgb(0,158,255) 0%, rgb(0,91,150) 50%, rgb(0,59,92) 100%);
	background: linear-gradient(to bottom, rgb(0,158,255) 0%, rgb(0,91,150) 50%, rgb(0,59,92) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eff', endColorstr='#003b5c',GradientType=0 );
}
.genGradFF-pink {
	-webkit-box-shadow: inset 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 0px white;
	box-shadow: inset 0px 1px 0px white;

	background:#ec0a6e;
}
.genGrad-black {
	-webkit-box-shadow: inset 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 0px white;
	box-shadow: inset 0px 1px 0px white;

	background:#111111;
	background: -moz-linear-gradient(top, rgb(16,16,16) 0%, rgb(0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgb(16,16,16) 0%, rgb(0,0,0) 100%);
	background: linear-gradient(to bottom, rgb(16,16,16) 0%, rgb(0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000',GradientType=0 );
}
.genGrad-white {
	background:#fdfcfa;
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(224,220,216) 100%);
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(224,220,216) 100%);
	background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(224,220,216) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfcfa',GradientType=0 );
}

.genGrad-light {
	background: rgb(158, 153, 148);
	background: -moz-linear-gradient(top, rgb(158, 153, 148) 0%, rgb(116, 112, 109) 100%);
	background: -webkit-linear-gradient(top, rgb(158, 153, 148) 0%,rgb(116, 112, 109) 100%);
	background: linear-gradient(to bottom, rgb(158, 153, 148) 0%,rgb(116, 112, 109) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9994', endColorstr='#74706d',GradientType=0 );
}
.genGrad {
	background:#666462;
	background: -moz-linear-gradient(top, rgb(102, 100, 98) 0%, rgb(66, 65, 64) 100%);
	background: -webkit-linear-gradient(top, rgb(102, 100, 98) 0%, rgb(66, 65, 64) 100%);
	background: linear-gradient(to bottom, rgb(102, 100, 98) 0%, rgb(66, 65, 64) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666462', endColorstr='#42413f',GradientType=0 );
}
.genGrad-dark {
	-webkit-box-shadow: inset 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 0px white;
	box-shadow: inset 0px 1px 0px white;

	background:#42413f;
	background: -moz-linear-gradient(top, rgb(66, 65, 63) 0%, rgb(46, 45, 44) 100%);
	background: -webkit-linear-gradient(top, rgb(66, 65, 63) 0%, rgb(46, 45, 44) 100%);
	background: linear-gradient(to bottom, rgb(66, 65, 63) 0%, rgb(46, 45, 44) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42413f', endColorstr='#2e2d2c',GradientType=0 );
}
.genGrad-lightedge {
	-webkit-box-shadow: inset 0px 1px 0px white, 0px 1px 4px black;
	-moz-box-shadow: inset 0px 1px 0px white, 0px 1px 4px black;
	box-shadow: inset 0px 1px 0px white, 0px 1px 4px black;
}
.genGrad-trans {
	background:#42413f;
	background: -moz-linear-gradient(top, rgba(66, 65, 63, 0.85) 0%, rgba(46, 45, 44, 0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(66, 65, 63, 0.85) 0%, rgba(46, 45, 44, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(66, 65, 63, 0.85) 0%, rgba(46, 45, 44, 0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42413f', endColorstr='#2e2d2c',GradientType=0 );
}
/* Dark interface */
.genUIDark p, .genUIDark li {
	color: #aaa;
}
.genUIDark .titleHeadingTop {
	color: white;
}
.genUIDark .genUIValue {
	color: orange;
}
.genUIDark .genGrad-svg-white {
	fill: #302a25;
}

.genUIDark label {
	color:#aaa;
}
.genUIDark .genGrad-white {
	-webkit-box-shadow: inset 0px 1px 0px #867c72;
	-moz-box-shadow: inset 0px 1px 0px #867c72;
	box-shadow: inset 0px 1px 0px #867c72;

	background:#302a25;
	background: -moz-linear-gradient(top, rgb(64,59,54) 0%, rgb(43, 38, 32) 100%);
	background: -webkit-linear-gradient(top, rgb(64,59,54) 0%, rgb(43, 38, 32) 100%);
	background: linear-gradient(to bottom, rgb(64,59,54) 0%, rgb(43, 38, 32) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#403b36', endColorstr='#302a25',GradientType=0 );
}
.genUIDark .genGrad-light {
	-webkit-box-shadow: inset 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 0px white;
	box-shadow: inset 0px 1px 0px white;

	background:#42413f;
	background: -moz-linear-gradient(top, rgb(66, 65, 63) 0%, rgb(46, 45, 44) 100%);
	background: -webkit-linear-gradient(top, rgb(66, 65, 63) 0%, rgb(46, 45, 44) 100%);
	background: linear-gradient(to bottom, rgb(66, 65, 63) 0%, rgb(46, 45, 44) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42413f', endColorstr='#2e2d2c',GradientType=0 );
}
.genUIDark .genGrad {
	-webkit-box-shadow: inset 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 0px white;
	box-shadow: inset 0px 1px 0px white;

	background:#403b36;
	background: -moz-linear-gradient(top, rgb(102, 100, 98) 0%, rgb(66, 65, 64) 100%);
	background: -webkit-linear-gradient(top, rgb(102, 100, 98) 0%, rgb(66, 65, 64) 100%);
	background: linear-gradient(to bottom, rgb(102, 100, 98) 0%, rgb(66, 65, 64) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666462', endColorstr='#42413f',GradientType=0 );
}
.genUIDark .genGrad-dark {
	background: rgb(158, 153, 148);
	background: -moz-linear-gradient(top, rgb(158, 153, 148) 0%, rgb(116, 112, 109) 100%);
	background: -webkit-linear-gradient(top, rgb(158, 153, 148) 0%,rgb(116, 112, 109) 100%);
	background: linear-gradient(to bottom, rgb(158, 153, 148) 0%,rgb(116, 112, 109) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9994', endColorstr='#74706d',GradientType=0 );
}
.genUIDivide {
	height: 100%;
	width: 0.5em;
	position: relative;
}
.genUIDivide:after, .genUIDivide::after {
	content: ' ';
    width: 1px;
    background: rgba(0, 0, 0, 0.25);
    height: 80%;
    position: absolute;
    top: 10%;
    left: 50%;
}
.genUIDark .pageTitle {
	color:#444444!important;
}
.genUIDark .genGrad-fullwhite {
	background: black;
}
.genUIDark .genGrad-fullblack {
	background: white;
}
.genUIDark .btn-white {
	border: 1px solid #161616;
	-webkit-box-shadow: inset 0px 1px 1px white;
	-moz-box-shadow: inset 0px 1px 1px white;
	box-shadow: inset 0px 1px 1px white;

	color: #AAAAAA!important;
}
.genUIDark .btn-white:hover {
	color: white!important;
}
.genUIDark .btn-white span {
	color: white!important;
}
.genUIDark .btn-black {
	border: 1px solid #161616;
	-webkit-box-shadow: inset 0px 1px 1px white;
	-moz-box-shadow: inset 0px 1px 1px white;
	box-shadow: inset 0px 1px 1px white;

	color: grey!important;
}
.genUIDark .btn-black span {
	color:grey!important;
}
.genUIDark nav li:hover, .genUIDark nav button:hover {
	background: rgb(32,32,32)!important;
	color: #aaaaaa!important;
}
.genUIDark .titleHeading {
	color:#aaaaaa;
	background: rgba(96,96,96,0.75);
}
.genUIDark hr {
	border-color: #252220;
}

/* Slot information */
#slotsMenu, #genLowerMenu {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
}
#gameInformation-holder {
	z-index: 100;
	pointer-events: all;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;

	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

	transform: translate(0%,120%);
    -webkit-transform: translate(0%,120%);
    -o-transform: translate(0%,120%);
	-moz-transform: translate(0%,120%);
}
#gameButtonInfoPlay-details-panel-holder {
	z-index: 101;
	pointer-events: all;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;

	transform-origin: center bottom;
	
	transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	
	transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
	-moz-transform: scale(0);
}
#gameInformation, #gameButtonInfoPlay-details-panel {
	position: absolute;
    width: 85%;
	height: 100%;
	top: 0%;
	left: 7.5%;
	padding: 0em;
}
#gameInformation {
	display: flex;
	flex-direction: column;
	justify-content: center;
    height: 90vh;
	top: 5vh;
	justify-content: flex-start;
}
#gameButtonInfoPlay-details-panel {
	height: 85%;
	top: 7.5%;
	overflow: hidden;
}
#gameInformation.gameSlots {
	background: none;
	width: 80%;
    left: 10%;
    height: 96%;
    top: 2%;
}
#gameInstructions, #gameInstructions-details {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	pointer-events: all;
	position: relative;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
#gameInstructions-details {
	padding: 0.5em;
	margin-top: 1.65em;
}
#gameInstructions-details table, #gameInstructions-details ul li, #gameInstructions-details p {
	font-size: 0.75em;
}
#gameInstructions-details ul li ul li {
	font-size: inherit!important;
}
#gameInstructions.gameCards {
	padding: 0.25em 0.25em 1.5em;
	font-size: 1em;
}
/*.helpNav-active {
	border-bottom: 0.2em solid white!important;
}*/
::-webkit-scrollbar {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.5);
}
::-webkit-scrollbar:hover {
	background: orange;
}
/* Info Tabs */
.slotsInfoTabs {
	display: block;
	min-width: 100%;
	height: 7.5%;
    font-size: 1em;
    line-height: 1.5em
}
div.slotsInfoTabs{
	margin: 0%;
	padding: 0%;
	list-style: none;
}
div.slotsInfoTabs div {
	background: black;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 32%;
	height: 100%;
	pointer-events: all;
	cursor: pointer;
	background:#403b36;
    color: #cba;
	text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #111;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
div.slotsInfoTabs div:hover {
	background: #6a635c;	
}
div.slotsInfoTabs div.current{
	background:#181018;
	color:orange;
}
.lobbyInfo-currentPage a {
	cursor: pointer;
	pointer-events: all;
	color:orange;
	text-decoration: none;
}

.lobbyGameLaunch, .lobbyGameBack/*, .genAccBtn*/ {
	position: absolute;
    bottom: 0%;
    right: 0%;
    border-radius: 8px;
    display: block;
	font-size: 0.6em;
    line-height: 1.8em;
    margin: 0.1em;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
	max-width: 25%;
}
.lobbyGameLaunch {
	left:0%;
	width:25%;
}

#genAccSessionCancel {
	left: 0%;
}
#accLocalSliderValue {
	margin: 0;
	text-align: right;
	border: none;
	height: 1.5em;
}
.holdingTable {
	width: 100%;
}
.holdingTable table {
	width:100%;
	border-collapse: collapse;
}
td {
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
.holdingTable td:nth-child(even) {
	width:10%;
}
.holdingTable td:nth-child(odd) {
	width:5%;
	color:white;
	text-align: center;
}
.holdingTable .gameInfoCell0, .holdingTable .gameInfoCell1 {
	border: 1px solid black;
	border-radius: 4px;
	width:20%!important;
	padding-bottom: 20%!important;
}
.holdingTable .gameInfoCell0 {
	background-color: white;
}
.holdingTable .gameInfoCell1 {
	background-color: green;
}

/* Instructions */
#gameInstructions td {
	width:25%;
	border: 1px solid black;
}
#gameInformation table {
	width: 100%;
	table-layout: fixed;
	/*font-size:1em;*/
}

.holdingTable {
	font-size: 0.75em;
}
#gameInstructions thead td {
	background-color: black;
	color: white;
}
.pageText {
    padding: 0.25em 1em;
	/*color:rgb(192,192,192);*/
}
#gameInstructions p, #gameInstructions li {
	font-size: 0.75em;
	line-height: 1.2em;
}
#gameInstructions {
	padding-bottom: 1.5em;
}

.pageTitle {
	text-align: left;
	font-size: 0.75em!important;
	line-height: 2.25em!important;
	height: 2.25em;
    color:white!important;
	padding-left: 0.75em;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;

	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/*#gameInstructions-title {
	margin-top: 1.5em;
}*/
.pageText {
	font-size: 0.75em!important;
	color: #aaaaaa;
}
.pageTextLg {
	width: 50%!important;
	padding:0;
    font-size: 2em!important;
    line-height: 2em;
	font-style: italic;
	color: red!important;
	text-shadow: -1px -1px 0 #ffc,
	2px -1px 0 #fb0,
	-1px 1px 0 #b80,
	2px 1px 0 #420;
}
.styleSlotsClassic {
	color:#c27afc!important;
}
.styleSlotsFairy {
	background-image: -moz-linear-gradient(top, rgb(255,175,75) 0%, rgb(255,0,0) 100%)!important;
	background-image: -webkit-linear-gradient(top, rgb(255,175,75) 0%, rgb(255,0,0) 100%)!important;
	background-image: -o-linear-gradient(top, rgb(255,175,75) 0%, rgb(255,0,0) 100%)!important;
	background-image: -ms-linear-gradient(top, rgb(255,175,75) 0%, rgb(255,0,0) 100%)!important;
	background-image: linear-gradient(to bottom, rgb(255,175,75) 0%, rgb(255,0,0) 100%)!important;
	
	color:transparent!important;
	
	background-clip: text;
	-webkit-background-clip: text;
	
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.pageImgSq img {
	width: 100%;
	height: auto;
}
#gamePaytable td {
	width:5%;
	color:white;
	font-size: 0.75em;
	line-height: 1.5em;
}
#gamePaytable td:nth-child(3n+1) {
	width:15%;
}

input[type=checkbox], input[type=radio] {
	width: 0.85em;
	height: 0.85em;
	margin: 0;
}
/* Input restyling */
input[type=range] {
    -webkit-appearance: none;
	margin: 0em;
	height: 1em;
	overflow: hidden;
	background: none;
}
input[type=range]::-webkit-slider-runnable-track {
    height: 1em;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 52%, rgba(0,0,0,0) 100%);
    background-position: center;
    background-size: 99% 99%;
    background-repeat: no-repeat;
    border: none;
}
input[type=range]::-moz-range-track {
    height: 1em;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 52%, rgba(0,0,0,0) 100%);
    background-position: center;
    background-size: 99% 99%;
    background-repeat: no-repeat;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 0.5em;
    width: 0.5em;
    border-radius: 0.5em;
	background: black;
    margin-top: 0.25em;
}
/*input[type=range]:focus::-webkit-slider-runnable-track {
    background: black;
}*/
input[type=range]::-webkit-slider-thumb:hover {
	background: white;
}
input[type=range]:focus {
    outline: none;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 0.5em;
    width: 0.5em;
    border-radius: 0.5em;
	background: black;
	margin-top: 0.25em;
}
input[type=range]::-moz-range-thumb:hover {
	background: white;
}
input[type=range]:-moz-focusring{
    outline: 1px solid black;
    outline-offset: -1px;
}
input[type=range]::-ms-track {
    width: 100%;
	height: 1px;
	background: black;
    border-color: transparent;
	color: transparent;
	margin: 0.2em 0em;
}
/*input[type=range]::-ms-fill-lower {
    background: #222;
    border-radius: 1em;
}
input[type=range]::-ms-fill-upper {
    background: #222;
    border-radius: 1em;
}*/
input[type=range]::-ms-thumb {
    border: none;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
	background: black;
	margin: 0.25em;
	/*border: 1px solid black;*/
}
input[type=range]::-ms-thumb:hover {
	background: white;
	/*border: 2px solid orange;*/	
}
input[type=range]:focus::-ms-fill-lower {
    background: #222;
}
input[type=range]:focus::-ms-fill-upper {
    background: #222;
}
/* Slider vertical */
.verticalSlider {
	outline: none;
	/*writing-mode: bt-lr;*/
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	/*-moz-appearance: scrollbartrack-vertical;
	-webkit-appearance: slider-vertical!important;*/
	/*width: 0.25em;*/
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
	margin: 0;
}
input[type=range].verticalSlider {
	width: 175%;
	height: 100%;
}
/*input[type=range].verticalSlider::-webkit-slider-thumb {
	margin: 0em;
	height: 0.5em;
    width: 0.5em;
	border-radius: 50%;
	margin-left: -0.25em;
	background: black;
}
input[type=range].verticalSlider::-webkit-slider-runnable-track {
	width: 2px;
	height: unset;
}
input[type=range].verticalSlider::-moz-range-track {
	width: 2px!important;
	height: 100%!important;
}*/
input[type=number] {
    -moz-appearance:textfield;
}

.genLinkImage {
	pointer-events: all;
}
.genLinkImage:hover > img {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
}

 #tokenBalanceError {
	font-size: 0.65em;
	padding-bottom: 20px;
	color: red;
} 

.ff-ui-icon {
	width:auto;
	height:0.85em;
	fill:#ccc;
	margin:0em 0.2em 0.2em 0em;
}

.ff-ui-icon-mid {
	width:auto;
	height:1.25em;
	fill:#ccc;
	margin:0em 0.1em 0.1em 0em;
}

.ff-ui-icon-btn {
	width:auto;
	height:1em;
	fill:#ccc;
	margin:0.25em;
}

.ff-ui-icon-col-sml {
	width:auto;
	height:0.85em;
	margin:0em 0.2em 0em 0em;
}


#genUI-slots-lines {
	display: inherit;
	flex-flow: row;
}
#genUI-slots-autoplay-holder {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
}
#genUI-wof-autoplay {
	width: 18em;
	top: 4.5em;
}

#genUI-slots-autoplay .btn-genUI, #genUI-dice-autoplay .btn-genUI, #genUI-casino-gameoptions .btn-genUI {
	font-size: unset!important;
	width: 100%;
}
#genUI-slots-autoplay-open/* #genUI-casino-gameoptions-open*/ {
	/* border: 2px solid white; */
	font-size: 0.5em;
	font-weight: bold;
	color: white;
	border-radius: 1.5em; /* 0.25em; */
	min-width: 3.125em;
	max-width: 9.5em;
	position: relative;
	min-height: 3em;
	margin: auto 0.5em 4em auto;
	justify-items: flex-start;
	padding: 0;
	line-height: 2em;
}
#genUI-casino-gameoptions-open {
	right: unset;
    left: 1.125em;
    width: 2.75em;
    max-width: 2.75;
    min-width: 2.75em;
    height: 2.75em;
    bottom: 4.5em;
}
#genUI-slots-autoplay-open.genUI-autoplay-active, #genUI-casino-gameoptions-open.genUI-autoplay-active {
	background: #ffffff;
	color: #000000;
	line-height: 1em;
}
#genUI-slots-autoplay-open.genUI-autoplay-active > #genUI-slots-autoplay-img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.chipsPanelChipsContainer.genUI-slots > div {
	background: none;
}
#genAccCashOut-panel {
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 101;
	pointer-events: all;
}
#genLowerMenu #lowerMenuBar {
	height: 7.5% !important;
	width: 100% !important;
	left: 0;
}
#systemButtonMenu, #systemButtonAudio {
	position: absolute;
	min-width: 4.4% !important;
	height: 7.5% !important;
	bottom: 0% !important;
	padding-left: 1%;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
	background-color: #c4c4c4;
	z-index: 102;
}
#systemButtonAudio {
	left: 4.4%;
	font-size: 0.65em;
}
#genAccSystem {
	height: 7.5% !important;
	right: 0;
	bottom :0 !important;
	left: unset !important;
	width: 60%;
	min-width: 60% !important;
	max-width: 60% !important;
	justify-content: flex-end !important;
}
.genBoxData {
	text-align: left !important;
}
#genAccSystem .genBoxData {
	padding: 0;
}
#genAccButtonWallet {
	font-size: 0.45em;
	color: white;
	height: 100%;
	padding: 0.25em;
	min-width: 20%;
	max-width: 20%;
	width: 20%;
}
#genAccButtonWallet i {
	padding-right: 0.75em;
}
#genHover-systembalances {
	height:100%;
	display: inherit;
	flex-direction: row;
	align-items: center;
}
#genAccStatus {
	display: inherit;
	flex-direction: row;
	align-items: center;
}
/*#genAccBalance, #genAccTokenBalance {
	min-width: 50%;
	width: 50%;
}*/
.ff-ui-icon {
	color: #da2782;
	fill: #da2782;
}
.ff-ui-icon-secondary {
	color: #009eff;
	fill: #009eff;
}
.ff-ui-icon-white {
	color: white;
	fill: white;
}
.genBoxTItle {
	padding: unset;
	font-size: 0.65em;
	margin-top: unset;
}
.genUISysValue {
	color: black;
}
.genBoxData {
	text-align: left;
	font-weight: bold;
	padding: 0em 1.5em;
}
#genAccWallet .genBoxData, #genAccWallet .genBoxTitle {
	position: relative;
	padding: 0;
	text-align: unset;
	margin: 0;
}
#genAccTransfer .genBoxData {
	text-align: center;
}
#genAccWallet .genBoxData {
	font-size: 0.75em;
	line-height: 2em;
}
.genUIValue-num {
	font-weight: bold;
	font-size: 1em;
}
#genAccWallet .ff-ui-icon {
	font-size: 0.75em;
}
.titleHeading {
	font-size: 0.75em!important;
	line-height: 1.25em!important;
}
#genAccWallet p {
	line-height: 1.25em;
}
/*#gameInformation {
	padding: unset;
}*/
#gameButtonInfoClose svg {
	fill: currentColor;
	color: currentColor;
}

/* static pages */
.static-content__container h1 {
	color: var(--text-primary-colour);
}
