@import url('https://fonts.googleapis.com/css?family=Russo+One&subset=cyrillic');

@font-face {
  font-family: "europebold";
  src: url("/assets/fonts/EuropeBold.woff2") format("woff2");
}

body {
  font-family: 'Russo One', Verdana, sans-serif;
  height: 100vh;
  width: 98vw;
  background-color: #000000;
}

.login {
  margin: 0 auto;
  height: 100%;
}

.login form {
    background-color: #222222;
    border: 1px #323232 solid;
    border-radius: 5px;
    width: 384px;
    height: 327px;
    display: inline-block;
}

.login input {
    background-color: #1c1e1d;
    text-align: center;
    color: #d5d5d5;
    font-size: 1.3em;
}

.login input[name='login'] {
    margin-top: 32px;
    width: 325px;
    height: 54px;
    border: 1px #000 solid;
}

.login input[name='password'] {
    margin-top: 32px;
    width: 325px;
    height: 51px;
    border: 1px #000 solid;
}

.login button {
    border: 0;
    background: transparent url("/assets/images/btn.png") no-repeat;
    background-size: cover;
    width: 325px;
    height: 70px;
    font-size: 1.8em;
    color: #342e38;
    margin-top: 32px;
    cursor: pointer;
}

.terminal-data {
  position: relative;
  top: calc(100vh - 40px);
  left: 5px;
  border: 2px solid gray;
  color: #FFFFFF;
  padding: 5px;
  width: 250px;
}

.hide {
  display: none;
}

.lobby {
  max-width: 1920px;
  padding: 20px 0 0 0;
  height: calc(100vh + 400px);
}

.jackpot {
  font-family: europebold, serif;
  font-size: .9em;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
}

.jackpot ul {
  text-align: center;
  color: #fff100;
  display: flex;
  justify-content: center;
}

.jackpot ul li {
  margin: 0 0 0 1.3%;
  display: inline-block;
  width: 200px;
  height: 25px;
  background: url(/assets/images/desktop-ui-sprite.png) center no-repeat;
  background-position: 62.6% 39.6%;
  background-size: 457% 2100%;
}

.jackpot ul li :nth-child(1):before {
  content: attr(data-name);
  display: inline-block;
  color: #fff100;
}

.panel {
  background-image: url("/assets/images/panel_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 136px;
  width: 100%;
  height: 136px;
  position: fixed;
  bottom: 0;
}

.credit {
  overflow: visible;
  display: inline-block;
  width: 200px;
  height: 20px;
  color: #fff100;
  font-family: 'europebold', serif;
  font-weight: normal;
  position: absolute;
  bottom: 43px;
  left: 10px;
}

.credit:before {
  content: attr(data-name);
  display: inline-block;
  position: absolute;
  color: #fff;
  text-align: center;
  padding: .1em .18em;
  font-size: .6em;
  font-family: europebold, serif;
  font-weight: normal;
  line-height: 1em;
  white-space: nowrap;
  text-transform: uppercase;
  width: 150px;
  top: 7px;
}

.credit:after {
  content: '';
  width: 150px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(/assets/images/desktop-ui-sprite.png) 0 50% no-repeat;
  background-size: 285% 2020%;
  z-index: -1;
}

.credit p {
  text-align: center;
  width: 150px;
  position: absolute;
  left: 0;
  top: 20px;
  overflow: visible;
}

.btn_exit,
.btn_exit:hover{
  right: 16px;
  position: absolute;
  width: 136px;
  height: 126px;
  z-index: 1;
  display: flex;
  background: url(/assets/images/buttonsLarge_sprite16x9.png) no-repeat;
  background-position: 0 -389px;
  top: 12px;
  color: #000;
  text-decoration: none;
}

.btn_exit p {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0;
  z-index: 10001;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: europebold, serif;
}

.lobby .icon {
}


.lobby a:hover {
  text-decoration: none;
  text-underline: none;
}

.runme {
  height: 100vh;
  overflow: hidden;
}

.exit {
  top: 0;
  right: 0;
  width: 320px;
  height: 25px;
  position: fixed;
  z-index: 9999;
  text-align: right;
  padding-right: 20px;
}


.loader {
  display: none;
  color: #d5d5d5;
  font-size: 2em;
  z-index: 9999;
  background-color: transparent;
}


.game_icon_v9 {
  background-color: #222222;
  border-radius: 5px;
  width: 300px;
  height: 95px;
  margin-top: 20px;
  margin-left: 10px;
}

.game_icon_v9 .game_info {
  text-decoration: none;
  text-align: right;
  color: #FFF;
  font-weight: normal;
  padding-right: 10px;
  padding-top: 10px;
}

.game_icon_v9 img {
  width: 75px;
  height: 75px;
  margin-top: 10px;
  margin-left: 10px;
}

.game_icon_v9 .level {
  font-size: 10px;
}

.game_icon_active {
  border: 4px solid #009607;
}

.game_icon_inactive {
  border: 1px #323232 solid;
}

.exit .terminal-id {
  color: #FFF;
  margin-right: 10px;
}

