/* Launcher */
.casino_form{
	width: 100%;
	display: none;
	background-color: #1a1a1a;
}

.casino_form .inner-header .title {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (orientation: landscape) {
	.casino_form .label, .casino_form .input-field{
		font-size: 0.9em;
	}
}
@media (orientation: portrait) and (max-width: 1200px){
	.casino_form .label, .casino_form .input-field{
		font-size: 0.7em;
	}
}

@media all and (min-width: 1200px){
	.casino_form .form.content {
		margin-top: 3%;
		width: 60%;
	}
	.casino_form .inner-header .title {
		font-size: 1.7em;
	}
}
@media all and (max-width: 1200px){
	.casino_form .form.content {
		margin-top: 3%;
		width: 90%;
	}
	.casino_form .inner-header .title {
		font-size: 1em;
	}
}

.casino_form .form-advanced {
	margin: 0;
	width: 100%;
	background-color: black;
}
.casino_form .form .advanced {
	display: none;
	margin-top: 0;
}

.casino_form .dataField{
	width: 100%;
	height: 25px;
	margin: 1px 0;
	background-color: #333333;
	text-align: center;
	color: #CCCCCC;
}
.casino_form .label{
	width: 30%;
	color: white;
	min-height: 1em;
	font-weight: normal;
}
.casino_form .label.break{
	display: table-cell;
}
.casino_form .basic table.basic-form, table.advanced-form {
	width: 50%;
	display: table;
	float: left;
}
.casino_form .basic .basic-form td, .advanced-form td {
	padding-bottom: 0.5em;
}
.casino_form .basic .basic-form td:first-child, .advanced-form td:first-child {
	width: 40%;
}
.casino_form .basic .basic-form td:last-child, .advanced-form td:last-child {
	width: 60%;
}
.casino_form .input-field{
	border-left: 0;
	border-right: 0;
	width: 100%;
	float: right;
	height: 30px;
	border: none;
	font-weight: bold;
	color: black;
	text-indent: 2%;
}
.casino_form select.input-field::-ms-expand{
	display: none;
}
.casino_form select.input-field{
	width: 100%;
	background: url('../images/comboArrow.png') no-repeat right white;
	height: 30px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.casino_form .basic table.basic-icons, table.advanced-icons {
	float: right;
	display: table;
	width: 40%;
}
.casino_form .basic .basic-icons td, .advanced-icons td {
	padding-bottom: 3%;
}
.casino_form .basic .basic-icons td img, .advanced-icons td img {
	cursor: pointer;
	width: 50px;
}
.casino_form .basic .basic-icons td:first-child {
	width: 30%;
}
.casino_form .advanced .advanced-icons td:first-child {
	width: 30%;
}
.casino_form .basic .basic-icons td:nth-child(n+2) {
	width: 10%;
}
.casino_form .advanced .advanced-icons td:nth-child(n+2) {
	width: 70%;
}
.casino_form .basic .basic-icons td:last-child {
	width: 60%;
}
.casino_form .basic .basic-icons td:last-child img {
	margin-left: 5%;
}

.casino_form .input-field.short{
	width: 10em;
}

.casino_form .advanced-link {
	text-align: center;
	font-size: 1em;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	height: 1.7em;
	background: #262626;
	line-height: 1.7em;
	border-radius: 0.3em;
}

.casino_form .advanced-link a {
	color: #7e7e7e;
	text-decoration: none;
}
.casino_form .advanced-link a:hover, .casino_form .advanced-link:hover, .casino_form .advanced-link:hover a {
	background: #fe0000;
	color: white;
	cursor: pointer;
}

.casino_form .submit-area {
	/*height: 8em;*/
	width: 100%;
	background: #242425;
	background: -moz-linear-gradient(top, #595a5f 0%, #2c2c2e 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #595a5f), color-stop(100%, #2c2c2e));
	background: -webkit-linear-gradient(top, #595a5f 0%, #2c2c2e 100%);
	background: -o-linear-gradient(top, #595a5f 0%, #2c2c2e 100%);
	background: -ms-linear-gradient(top, #595a5f 0%, #2c2c2e 100%);
	background: linear-gradient(to bottom, #595a5f 0%, #2c2c2e 100%);
}
.casino_form .submit-area .content{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.casino_form .buttons-container{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 80%;
	margin: 0.5em auto;
}
.casino_form .button-title{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 1.65em;
}
.casino_form .button{
	font-size: 1em;
	word-wrap: break-word;
	/*padding-top: 0.4em;
	padding-bottom: 0.4em;*/
	text-align: center;
	width: 33%;
}
#iconStandalone {
	background-image: url('../images/iconStandalone.png');
}
#iconIframe {
	background-image: url('../images/iconIframe.png');
}
#iconCasino {
  background-image: url('../images/iconCasino.png');
}
#iconInfo {
	background-image: url('../images/iconInfo.png');
}
.casino_form .button-launch {
	width: 100px;
	height: 100px;
	background-position: 0 0;
	margin-left: auto;
	margin-right: auto;
}
.casino_form .button-launch:hover, .casino_form .button:hover .button-launch {
	background-position: -100px 0;
}

.casino_form .button.space{
	width: 2%;
	flex: 0.1;
	background-color: #000000;
}
.casino_form .button {
	color: #6f6f6f;
	text-decoration: none;
	cursor: pointer;
}
.casino_form .button:hover{
	color: white;
}
.casino_form .error{
	background-color: #993333;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	margin-top: 1%;
	height: 2em;
	line-height: 2em;
	border-radius: 10px;
	display: none;
}
.casino_form .gameStandaloneURL{
	position: relative;
	top: 0;
	left: 0;
	margin: 2em 0;
	padding: 0;
	width: 100%;
	display: none;
}

.casino_form .gameStandaloneURL .gameStandaloneURLMessage{
	width: 100%;
	background-color: #339933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

@media (orientation: landscape) and (max-width: 1200px){
	.casino_form .advanced-link {
		width: 50%;
	}
}

/********************************************************************/

#formContent .is-disabled {
	background-color: #6c6c6c;
	color: #1a1a1a;
	font-weight: normal;
}

/* The Modal (background) */
.game-info-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.game-info-modal-content {
  display: none;
  position: fixed;
  background-color: #fefefe;
  width: 50%;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content Cheats */
.game-info-modal-content-cheats {
  display: none;
  position: fixed;
  background-color: #fefefe;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  max-height: 90%;
  overflow-y: auto;
}

/* The Close Button */
.game-info-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 2%;
}

.game-info-close:hover,
.game-info-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.game-info-modal-header {
  padding: 2px 16px;
  background-color: #FE0000;
  color: white;
}

.game-info-modal-body {
  padding: 2px 16px;
  background-color: #3a3a3a;
  color: #ffffff;
}

.game-info-modal-footer {
  padding: 2px 16px;
  background-color: #FE0000;
  color: white;
}

/* Animation */
@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

/* Loading */
.loader {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #4a4a4a;
  border-radius: 50%;
  border-top: 5px solid #fe0000;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 0.8s linear infinite;
}

/* Animation */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#tableGameInfo {
  font-weight: normal;
  padding: 15px 0 15px 0;
}
#tableGameInfo tr td {
  padding-right: 10px;
  padding: 3px 15px 3px 15px;
}

/* Media Query */
@media screen and (min-width: 1200px) {
    .game-info-modal-content { width: 50%; }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .game-info-modal-content { width: 60%; }
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
    .game-info-modal-content { width: 70%; }
}
@media screen and (min-width: 640px) and (max-width: 799px) {
    .game-info-modal-content { width: 80%; }
}
@media screen and (min-width: 320px) and (max-width: 639px) {
    .game-info-modal-content { width: 90%; }
}
@media screen and (max-width: 319px) {
    .game-info-modal-content { width: 100%; }
}