/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

@font-face {
	font-family: 'FrutigerNeueLT';
	src: url('../fonts/FrutigerNeueLTPro-Medium.ttf') format('truetype')
	     }

body.commonUI {
    font:12px/14px 'Noto Sans', 'Roboto', sans-serif;
    background-color: #FFF;
}

.greekDialogBoxContainer .sj-message-text,.greekDialogBoxContainer .commonUI-message-text{
	font-family: 'Noto Sans', 'Roboto', sans-serif;
}

.commonUI .container {
	background:transparent;
	box-shadow:none;
	padding:0;
	margin-left: 0px;
    zoom:1;}

.commonUI .row {
	margin:0;}

/* Fix for paragraph styling issues after Bootstrap library upgrade. */
.commonUI p {
	margin-bottom: 10px;
}

.large-logo {
	width:50%;
	display:table;
	margin:auto;
	margin-bottom:20px;}

.game-name {
	font:1.4em/1.4em 'Noto Sans', 'Roboto', sans-serif;
	width:80%;
	margin:auto;
	text-align:center;
	color:#eee;
	padding:10px;}

.topbar-tab {
    display: none;
    margin: auto;
    background: -webkit-linear-gradient(top, #000000, #191919 43%);
	background: -moz-linear-gradient(top, #000000, #191919 43%);
	background: -ms-linear-gradient(top, #000000, #191919 43%);
	background: -o-linear-gradient(top, #000000, #191919 43%);
    border-radius:0px 0px 10px 10px;
    color: #fff;
    width: 87px;
    height: 30px;
    position: relative;
    top: -1px;}

.tab-time {
    border-left: 1px #ccc solid;
    float: right;
    padding-left: 7px;
    margin-top: 7px;
    margin-right: 10px;
    font-size: 1.122em;
    color: #fdc642;}

.topbar-header {
	background: -webkit-linear-gradient(top, #191919, #000000);
	background: -moz-linear-gradient(top, #191919, #000000);
	background: -ms-linear-gradient(top, #191919, #000000);
	background: -o-linear-gradient(top, #191919, #000000);
	width:100%;
    border-bottom:1px solid #35383F;}

.show {
    display:table;}

.topbar-header.collapse {
	display:block;
	padding-left:0px;
}

.info-toggle-float {
     -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;}

.info-toggle-float.icon-mainmenu {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);}

.info-toggle-float.icon-mainmenu:before {
	font-size: 1.5em;
	line-height: 1.7em;
	content: "\e601";}

.info-toggle-float.icon-arrowdown {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);}

.info-toggle-float.icon-arrowdown:before {
	content: "\e627";
	float: left;
	margin-top: 0px;
	font-size: 1.5em;
	line-height: 1.7em;
    color: #fefefe;
	margin-left: 10px;}


.icon-earth:before {
	content: "\61";
	float:left;
	margin-top:5px;
	font-size:20px;}

.icon-account:before {
	content: "\e603";
	font-size: 1.7em;
	line-height: 1.1em;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	margin-right:0;
	vertical-align:middle;}

/* navigation bar */
.icon-mainmenu:before {
	content: "\e601";
	float: left;
	margin-top: 0px;
	font-size: 1.5em;
	line-height: 1.7em;
    color: #fefefe;
	margin-left: 10px;}

.hide {
	display:none;}

.topbar-header .navbar-brand {
	background-size:80%;
	margin:0 20px !important;
	height:40px;}

.topbar-header .real-play {
	padding:6px;
	float:right;
	margin-top:8px;
	min-width:74px;
	margin-right:10px;
	font:1.1em/1.1em 'Noto Sans', 'Roboto', sans-serif;}


.topbar-header .icon-account {
	float:right;
	height:44px;
	width:44px;
	text-align:center;
	cursor:pointer;
	border-right:1px solid #000;
	border-left:1px solid #39383E;}

.topbar-header .icon-account:before {
	font-size:1.7em;
	line-height:2em;
	margin-right:0;}

.topbar-header .icon-settings {
	float:right;
	height:44px;
	width:44px;
	text-align:center;
	cursor:pointer;
	border-right:1px solid #000;
	border-left:1px solid #000;
    box-shadow:1px 0px 0px 0px #39383E inset;}

 .topbar-header .icon-settings.selected {
	background-color:#dee3e4;
	position: relative;
	right: 0;
	z-index: 200;
	height: 41px;
	margin-bottom: -1px;}

.topbar-content {
	background: -webkit-linear-gradient(top, #191919, #000000);
	background: -moz-linear-gradient(top, #191919, #000000);
	background: -ms-linear-gradient(top, #191919, #000000);
	background: -o-linear-gradient(top, #191919, #000000);
	display:table;
	margin:0 -10px;
	margin:0;}

.topbar-field-block {
	display:table;
	width:100%;
	margin:0;}

.topbar-field {
	padding-top: 9px;
	padding-left: 0;
	display:table;
	width:100%;}

.topbar-field.balance {
	width:80%;
	margin-right:8px;
	float:left;}

.topbar-field-bonus {
	padding-left: 15px;
	display:table;
}

.field-title {
	color:#8c8c8c;
	display:inline-block;
	float:left;
	font-size:0.85em;
}

.field-amount {
	color:#b3b3b3;
	display:inline-block;
    padding-left: 10px;
	float:left;
	font-size:0.9em;
}


.field-amount-nofloat{
	float: none;
}

.title {
	display:inline-block;
	float:left;
	font:1.1em/1.2em 'Noto Sans', 'Roboto', sans-serif;}

/* alert messages */

.commonUI-message {
	margin:auto;
	position:absolute;
	width:50%;
	height:1px;
	display:none;
	border-radius:11px;
	border:1px solid #0B0E0D;
	max-width:280px;
	-moz-box-shadow:    0px 1px 6px 2px #000;
	-webkit-box-shadow: 0px 1px 6px 2px #000;
	box-shadow:         0px 1px 6px 2px #000;
	background: #000;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
	}

.commonUI-dialog-backdrop{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
	position: absolute;
}

.commonUI-message-malta {
	max-width:310px;}

.commonUI-message-realityCheck{
	min-width: 600px;
	border-radius: 10px;
	border: 2px solid #6d6d6d;
	background-image: radial-gradient(at top, #414242  25%, #262626 55%);
	box-shadow: 0px 4px 12px #000;
	-moz-box-shadow: 0px 4px 12px  #000;
	-webkit-box-shadow: 0px 4px 12px  #000;
	padding: 20px;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
}

.commonUI-message-header {
	color:#a9a9a9;
	padding:18px 12px 2px 12px;
	border-radius:10px 10px 0 0;
	background: -webkit-linear-gradient(top, #161616, #101010 100%);
	background: -moz-linear-gradient(top, #161616, #101010 100%);
	background: -ms-linear-gradient(top, #161616, #101010 100%);
	background: -o-linear-gradient(top, #161616, #101010 100%);
    border-left: 2px solid #6a6a6a;
    border-top: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
	text-align:center;
	font-size:1em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;}

.commonUI-message-header-realityCheck{
	color: #159bd3;
	font: 3em/0.9em 'Noto Sans', 'Roboto', sans-serif;
	font-weight: 700;
	text-shadow: 1px 1px 4px #000000;
	background: none;
	border: none;
	padding: 10px 12px 2px 12px;
}

.commonUI-message-body {
	padding:15px;
    border-radius: 0 0 10px 10px;
	background: -webkit-linear-gradient(top, #101010, #000 100%);
	background: -moz-linear-gradient(top, #101010, #000 100%);
	background: -ms-linear-gradient(top, #101010, #000 100%);
	background: -o-linear-gradient(top, #101010, #000 100%);
    border-left: 2px solid #6a6a6a;
    border-bottom: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
	color:#9c9c9c;
	text-align:center;
	font:1.1em/1.5em 'Noto Sans', 'Roboto', sans-serif;
}

.commonUI-message-body-realityCheck{
	border: none;
	background: none;
	color: #f1f5f5;
	font: 1.7em/1.6em 'Noto Sans', 'Roboto', sans-serif;
	padding: 15px 0px 5px 0px
}

.commonUI-message-text {
	max-height: 280px;
	overflow-y: auto;
}

.commonUI-message-text-realityCheck{
	max-height: none;
	overflow: visible;
	margin: 5px 75px 20px 75px;
}

.commonUI-message-buttons {
	margin:auto;
	text-align:center;
	display:table;
	width:100%;
	padding-top:10px;
}

.commonUI-message-buttons-realityCheck{
	width: auto;
}

.cui-dialog-button {
	margin: 4px;
	background-color:black;
	border:none;
	width: fit-content;
	color: inherit !important;
	font-weight: inherit !important;
}

.cui-text-button {
	margin: 4px;
	background-color: transparent;
	border: none;
	width: fit-content;
	cursor: default;
	color: inherit !important;
	font-weight: inherit !important;
}

.commonUI-message-button {
	cursor: pointer;
	padding: 0px 4px; /* added padding for better click area */
	letter-spacing: 1px;
	color: #ccc;
}

.message-box-cma {
	max-width: 600px;
}

.message-box-cma .commonUI-message-header {
	color: #159bd3;
	font: 1.5em 'Noto Sans', 'Roboto', sans-serif;
	font-weight: 700;
}

.message-box-cma .commonUI-message-text {
	color: #ccc;
	font-size: 1.1em;
}

.message-box-cma .commonUI-message-button {
	color: #0d96dd;
	font: bold 1.25em 'Noto Sans', 'Roboto', sans-serif;
	display: inline-block;
}

.button-cancel,
.button-confirm {
	font:0.9em/1em 'Noto Sans', 'Roboto', sans-serif;
	color:#ccc;
	cursor:pointer;
	letter-spacing:1px;}

.button-confirm {
    text-decoration: underline;
	color:#dcdcdc;
	/*font-weight:bold;*/
	text-transform:uppercase;}

.button-confirm-realityCheck{
	border: 1px solid #6d6d6d;
	background-image: linear-gradient(#5f6061 30%, #454242);
	color: #f1f5f5;
	font-size: 0.8em;
	width: 155px;
	padding: 10px;
	margin: 0 15px 0 15px;
	cursor: pointer;
	float:left;
	text-transform: none;
}

.button-confirm-realityCheck:after{
	clear: both;
}

.button-cancel {
	color:#9a0000;
	font-weight:bold;
	text-transform:uppercase;}

.gameload-block {
	color:#000;
	font-size: 1.3em;
	text-align: center;
}

.commonUI-realitycheck-buttons{
	display:inline-block;
}

.button-confirm-realityCheck:hover{
	background: #2b7eb2 none;
}

/* animated tab icon */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  float: left;
  margin-left: 50%;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;}

.c-hamburger:focus {
  outline: none;}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 13px;
  left: 7px;
  right: 7px;
  height: 3px;
  background: #cccccc;}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #cccccc;
  content: "";}

.c-hamburger span::before {
  top: -5px;}

.c-hamburger span::after {
  bottom: -5px;}

.c-hamburger--htla {
  background-color: transparent;}

.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;}

.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
          transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
          transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */

.c-hamburger--htla.is-active span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
    background: 0 0;
}

.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 70%;
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-7px) translateY(3px) rotate(135deg);
      -ms-transform: translateX(-7px) translateY(3px) rotate(135deg);
          transform: translateX(-7px) translateY(3px) rotate(135deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-7px) translateY(-3px) rotate(-135deg);
      -ms-transform: translateX(-7px) translateY(-3px) rotate(-135deg);
          transform: translateX(-7px) translateY(-3px) rotate(-135deg);
}

.clock-text-right{
	text-align: left;
}

/*FREE ROUNDS TOP BAR CSS*/

.fr-topbar-content{
	background: radial-gradient(circle, #1b94c1 5%, #19232b 70%);
	border-bottom: 1px #d3d3d3 solid;
	box-shadow: 0px 5px 10px black;
	height: 30px;
}

.fr-iconbox{
	height: 24px;
	width: 24px;
	border-radius: 4px;
	border: 1px solid;
	margin-left: 5px;
	margin-right: 5px;
	border-image-slice: 2;
    text-align: center;
}

.fr-ib-blue{
	background: linear-gradient(#007dbe, #1b1b1b);
	border-image-source: linear-gradient( #14334a, #2a6b9a, #14334a);
	display: inline-block;
}

.fr-ib-red{
	background: linear-gradient(#be0000, #1b1b1b);
	border-image-source: linear-gradient( #14334a, #2a6b9a, #14334a);
	display: inline-block;
}

.fr-label{
    font-size: 1em;
    color: white;
	text-shadow: 1px 1px 1px black;
}

.fr-clock-label{
	font-size: 1.2rem;
}

.fr-value-text{
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 15px;
}

.fr-topbar-field {
	padding-top: 0px;
    padding-left: 0px;
	display:table;
	width:100%;
}

.fr-center-col{
	position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

/*FREE ROUNDS MESSAGE BOX POP UP*/
.fr-message-box{
	text-align: center;
	max-width: 500px;
	min-width: 500px;
	background-color: #2a2a2a;
	border: 3px solid black;
	border-image-slice: 2;
	border-image-source: linear-gradient(65deg, #14334a 30%, #4f9ec0 50%, #14334a 70%);
	display: grid;
	grid-template-rows: 30% 50% 20%;
	height: 265px;
}

.fr-message-box-hasFooter {
	grid-template-rows: 27% 45% 20% 10%;
	height: 280px;
}

.fr-pickContainer{
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}

.fr-message-header{
	height: 100%;
	width: 90%;
	background: no-repeat;
	background-image: url("../imgs/CUI_FR_header.png");
	background-position: top;
	background-size: contain;
	display: grid;
	grid-template-rows: 46% 30%;
	justify-self: center;
	margin: 10px 0;
}

.fr-message-body{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fr-message-body-text{
	color: lightgray;
	font-size: 1.2em;
}

.fr-message-body-text-first{
	color: white;
	font-size: 1.3em;
}

.fr-message-footer-text{
	color: white;
	font-weight: bold;
}

.fr-spin-option{
	width: 22%;
	height: 70%;
	background: no-repeat center;
	background-image: url("../imgs/CUI_FR_Spins.png");
	background-size: cover;
	border-radius: 10px;
	cursor: pointer;
}

.fr-spin-option-header{
	display: flex;
	height: 40%;
	justify-content: center;
	align-items: center;
}

.fr-spin-option-header :first-child{
	margin: 0px 5% 0px 0px;
}

.fr-spin-option-body{
	text-align: center;
	display: flex;
	height: 35%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.fr-spin-option-txt{
	font-size: 14px;
	text-shadow: 1px 1px 2px black;
}

.fr-spin-option-spinsTxt{
	color: #ededed;
	font-size: 10px;
}

.fr-spin-option-spinsNumTxt{
	color: #5eaed8;
	font-weight: bold;
	font-size: 12px;
}

.fr-spin-option-valueTxt{
	color: #c1c1c1;
	width: 100%;
	font-size: 12px;
}

.fr-spin-option-valueNumTxt{
	color: #ededed;
	font-weight: bold;
	width: 100%;
}

.fr-message-buttons{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
}

.fr-header-title{
	color: white;
	font-size: 1.8em;
	transform: none;
	align-items: center;
	justify-content: center;
	display: flex;
	height: 100%;
	width: 100%;
}

.fr-header-text{
	color: #13354e;
	font-size: .8em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(15%);
    width: 70%;
    line-height: 1;
}

.fr-header-text-congrats{
	color: #13354e;
	font-size: 1.1em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fr-button{
	border: 1px solid white;
	background: linear-gradient(90deg, #0b6298,#13354e);
	font-size: 1rem;
	font-weight: bold;
	display: flex;
	width:  35%;
	height: 40%;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.fr-body-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fr-button-grey{
	background: grey;
	border: 1px solid darkgrey;
	color: #13354e;
}

.fr-option-highlight{
	box-shadow: 0px 0px 0px 1.5px #f1d592,
	0px 0px 10px 0px #c1be5f;
}

/* adjustments for large phones */
@media (min-width: 550px){
	.field-title {
	    font-size:0.9em;
	}

    .field-amount {
	    font-size:0.9em;
	}

	.fr-label{
		font-size: 1.1em
	}

	.fr-clock-label{
		font-size: 1rem;
	}

	.fr-value-text{
		font-size:1.3em}
}


@media (min-width: 594px){
	.topbar-button {
        margin:13px 0 0 0;
		padding: 20px 10px;}
}

@media (min-width: 654px){
	.topbar-button {
        margin:13px 0 0 0;
		padding: 28px 10px;}

    .field-title {
	    font-size:1.0em;
	}

    .field-amount {
	    font-size:1.1em;
	}

	.fr-label{
		font-size: 1.1em;
	}

	.fr-clock-label{
		font-size: 1rem;
	}

	.fr-value-text{
		font-size:1.3em}

}

@media (min-width: 665px){
    .topbar-header .icon-settings.selected {
		background-color:#dee3e4;
		position: relative;
		right: 0;
		z-index: 200;
		height: 45px;
		margin-bottom: -1px;}

    .settings-menu {
		right: 19px;
		top: 44px;}

	.topbar-field.balance {
		width:85%;}

	.topbar-button {
        margin:13px 0 0 0;
		padding: 28px 10px;}

	.topbar-content {
		width:100%;
		margin:0;}

	.fr-topbar-content{
		width: 100%;
		margin: 0;
	}
}

@media (min-width: 460px){
    .topbar-header .icon-settings.selected {
        background-color:#dee3e4;
        position: relative;
        right: 0;
        z-index: 200;
        height: 45px;
        margin-bottom: -1px;}

    .settings-menu {
		right: 19px;
		top: 44px;}

	.topbar-field.balance {
		width:85%;}

	.topbar-button {
        margin:13px 0 0 0;
		/**padding: 28px 10px;**/}

	.topbar-content {
		width:100%;
		margin:0;}

	.fr-topbar-content{
		width: 100%;
		margin: 0;
	}

	.fr-label{
		font-size:0.8em;
	}

	.fr-clock-label{
		font-size: 1rem;
	}

	.fr-value-text{
		font-size:1.0em}
}

@media (max-width: 460px){
    .field-title {
	    font-size:0.75em;}

    .field-amount {
	    font-size:0.8em;
	}

	.fr-label{
		font-size:0.6em;
	}

	.fr-clock-label{
		font-size: 1rem;
	}

	.fr-value-text{
		font-size:0.8em}
}

@media (max-width: 479px){
    .field-title {
	    font-size:0.8em;
	}

    .field-amount {
	    font-size:0.9em;
	}

	.fr-label{
		font-size:0.8em;
	}

	.fr-clock-label{
		font-size: 1rem;
	}

	.fr-value-text{
		font-size:1em}
}

@media (min-width: 421px) {
	.topbar-header .icon-settings.selected {
		background-color: #dee3e4;
		position: relative;
		right: 0;
		z-index: 200;
		height: 45px;
		margin-bottom: -1px;
	}

	.settings-menu {
		right: 19px;
		top: 44px;
	}

	.topbar-field.balance {
		width: 85%;
	}

	.topbar-button {
		margin: 13px 0 0 0;
		/**padding: 28px 10px;**/
	}

	.topbar-content {
		width: 100%;
		margin: 0;
	}

	.fr-topbar-content {
		width: 100%;
		margin: 0;
	}
}

 /* IPAD PORTRAIT */
@media only screen and (min-width: 736px) {
    #tab {
        display: none;
    }
}

@media (min-width: 736px) {
    .topbar-header.collapse {
        display: block;}

    .field-title {
	    font-size:1.1em;
	}

    .field-amount {
	    font-size:1.1em;
	}

   	.fr-label{
		font-size:0.8em;
	}

	.fr-clock-label{
		font-size: 1rem;
	}

	.fr-value-text{
		font-size:1.2em }

}


@media (min-width: 768px) {
	.commonUI .container {
		width: 100%;
	}
}

 /* IPAD LANDSCAPE */
@media (min-width: 992px) {

	.commonUI .container {
		width: 100%;
	}

	.large-logo {
		margin-bottom: 30px;
	}

	.game-name {
		font: 2em/2em 'Noto Sans', 'Roboto', sans-serif;
	}
}

/* Desktop Wide */
@media (min-width: 1024px) {

	 .field-title {
	    font-size:1.2em;}

    .field-amount {
	    font-size:1.2em;}

	.fr-label{
		font-size:0.9em
	}

	.fr-clock-label{
		font-size: 1.2rem;
	}

	.fr-value-text{
		font-size:1.4em }
}


/* fringe case of games launching in portrait mode */
@media (min-width: 320px) and (max-width:420px) {
	.topbar-header .navbar-brand {
		margin: 0 0 0 10px !important;}

    .topbar-header .icon-settings.selected {
		background-color:#dee3e4;
		position: relative;
		right: 0;
		z-index: 200;
		height: 45px;
		margin-bottom: -1px;}

    .settings-menu {
		right: 19px;
		top: 44px;}

	.commonUI .col-xs-10,
	.commonUI .col-xs-6 {
		width:100%;
		padding:0 6px !important;}

	.topbar-button-block {
		margin: 0;
		padding-right: 8px;
		padding-bottom:20px;}

	.topbar-content {
		margin:0 0 20px 0;}

	.fr-topbar-content{
		margin: 0 0 20px 0;
	}

	.topbar-button {
		margin:5px 0 0 0;
		padding:12px 10px;}

	.topbar-field.balance {
		width:87%;}

	.title {
		font-size:1em;}
}


.hideelement {
    display:none !important;
}
.clock-height{
    height:31px;
}

/* syndicate jackpot win notification (LiveServ) */
.sj-message {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 35%;
	height: 1px;
	display: none;
	padding: 20px;
	border-radius: 11px;
	border: 2px solid #c3aa85;
	-moz-box-shadow: 0px 1px 6px 2px #000;
	-webkit-box-shadow: 0px 1px 6px 2px #000;
	box-shadow: 0px 1px 6px 2px #000;
	background: #000;
	opacity: 0.9;
}
.sj-message-header {
	color:#F4E13E;
	padding:18px 12px 2px 12px;
	text-align:center;
	font:bold 2.4em/1.1em 'Noto Sans', 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.sj-message-header-notification {
	color:#F4E13E;
	padding:18px 12px 2px 12px;
	text-align:center;
	font:2.4em/1.1em 'Noto Sans', 'Roboto', sans-serif;
	letter-spacing:1px;
}
.sj-message-body {
	padding: 0 15px 15px 15px ;
	border-radius: 0 0 10px 10px;
    background: -webkit-linear-gradient(top, #000000, #000 100%);
	background: -moz-linear-gradient(top, #000000, #000 100%);
	background: -ms-linear-gradient(top, #000000, #000 100%);
	background: -o-linear-gradient(top, #000000, #000 100%);
	text-align: center;
	font: bold 1.8em/1.1em 'Noto Sans', 'Roboto', sans-serif;
	color:#fff;
}
.sj-message-text {
	max-height: 590px;
	overflow-y: auto;
}

.sj-message-text-small {
	font-size: 16px;
}

.sj-message-buttons {
	margin: auto;
	text-align: center;
	display: table;
	width: 100%;
	padding-top: 10px;
}
.sj-message-button {
	cursor: pointer;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #ccc;
}
.sj_text
{
  color:#F4E13E;
  font: bold 1.2em/1.1em 'Noto Sans', 'Roboto', sans-serif;
}

.sj-message-coins {
	color: #a9a9a9;
	padding: 18px 12px 2px 12px;
	background: no-repeat;
	background-image: url("../imgs/sj_coins.png");
	background-position: top;
	background-size: contain;
	/*margin-top: 2%;*/
	width: 220px;
	height: 220px;
	margin: 0 auto;
}
.sj-progress-message-text-small {
	font-size: 20px;
}

.sj-progress-message-text {
	font-size: 28px;
}

#sj-progress-wait {
	margin-top: -8px;
	margin-bottom: 40px;
}

/*spinner css*/
.loader {
	margin: 30px auto;
	font-size: 10px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

@keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

.logoBackground{
    width:100%;
    height:100%;
    position:fixed;
    background:black;
}

.loadingImages> img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.progressContainer {
    position: absolute;
    width: 622px;
    height: 622px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: white;
    text-align: center;
    font-family:'FrutigerNeueLT' !important;
    font-size:1.3em;
    color:white;
}

.progressContainer>div {
    position: relative;
    top: 62%;
}

#progressBarPercentComplete {
    padding-top:10px;
}

@keyframes cf4FadeInOut {
    0% {
    opacity: 0;
    }

    50% {
    opacity: 1;
    }

    100% {
    opacity: 1;
    }
}

#eclipse_glow {
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-direction: alternate;
}

@keyframes cf3 {
    0% {
    opacity: 1;
    }

    50% {
    opacity: 0;
    }

    100% {
    opacity: 0;
    }
}

.plainBackground {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: black !important;
    z-index: -1;
    animation-name: cf3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-direction: alternate;
    top: 0;
    left: 0;
}

.gradientBackground {
    position: fixed;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(black, black, black, #040a50,  #040a50) !important;
    z-index: -2;
    top: 0;
    left: 0;
}

@media screen and (max-height: 200px) {
    .loadingImages> img {
        display:none;
    }
}
