
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

.KenoAustria {
    margin: 0 0 0 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    border: 0px solid red;
    display: inline-block;
    background-color:black;
    font: 200 0.8em / 25px impact;
    user-select: none;
}
.KenoAustria .CanvasContain {
    width: 100%;
    height: auto;
    top: 0;
    display: inline-block;
    border: 0px solid white;
    justify-content:center;
}


.KenoAustria .AllBtnConatin {
    width: 300px;
    height: 260px;
    border: 0px solid blue;
    border: 0px solid red;
}

.KenoAustria .BtnActive {
    border-radius: 2px;
    color: white !important;
    transition-duration: 0.2s;
    border: 1px solid #fff !important;
}

.KenoAustria .BtnBetting {
    width: 25px;
    height: 23px;
    border: 1px solid #005d5a;
    border-top-color: aqua;
    border-left-color: aqua;
    display: inline-block;
    font: 200 0.8em / 25px impact;
    text-align: center;
    color: #005957;
    background-color: #038788;
    user-select: none
}

.KenoAustria .BtnSelection {
    width: 25px;
    height: 23px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.00);
    font: 200 0.8em / 25px impact;
    text-align: center;
    color: #005957;
    background-color: #b3b3b3;
    position: relative;
    margin-left: 1px;
}

.KenoAustria .BtnSelection1 {
    width: 25px;
    height: 23px;
    margin-top: 1px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    display: inline-block;
    font: 200 0.8em / 25px impact;
    text-align: center;
    color: #005957;
    background-color: #b3b3b3;
    position: relative;
}

.KenoAustria .BtnSelection1:before {
    content: "*";
    left: 1px;
    position: absolute;
    font: 200 1.2em/25px impact;
    color: #005957;
}

.KenoAustria .OptinsContain {
    width: 99.5%;
    height: 25px;
    margin-bottom: 2px;
    background-color: rgba(3, 135, 136, 0.32)
}





.KenoAustria .RandomDivAll {
    width: 100%;
    height: 25px;
    border: 0px solid white;
    display: flex;
    position: relative;
    border: 0px solid red;
}



.KenoAustria .Biletat {
    margin-top: 1.5px;
    height: 22px;
    color: white;
    font: 200 0.8em / 25px impact;
    text-align: center;
    float: right;
    margin-left: 5px;
    border: 0px solid white;
    background-color: rgba(255, 255, 255, 0.20);
    padding-left: 5px;
    padding-right: 5px;
}


.KenoAustria .RandomText {
    width: 15px;
    height: 25px;
    color: white;
    margin-left: 2px;
    margin-right: 5px;
    font: 200 0.8em / 25px impact;
    text-align: center;
    border: 0px solid red;
}

.KenoAustria .Money {
    width: 70px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
    color: white;
    font: 200 0.8em / 25px impact;
    border: 0px solid red;
}



.KenoAustria .RandomSelectNr {
    width: 20px;
    margin-top: 1px;
    height: 22px;
    padding-left: 7px;
    color: white;
    font: 200 0.8em/25px impact;
    text-align: center;
    border: 0px solid red;
    margin-left: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    position: relative;
}

.KenoAustria .RandomSelectNr::after {
    content: "R";
    color: white;
    font-size: 1.2em;
    top: 0px;
    position: absolute;
    top: 0px;
    left: 3px;
}

.KenoAustria .FRandomSelectNr {
    width: 20px;
    margin-top: 1px;
    height: 22px;
    padding-left: 7px;
    color: white;
    font: 200 0.8em/25px impact;
    text-align: center;
    border: 0px solid red;
    margin-left: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    position: relative;
}

.KenoAustria .FRandomSelectNr::after {
    content: "F";
    color: white;
    font-size: 1.2em;
    top: 0px;
    position: absolute;
    top: 0px;
    left: 3px;
}

.KenoAustria .RandomContain {
    width: 60px;
    top: 26px;
    left: 0px;
    position: absolute;
    z-index: 999;
    display: block;
}

.KenoAustria .RandomButton {
    width: 30px;
    height: 21px;
    font: 200 0.8em / 25px;
    margin: 0.5px;
    background-color: rgba(255, 255, 255, 0.95);
    float: left;
    line-height: 25px;
    text-align: center;
    color: rgba(3, 135, 136, 1);
    z-index: 100;
}

.KenoAustriahide {
    display: none !important;
}

.KenoAustriaDisabled {
    pointer-events:none;
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.KenoAustria .ClearIco {
    width: 30px;
    margin-top: 1px;
    height: 22px;
    margin-left: 5px;
    background-image: url(../images/delete.png);
    background-size: 66%;
    background-position: 5px 2px;
    background-color: rgba(255, 255, 255, 0.20);
    background-repeat: no-repeat;
    border: 0px solid red;
}

.KenoAustria .HomeIco {
    width: 30px;
    margin-top: 1px;
    height: 22px;
    margin-left: 5px;
    background-image: url(../images/home.png);
    background-size: 66%;
    background-position: 5px 2px;
    background-color: rgba(255, 255, 255, 0.20);
    background-repeat: no-repeat;
    border: 0px solid red;
}

.KenoAustria .Ticket {
    width: 30px;
    margin-top: 1px;
    height: 22px;
    margin-left: 6px;
    background-image: url(../images/ticket.png);
    background-size: 66%;
    background-position: 5px 2px;
    background-color: rgba(255, 255, 255, 0.20);
    background-repeat: no-repeat;
    border: 0px solid red;
}

.KenoAustria .VendosContain {
    width: 105px;
    height: 25px;
    border: 0px solid red;
    user-select: none
}

.KenoAustria .BtnVendos {
    margin-top: 1px;
    height: 22px;
    color: white;
    font: 200 1em/22px impact;
    text-align: center;
    float: right;
    margin-right: 5px;
    border: 0px solid white;
    background-color: rgba(255, 255, 255, 0.20);
    padding-left: 5px;
    padding-right: 5px;
    user-select: none
}

.KenoAustria .TextBox {
    width: 35px;
    margin-top: 2px;
    height: 20px;
    font: 200 1em/18px impact;
    color: white;
    text-align: right;
    padding-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    float: right;
    margin-right: 5px;
    position: relative;
}

.KenoAustria .NumratContain {
    width: 244px;
    z-index: 999;
    top: 50px;
    left: 15px;
    position: absolute;
    border: 0px solid white;
    box-shadow: 1px 1px 1px 0px #000;
    background-color: #005d5a
}

.KenoAustria .ShumaNumrat {
    width: 80px;
    height: 30px;
    margin: 0.5px;
    background-color: rgba(255, 255, 255, 0.95);
    float: left;
    line-height: 30px;
    text-align: center;
    color: rgba(3, 135, 136, 1);
    z-index: 100;
}

.KenoAustria .Big {
    width: 120.5px !important;
}

.KenoAustrialoader {
    background-color: black;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 9999;
}

.KenoAustrialoader:after {
    content: "";
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 10px dotted #005d5a;
    width: 100px;
    height: 5px;
    transform-origin: center;
    animation: spin 2s linear infinite;
}

.KenoAustrialoader::before {
    content: "Loading...";
    color: white;
    z-index: 99999;
    position: absolute;
    font: 200 0.8em / 25px impact;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
}

@keyframes spin {
    0% {
        width: 0px;
        transform-origin: center;
    }

    100% {
        width: 100px;
        transform-origin: center;
    }
}


.KenoAustria .MSg {
    min-width: 210px;
    height: 50px;
    z-index: 999;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #005957;
    font: 200 1em /50px verdana;
    position: absolute;
    border: 0px solid white;
    box-shadow: 1px 1px 1px 0px #000;
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%);
}


.KenoAustria .TicketContain {
    width:300px;
    height:255px;
    top:0;
    background-color:#005957;
    position:absolute;
    z-index:999;
    border:0px solid red;
}

.KenoAustria .TicketContain .Header {
    width: 100%;
    height: 20px;
    background-color: #005957;
    text-align: center;
    line-height: 20px;
    color: #bcd5d8;
    border-bottom: 1px solid rgba(188, 213, 216, 0.10);
}

.KenoAustria .TicketContain .Header .Mbyll {
    width: 18px;
    height: 18px;
    margin:1px 1px 0px 0px;
    font-family:Verdana;
    line-height:18px;
    font-size:0.8em;
    position:absolute;
    z-index:999;
    top:0;
    right:0;
    background-color:rgba(255, 0, 0, 0.34)


}


.KenoAustria .TicketContain .Header:before {
    content: "";
    width:50px;
    position:absolute;
    top:19px;
    border-bottom: 1px solid #bcd5d8;
}

.KenoAustria .TicketContain .ResultHeaderContain {
    width: 100%;
    height: 20px;
    display:flex;
    background-color: #004d4b;
    text-align: center;
    line-height: 20px;
    color: #bcd5d8;
    border-bottom: 1px solid rgba(188, 213, 216, 0.10);
}

.KenoAustria .TicketContain .ResultHeaderContain .leftBtn {
    width: 10%;
    height: 20px;
    background-color: #004d4b;
    text-align: center;
    line-height: 20px;
    color: #bcd5d8;
    border: 0px solid red;
    position: relative;
}


.KenoAustria .TicketContain .ResultHeaderContain .leftBtn:before {
    content: "<";
    position: absolute;
    font-size: 1.5em;
    font-family: Verdana;
    top: -2px;
    right: 5px;
}

.KenoAustria .TicketContain .ResultHeaderContain .RoundNumber {
    width: 80%;
    height: 20px;
    background-color: #004d4b;
    text-align: center;
    line-height: 20px;
    color: #bcd5d8;
    border: 0px solid red;
}

.KenoAustria .TicketContain .ResultHeaderContain .rightBtn {
    width: 10%;
    height: 20px;
    background-color: #004d4b;
    text-align: center;
    line-height: 20px;
    color: #bcd5d8;
    border: 0px solid red;
    position: relative;
}


.KenoAustria .TicketContain .ResultHeaderContain .rightBtn:before {
    content: ">";
    position: absolute;
    font-size: 1.5em;
    font-family: Verdana;
    top: -2px;
    left:5px;
}



.KenoAustria .TicketContain .NumraErene {
    width: 100%;
    height: 20px;
    display: flex;
    background-color: #004d4b;
    text-align: center;
    line-height: 20px;
    color: #bcd5d8;
    border-bottom: 1px solid rgba(188, 213, 216, 0.10);
}

.KenoAustria .TicketContain .NumraErene .nr {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 1px;
    border: 0.1px solid #990000;
    text-align: center;
    color:white;
    text-shadow:0px 0px 2px #000;
    font: 200 0.6em/10px impact;
    background-image: url(../images/ball1.png);
    background-size: 100%;
}

.KenoAustria .TicketContain .Betsinfo {
    width: 100%;
    height: 20px;
    display: flex;
    overflow: auto;
    overflow-x: hidden;
    border: 0px solid red;
    background-color: #004d4b;
    border-bottom: 1px solid rgba(188, 213, 216, 0.10);
    color: white;
}

.KenoAustria .TicketContain .Betsinfo .leftInfo {
    width:50px;
    margin-left:10px;
    font:200 1em/20px impact;
    border:0px solid white;
}

.KenoAustria .TicketContain .Betsinfo .centerInfo {
    width: 150px;
    margin-left: 5px;
    font: 200 1em/20px impact;
    border: 0px solid white;

}


.KenoAustria .TicketContain .Betsinfo .rightInfo {
    width: 60px;
    margin-left: 10px;
    font: 200 1em/20px impact;
    border: 0px solid white;
    float:right;
}


.KenoAustria .TicketContain .BetsContain {
    width: 100%;
    height: 168px;
    overflow: scroll;
    overflow-x: hidden;
    border: 0px solid red;
    background-color: rgba(0, 77, 75, 0.60);
}

.KenoAustria .TicketContain .BetsContain .item {
    width: 100%;
    height: 20px;
    display: flex;
    border: 0px solid red;
    color: white;
    border-bottom: 1px solid rgba(188, 213, 216, 0.10);
}


.KenoAustria .TicketContain .BetsContain .left {
    width: 50px;
    line-height:20px;
    margin-left: 10px;
    overflow: auto;
    overflow-x: hidden;
    border: 0px solid red;
}

.KenoAustria .TicketContain .BetsContain .balls {
    width: 150px;
    margin-left: 5px;
    font: 200 1em/20px impact;
    border: 0px solid white;
    display:flex;
}

.KenoAustria .TicketContain .BetsContain .balls .nr {
    width: 13px;
    height: 13px;
    margin-top: 3px;
    border-radius: 50%;
    margin-left: 1px;
    border: 0.1px solid #990000;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 2px #000;
    font: 200 0.8em/12px impact;
    background-image: url(../images/ball.png);
    background-size: 100%;
}

.KenoAustria .TicketContain .BetsContain .balls .nrjo {
    width: 13px;
    height: 13px;
    margin-top: 3px;
    border-radius: 50%;
    margin-left: 1px;
    border: 1px solid #038788;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 2px #000;
    font: 200 0.8em/12px impact;
    background-size: 100%;
}

.KenoAustria .TicketContain .BetsContain .right {
    width: 70px;
    height: 19px;
    line-height: 20px;
    margin-left: 10px;

    border: 0px solid red;
}
