body
{
	background-color: #000000;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#canvasContainer
{
	position: absolute;
	left: 0px;
	top: 0px;
	height:0;
	width:0;
}

@-webkit-keyframes animatetop
{
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop
{
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

#preloading
{
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%;
}

#debug
{
	background-color: #ff0000;
	position: fixed;
	left: 0px;
	top: 0px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 15px;
}

.paylineImg
{
    position: relative;
    top: 10px;
}

/* INFO BOX */

.infobox
{
	position: fixed;
/*	background-color: #0b0113;*/
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    text-align: center;
    display: none;
}

.label
{
	font-weight: bold;
	font-size: 12px;
	color: #808080;
}

.value
{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

/* BET AMOUNT MENU */
#menuBet
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height : 100%;
	background-color: #000000;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    display: none;
}

#menuBetLayout
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height : 100%;
}

/* AUTO SPINS MENU */
#menuAuto
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height : 100%;
	background-color: #000000;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    display: none;
}

#menuAutoLayout
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height : 100%;
}

/* BUTTONS */
#btnSpin
{
	position: fixed;
	width: 112px;
	height : 112px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#btnSkip
{
	position: fixed;
	width: 112px;
	height : 112px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#btnStop
{
	position: fixed;
	width: 57px;
	height : 57px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#settingsDisplay
{
	position: fixed;
	background-color: #000000;
	border-radius: 20px;
	opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
	display: none;
}

#settingsBar
{
	position: fixed;
	background-color: #000000;
	opacity: 0.8;
  filter: alpha(opacity=70); /* For IE8 and earlier */
	display: none;
}

#btnSettings
{
	position: fixed;
	width: 57px;
	height : 57px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#btnAuto
{
	position: fixed;
	width: 57px;
	height : 57px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#btnBet
{
	position: fixed;
	width: 100px;
	height : 17px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#btnInfo
{
	position: fixed;
	width: 57px;
	height : 57px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#btnSFX
{
	position: fixed;
	width: 57px;
	height : 57px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#btnBGM
{
	position: fixed;
	width: 57px;
	height : 57px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#btnHome
{
	position: fixed;
	background-size: 100%;
	cursor: pointer;
	right: 5px; top:5px; width: 84px; height: 84px; display: none;
	background: url('../assets/images/home.png') center no-repeat;
}

#startMsg
{
	position: fixed;
}

#payline
{
	position: fixed;
}
	
#addTtlBet
{
	position: fixed;
	cursor: pointer;
	background-size: 100%;
}

#deductTtlBet
{
	position: fixed;
	cursor: pointer;
	background-size: 100%;
}

#valueBg
{
	position: fixed;
	width: 238px;
	height : 253px;
	background-size: 100%;
	display: none;
}

/* value slider */
.sliderValue
{
	-webkit-appearance: none;
  height: 2px;
  border-radius: 0px;
  background: #FFFFFF;
  outline: none;
  opacity: 0.9;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: fixed;
}

.slidecontainer {
  width: 100%;
}

.sliderValue:hover {
  opacity: 1;
}

.sliderValue::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 21px;
  height: 8px;
  border: 0;
  background: url('../assets/images/slider.png') center no-repeat;
  cursor: pointer;
}

.sliderValue::-moz-range-thumb {
  width: 21px;
  height: 8px;
  border: 0;
  background: url('../assets/images/slider.png') center no-repeat;
  cursor: pointer;
}

.sliderLevel
{
	-webkit-appearance: none;
  height: 2px;
  border-radius: 0px;
  background: #FFFFFF;
  outline: none;
  opacity: 0.9;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: fixed;
}

.sliderLevel:hover {
  opacity: 1;
}

.sliderLevel::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 21px;
  height: 8px;
  border: 0;
  background: url('../assets/images/slider.png') center no-repeat;
  background-size:  21px;
  cursor: pointer;
}

.sliderLevel::-moz-range-thumb {
  width: 21px;
  height: 8px;
  border: 0;
  background: url('../assets/images/slider.png') center no-repeat;
  cursor: pointer;
}



@media (max-width: 991.99px) {

	.sliderValue::-webkit-slider-thumb {
	  -webkit-appearance: none;
	  appearance: none;
	  width: 15px;
	  height: 8px;
	  border: 0;
	  background: url('../assets/images/slider.png') no-repeat;
	  background-size:  15px;
	  cursor: pointer;
	}

	.sliderValue::-moz-range-thumb {
	  width: 15px;
	  height: 8px;
	  border: 0;
	  background: url('../assets/images/slider.png') center no-repeat;
	  cursor: pointer;
	}

	.sliderLevel::-webkit-slider-thumb {
	  -webkit-appearance: none;
	  appearance: none;
	  width: 15px;
	  height: 7px;
	  border: 0;
	  background: url('../assets/images/slider.png') center no-repeat;
	  background-size:  15px;
	  cursor: pointer;
	}

	.sliderLevel::-moz-range-thumb {
	  width: 15px;
	  height: 7px;
	  border: 0;
	  background: url('../assets/images/slider.png') center no-repeat;
	  cursor: pointer;
	}


}


#valueId
{
	position: fixed;
}

#valueWord
{
	position: fixed;
}

#btnValuePlus
{
	position: fixed;
	width: 20px;
	height : 20px;
	background-size: 100%;
	cursor: pointer;
	display: none;
	object-fit: contain;
}

#btnValueMinus
{
	position: fixed;
	width: 20px;
	height : 20px;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

#levelWord
{
	position: fixed;
}

#levelId
{
	position: fixed;
}




#btnLevelPlus
{
	position: fixed;
	width: 20px;
	height : 20px;
	background-size: 100%;
	cursor: pointer;
	display: none;
	background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#btnLevelMinus
{
	position: fixed;
	background-size: 100%;
	cursor: pointer;
	display: none;
	background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/*Auto Bet button*/
#autoBg
{
	position: fixed;
	width: 238px;
	height : 253px;
	background-size: 100%;
	display: none;
	background-size: contain;
}

#autoTable
{
	position: fixed;
  width: 185px;
  height: 133px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: translate(10%,35%);
}

#autoTittle
{
	position: fixed;
	text-align: center;
  color: #ffffff;
}

#tableWord
{
/*	text-align: center;
  width: content;
  color: #ffffff;*/
}

#autoTablePosition
{
	position: fixed;
	text-align: center;
  width: content;
  color: #ffffff;
}

th, td
{
  position: static;
  text-align: center;
  border: 2px solid #ffffff;
}

.table-game td:hover
{
	cursor: pointer;
	background-color: white;
	color: #000000;
}

@media only screen and (max-width: 1001px) and (max-height:1366px)
{
	#btnHome 
	{
		position: fixed;
		background-size: 100%;
		cursor: pointer;
		right: 5px; top:5px; width: 84px; height: 84px; display: none;
	}
}


/* modal */
.modal 
{
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content 
{
  position: relative;
  width: 50%;
  background-color: #fefefe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border: 1px solid #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.modal-close 
{
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus 
{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header 
{
  padding: 2px 16px;
  background-color: #00bdf8;
  color: white;
}

.modal-body 
{
	padding: 10px 16px;
}


