html { height: 100%; }

body {
    width: 100%;
    height: 100%;
    background-color: #001a3c;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
}

.lobbyvgm {
    position: absolute;
    width: 1024px;
    height: 768px;
    top: 44px;
    left: 49.99999%;
    margin-left: -512px;
    overflow: visible;
}

.lobbyvgminner {
    position: absolute;
    width: 1024px;
    height: 768px;
    overflow: hidden;
    top: 0;
    left: 0;
}

.lobbywrapper {
    display: none;
}

.lobbycontainer {
    position: absolute;
    width: 1024px;
    height: 768px;
    left: 49.99999%;
    top: 50%;
    margin-top: -400px;
    overflow: visible;
    margin-left: -512px;
}

.lobbybackgrounds, .lobbygamebackgrounds {
    position: absolute;
    top: 0;
    margin-top: 0;
    z-index: -1;
}

.lobbybackgrounds .left {
    position: absolute;
    width: 280px;
    height: 1200px;
    left: -280px;
    top: -216px;
    background-image: url('../images/lobbybackground_left.png');
}

.lobbybackgrounds .right {
    position: absolute;
    width: 280px;
    height: 1200px;
    left: 1024px;
    top: -216px;
    background-image: url('../images/lobbybackground_right.png');
}

.lobbygamebackgrounds .left, .lobbyvgmbackground.left {
    position: absolute;
    width: 280px;
    height: 768px;
    left: -280px;
    top: 0;
    background-image: url('../images/background_left.png');
}

.lobbygamebackgrounds .right, .lobbyvgmbackground.right {
    position: absolute;
    width: 280px;
    height: 768px;
    left: 1024px;
    top: 0;
    background-image: url('../images/background_right.png');
}

.lobbygamebackgrounds .top, .lobbyvgmbackground.top {
    position: absolute;
    width: 1584px;
    height: 44px;
    left: -280px;
    top: -44px;
    background-image: url('../images/background_top.png');
}

.lobbygamebackgrounds .bottom, .lobbyvgmbackground.bottom {
    position: absolute;
    width: 1584px;
    height: 418px;
    left: -280px;
    top: 768px;
    background-image: url('../images/background_bottom.png');
}

.lobbyvgm.unitrade .lobbyvgmbackground.top, body.unitrade .lobbygamebackgrounds .top {
    background-image: url('../images/background_top_ut.png');
}

.lobbyvgm.unitrade .lobbyvgmbackground.left, body.unitrade .lobbygamebackgrounds .left {
    background-image: url('../images/background_left_ut.png');
}

.lobbyvgm.unitrade .lobbyvgmbackground.right, body.unitrade .lobbygamebackgrounds .right {
    background-image: url('../images/background_right_ut.png');
}

.lobbyvgm.unitrade .lobbyvgmbackground.bottom, body.unitrade .lobbygamebackgrounds .bottom {
    background-image: url('../images/background_bottom_ut.png');
}

.lobbyvgm.unitrade .lobbyvgminner {
    background-image: url('../images/background_central_ut.png');
}

.vgmname {
    position: absolute;
    display: block;
    left: 0;
    top: 40px;
    font-size: 24px;
    line-height: 24px;
    color: yellow;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.vgmmix {
    position: absolute;
    display: block;
    right: 0;
    top: 40px;
    font-size: 24px;
    line-height: 24px;
    color: yellow;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.lobbyloading {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    font-size: 20px;
    line-height: 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
}

.lobbyloading .label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    color: yellow;
    display: none;
}

.lobbyloading .progress {
    position: absolute;
    left: 0;
    top: -250px;
    width: 100%;
    height: 20px;
    color: white;
    font-size: 48px;
    line-height: 48px;
    z-index: 1;
}

.lobbymain::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.lobbymain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.sections {
    position: absolute;
    width: 1024px;
    height: 620px;
    left: 0;
    top: 0;
}

.sections .section {
    position: absolute;
    left: 0;
    top: 0;
}

.section.novomatic .moregamesblock {
    position: absolute;
    width: 298px;
    height: 174px;
    left: 363px;
    top: 452px;
    background-image: url('../images/gaminator/moregamesblock.png?1');
}

.section.novomatic .moregamesblock .half {
    position: absolute;
    width: 149px;
    height: 174px;
    top: 0;
    cursor: pointer;
}

.gameloading .section.novomatic .moregamesblock .half {
    cursor: default;
}

.section.novomatic .moregamesblock .pagelabel, .section.novomatic .moregamesblock .pagenumber {
    position: absolute;
    left: 0;
    width: 298px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: yellow;
}

.section.novomatic .moregamesblock .pagelabel {
    top: 35px;
    line-height: 20px;
    font-size: 20px;
}

.section.novomatic .moregamesblock .pagenumber {
    bottom: 25px;
    line-height: 24px;
    font-size: 24px;
}

.section.novomatic .moregamesblock .half .arrow {
    position: absolute;
    width: 149px;
    height: 174px;
    background-position: 0 -522px;
}

.section.novomatic .moregamesblock .half:hover .arrow {
    background-position: 0 -348px;
}

.section.novomatic .moregamesblock .half:active .arrow {
    background-position: 0 -174px;
}

.section.novomatic .moregamesblock .half.inactive .arrow {
    background-position: 0 0;
}

.section.novomatic .moregamesblock .half.inactive {
    cursor: default;
}

.section.novomatic .moregamesblock .half.left { left: 0; }
.section.novomatic .moregamesblock .half.right { left: 149px; }

.section.novomatic .moregamesblock .half.left .arrow {
    left: 0;
    top: 0;
    background-image: url('../images/gaminator/moregamesarrowleft.png?1');
}

.section.novomatic .moregamesblock .half.right .arrow {
    left: 0;
    top: 0;
    background-image: url('../images/gaminator/moregamesarrowright.png?1');
}

.section.novomatic .gametitle {
    position: absolute;
    width: 500px;
    left: 262px;
    top: 230px;
    text-align: center;
    color: #f5f50b;
    text-shadow: 3px 3px 3px #000000;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.section.novomatic .gamedescription {
    position: absolute;
    width: 500px;
    left: 262px;
    top: 262px;
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.section.novomatic .clubtitle {
    position: absolute;
    width: 500px;
    left: 262px;
    top: 230px;
    text-align: center;
    color: yellow;
    text-shadow: 3px 3px 3px #000000;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.section.novomatic .secttitle {
    position: absolute;
    width: 500px;
    left: 262px;
    top: 405px;
    text-align: center;
    color: #d8d8d8;
    font-size: 38px;
    line-height: 30px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.section.novomatic .secttitle .redglow_ {
    text-shadow: -3px 0 4px red, 3px 0 4px red, 0 -3px 4px red, 0 3px 4px red;
}

.section.novomatic .secttitle .greenglow_ {
    text-shadow: -3px 0 4px green, 3px 0 4px green, 0 -3px 4px green, 0 3px 4px green;
}

.section.novomatic .secttitle .blueglow_ {
    text-shadow: -3px 0 4px blue, 3px 0 4px blue, 0 -3px 4px blue, 0 3px 4px blue;
}

.section.novomatic .sectdescription {
    position: absolute;
    width: 500px;
    left: 262px;
    top: 435px;
    text-align: center;
    color: #d8d8d8;
    font-size: 20px;
    line-height: 15px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.section.novomatic .sectdescription .hl {
    color: red;
}

.section.novomatic .sectdescription .hl2 {
    color: #046a9f;
}

.section.novomatic .loadingprogress {
    position: absolute;
    width: 384px;
    left: 320px;
    top: 230px;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 3px #000000;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.section.novomatic .pages {
    position: absolute;
    left: 0;
    top: 0;
}

.section.novomatic .pages .page {
    position: absolute;
    left: -3000px;
    top: 0;
}

.section.novomatic .game {
    position: absolute;
    width: 298px;
    height: 174px;
    cursor: pointer;
}

.gameloading .section.novomatic .game {
    cursor: default;
}

.section.novomatic .game .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 298px;
    height: 174px;
}

.section.novomatic .game .rank {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    pointer-events: none;
    text-shadow: 1px 1px 2px black, -1px 1px 2px black, 1px -1px 2px black, -1px -1px 2px black;
}

.section.novomatic .game .bottomhint {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -10px;
    font-size: 18px;
    line-height: 18px;
    color: white;
    text-transform: uppercase;
}

.section.novomatic .game .frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 298px;
    height: 174px;
    background-image: url('../images/gaminator/gameselector.png');
    background-position: 0 -522px;
}

.section.novomatic .game:hover .frame {
    background-position: 0 -174px;
}

.section.novomatic .game:active .frame {
    background-position: 0 0;
}

.section.novomatic .game.highlighted .frame {
    background-position: 0 -174px;
}

.section.novomatic .game.highlighted:active .frame {
    background-position: 0 -174px;
}

.section.novomatic .game.pos1 { left: 33px; top: 443px; }
.section.novomatic .game.pos2 { left: 33px; top: 237px; }
.section.novomatic .game.pos3 { left: 33px; top: 32px; }
.section.novomatic .game.pos4 { left: 363px; top: 32px; }
.section.novomatic .game.pos5 { left: 693px; top: 32px; }
.section.novomatic .game.pos6 { left: 693px; top: 237px; }
.section.novomatic .game.pos7 { left: 693px; top: 443px; }

.jackpotblock {
    
}

.sectionmenucontainer {
    position: absolute;
    width: 1024px;
    height: 124px;
    left: 49.99999%;
    bottom: 70px;
    margin-left: -512px;
}

.sectionmenuwrapper {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 1024px;
    height: 47px;
    overflow: hidden;
}

.sectionmenu {
    position: absolute;
    height: 47px;
}

.sectionmenu .sectionlink {
    width: 204px;
    height: 47px;
    margin-left: 0;
    margin-right: 1px;
    background-position: 0 -141px;
    cursor: pointer;
    display: inline-block;
}

.gameloading .sectionmenu .sectionlink {
    cursor: default;
}

.sectionmenu .sectionlink:hover {
    background-position: 0 -94px;
}

.sectionmenu .sectionlink:active {
    background-position: 0 -47px;
}

.sectionmenu .sectionlink.active {
    background-position: 0 0;
    cursor: default;
}

.sectionarrows span {
    display: none;
    width: 56px;
    height: 40px;
    position: absolute;
    top: 50px;
    cursor: pointer;
    background-position: 0 -120px;
    background-color: transparent;
}

.sectionarrows span:hover { background-position: 0 -80px; }
.sectionarrows span:active { background-position: 0 -40px; }
.sectionarrows span.inactive { background-position: 0 0; cursor: default; }

.sectionarrows .left { background-image: url('../images/sectmenuarrowleft.png'); left: 0; }
.sectionarrows .right { background-image: url('../images/sectmenuarrowright.png'); right: 0; }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
}

.footer .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer .data {
    position: absolute;
    width: 1024px;
    height: 55px;
    top: 0;
    left: 49.99999%;
    margin-left: -512px;
}

.footer .data .coin {
    display: inline-block;
    position: absolute;
    width: 250px;
    height: 32px;
    left: 65px;
    top: 14px;
}

.footer .data .coin .label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 32px;
    background-image: url('../images/creditcoin.png');
    background-position: 0 -32px;
}

.footer .data .coin .currency {
    position: absolute;
    left: 313px;
    top: 1px;
    background-image: url('../images/creditcoin.png?2');
    background-position: -104px -32px;
    width: 53px;
    height: 20px;
    display: none;
}

.footer .data .coin .currency.ils { background-position: -104px -32px; }
.footer .data .coin .currency.rur { background-position: -104px -64px; }
.footer .data .coin .currency.usd { background-position: -104px -96px; }
.footer .data .coin .currency.kgs { background-position: -104px -128px; }
.footer .data .coin .currency.amd { background-position: -104px -160px; }
.footer .data .coin .currency.azn { background-position: -104px -192px; }
.footer .data .coin .currency.byr { background-position: -104px -224px; }
.footer .data .coin .currency.kzt { background-position: -104px -256px; }
.footer .data .coin .currency.mdl { background-position: -104px -288px; }
.footer .data .coin .currency.tjs { background-position: -104px -320px; }
.footer .data .coin .currency.tmt { background-position: -104px -352px; }
.footer .data .coin .currency.uah { background-position: -104px -384px; }
.footer .data .coin .currency.uzs { background-position: -104px -416px; }
.footer .data .coin .currency.eur { background-position: -104px -448px; }
.footer .data .coin .currency.ngn { background-position: -104px -480px; }
.footer .data .coin .currency.fun { background-position: -104px -512px; }
.footer .data .coin .currency.try { background-position: -104px -544px; }

.footer .data .coin .value, .footer .data .credits .value {
    display: inline-block;
    position: absolute;
    left: 113px;
    top: 0;
    width: 180px;
    height: 32px;
    text-align: right;
}

.footer .data .credits .value {
    left: 170px;
    width: 260px;
}

.footer .data .coin .value span, .footer .data .credits .value span {
    display: inline-block;
    background-image: url('../images/creditdigits.png');
    height: 32px;
    margin-left: 3px;
}

.footer .data .coin .value .d0, .footer .data .credits .value .d0 { width: 23px; background-position: -29px 0; }
.footer .data .coin .value .d1, .footer .data .credits .value .d1 { width: 16px; background-position: -58px 0; }
.footer .data .coin .value .d2, .footer .data .credits .value .d2 { width: 23px; background-position: -83px 0; }
.footer .data .coin .value .d3, .footer .data .credits .value .d3 { width: 23px; background-position: -110px 0; }
.footer .data .coin .value .d4, .footer .data .credits .value .d4 { width: 25px; background-position: -136px 0; }
.footer .data .coin .value .d5, .footer .data .credits .value .d5 { width: 23px; background-position: -164px 0; }
.footer .data .coin .value .d6, .footer .data .credits .value .d6 { width: 23px; background-position: -191px 0; }
.footer .data .coin .value .d7, .footer .data .credits .value .d7 { width: 23px; background-position: -218px 0; }
.footer .data .coin .value .d8, .footer .data .credits .value .d8 { width: 23px; background-position: -245px 0; }
.footer .data .coin .value .d9, .footer .data .credits .value .d9 { width: 23px; background-position: -272px 0; }
.footer .data .coin .value .dot, .footer .data .credits .value .dot { width: 9px; background-position: -9px 0; }

.footer .data .credits {
    display: inline-block;
    position: absolute;
    width: 250px;
    height: 32px;
    left: 539px;
    top: 14px;
}

.footer .data .credits .label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 157px;
    height: 32px;
    background-image: url('../images/creditcoin.png');
}

.jackpotplaceholder {
    position: absolute;
    left: 457px;
    top: 295px;
    width: 110px;
    height: 110px;
}

.loaded .jackpotplaceholder {
    background-image: url('../images/jackpot_placeholder.png?3');
}

.club_jg006 .jackpotplaceholder, .club_jg002 .jackpotplaceholder, .club_jg007 .jackpotplaceholder, .club_jg008 .jackpotplaceholder, .club_jg009 .jackpotplaceholder, .club_jg010 .jackpotplaceholder {
    background-image: url('../images/jackpot_placeholder_jg006.png?1');
    left: 322px;
    top: 236px;
    width: 380px;
    height: 210px;
    z-index: -1;
}

.ccfg_kz .jackpotplaceholder {
    background-image: url('../images/jackpot_placeholder_kz.png');
    left: 322px;
    top: 231px;
    width: 380px;
    height: 210px;
    z-index: -1;
}

.lobbyvgm.unitrade .jackpotplaceholder {
    background-image: url('../images/jackpot_placeholder_ut.png');
    z-index: -1;
    left: 322px;
    top: 231px;
    width: 380px;
    height: 210px;
}

.jackpotblock {
    top: 295px;
    left: 345px;
    width: 330px;
    height: 89px;
    position: absolute;
    display: none;
}

.jackpotblock .jplink {
    width: 330px;
    height: 81px;
    position: absolute;
    display: none;
}

.jackpotblock .valueblock {
    background-image: url('../images/jackpot_background.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 52px;
}

.jackpotblock .value {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 318px;
    height: 34px;
}

.jackpotblock .value .inner {
    position: absolute;
    top: 2px;
    height: 31px;
    display: none;
    background-image: url('../images/jackpot_digitbackground.png');
}

.jackpotblock .value .inner div {
    position: absolute;
    top: 0;
    width: 28px;
    height: 31px;
    background-image: url('../images/jackpot_digits.png');
}

.jackpotblock .value .inner div.space {
    width: 10px;
    background-position: 0 -360px;
}

.jackpotblock .value .inner div.d0 { background-position: 0 0; }
.jackpotblock .value .inner div.d1 { background-position: 0 -36px; }
.jackpotblock .value .inner div.d2 { background-position: 0 -72px; }
.jackpotblock .value .inner div.d3 { background-position: 0 -108px; }
.jackpotblock .value .inner div.d4 { background-position: 0 -144px; }
.jackpotblock .value .inner div.d5 { background-position: 0 -180px; }
.jackpotblock .value .inner div.d6 { background-position: 0 -216px; }
.jackpotblock .value .inner div.d7 { background-position: 0 -252px; }
.jackpotblock .value .inner div.d8 { background-position: 0 -288px; }
.jackpotblock .value .inner div.d9 { background-position: 0 -324px; }

.jackpotblock .name {
    position: absolute;
    top: 50px;
    left: 7px;
    width: 316px;
    height: 31px;
    background-image: url('../images/jackpot_name.png');
}

.jackpotblock .machine {
    position: absolute;
    top: -22px;
    left: 0;
    width: 330px;
    height: 18px;
    text-align: center;
    display: none;
}

.jackpotblock .machine .label {
    display: inline-block;
    width: 217px;
    height: 18px;
    background-image: url('../images/jackpot_sprite.png');
    background-position: 0 -144px;
    vertical-align: middle;
}

.jackpotblock .machine .number {
    display: inline-block;
    width: 24px;
    height: 18px;
    background-image: url('../images/jackpot_sprite.png');
    vertical-align: middle;
}

.jackpotblock .machine .d0 { background-position: 0 -126px; }
.jackpotblock .machine .d1 { background-position: -24px -126px; }
.jackpotblock .machine .d2 { background-position: -48px -126px; }
.jackpotblock .machine .d3 { background-position: -72px -126px; }
.jackpotblock .machine .d4 { background-position: -96px -126px; }
.jackpotblock .machine .d5 { background-position: -120px -126px; }
.jackpotblock .machine .d6 { background-position: -144px -126px; }
.jackpotblock .machine .d7 { background-position: -168px -126px; }
.jackpotblock .machine .d8 { background-position: -192px -126px; }
.jackpotblock .machine .d9 { background-position: -216px -126px; }

.loginwrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.75);
    z-index: 101;
    display: none;
}

.loginwrapper .formwrapper {
    border-radius: 22px;
    display: inline-block;
    border: 3px solid #9d9d01;
    width: 400px;
    height: 258px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -210px;
}

.loginwrapper .form {
    font-family: "Myriad Pro",Calibri,Arial,sans-serif;
    border-radius: 20px;
    padding: 15px 30px;
    margin: 0 auto;
    width: 340px;
    height: 220px;
    position: absolute;
/*    left: 50%;
    margin-left: -170px;
    top: 50%;
    margin-top: -110px;*/
    border-bottom: 8px solid #001836;
    z-index: 1000;
    background: #024195;
    background: -moz-linear-gradient(top,#024195 0%,#000813 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#024195),color-stop(100%,#000813));
/*    background: -webkit-linear-gradient(top,rgba(46,223,240,1) 0%,rgba(20,118,169,1) 100%);*/
    background: -webkit-linear-gradient(top,#024195 0%,#000813 100%);
    background: -o-linear-gradient(top,#024195 0%,#000813 100%);
    background: -ms-linear-gradient(top,#024195 0%,#000813 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024195',endColorstr='#000813',GradientType=0);
}

.loginwrapper .form .menu {
    width: 100%;
    height: 25px;
}

.loginwrapper .form .menu .btnclose {
    cursor: pointer;
    float: right;
    width: 45px;
    height: 42px;
    background: url('../images/btnclose.png?1') no-repeat;
    background-position: 0 -42px;
    background-size: contain;
    display: block;
}

.loginwrapper .form .menu .btnclose:hover {
    background-position: 0 -126px;
}

.loginwrapper .form .menu .btnclose:active {
    background-position: 0 -84px;
}

.loginwrapper .form .inner {
    position: relative;
    overflow: auto;
}

.loginwrapper .form .inner .row {
}

.loginwrapper .form .inner .row label {
    color: rgb(240,240,240);
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold;
    font-size: 20px;
    display: block;
    line-height: 25px;
}

.loginwrapper .form .inner .row label .required {
    color: #f00;
}

.loginwrapper .form .inner .row input {
    border: none;
    box-shadow: inset 0 1px 5px -1px rgba(0,0,0,1);
    -moz-box-shadow: inset 0 1px 5px -1px rgba(0,0,0,1);
    border-bottom: 1px solid #28d9e7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    width: 97%;
    height: 30px;
    padding: 2px 5px;
    color: rgb(240,240,240);
    text-shadow: 1px 1px 1px #555;
    font-weight: bold;
    font-size: 20px;
    background: #14001e;
    background: -moz-linear-gradient(top,#14001e 0%,#000000 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#14001e),color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,#14001e 0%,#000000 100%);
    background: -o-linear-gradient(top,#14001e 0%,#000000 100%);
    background: -ms-linear-gradient(top,#14001e 0%,#000000 100%);
/*    background: linear-gradient(to bottom,rgba(61,156,176,1) 0%,rgba(61,171,214,1) 100%);*/
    background: linear-gradient(to bottom,#14001e 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14001e',endColorstr='#000000',GradientType=0);
    margin-bottom: 15px;
}

.loginwrapper .form .inner .actions {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.loginwrapper .form .inner .actions .btn {
    display: inline-block;
    cursor: pointer;
    padding: 7px 20px;
    font-size: 24px;
    border-radius: 5px;
    text-transform: lowercase;
    color: #110019;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.5),1px 1px 0px rgba(255,255,255,0.75);
    font-weight: 500;
    background: rgb(207,215,217);
    background: -moz-linear-gradient(top,rgba(207,215,217,1) 0%,rgba(254,254,254,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(207,215,217,1)),color-stop(100%,rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top,rgba(207,215,217,1) 0%,rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top,rgba(207,215,217,1) 0%,rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top,rgba(207,215,217,1) 0%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom,rgba(207,215,217,1) 0%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd7d9',endColorstr='#fefefe',GradientType=0);
    border: 2px outset buttonface;
}

.loginwrapper .form .inner .actions .btn:hover {
    color: white;
}

.loginwrapper .form .inner .actions .btnvgm {
    text-align: center;
    padding: 7px 0;
    width: 40px;
    margin-top: 15px;
    margin-left: 2px;
    margin-right: 2px;
}

.loginwrapper .form .inner .actions .btn:active {
    border: 2px inset buttonface;
}

.lobbylocker {
    position: absolute;
    left: 0;
    top: 0;
}

.gameloading .lobbylocker {
    width: 100%;
    height: 100%;
}

.vgmlist {
    display: block;
    text-align: center;
    max-height: 470px;
    overflow: auto;
    border: 1px solid #909090;
}

.vgmlistwrapper {
    position: absolute;
    left: 49.99999%;
    margin-left: -390px;
    width: 780px;
    display: block;
}

.vgmlistwrapper .header {
    text-align: center;
    width: 100%;
    color: red;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vgmlistwrapper .refreshhint {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: yellow;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    cursor: pointer;
    animation: fadeinout 10s infinite;
}

@keyframes fadeinout {
    0% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: 0; }
    90% { opacity: 0; }
    100% { opacity: 1; }
}

.vgmlistwrapper .statusinfo {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    cursor: pointer;
    animation: fadeoutin 10s infinite;
}

@keyframes fadeoutin {
    0% { opacity: 0; }
    40% { opacity: 0; }
    50% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}

.vgmlistwrapper .refreshhint .refreshlink, .vgmlistwrapper .statusinfo .refreshlink {
    color: #005AFF;
}

.vgmlistwrapper .welcome {
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #E8E6E6;
}

.vgmlistwrapper .clubname {
    color: #F1B305;
}

.vgmlistwrapper .keyshint {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #E8E6E6;
}

.vgmlistwrapper .attention {
    color: red;
}

.vgmlistwrapper .bluehl {
    color: #1095D5;
}

.vgmlistwrapper .yellowhl {
    color: #F1B305;
}

.vgmlist .vgm {
    display: inline-block;
    position: relative;
    width: 92px;
    height: 78px;
    background-image: url('../images/vgmsprite.png?1');
    cursor: pointer;
    color: white;
    text-shadow: 1px 1px black;
    padding-top: 40px;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.vgmlist .vgm:hover { background-position: -92px 0; }
.vgmlist .vgm.selected { background-position: -92px 0; }
.vgmlist .vgm.inactive, .vgmlist .vgm:active { background-position: -184px 0; }
.vgmlist .vgm.inactive { cursor: default; }

.vgmlist .vgm .busyby {
    position: absolute;
    display: none;
    color: red;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    left: 0;
    top: 15px;
    width: 92px;
}

.vgmlist .vgm .busytype {
    position: absolute;
    display: none;
    color: red;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    left: 0;
    top: 90px;
    width: 92px;
}

.vgmlist .vgm.inactive .busyby, .vgmlist .vgm.inactive .busytype { display: block; }

.vdenom {
    position: absolute;
    z-index: 9;
    left: 367px;
    top: -9px;
    width: 39px;
    height: 44px;
}

.vdenom .dlabel {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 17px;
    width: 39px;
    height: 10px;
    background-image: url('../images/denomlabel.png');
}

.vdenom .arrow {
    position: absolute;
    display: inline-block;
    left: 6px;
    width: 25px;
    height: 17px;
    cursor: pointer;
    background-position: 0 -51px;
}

.vdenom .arrow:active {
    background-position: 0 -34px;
}

.vdenom .arrow.inactive {
    background-position: 0 -17px;
    cursor: default;
}

.vdenom .arrow.up { top: 0px; background-image: url('../images/btndenomup.png'); }
.vdenom .arrow.down { top: 27px; background-image: url('../images/btndenomdown.png'); }

html, body, div, span, object, form, h1, h2, button, label, a, img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -o-user-select:none;
}

input[type=text] {
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
}

.lockertext {
    position: absolute;
    top: 545px;
    left: -50px;
    width: 100%;
    text-align: center;
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    color: red;
    font-family: Arial, helvetica, sans-serif;
}

.lockermix {
    position: absolute;
    top: 506px;
    left: 50%;
    margin-left: 205px;
    width: 100px;
    text-align: center;
    font-size: 50px;
    line-height: 80px;
    font-weight: bold;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
}

.lobbyclosebutton {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 42px;
    top: 0;
    left: 975px;
    background: url('../images/btnclose.png?1') no-repeat;
    background-position: 0 -42px;
    z-index: 103;
    display: none;
}

.lobbyclosebutton:hover {
    background-position: 0 -126px;
}

.lobbyclosebutton:active {
    background-position: 0 -84px;
}

.lobbyreloadbutton {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    cursor: pointer;
    background-image: url('../images/btnrefresh.png');
    z-index: 103;
    display: none;
}

.lobbysoundbutton {
    position: absolute;
    width: 68px;
    height: 68px;
    top: -10px;
    left: 905px;
    cursor: pointer;
    background-image: url('../images/btnsound.png');
    z-index: 103;
    display: none;
}

.lobbysoundbutton:hover { background-position: -68px 0; }
.lobbysoundbutton:active { background-position: -136px 0; }
.lobbysoundbutton.off { background-position: -204px 0; }
.lobbysoundbutton.off:hover { background-position: -136px 0; }
.lobbysoundbutton.off:active { background-position: -68px 0; }

.amusementonly {
    position: absolute;
    z-index: 103;
    left: 312px;
    top: 24px;
    width: 410px;
    height: 38px;
    background-image: url('../images/amusement.png');
}

.loadinglogo {
    position: absolute;
    display: block;
    background-image: url('../images/logo.png?2');
    width: 1024px;
    height: 768px;
    left: 50%;
    top: 50%;
    margin-left: -512px;
    margin-top: -384px;
}

.lobbyvgm.unitrade .loginwrapper {
    background: none;
}

.lobbyvgm.unitrade .loadinglogo {
    background-image: url('../images/logo_ut.png');
}

.loginwrapper .form .inner .row .pspininput {
    width: auto;
    text-align: center;
}

.pspindash {
    color: white;
    font-weight: bold;
    font-size: 32px;
    line-height: 16px;
    margin: 0 8px;
}

.pspinlabel {
    margin-top: 20px;
}

.lobbyclosemessage {
    z-index: 102;
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    text-align: center;
    font-size: 20px;
    color: red;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.loginwrapper .formwrapper.pspinform {
    height: 200px;
    margin-top: -300px;
}

.loginwrapper .formwrapper.pspinform .form {
    height: 162px;
}

.vkeyboardwrapper {
    position: absolute;
    left: 0;
    top: 310px;
    width: 1024px;
    text-align: center;
}

.vkeyboard {
    display: inline-block;
    width: 310px;
    font-size: 0;
    letter-spacing: 0;
}

.vkeyboard .key {
    display: inline-block;
    cursor: pointer;
    width: 68px;
    height: 68px;
    margin: 0 10px 20px;
    background-color: #001A3C;
    border: 6px solid #FFDA00;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 68px;
    text-align: center;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.psaccountinfo {
    position: absolute;
    left: 5px;
    top: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px black, 1px -1px black, -1px -1px black, -1px 1px black;
}

.psaccountinfo .fieldname {
    color: #F5F50B;
}

.psaccountinfo .fieldvalue {
    color: red;
}

.psaccountinfo .fieldcurrency {
    color: white;
}

.f11hint {
    display: none;
    position: absolute;
    text-align: center;
    height: 64px;
    bottom: -75px;
    width: 100%;
}

.f11hint .description {
    color: #E8E6E6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.f11hint .keyimg {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    background-image: url('../images/f11hint.png');
}

.lobbywrapper .keyshint {
    display: none;
    left: 0;
    top: 620px;
    width: 1024px;
    height: 22px;
    position: absolute;
    background-image: url('../images/keyshint.png');
}

.secttitlegfx {
    display: inline-block;
    width: 362px;
    height: 34px;
    background-image: url('../images/secttitles.png?2');
}

.secttitlegfx.allgames { background-position: -362px 0; }
.secttitlegfx.classiclines { background-position: -724px 0; }
.secttitlegfx.multilines { background-position: -1086px 0; }
.secttitlegfx.fruits { background-position: -1448px 0; }
.secttitlegfx.specials { background-position: -1810px 0; }
.secttitlegfx.turbogames { background-position: -2172px 0; }
.secttitlegfx.stackedsymbols { background-position: -2534px 0; }
.secttitlegfx.freegames { background-position: -2896px 0; }
.secttitlegfx.specialbonus { background-position: -3258px 0; }
.secttitlegfx.newgames { background-position: -3620px 0; }
.secttitlegfx.popular { background-position: 0 0; }

.lobbywrapper.nolobby .pages, .lobbywrapper.nolobby .moregamesblock, .lobbywrapper.nolobby .secttitle, .lobbywrapper.nolobby .jackpotblock, .lobbywrapper.nolobby .sectionmenucontainer, .lobbywrapper.nolobby .footer,
.lobbywrapper.nolobby .lobbyclosebutton
{
    display: none !important;
}
