﻿.modal-wrapper .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.modal-wrapper .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal-wrapper .vertical-align-center .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 40px;
  pointer-events: all;
  background-color: #2c2c2c;
  padding: 18px 24px 11px 24px;
}
@media (min-width: 768px) {
  .modal-wrapper .vertical-align-center .modal-content {
    margin: 0 auto;
  }
}
.modal-wrapper .vertical-align-center .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
  font-size: 20px;
}
.modal-wrapper .vertical-align-center .modal-content .modal-header .fa {
  margin-right: 4px;
}
.modal-wrapper .vertical-align-center .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 19px;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
}
.modal-wrapper .vertical-align-center .modal-content .modal-body input {
  margin-bottom: 10px;
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer {
  padding: 9px 0 0 0;
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn {
  color: #ccb67a;
  background-color: transparent;
  border-color: transparent;
  font-size: 18px;
  font-weight: bold;
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:focus,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.focus {
  color: #ccb67a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:hover {
  color: #ccb67a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:active,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn {
  color: #ccb67a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:active:hover,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.active:hover,
.open > .dropdown-toggle.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:hover,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:active:focus,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.active:focus,
.open > .dropdown-toggle.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:focus,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:active.focus,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.active.focus,
.open > .dropdown-toggle.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.focus {
  color: #ccb67a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:active,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn {
  background-image: none;
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.disabled:hover,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn[disabled]:hover,
fieldset[disabled] .modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:hover,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.disabled:focus,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn[disabled]:focus,
fieldset[disabled] .modal-wrapper .vertical-align-center .modal-content .modal-footer .btn:focus,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.disabled.focus,
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn[disabled].focus,
fieldset[disabled] .modal-wrapper .vertical-align-center .modal-content .modal-footer .btn.focus {
  background-color: transparent;
  border-color: transparent;
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn .badge {
  color: transparent;
  background-color: #ccb67a;
}
.modal-wrapper .vertical-align-center .modal-content .modal-footer .btn .fa {
  display: none;
}
.modal-wrapper.error .modal-content {
  border: 1px solid #7d3e34;
}
.modal-wrapper.error .modal-content .modal-header {
  color: #fc664e;
}
.modal-wrapper.error .modal-content .text-danger {
  color: #fc664e;
}
.modal-wrapper.error .modal-content .modal-footer {
  border-color: #7d3e34;
}
.modal-wrapper.info .modal-content {
  border: 1px solid #5f7386;
}
.modal-wrapper.info .modal-content .modal-header {
  color: #7ec1ff;
}
.modal-wrapper.info .modal-content .modal-footer {
  border-color: #5f7386;
}
@media (min-width: 768px) {
  .modal-game-login .modal-dialog {
    width: 385px;
  }
}
.modal-game-login .modal-dialog .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
}
.modal-game-login .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  text-align: left;
}
.modal-game-login .modal-dialog .modal-content .modal-header p {
  margin: 0;
}
.modal-game-login .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.modal-game-login .modal-dialog .modal-content .modal-body input[type=text],
.modal-game-login .modal-dialog .modal-content .modal-body input[type=password] {
  margin: 0 0 6px 0;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn {
  margin: 12px 0;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun {
  display: inline-block;
  margin-top: 3px;
}
.modal-game-login .modal-dialog .modal-content .modal-footer {
  border-top: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000;
}
body {
  overflow: hidden;
}
.gameRun {
  position: relative;
}
.gameRun .header,
.gameRun .footer {
  line-height: 20px;
  padding: 0 6px;
  background-color: #000;
  color: #7790df;
  font-size: 11px;
  line-height: 14px;
  overflow: visible;
  z-index: 23;
}
.gameRun .header .row,
.gameRun .footer .row {
  z-index: 23;
}
.gameRun .header .row > div,
.gameRun .footer .row > div {
  z-index: 23;
}
.gameRun .header .row > div .logo img,
.gameRun .footer .row > div .logo img {
  max-height: 22px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.gameRun .header .row > div .jackpotholder,
.gameRun .footer .row > div .jackpotholder {
  width: 165px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .gameRun .header .row > div .jackpotholder,
  .gameRun .footer .row > div .jackpotholder {
    width: 330px;
  }
}
.gameRun .header .row > div .button,
.gameRun .footer .row > div .button {
  float: right;
  cursor: pointer;
}
.gameRun .header .row > div .button img,
.gameRun .footer .row > div .button img {
  height: 20px;
  margin: 3px 0 0 6px;
}
.gameRun .header .row > div .text-white,
.gameRun .footer .row > div .text-white {
  color: #fff;
}
.gameRun .iframeWrapper {
  background-color: #000;
  position: relative;
  display: block;
  z-index: 21;
  overflow: hidden;
}
.gameRun .iframeWrapper iframe {
  overflow: hidden;
  border: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  float: left;
}
.gameRun .footer {
  padding: 2px 6px;
  vertical-align: top;
}
.gameRun .text-white {
  color: #fff;
}
.modal-backdrop {
  top: 0px;
  z-index: 25;
}
.modal {
  z-index: 26;
}
.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 40px;
  pointer-events: all;
  background-color: #2c2c2c;
  padding: 18px 24px 11px 24px;
}
@media (min-width: 768px) {
  .modal .modal-content {
    margin: 0 auto;
  }
}
.modal .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
  font-size: 20px;
}
.modal .modal-content .modal-header .fa {
  margin-right: 4px;
}
.modal .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 19px;
  font-size: 15px;
  line-height: 17px;
}
.modal .modal-content .modal-body input {
  margin-bottom: 10px;
}
.modal .modal-content .modal-footer {
  padding: 9px 0 0 0;
}
.modal .modal-content .modal-footer .btn {
  color: #ccb67a;
  background-color: transparent;
  border-color: transparent;
  font-size: 18px;
  font-weight: bold;
}
.modal .modal-content .modal-footer .btn:focus,
.modal .modal-content .modal-footer .btn.focus {
  color: #ccb67a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal .modal-content .modal-footer .btn:hover {
  color: #ccb67a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal .modal-content .modal-footer .btn:active,
.modal .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn {
  color: #ccb67a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal .modal-content .modal-footer .btn:active:hover,
.modal .modal-content .modal-footer .btn.active:hover,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn:hover,
.modal .modal-content .modal-footer .btn:active:focus,
.modal .modal-content .modal-footer .btn.active:focus,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn:focus,
.modal .modal-content .modal-footer .btn:active.focus,
.modal .modal-content .modal-footer .btn.active.focus,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn.focus {
  color: #ccb67a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal .modal-content .modal-footer .btn:active,
.modal .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn {
  background-image: none;
}
.modal .modal-content .modal-footer .btn.disabled:hover,
.modal .modal-content .modal-footer .btn[disabled]:hover,
fieldset[disabled] .modal .modal-content .modal-footer .btn:hover,
.modal .modal-content .modal-footer .btn.disabled:focus,
.modal .modal-content .modal-footer .btn[disabled]:focus,
fieldset[disabled] .modal .modal-content .modal-footer .btn:focus,
.modal .modal-content .modal-footer .btn.disabled.focus,
.modal .modal-content .modal-footer .btn[disabled].focus,
fieldset[disabled] .modal .modal-content .modal-footer .btn.focus {
  background-color: transparent;
  border-color: transparent;
}
.modal .modal-content .modal-footer .btn .badge {
  color: transparent;
  background-color: #ccb67a;
}
.modal .modal-content .modal-footer .btn.btn-register {
  color: #fc664e;
  background-color: transparent;
  border-color: transparent;
}
.modal .modal-content .modal-footer .btn.btn-register:focus,
.modal .modal-content .modal-footer .btn.btn-register.focus {
  color: #fc664e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal .modal-content .modal-footer .btn.btn-register:hover {
  color: #fc664e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal .modal-content .modal-footer .btn.btn-register:active,
.modal .modal-content .modal-footer .btn.btn-register.active,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn.btn-register {
  color: #fc664e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal .modal-content .modal-footer .btn.btn-register:active:hover,
.modal .modal-content .modal-footer .btn.btn-register.active:hover,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn.btn-register:hover,
.modal .modal-content .modal-footer .btn.btn-register:active:focus,
.modal .modal-content .modal-footer .btn.btn-register.active:focus,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn.btn-register:focus,
.modal .modal-content .modal-footer .btn.btn-register:active.focus,
.modal .modal-content .modal-footer .btn.btn-register.active.focus,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn.btn-register.focus {
  color: #fc664e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.modal .modal-content .modal-footer .btn.btn-register:active,
.modal .modal-content .modal-footer .btn.btn-register.active,
.open > .dropdown-toggle.modal .modal-content .modal-footer .btn.btn-register {
  background-image: none;
}
.modal .modal-content .modal-footer .btn.btn-register.disabled:hover,
.modal .modal-content .modal-footer .btn.btn-register[disabled]:hover,
fieldset[disabled] .modal .modal-content .modal-footer .btn.btn-register:hover,
.modal .modal-content .modal-footer .btn.btn-register.disabled:focus,
.modal .modal-content .modal-footer .btn.btn-register[disabled]:focus,
fieldset[disabled] .modal .modal-content .modal-footer .btn.btn-register:focus,
.modal .modal-content .modal-footer .btn.btn-register.disabled.focus,
.modal .modal-content .modal-footer .btn.btn-register[disabled].focus,
fieldset[disabled] .modal .modal-content .modal-footer .btn.btn-register.focus {
  background-color: transparent;
  border-color: transparent;
}
.modal .modal-content .modal-footer .btn.btn-register .badge {
  color: transparent;
  background-color: #fc664e;
}
.modal .modal-content .modal-footer .btn .fa {
  display: none;
}
.modal.bonus .modal-dialog {
  width: 100%;
  padding: 0 40px 0 20px;
}
.modal.bonus .modal-content {
  margin: 0;
  padding: 0;
  text-align: center;
}
.modal.bonus .modal-content.modal-transparent {
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.bonus .modal-content .modal-body {
  padding: 0;
}
.modal.bonus .modal-content .modal-body .img-responsive {
  max-height: 75vh;
}
.modal.bonus .modal-content .modal-body .text {
  text-align: left;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.modal.bonus .modal-content .modal-body .text h2 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  font-weight: bold;
  display: none;
}
.modal.bonus .modal-content .modal-body .text h3 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}
.modal.bonus .modal-content .modal-body .btns {
  top: -26px;
  right: -26px;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
}
.modal.bonus .modal-content .modal-body .btns .close {
  color: #fff;
  font-family: sans-serif;
  opacity: 0.6;
  float: none;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.modal.bonus .modal-content .modal-body .btns:hover {
  border: 3px solid rgba(255, 255, 255, 0.75);
}
.modal.bonus .modal-content .modal-body .btns:hover .close {
  opacity: 0.75;
}
.modal.bonus .modal-content .modal-body .btns:hover .close:hover {
  opacity: 0.75;
}
body.wrapper-false .gameRun .header,
body.wrapper-false .gameRun .footer {
  display: none;
}
/* Fullscreen fixes */
.androidFullScreen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
}
.androidFullScreen span {
  display: block;
  width: 80%;
  margin: 0 10%;
  height: auto;
  line-height: 50px;
  border: 1px solid Black;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  text-align: center;
  font-size: 2em;
  position: absolute;
}
#not-ios-8 {
  display: none;
}
#brim-mask {
  position: absolute;
  z-index: 30;
}
body #controls {
  z-index: 40;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateZ(0px);
}
body #controls table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
body #controls table tr td.left {
  width: 25%;
}
body #controls table tr td.left .back {
  cursor: pointer;
}
body #controls table tr td.left i {
  height: 25px;
  cursor: pointer;
  display: inline-block;
  width: 25px;
  background-size: contain;
  user-select: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAM8SURBVHhe7drNq4xRHMDxy0UiL4mFhb0i8Q9Qyl8gG1YWUkpEEuWlyEKilERcJOR1QRJKkpREVqyVDQsLOxbP9T3P+S0Qc0bNmcF8P3V6rrm/033me9zFzJ0RSZIkSZIkSZIkSZIkSZI0AE3TzGMtZy0aHx+fEA+r34g/iUM4xvrK1y2+fsNlaYyoX4ieDuN6ewo/4fFPrPkxqtpoPkrwqzn/r/H9gzGummidDuNKzv57zNyJLaqFzukwLubkRedjm2og8GiK3KbuAge3Mraq1+g7gcBjOXUZs0diq3qNvukwzuTUZcye5OJrkRpSWAKfakt3gdnTXDyMGlJYAp9oS3chfos8jBpSWAIfb0t3gdmzXDyMWgh8LKcuY/Ycl4mxVb1G4KM5dRmzF7iMxlb1GoEP59RlzKYXiB5GLQQ+lFOXMXuZi4dRC4EP5NRlzKY3FT2MWoi7vy3dnWssD6MW/rfvzZ3LmE1/+5gUW9VrBN6dU5cxe5PLlNiqXiPwzpy6jNn3rHV8ueZfXjyH1awlkeDvwU1t5waHFs//IZe5kWOwuJmt+baGWzqUSDI43MQmVhP3NPRIsSzS9B8/PH1mysP4DjnWRp7+4+f/0R+ZhgE9VkSeweAeJnIT6Z3ZoUeHt1wG/w41N5E+NXKpvashxfN/x1ocSQaPeyp+yO17zH5knfoP1lHWetbMSPH3oHP6SE96X6orPIl9sVW10HkyoW/k5GXM7omtqoXOUwh9KycvY3ZXbFUtdE6HcjsnL2N2Z2xVLXROh3I3Jy9jdkdsVS10TodyLycvY3ZbbFUtdJ5K6Ps5eRmzW2OraqHzNEI/yMk7Yy7ZEltVC63ToTzK2TvLZ9Jsjq2qhdbTWI/b6gVxKJtiq2oh8nTWk+jeUXskTbMxtqoWIs9gPY3uHbVH0jQbYqtqIfJM1rPo3lF7JE2zPraqFlrPIvTznL0z5r5wWRhbVQuR06G8aKsXMOebkf1A69nEfpmz/x4zY7FFtRF7DutVtP8lvu/7Xf1E87lEf53z/4jHP7MWxKj6hfbpUH54Rc+/P7BWxYgGgQNYxkp/r17Fmh4PS5IkSZIkSZIkSZIkSZIkqUdGRr4BXqc4LEZXiGwAAAAASUVORK5CYII=');
}
body #controls table tr td.main {
  width: 50%;
  text-align: center;
}
body #controls table tr td.main .animation {
  background-color: transparent;
  background-repeat: no-repeat;
  width: 274px;
  height: 355px;
  background-position: 0px 0px;
  position: absolute;
  margin-top: -160px;
  margin-left: -137px;
  display: none;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-image: url('/Content/images/swipeup_en.png');
}
body #controls table tr td.main .animation.en {
  background-image: url('/Content/images/swipeup_en.png');
}
body #controls table tr td.main .animation.sk {
  background-image: url('/Content/images/swipeup_sk.png');
}
body #controls table tr td.main .animation.f1 {
  width: 274px;
  height: 355px;
  background-position: 0px 0px;
}
body #controls table tr td.main .animation.f2 {
  width: 274px;
  height: 355px;
  background-position: -274px 0px;
}
body #controls table tr td.main .animation.f3 {
  width: 274px;
  height: 355px;
  background-position: -548px 0px;
}
body #controls table tr td.main .animation.f4 {
  width: 274px;
  height: 355px;
  background-position: -822px 0px;
}
body #controls table tr td.main .animation.f5 {
  width: 274px;
  height: 355px;
  background-position: 0px -355px;
}
body #controls table tr td.main .animation.f6 {
  width: 274px;
  height: 355px;
  background-position: -274px -355px;
}
body #controls table tr td.main .animation.f7 {
  width: 274px;
  height: 355px;
  background-position: -548px -355px;
}
body #controls table tr td.main .animation.f8 {
  width: 274px;
  height: 355px;
  background-position: -822px -355px;
}
body #controls table tr td.main .animation.f9 {
  width: 274px;
  height: 355px;
  background-position: 0px -710px;
}
body #controls table tr td.main .animation.f10 {
  width: 274px;
  height: 355px;
  background-position: -274px -710px;
}
body #controls table tr td.main .animation.f11 {
  width: 274px;
  height: 355px;
  background-position: -548px -710px;
}
body #controls table tr td.main .animation.f12 {
  width: 274px;
  height: 355px;
  background-position: -822px -710px;
}
body #controls table tr td.main .animation.f13 {
  width: 274px;
  height: 355px;
  background-position: 0px -1065px;
}
body #controls table tr td.main .animation.f14 {
  width: 274px;
  height: 355px;
  background-position: -274px -1065px;
}
body #controls table tr td.main .animation.f15 {
  width: 274px;
  height: 355px;
  background-position: -548px -1065px;
}
body #controls table tr td.main .animation.f16 {
  width: 274px;
  height: 355px;
  background-position: -822px -1065px;
}
body #controls table tr td.main .animation.f17 {
  width: 274px;
  height: 355px;
  background-position: 0px -1420px;
}
body #controls table tr td.main .animation.f18 {
  width: 274px;
  height: 355px;
  background-position: -274px -1420px;
}
body #controls table tr td.main .animation.f19 {
  width: 274px;
  height: 355px;
  background-position: -548px -1420px;
}
body #controls table tr td.main .animation.f20 {
  width: 274px;
  height: 355px;
  background-position: -822px -1420px;
}
body #controls table tr td.main .click {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.4em;
  line-height: 1.25;
  cursor: pointer;
}
body #controls table tr td.right {
  width: 25%;
}
body #controls table tr td.right .fav {
  cursor: pointer;
}
body #controls table tr td.right i {
  height: 25px;
  cursor: pointer;
  display: inline-block;
  width: 25px;
  background-size: contain;
  user-select: none;
  background-image: url('data:image/png;base64,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');
}
body #controls table tr td.right i.active,
body #controls table tr td.right i:hover {
  background-image: url('data:image/png;base64,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');
}
body.minimal .click {
  display: inline-block;
}
body.minimal .animation {
  display: none !important;
  width: 0;
  height: 0;
}
body.full {
  overflow: auto !important;
}
body.full .click {
  display: none;
}
body.full .animation {
  display: inline-block !important;
}
html.type-wwin .brim-inactive #controls {
  background-color: transparent;
}
html.type-wwin .brim-inactive #controls table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
html.type-wwin .brim-inactive #controls table tr td.left,
html.type-wwin .brim-inactive #controls table tr td.right {
  width: 0;
}
html.type-wwin .brim-inactive #controls table tr td.main .click {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  text-indent: -9999px;
}
html.type-wwin .brim-inactive #controls table tr td.main .click br {
  display: none;
}
html.type-supersport .brim-inactive #controls {
  background-color: transparent;
}
html.type-supersport .brim-inactive #controls table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
html.type-supersport .brim-inactive #controls table tr td.left,
html.type-supersport .brim-inactive #controls table tr td.right {
  width: 0;
}
html.type-supersport .brim-inactive #controls table tr td.main .click {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  text-indent: -9999px;
}
html.type-supersport .brim-inactive #controls table tr td.main .click br {
  display: none;
}
html.type-supersport .header {
  background-image: url('../Images/jackpot/supersport/img_heading_bg_red.png');
  background-position: center top;
  background-size: auto 38px;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 768px) {
  html.type-supersport .header {
    background-size: auto 77px;
  }
}
html.type-supersport .jackpotholder {
  width: 160px !important;
  margin: 0 auto !important;
  margin-bottom: -13px !important;
}
@media only screen and (min-width: 768px) {
  html.type-supersport .jackpotholder {
    width: 320px !important;
    margin-bottom: -26px !important;
  }
}
html.gameprovider-kajot.customkajotjpposition-true .header {
  background-image: none;
  height: 0px;
}
html.gameprovider-kajot.customkajotjpposition-true .jackpotholder {
  width: 39vh !important;
  max-width: 20vw;
  margin: 0 auto !important;
  height: 0;
  position: relative;
}
@media only screen and (max-width: 899px) {
  html.minimalui-true .header,
  html.minimalui-true .footer {
    display: none !important;
    height: 0px !important;
    overflow: hidden !important;
  }
}