body {
    background-image: url('../img/pozadina-crno-fin.jpg');
    background-repeat: repeat;
    background-position: 0 -48px;
    color: #fff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    background-color: #000
}

.virtualTicket {
    background: url(../img/bets/virtualTicket.png) repeat-x left center;
    min-height: 50px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.virtualBtn {
    min-height: 42px;
    line-height: 42px;
    text-align: center;
    color: #000;
    font-size: 15px;
    background: url(../img/bets/barcode.png) no-repeat 10px center
}

body img {
    border: medium none
}

body iframe {
    border: none
}

.padding-top10 {
    padding-top: 10px
}

.noWrap {
    white-space: nowrap
}

.width33 {
    width: 33.33% !important
}

.width100 {
    width: 100% !important
}

.fontZero {
    font-size: 0
}

.overflowHidden {
    overflow: hidden
}

.colorWhite {
    color: #fff
}

.DisplayInline {
    display: inline
}

.inlineBlock {
    display: inline-block !important
}

.padding-top20 {
    padding-top: 20px
}

.padding-left20 {
    padding-left: 20px
}

.posAbsolute {
    position: absolute
}

.toUpper {
    text-transform: uppercase
}

.displayNone {
    display: none
}

.relative {
    position: relative
}

.wwinTextYellow {
    color: #efc518
}

.tac {
    text-align: center !important
}

.vTicket {
    text-align: left;
    margin-left: 12px
}

.vtop {
    vertical-align: top
}

table.with100cell0 {
    width: 100%
}

.cell0 {
    border-spacing: 0
}

    .cell0 td {
        padding: 0
    }

.opacity02 {
    opacity: .2;
    cursor: default
}

.triT {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.clear {
    border: 0 none !important;
    clear: both;
    display: block;
    float: none;
    font-size: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.floating {
    margin: 10px 5% !important;
    padding: 10px;
    position: fixed;
    z-index: 99999;
    top: 10px;
    left: 0;
    width: 90%;
    text-align: center;
    font-size: 13px
}

.floating2 {
    width: 350px;
    left: 0;
    right: 0;
    margin: 10px auto !important;
    top: 10px;
    padding: 7px;
    position: fixed;
    z-index: 99999;
    text-align: center;
    font-size: 13px
}

.cp {
    cursor: pointer
}

.overlay30 {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: 1006;
    top: 0
}

.popMessage {
    width: 500px;
    max-height: 550px;
    max-block-size: max-content;
    position: fixed;
    top: -110%;
    background-color: #262626;
    color: #afafaf;
    font-size: 12px;
    text-align: left;
    z-index: 2001;
    border-radius: 3px;
    padding: 20px;
    margin: auto;
    left: 0;
    right: 0;
    transition: top .5s ease-out;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

    .popMessage.active {
        top: 0;
        bottom: 0
    }

.messageIcon {
    text-align: center;
    margin: 20px auto
}

    .messageIcon span {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto
    }

.popMessage.succes .messageIcon span {
    background-image: url(../img/msg/successIcon.png)
}

.popMessage.succes {
    border-bottom: 3px solid #2eae4d
}

.popMessage.info {
    border-bottom: 3px solid #fff
}

    .popMessage.info .messageIcon span {
        background-image: url(../img/msg/infoIcon.png)
    }

.popMessage.errorPop {
    border-bottom: 3px solid #de3b3b
}

    .popMessage.errorPop .messageIcon span {
        background-image: url(../img/msg/wrongIcon.png)
    }

.popMessage.warningPop {
    border-bottom: 3px solid #ffc016
}

    .popMessage.warningPop .messageIcon span {
        background-image: url(../img/msg/warningIcon.png)
    }

.messageTitle {
    color: #fff;
    font-size: 16px;
    text-align: left
}

.messageContent {
    text-align: left;
    font-size: 14px;
    margin: 15px 0 40px
}

    .messageContent a {
        color: #afafaf
    }

        .messageContent a:hover {
            color: #b41a14
        }

.popMessage .messageContent ul {
    padding: 0 10px;
    list-style: none
}

.popMessage .messageContent li {
    padding: 2px 0
}

.popMessage .messageTxt1 {
    padding: 5px
}

    .popMessage .messageTxt1 ul {
        margin-left: 20px
    }

.messageBtn a {
    text-decoration: none;
    color: #fff;
    margin: 0 5px
}

.messageBtn {
    font-size: 18px;
    margin: 20px auto;
    width: 100%;
    text-align: center
}

@media only screen and (max-height:650px) {
    .popMessage {
        padding: 0 20px
    }

    .messageContent {
        margin: 10px 0 10px
    }

    .popMessage .messageIcon {
        display: none
    }

    .popMessage h3 {
        margin-bottom: 3px
    }

    .popMessage .messageContent li {
        padding: 1px 0
    }
}

a.confirmBtn {
    padding: 10px 20px;
    background-color: #b41a14;
    border-radius: 3px
}

    a.confirmBtn:hover,
    .messageBtn span input:hover,
    .messageBtn .confirmBtntxt:hover {
        background-color: #9c1812
    }

a.cancelBtn {
    padding: 10px 20px;
    background-color: #797979;
    border-radius: 3px
}

    a.cancelBtn:hover {
        background-color: #6b6b6b
    }

.messageBtn span input,
.messageBtn .confirmBtntxt {
    background-color: #b41a14;
    border: 0;
    border-radius: 3px;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.infoMsg2,
.successMsg2,
.errorMsg2,
.warningMsg2,
.tipMsg2,
.secureMsg2,
.messageMsg2,
.downloadMsg2,
.purchaseMsg2,
.printMsg2 {
    margin: 20px 20px;
    padding: 10px
}

    .infoMsg2 a,
    .successMsg2 a,
    .errorMsg2 a,
    .warningMsg2 a,
    .tipMsg2 a,
    .secureMsg2 a,
    .messageMsg2 a,
    .downloadMsg2 a,
    .purchaseMsg2 a,
    .printMsg2 a {
        text-decoration: none;
        color: #000
    }

        .infoMsg2 a:hover,
        .successMsg2 a:hover,
        .errorMsg2 a:hover,
        .warningMsg2 a:hover,
        .tipMsg2 a:hover,
        .secureMsg2 a:hover,
        .messageMsg2 a:hover,
        .downloadMsg2 a:hover,
        .purchaseMsg2 a:hover,
        .printMsg2 a:hover {
            text-decoration: underline
        }

    .infoMsg2 h4,
    .successMsg2 h4,
    .errorMsg2 h4,
    .warningMsg2 h4,
    .tipMsg2 h4,
    .secureMsg2 h4,
    .messageMsg2 h4,
    .downloadMsg2 h4,
    .purchaseMsg2 h4,
    .printMsg2 h4 {
        margin: 5px 5px 5px 80px;
        padding: 0;
        font-size: 17px
    }

    .infoMsg2 p,
    .successMsg2 p,
    .errorMsg2 p,
    .warningMsg2 p,
    .tipMsg2 p,
    .secureMsg2 p,
    .messageMsg2 p,
    .downloadMsg2 p,
    .purchaseMsg2 p,
    .printMsg2 p {
        font-size: 1.2em;
        color: #000;
        margin: 15px 5px 15px 80px
    }

.infoMsg2 {
    border: 1px solid #656565;
    color: #222;
    background: #e1e1e1
}

.successMsg2 {
    border: 1px solid #4f8746;
    color: #4f8746;
    background: #d4ffcd url('../img/msg/success.png') no-repeat;
    background-position: 30px 20px
}

.errorMsg2 {
    border: 1px solid #574d24;
    color: #fbdc5f;
    background: #000;
    background-position: 30px 20px;
    font-size: 1.1em
}

.warningMsg2 {
    border: 1px solid #776109;
    color: #000;
    background: #efc518 url('../img/msg/warning.png') no-repeat;
    background-position: 30px 20px
}

.tipMsg2 {
    border: 1px solid #656565;
    color: #919191;
    background: #e1e1e1 url('../img/msg/tip.png') no-repeat;
    background-position: 30px 20px
}

.secureMsg2 {
    border: 1px solid #9638f1;
    color: #9638f1;
    background: #e5cefc url('../img/msg/secure.png') no-repeat;
    background-position: 30px 20px
}

.messageMsg2 {
    border: 1px solid #000;
    color: #000;
    background: #efefef url('../img/msg/message.png') no-repeat;
    background-position: 30px 20px
}

.downloadMsg2 {
    border: 1px solid #04b5eb;
    color: #04b5eb;
    background: #f7f7f7 url('../img/msg/download.png') no-repeat;
    background-position: 30px 20px
}

.purchaseMsg2 {
    border: 1px solid #0094ff;
    color: #fff;
    background-color: #3826ad
}

.printMsg2 {
    border: 1px solid #3c4b5e;
    color: #3c4b5e;
    background: #c8d9e3 url('../img/msg/print.png') no-repeat;
    background-position: 30px 20px
}

.ValidationMsg {
    color: #fbdc5f;
    font-size: 1.1em
}

    .ValidationMsg i {
        font-size: 1.3em;
        margin-right: 5px
    }

.infoMsg {
    background-position: 10px 15px;
    padding: 20px 20px 20px 50px;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    background-color: #fff;
    color: #000;
    border: 1px solid #6f6f6f;
    font-size: 1.2em;
    margin: 5px 2px 0 1px
}

.warningMsg {
    background-color: #efc518;
    background-image: url('../slike/warning.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid #776109;
    color: #000;
    font-size: 1.2em;
    margin: 5px 2px 0 1px;
    padding: 20px 20px 20px 50px
}

    .warningMsg a {
        color: #2d2d2d;
        text-decoration: none
    }

        .warningMsg a:hover {
            text-decoration: underline
        }

.errorMsg {
    background-color: #efc518;
    background-image: url('../slike/warning.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid #776109;
    color: #000;
    font-size: 1.2em;
    margin: 5px 2px 0 1px;
    padding: 20px 20px 20px 50px
}

    .errorMsg a {
        color: #2d2d2d;
        text-decoration: none
    }

        .errorMsg a:hover {
            text-decoration: underline
        }

.msgTop {
    background-color: #efc518;
    border: 1px solid #776109;
    color: #000;
    font-size: 1.2em;
    padding: 10px;
    text-align: center
}

    .msgTop a {
        color: #2d2d2d;
        text-decoration: none
    }

.ui-loader-default {
    background: 0;
    filter: Alpha(Opacity=18);
    opacity: .8;
    width: 120px;
    height: 18px;
    margin-left: -1.43em;
    margin-top: -1.43em
}

.hidden {
    display: none !important;
    visibility: hidden
}

.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0
}

    .ui-loader .ui-icon-loading {
        background-color: #000;
        display: block;
        margin: 0;
        width: 120px;
        height: 18px;
        padding: .0625em;
        background: url(../slike/loading.gif)
    }

.ui-loader-default h1 {
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden
}

@-webkit-keyframes blink {
    0% {
        background-color: #dea417
    }

    50% {
        background-color: #e0e0e3
    }

    100% {
        background-color: #dea417
    }
}

@-moz-keyframes blink {
    0% {
        background-color: #dea417
    }

    50% {
        background-color: #e0e0e3
    }

    100% {
        background-color: #dea417
    }
}

@keyframes blink {
    0% {
        background-color: #dea417
    }

    50% {
        background-color: #e0e0e3
    }

    100% {
        background-color: #dea417
    }
}

.blink {
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite
}

#podstranica_kostur {
    background-color: #2c2c2c;
    margin: 2px 0;
    padding: 0;
    text-align: left
}

#ponuda {
    height: auto
}

#listic_kostur {
    padding-left: 8px;
    height: auto;
    padding-top: 10px;
    padding-right: 2px
}

    #listic_kostur .obicniHead {
        background-image: url('../img/bets/1.png');
        background-repeat: repeat-x;
        height: 37px;
        width: 50%;
        border-left: 1px solid #424242;
        border-right: 1px solid #000;
        text-align: center;
        font-size: 13px;
        border-top: 1px solid #424242;
        border-bottom: 1px solid #919191
    }

    #listic_kostur .SistemHead {
        background-image: url('../img/bets/1.png');
        background-repeat: repeat-x;
        width: 50%;
        height: 37px;
        border-right: 1px solid #424242;
        text-align: center;
        font-size: 13px;
        border-top: 1px solid #424242;
        border-bottom: 1px solid #919191
    }

        #listic_kostur .SistemHead.disable,
        #listic_kostur .obicniHead.disable {
            color: #929292;
            border-bottom: 1px solid #424242
        }

    #listic_kostur .BrisiBtn {
        background-image: url("../img/bets/menu_left_bg.png");
        background-repeat: repeat-x;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        font-size: 13px;
        font-weight: bold;
        height: 37px;
        text-align: center;
        width: 90px;
        cursor: pointer
    }

    #listic_kostur .UpisiBtn {
        background-image: url("../img/bets/menu_left_bg.png");
        background-repeat: repeat-x;
        border-top: 1px solid #5c5c5c;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        height: 37px;
        cursor: pointer
    }

        #listic_kostur .UpisiBtn:hover,
        #listic_kostur .BrisiBtn:hover {
            background-image: url("../img/bets/1.png")
        }

    #listic_kostur .UpisiDisable {
        background-image: url("../img/bets/menu_left_bgDisable.png");
        background-repeat: repeat-x;
        border-top: 1px solid #5c5c5c;
        color: #585858;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        height: 37px
    }

#listicPage {
    padding-top: 10px
}

    #listicPage .lVrsta {
        padding-bottom: 3px
    }

        #listicPage .lVrsta .item {
            height: 25px;
            line-height: 25px;
            font-size: 13px;
            font-weight: bold;
            background-color: #d8d8d8;
            text-align: center;
            color: #000;
            cursor: pointer
        }

            #listicPage .lVrsta .item:hover {
                background-color: #850717;
                color: #fff
            }

            #listicPage .lVrsta .item.activ {
                background-color: #9f091a;
                color: #fff;
                cursor: default
            }

    #listicPage .lParovi,
    #listicPage .lStavke {
        background-color: #919191;
        padding: 1px;
        color: #000
    }

        #listicPage .lParovi .item {
            background-color: #686868;
            padding: 4px 4px 1px 3px;
            border-bottom-width: 1px;
            border-bottom-color: #919191
        }

            #listicPage .lParovi .item.activ {
                background-color: #272727
            }

                #listicPage .lParovi .item.activ.actFix {
                    background-color: #004600
                }

    #listicPage.tsingle .lParovi .item {
        border-bottom-style: solid
    }

    #listicPage.tkombo .lParovi .item {
        border-bottom-style: dotted
    }

    #listicPage.tsist .lParovi .item {
        border-bottom-style: dotted
    }

    #listicPage .lParovi .item table {
        width: 100%
    }

    #listicPage .lParovi .item td {
        vertical-align: top
    }

    #listicPage .lParovi .item .ruka {
        cursor: pointer
    }

    #listicPage .lParovi .item .lKvacFix {
        width: 20px;
        text-align: center
    }

    #listicPage .lParovi .item .lDelTd {
        width: 16px
    }

    #listicPage .lParovi .item .lkvacica {
        margin-top: 3px
    }

    #listicPage .lkvacica {
        background-image: url('../img/bets/sport-navigation.png');
        width: 15px;
        height: 15px;
        background-position: -3px -21px;
        background-repeat: no-repeat;
        cursor: pointer
    }

    #listicPage .lBonus {
        background: -ms-linear-gradient(top, #3b3b3b 33%, #272727 72%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #3b3b3b), color-stop(72%, #272727));
        background: -moz-linear-gradient(center top, #3b3b3b 33%, #272727 72%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#272727');
        background-color: #3b3b3b;
        padding: 5px
    }

        #listicPage .lBonus .item .lkvacica {
            display: inline-block;
            float: right
        }

        #listicPage .lBonus .item {
            padding: 2px;
            font-size: 12px;
            color: #44b7fa
        }

            #listicPage .lBonus .item.fr {
                cursor: pointer
            }

            #listicPage .lBonus .item .txt {
                float: right;
                padding-right: 3px;
                color: #efc416
            }

    #listicPage .lParovi .item .lfix {
        margin-top: 8px
    }

    #listicPage .lkvacica.activ {
        background-position: -3px -3px
    }

    #listicPage .lParovi .item .lkvacica.lFixChBx {
        background-position: -79px -3px
    }

        #listicPage .lParovi .item .lkvacica.lFixChBx:hover {
            background-position: -79px -20px
        }

        #listicPage .lParovi .item .lkvacica.lFixChBx.activ {
            background-position: -57px -3px
        }

            #listicPage .lParovi .item .lkvacica.lFixChBx.activ:hover {
                background-position: -57px -20px
            }

    #listicPage .lSistemi .item {
        width: 100px;
        display: inline-block
    }

        #listicPage .lSistemi .item span {
            display: inline-block
        }

        #listicPage .lSistemi .item .lTxt {
            margin-left: 5px;
            font-size: 11px
        }

    #listicPage .lParovi .item .lParName {
        color: #fff;
        font-size: 12px;
        text-align: left
    }

    #listicPage .lParovi .item .lOkladaName {
        color: #fff;
        font-size: 12px;
        text-align: left
    }

.divPrikazListic table .lTip .info {
    color: #888;
    font-size: 13px;
    margin-left: 5px;
    cursor: pointer
}

#listicPage .lParovi .item .delPar,
.magicItem .delPar {
    background-image: url('../img/bets/sport-navigation.png');
    width: 16px;
    height: 16px;
    background-position: -3px -39px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 3px
}

#listicPage .lParovi .item .lTip {
    float: left;
    font-size: 12px;
    color: #ffd503
}

#listicPage .lParovi .item .lKvota {
    float: right;
    font-size: 12px;
    color: #fff
}

    #listicPage .lParovi .item .lKvota.Up {
        background-image: url('../img/bets/sport-navigation.png');
        background-repeat: no-repeat;
        background-position: -6px -116px;
        padding-left: 11px
    }

    #listicPage .lParovi .item .lKvota.Dwn {
        background-image: url('../img/bets/sport-navigation.png');
        background-repeat: no-repeat;
        background-position: -6px -156px;
        padding-left: 11px
    }

#listicPage .lParovi .lMsgError {
    border: 1px solid #b92f2c;
    background-position: 3px center;
    padding: 7px 2px 7px 22px;
    margin-top: 5px;
    background-image: url('../img/bets/warningYellow.png');
    background-repeat: no-repeat;
    background-color: #fff;
    color: #000;
    font-size: 12px
}

    #listicPage .lParovi .lMsgError .lMsgTop {
        font-weight: bold
    }

    #listicPage .lParovi .lMsgError .lMsgTip {
        padding: 0 0 2px 2px
    }

#listicPage .lParovi .lMsgTrue {
    border: 1px solid #093;
    background-position: 3px center;
    padding: 7px 2px 7px 22px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url('../img/bets/ok.png');
    background-repeat: no-repeat;
    color: #000;
    font-size: 12px
}

#listicPage .lStavke .lPostavke,
#listicPage .lStavke .lSistemi,
#listicPage .lStavke .lUog,
.lStavke .lSistemiTxt {
    background-color: #acb0b2;
    padding: 5px
}

.lStavke .lSistemiTxt {
    font-size: 1.1em;
    font-style: italic;
    cursor: pointer
}

    .lStavke .lSistemiTxt:hover {
        text-decoration: underline
    }

#listicPage .lStavke .lKvota {
    padding: 5px;
    background-color: #acb0b2;
    font-size: 12px;
    font-weight: bold
}

#listicPage .lStavke .lDobitak {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    background-color: #bec2c4
}

#listicPage .lStavke .lPostavke .lBtn {
    background-image: url('../img/bets/sport-navigation.png');
    width: 25px;
    height: 15px;
    background-repeat: no-repeat;
    float: right;
    margin: 2px;
    background-color: #e0e0e3;
    cursor: pointer
}

#listicPage .lStavke .lPostavke .brParova {
    font-size: 12px
}

    #listicPage .lStavke .lPostavke .brParova span {
        margin-right: 3px
    }

#listicPage .lStavke input {
    text-align: right;
    font-size: 1.1em;
    padding-right: 2px
}

#listicPage .lStavke .OveriteSave {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #272727
}

.OveriteLoad {
    display: none;
    position: absolute;
    z-index: 100;
    text-align: center;
    background-image: url('../img/overlayLyte.png');
    background-repeat: repeat
}

.OveriteSimpl {
    position: absolute;
    z-index: 100
}

.OveriteLoadAnimation {
    height: 20px;
    text-align: center;
    background-image: url('../img/loading1.gif');
    background-repeat: no-repeat;
    background-position: center 10px
}

#listicPage .lStavke .OveriteSave .btn {
    margin: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #656565;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #4a4a4a), color-stop(72%, #262626));
    background: -moz-linear-gradient(center top, #4a4a4a 33%, #262626 72%);
    background: -ms-linear-gradient(top, #4a4a4a 33%, #262626 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#262626');
    background-color: #4a4a4a
}

    #listicPage .lStavke .OveriteSave .btn:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #3b3b3b), color-stop(72%, #1a1a1a));
        background: -moz-linear-gradient(center top, #3b3b3b 33%, #1a1a1a 72%);
        background: -ms-linear-gradient(top, #3b3b3b 33%, #1a1a1a 72%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#1a1a1a');
        background-color: #3b3b3b
    }

#listicPage .lStavke .OveriteSave .msgSaveTxt {
    margin: 10px 5px;
    padding: 15px;
    font-size: 13px;
    border: 2px solid #2f680d;
    background-color: #fff
}

    #listicPage .lStavke .OveriteSave .msgSaveTxt a,
    #listicPage .lStavke .OveriteSave .msgSaveTxt a:hover,
    #listicPage .lStavke .OveriteSave .msgSaveErr a,
    #listicPage .lStavke .OveriteSave .msgSaveErr a:hover {
        color: #000;
        text-decoration: underline
    }

#listicPage .lStavke .OveriteSave .msgSaveErr {
    margin: 10px 5px;
    font-size: 13px;
    background-color: #fff;
    background-image: url('../img/bets/warning.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    border: 2px solid #b72e1c;
    padding: 15px 15px 15px 25px
}

#listicPage .lStavke .lPostavke .lBtn:hover,
#listicPage .lStavke .lPostavke .lBtn.activ {
    background-color: #7d7d8a
}

#listicPage .lStavke .lPostavke .lBtnPostavke {
    background-position: -25px -65px;
    font-size: 12px;
    text-align: center
}

    #listicPage .lStavke .lPostavke .lBtnPostavke i {
        margin-top: 2px
    }

#listicPage .lStavke .lPostavke .lBtnASvi {
    background-position: -25px -3px
}

#listicPage .lStavke .lPostavke .lBtnDSvi {
    background-position: -25px -45px
}

#listicPage .lStavke .lPostavke .lBtnBrisiSve {
    background-position: -25px -25px
}

#listicPage .lStavke .lPostavke .istakni {
    color: #e2ae0b
}

#listicPage .lStavke .lPostavke .setings {
    margin: 0;
    padding: 10px 10px 10px 5px;
    border: #272727 1px solid;
    background-color: #323232;
    color: #e1e1e1;
    font-size: 1.1em
}

    #listicPage .lStavke .lPostavke .setings .Txt {
        padding-left: 5px
    }

#listicPage .lStavke .lPoruka1 {
    background-color: #acb0b2;
    padding: 0 5px 5px 5px
}

    #listicPage .lStavke .lPoruka1 .lPorukaTxt,
    #listicMsgTop.lPorukaTxt {
        background-image: url('../img/bets/warning.png');
        background-repeat: no-repeat;
        background-position: 5px center;
        border: 1px solid #b72e1c;
        background-color: #fff;
        padding: 10px 5px 10px 25px;
        font-size: 12px
    }

        #listicPage .lStavke .lPoruka1 .lPorukaTxt a,
        #listicMsgTop.lPorukaTxt a {
            color: #313131;
            text-decoration: underline
        }

            #listicPage .lStavke .lPoruka1 .lPorukaTxt a:hover,
            #listicMsgTop.lPorukaTxt a:hover {
                color: #000
            }

#listicMsgTop.lPorukaTxt {
    margin-top: 10px;
    color: #000
}

#listicPage .lStavke .lKvota .lKvtxt,
#listicPage .lStavke .lDobTxt {
    float: left;
    text-align: left
}

#listicPage .lStavke .lDobVal:hover {
    background-color: #aaa
}

#listicPage .lStavke .detailWins {
    padding-bottom: 5px;
    display: none
}

    #listicPage .lStavke .detailWins .detTax {
        font-weight: normal
    }

#listicPage .lStavke .lDobitak.hideTax .lDobVal {
    background-image: none;
    padding-right: 0
}

#listicPage .lStavke .lDobitak.activ .detailWins {
    display: block
}

#listicPage .lStavke .lDobitak.hideTax .detailWins {
    display: none
}

#listicPage .lStavke .detailWins .detUplata {
    border-bottom: 1px solid #ccc;
    margin-top: 2px;
    color: #333;
    padding: 3px 0
}

.detailWins .fa-info-circle,
.listicFporez .fa-info-circle {
    font-size: 20px;
    margin: -3px 0 -2px 10px;
    color: #777;
    cursor: pointer;
    padding: 0 10px
}

    .detailWins .fa-info-circle:hover,
    .listicFporez .fa-info-circle:hover {
        color: #444
    }

#listicPage .lStavke .lKvota .lKvVal,
#listicPage .lStavke .lDobVal {
    float: right;
    text-align: right
}

#listicPage .lUplata .lBtnUplata {
    margin: 5px 1px 3px 1px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #5c5c5c), color-stop(72%, #454545));
    background: -moz-linear-gradient(center top, #5c5c5c 33%, #454545 72%);
    background: -ms-linear-gradient(top, #5c5c5c 33%, #454545 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#454545');
    background-color: #5c5c5c;
    color: #828282
}

    #listicPage .lUplata .lBtnUplata.Activ {
        cursor: pointer;
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #4a4a4a), color-stop(72%, #262626));
        background: -moz-linear-gradient(center top, #4a4a4a 33%, #262626 72%);
        background: -ms-linear-gradient(top, #4a4a4a 33%, #262626 72%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#262626');
        background-color: #4a4a4a
    }

        #listicPage .lUplata .lBtnUplata.Activ:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #3b3b3b), color-stop(72%, #1a1a1a));
            background: -moz-linear-gradient(center top, #3b3b3b 33%, #1a1a1a 72%);
            background: -ms-linear-gradient(top, #3b3b3b 33%, #1a1a1a 72%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#1a1a1a');
            background-color: #3b3b3b
        }

#listicPage .lUog .item {
    font-size: 12px;
    height: 20px;
    line-height: 20px
}

    #listicPage .lUog .item span {
        padding: 0 5px 0 0
    }

    #listicPage .lUog .item input {
        width: 60px
    }

    #listicPage .lUog .item .ulogKomb {
        font-size: 11px;
        font-style: italic
    }

.SistemKomb {
    padding: 20px 40px
}

    .SistemKomb .item {
        float: left;
        width: 48%;
        border: 1px solid #e2e2e2;
        border-top: none;
        margin: 4px 0% 4px 1%;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1)
    }

        .SistemKomb .item .lParName {
            width: 270px;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .SistemKomb .item .lOkladaName {
            width: 270px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .SistemKomb .item .lKvacFix {
            vertical-align: top;
            font-weight: bold;
            padding-top: 5px;
            text-align: center;
            width: 10px
        }

        .SistemKomb .item .lTip {
            float: left
        }

        .SistemKomb .item .lKvota {
            float: right
        }

    .SistemKomb .komb {
        float: left;
        width: 160px;
        font-size: 1.1em
    }

    .SistemKomb .kombName {
        font-weight: bold;
        padding: 3px
    }

.sistemRazrada {
    padding-left: 40px
}

    .sistemRazrada table {
        width: 640px;
        border: 1px solid #ccc
    }

        .sistemRazrada table th {
            background-color: #ccc
        }

        .sistemRazrada table td {
            width: 20%;
            text-align: center
        }

#izbornik1 {
    height: 37px
}

#izbornik1_1 {
    float: left;
    height: 32px;
    padding-bottom: 4px;
    width: 169px
}

    #izbornik1_1 .btn {
        background-image: url("../img/bets/calTop.png");
        border: 1px solid #2c2c2c;
        background-position: center -1px
    }

        #izbornik1_1 .btn:hover {
            border: 1px solid #d3251d
        }

        #izbornik1_1 .btn a {
            height: 28px;
            width: 32px;
            background-position: center center;
            background-repeat: no-repeat;
            display: block
        }

    #izbornik1_1 #pnlA2 {
        border: 1px solid #d3251d
    }

    #izbornik1_1 #pnlA3 {
        border: 1px solid #2c2c2c
    }

        #izbornik1_1 #pnlA3:hover {
            border: 1px solid #d3251d
        }

.aPravilaRules {
    color: #c5c5c5;
    text-decoration: none
}

    .aPravilaRules:hover {
        text-decoration: underline
    }

#izbornik1_2 {
    height: 32px;
    margin: 0
}

#cekanjeL {
    background-image: url("../img/bets/calTop.png");
    background-position: center -1px;
    border: 1px solid #2c2c2c;
    color: #fc0;
    font-size: 13px;
    height: 35px;
    line-height: 30px;
    margin: 0 0 0 22px;
    text-align: center;
    width: 196px
}

#izbornik1_3 {
    float: left;
    width: 200px;
    height: 32px;
    margin: 0
}

td.current {
    background-color: #700000 !important;
    color: #fff !important
}

#izbornik1_2.removeActiv td.current {
    background-color: transparent !important;
    color: #acacac !important
}

.lijevoReklama {
    margin-left: 3px;
    padding-top: 20px
}

    .lijevoReklama img {
        width: 100%
    }

.viseCal {
    width: 55px;
    font-size: 17px
}

.divLastMin {
    padding: 5px 0;
    margin-top: -20px
}

.lastMin {
    text-align: left;
    cursor: pointer;
    line-height: 27px;
    font-size: 12px;
    display: block
}

.upcoming {
    background-position: center;
    background-image: url('../img/bets/upcoming.gif');
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px
}

.superTip {
    background-position: center;
    background-image: url('../img/bets/bookmark.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px
}

.superPlusTip {
    background-position: center;
    background-image: url(../img/bets/superPlus.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px
}

.worldcup {
    background-position: center;
    background-image: url(../img/bets/worldcup.png);
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
    height: 40px;
    position: absolute;
    width: 20px;
    margin-top: 2px
}

#HeadWorldCup {
    margin-right: 0;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    display: none
}

.najTip {
    background-position: center;
    background-image: url('../img/bets/najTip.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px
}

.dugorocno {
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    background-image: url('../img/bets/sport-navigation.png');
    width: 14px;
    height: 14px;
    margin-top: 8px;
    background-position: -58px -45px
}

.lastMin.activ,
.lastMin:hover {
    color: #efc416
}

#izbornik1_2 td {
    background-repeat: no-repeat;
    color: #acacac;
    cursor: pointer;
    font-weight: bold;
    text-align: center
}

    #izbornik1_2 td:hover {
        background-color: #700000;
        color: #fff
    }

    #izbornik1_2 td.sportCalendar:hover {
        background-color: transparent;
        color: #fff;
        background-position: center -55px !important
    }

#izbornik2 {
    height: auto;
    margin: 0;
    padding-top: 10px;
    position: relative
}

#ponuda_kostur {
    height: auto;
    margin: 0;
    padding-top: 10px;
    font-family: "Trebuchet MS", Arial, sans-serif
}

#ponudaExtra {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    padding-top: 10px
}

#ponudaDugorocna {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    padding-top: 10px
}

#dani {
    background-image: url('../img/bets/calTop.png');
    background-repeat: repeat-x;
    height: 37px;
    width: 100%;
    border-right: 1px solid #000;
    border-left: 1px solid #000
}

.line {
    background-image: url("../img/bets/cal_div.jpg");
    background-position: left 1px;
    background-repeat: no-repeat;
    width: 2px
}

.sportCalendar {
    background-image: url("../slike/cal.png") !important;
    background-position: center 3px !important
}

.ih:hover {
    background-position: center bottom
}

.sportPostavke {
    font-size: 22px;
    text-align: center;
    color: #f1f1f1
}

    .sportPostavke i {
        margin-top: 2px
    }

.sportPrikaz1 {
    background-image: url("../slike/prikaz1.png")
}

.sportPrikaz2 {
    background-image: url("../slike/prikaz2.png")
}

.sportSetings {
    background-color: #9f9f9f;
    border-collapse: separate;
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
    margin-right: 3px;
    margin-top: 10px;
    padding: 1px;
    position: relative;
    text-align: left;
    width: 310px;
    z-index: 100
}

.viseMenu {
    border-top: 1px solid #565656;
    border-right: 1px solid #565656;
    border-left: 1px solid #565656;
    background-image: url("../img/bets/calTop.png")
}

    .viseMenu div.item {
        width: 50%;
        text-align: center;
        height: 36px;
        line-height: 36px;
        font-size: 1.3em;
        color: #757575;
        border-bottom: 1px solid #000;
        float: left;
        cursor: pointer;
        background-image: url("../img/bets/cal_div.jpg");
        background-position: right 1px;
        background-repeat: no-repeat
    }

    .viseMenu div.activ {
        color: #fff;
        border-bottom-color: #555
    }

    .viseMenu div.item:hover {
        color: #fff
    }

.sportSetings .loading {
    padding: 68px 0;
    text-align: center;
    background-color: #333
}

.sportSetings .topLeftmenu,
.sportSetings .v_m_pom {
    margin-left: 0
}

    .sportSetings .topLeftmenu .fa {
        margin-right: 5px
    }

.tblCalendar {
    background-image: url("../img/bets/cal_div.jpg");
    background-repeat: repeat-x
}

    .tblCalendar th {
        background-color: #222;
        background-image: url("../img/bets/calTop.png");
        background-position: left top;
        background-repeat: repeat-x;
        border-bottom: 3px solid #000;
        color: #fff;
        font-size: 11px;
        font-weight: normal;
        height: 25px;
        padding: 3px 5px;
        text-align: center;
        text-transform: uppercase
    }

    .tblCalendar td {
        text-align: center;
        font-size: 11px;
        background-color: #4d4d4d;
        color: #000;
        padding: 5px !important
    }

        .tblCalendar td a {
            color: #000;
            text-decoration: none
        }

.activDay {
    background-color: #808080 !important;
    color: #000 !important;
    cursor: pointer
}

    .activDay:hover,
    .activDay:hover a {
        background-color: #9f091a !important;
        color: #fff !important
    }

.prazno {
    color: #414141
}

.par2 {
    margin-bottom: 30px;
    font-size: 11px
}

.floatLeft {
    float: left
}

.naslov {
    background-image: url('../img/bets/1.png');
    background-repeat: repeat-x;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    border-left: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a
}

table.naslov {
    width: 100%
}

.naslov .fav {
    background-position: left -1069px;
    display: none
}

.naslov:hover .fav {
    display: inline
}

.naslov .activ .fav {
    display: inline;
    background-position: left -1098px
}

.sport {
    width: 15px
}

.grupa {
    padding-left: 2px;
    text-align: left
}

.UPico {
    display: block;
    height: 25px;
    position: absolute;
    width: 15px
}

    .UPico:hover {
        background-position: 2px -891px
    }

.DVNico {
    background-position: 2px -978px
}

    .DVNico:hover {
        background-position: 2px -921px
    }

#naslov_para {
    background-color: #73848f;
    width: 100%
}

    #naslov_para th {
        border-top: 2px solid #878787;
        border-bottom: 1px solid #878787;
        border-right: 1px solid #878787
    }

.naslov_lige {
    margin-left: 20px
}

.naslov_turnir {
    padding-left: 2px
}

.tgp {
    text-align: center !important
}

th.tgp {
    color: #fff;
    text-shadow: none
}

.pnlTip {
    width: 36px;
    display: inline-block
}

.width8 {
    width: 8%
}

.width6 {
    width: 6%
}

.width5 {
    width: 6%
}

td.tgp {
    cursor: pointer
}

    td.tgp:hover {
        color: #fff;
        background-color: #9f091a;
        text-shadow: none
    }

.tipoviPrazno {
    text-align: center !important
}

.naslovOklade {
    padding-left: 5px;
    text-align: left;
    border-left: 1px solid #4a4a4a
}

.naslov_glavnog_para th {
    color: #dedede;
    height: 25px !important;
    border-right: 1px solid #4a4a4a;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #494949;
    background-color: #3f3f3f;
    font-size: 11px
}

.ex1 {
    padding-left: 16px;
    background-image: url('../img/bets/ex1.png');
    background-position: left center;
    background-repeat: no-repeat
}

.ex2 {
    padding-left: 16px;
    background-image: url('../img/bets/ex2.png');
    background-position: left center;
    background-repeat: no-repeat
}

.ex3 {
    padding-left: 16px;
    background-image: url('../img/bets/ex3.png');
    background-position: left center;
    background-repeat: no-repeat
}

.ex4 {
    padding-left: 16px;
    background-image: url('../img/bets/ex4.png');
    background-position: left center;
    background-repeat: no-repeat
}

.ex5 {
    padding-left: 16px;
    background-image: url('../img/bets/ex5.png');
    background-position: left center;
    background-repeat: no-repeat
}

.ex22 {
    padding-left: 16px;
    background-image: url('../img/bets/ex21.png');
    background-position: left center;
    background-repeat: no-repeat
}

.ex1.ex22 {
    padding-left: 29px;
    background-position: left center;
    background-image: url('../img/bets/ex1ex2.png')
}

.parovi {
    background-color: #a8a8a8;
    width: 100%;
    color: #000;
    border-spacing: 0
}

    .parovi tr {
        background-color: #9da1a3
    }

        .parovi tr:hover,
        .parovi tr:hover .vise10Tip {
            background-color: #616161;
            color: #fff
        }

            .parovi tr:hover .dwnKvota,
            .parovi tr:hover .upKvota {
                color: #fff;
                text-shadow: none
            }

    .parovi td {
        border-bottom: 1px solid #8d9193;
        border-right: 1px solid #b6babc;
        border-top: 1px solid #bbbfc1;
        height: 22px
    }

        .parovi td.datumPar {
            width: 55px;
            text-align: center;
            color: #2f2f2f
        }

        .parovi td.datumParL {
            width: 80px;
            text-align: center;
            color: #2f2f2f;
            font-size: 11px
        }

#glavni_parovi {
    height: 19px
}

.parovi a:link,
.parovi a:visited {
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-bottom: 1px;
    color: #000
}

.parovi a:hover {
    color: #fff;
    background-color: #9f091a;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-bottom: 1px
}

.prazneOklade {
    color: #b6b6b6;
    font-size: 14px;
    background-color: #3f3f3f;
    padding: 23px
}

    .prazneOklade div {
        background-color: #333;
        border: 1px solid #272727;
        padding: 20px
    }

    .prazneOklade i {
        font-size: 30px;
        padding-right: 16px;
        position: absolute
    }

    .prazneOklade span {
        display: block;
        padding: 7px 30px
    }

.TopPodgrupa {
    background-color: #232323;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737
}

.NazivIspisPodgrupa a:link,
.NazivIspisPodgrupa a:visited {
    border-bottom: 1px solid #232323;
    color: #d7dbdd;
    display: inline-block;
    font-size: 11px;
    margin: 1px 10px 2px 0;
    padding: 0;
    text-align: justify;
    text-decoration: none
}

.wait .NazivIspisPodgrupa a:link {
    cursor: wait
}

a.aActiv,
span.aActiv,
.NazivIspisPodgrupa a:hover {
    border-bottom: 1px solid #700000 !important;
    color: #fff !important;
    text-decoration: none !important
}

.marketPodjela {
    width: 25%;
    display: inline-block
}

.marketDiv {
    background-color: #2f2f2f;
    background: linear-gradient(to bottom, #3a3a3a 0%, #3b3b3b 4%, #2e2e2e 14%, #2f2f2f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    margin: 3px 2px 0 2px;
    color: #a1a1a1;
    display: block
}

.market {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    width: 80%;
    overflow: hidden;
    padding: 1px 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left
}

.marketNav {
    border: 1px solid #434343;
    font-size: 10px;
    line-height: 14px;
    margin: 2px 0;
    padding: 1px 0 0;
    text-align: center;
    width: 15%;
    float: right
}

.marketActiv,
.marketDiv:hover {
    background-color: #434343;
    background: linear-gradient(to bottom, #4e4e4e 0%, #4c4c4c 4%, #404040 12%, #434343 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #d5d5d5
}

    .marketActiv .marketNav,
    .marketDiv:hover .marketNav {
        border: 1px solid #666
    }

    .marketDiv:hover .activMarketN {
        border: 1px solid #a6a6a6
    }

.favoritMarket {
    background-color: #2f2f2f;
    background: linear-gradient(to bottom, #846b03 0%, #3b3b3b 4%, #2e2e2e 14%, #2f2f2f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)
}

    .favoritMarket:hover,
    .favoritMarket.marketActiv {
        background-color: #434343;
        background: linear-gradient(to bottom, #846b03 0%, #3b3b3b 4%, #404040 14%, #434343 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)
    }

    .favoritMarket .market {
        background-image: url("../slike/navigation.png");
        background-position: left -1065px;
        background-repeat: no-repeat;
        padding-left: 15px;
        width: 70%
    }

    .favoritMarket:hover .market,
    .favoritMarket.marketActiv .market {
        background-position: left -1096px
    }

.marketDiv:hover .marketNav:hover,
.activMarketN {
    background-color: #700000;
    border-color: #700000;
    color: #fff
}

.activPrikaz {
    border-color: #700000
}

.kompletMarket {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-position: 2px -1020px;
    background-image: url('../slike/navigation.png');
    cursor: pointer;
    background-repeat: no-repeat
}

.okladaInfo {
    color: #727272;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 17px;
    padding-top: 1px;
    position: absolute;
    text-align: right;
    width: 22px
}

    .okladaInfo.favoritSuperPlus {
        color: #727272;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        height: 17px;
        padding-top: 0;
        position: absolute;
        text-align: right;
        width: 22px;
        top: 5px
    }

.plusBets {
    color: #6d6f6e;
    float: right;
    font-size: 11px;
    margin-right: 3px;
    position: relative;
    right: 0
}

.infoPopUp {
    display: none;
    position: absolute;
    z-index: 100;
    width: 280px;
    padding: 10px;
    background: #efc416;
    color: #000;
    border: 1px solid #444;
    font-size: 12px;
    left: 0;
    right: 0
}

.rezPopup .accInfo {
    padding: 10px;
    background: #efc416;
    color: #000
}

    .infoPopUp .infoTip,
    .rezPopup .accInfo .infoTip {
        font-weight: bold;
        font-size: 12px
    }

    .infoPopUp .opis,
    .rezPopup .accInfo .opis {
        margin: 5px 0 10px 5px
    }

.diplomat {
    width: 302px;
    height: 370px
}

.diplomatLink2 {
    width: 302px;
    height: 370px;
    display: inline-block;
    position: relative;
    z-index: 1111;
    cursor: pointer
}

.diplomatLink {
    width: 100%;
    height: 325px;
    display: block
}

.prijava {
    height: 22px;
    padding-top: 2px
}

#prijavaDesno {
    color: #ccc;
    float: right;
    text-align: right;
    z-index: 95;
    padding: 0 5px 0 0
}

.ZaglavljeLiveLink {
    display: inline-block;
    padding-top: 3px
}

.prijavaInput {
    color: #ccc;
    float: left;
    height: 20px;
    white-space: nowrap;
    margin-right: 5px
}

    .prijavaInput div {
        color: #fff;
        white-space: nowrap
    }

#prijavaDesno .form {
    margin-right: 4px
}

#prijavaDesno .input {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #666;
    color: #fff;
    font-size: 11px;
    margin-top: 3px;
    padding: 1px 0 2px 2px;
    width: 10em;
    font-variant: normal
}

#prijavaDesno .login {
    font-weight: bold;
    margin-top: 2px;
    width: 45px;
    height: 20px;
    margin-right: 5px;
    line-height: 20px
}

#prijavaDesno a {
    color: #ccc;
    text-decoration: none;
    font-size: 1.1em
}

    #prijavaDesno a:hover {
        color: #fff;
        text-decoration: none
    }

a.OK {
    text-align: center;
    display: block;
    cursor: pointer;
    line-height: 20px;
    background-color: #000;
    background-image: url('../slike/naslov_grupe.png');
    background-repeat: repeat-x
}

    a.OK:hover {
        background-color: #c00
    }

.registracija {
    line-height: 20px;
    margin-top: 2px;
    margin-right: 15px;
    float: left
}

a.regA {
    font-weight: bold;
    color: #fbdc5f !important
}

    a.regA:hover {
        text-decoration: underline !important
    }

.zabLozinka {
    line-height: 20px;
    margin: 2px 15px 0 20px;
    float: left
}

    .zabLozinka a:hover {
        text-decoration: underline !important
    }

#prijavaLijevo {
    font-size: 13px;
    height: 22px;
    float: left;
    line-height: 22px;
    text-align: center
}

#prijavaLijevo1 {
    font-size: 13px;
    height: 22px;
    float: left;
    line-height: 22px;
    text-align: center
}

.naslovnicaI {
    line-height: 22px;
    vertical-align: middle;
    font-size: 1.1em;
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;
    height: 22px;
    float: left
}

    .naslovnicaI a {
        color: #fff;
        line-height: 22px;
        display: block;
        cursor: pointer;
        text-decoration: none;
        padding-right: 2px;
        padding-left: 2px
    }

.activI {
    color: #fbdc5f !important;
    border-color: #fbdc5f !important
}

.naslovnicaI a:hover {
    color: #fbdc5f;
    border-color: #fbdc5f !important
}

.razmak {
    float: left;
    color: #fff
}

.dropDown {
    position: absolute;
    visibility: hidden;
    text-align: left;
    width: 300px
}

    .dropDown a {
        position: relative;
        padding: 0 15px 0 0;
        white-space: nowrap;
        text-decoration: none;
        color: #fff;
        display: inline-block
    }

        .dropDown a:hover {
            color: #fbdc5f !important
        }

.lijevo {
    float: left;
    width: 350px;
    text-align: left;
    padding-left: 15px
}

    .lijevo a,
    .sredina a,
    .desno a {
        color: #fbdc5f;
        text-decoration: none
    }

        .lijevo a:hover,
        .sredina a:hover,
        .desno a:hover {
            color: #f9c806;
            text-decoration: underline
        }

.sredina {
    width: 300px;
    float: left;
    text-align: left;
    padding-left: 15px
}

.desno {
    width: 300px;
    float: left;
    text-align: left;
    padding-left: 15px
}

.vise {
    float: right;
    width: 100px
}

    .vise a {
        font-size: 13px;
        color: #fff;
        line-height: 22px;
        text-decoration: none
    }

        .vise a:hover {
            color: #fbdc5f !important
        }

.racunPodatci {
    color: #ccc;
    float: right;
    font-size: 11px;
    margin: 0;
    z-index: 95
}

.rac1 {
    color: #ccc;
    float: right;
    height: 20px;
    position: relative;
    white-space: nowrap
}

.horizontalRac {
    margin-top: 5px;
    margin-right: 15px;
    list-style-type: none;
    padding-left: 2px;
    padding-bottom: 3px;
    float: left
}

    .horizontalRac a {
        color: #ccc;
        text-decoration: none;
        font-size: 14px
    }

        .horizontalRac a:hover {
            color: #fff;
            text-decoration: underline
        }

ul.horizontalRac li {
    display: inline;
    padding: 0 8px
}

.horizontalRac li i {
    font-size: 14px;
    margin-right: 5px
}

.horizontalRac .iDeposit {
    color: #666
}

.horizontalRac .iLogOut {
    color: #777
}

.horizontalRac .iWithdrawal {
    color: #666
}

ul.horizontalRac li.liLanguage {
    float: right;
    margin-top: -1px
}

    ul.horizontalRac li.liLanguage ul.dropdown ul li {
        float: left
    }

.realMoney {
    font-size: 15px;
    float: right
}

    .realMoney a {
        text-decoration: none
    }

.promoMoney {
    float: right;
    text-align: right;
    border-left: 1px solid #333
}

    .promoMoney a,
    .promoMoney a:active {
        text-decoration: none;
        cursor: pointer;
    }

        .promoMoney a:hover {
            color: #60c2f1
        }

.realMoneyValue {
    height: 89px;
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    background-color: #212121;
    width: 100px;
    text-align: center;
    margin-top: 5px;
    line-height: 21px
}

.promoLocked {
    display: table-cell;
    height: 89px;
    font-size: 15px;
    color: #0c78b9;
    background-color: #212121;
    width: 100px;
    vertical-align: middle;
    text-align: center
}

@media only screen and (max-width: 414px) {
    .promoMoney {
        float: none;
    }

    .promoLocked {
        height: 40px;
    }

    .menuRacun {
        width: auto !important;
    }
}


.realMoneyValue:hover,
.promoMoney:hover .promoLocked,
.promoMoney:hover .promoActiv {
    background-color: #333;
    border-top-color: #292929
}


@media only screen and (max-width: 414px) {
    .realMoneyValue {
        height: 50px;
        /*padding-top: 40px;*/
    }
}


.promoActiv {
    border-top: 1px solid #333;
    color: #44b7fa
}

.inputOK {
    border: 0 solid #006;
    background: #ffc;
    background: url('../slike/ok.png') no-repeat top left;
    width: 40px;
    height: 40px
}

    .inputOK:hover {
        background: #ff6;
        background: url('../slike/okhover.png') no-repeat top left
    }

.DosloVrijeme {
    min-height: 250px;
    width: 250px;
    position: absolute;
    top: 5px;
    float: left;
    background-color: #fcfbb3;
    color: #2d2d2d;
    font-size: 12px;
    text-align: left;
    z-index: 100
}

.sluzbaWWin {
    width: 220px;
    text-align: left;
    float: left;
    padding-top: 5px
}

.sluzbaWWin2 {
    width: 180px;
    text-align: left
}

.tjeloPoruka a {
    color: #484848 !important;
    text-decoration: underline !important
}

    .tjeloPoruka a:hover {
        text-decoration: underline;
        color: #000 !important
    }

.headerPoruka a {
    border: 1px solid #f5f396;
    background-position: center;
    background-image: url('../slike/close_button.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 10px
}

    .headerPoruka a:hover {
        border: 1px solid #b3b300;
        background-color: #f8f5ab
    }

.headerPoruka {
    padding: 3px 3px 10px 10px;
    text-align: left;
    font-weight: bold;
    background-color: #f5f396
}

.tjeloPoruka {
    padding: 10px 15px 10px 10px;
    font-style: italic
}

.NaslovPoruka {
    text-align: left;
    padding-left: 10px;
    font-size: 13px;
    font-style: italic;
    padding-top: 5px
}

.account0 {
    height: 22px;
    color: #e1e1e1;
    padding: 3px
}

#pravila {
    float: left;
    line-height: 20px;
    text-align: center;
    padding-left: 5px;
    font-size: 1.1em
}

#pravilaDno {
    float: left;
    line-height: 20px;
    text-align: center;
    padding-left: 5px;
    font-size: 1.1em
}

.novac2 {
    color: #eebb02 !important
}

.novac3 {
    color: #44b7fa !important;
}

.myGames i {
    margin-right: 5px
}

.myAccount i {
    margin-right: 5px
}

.pokerRacun {
    background-color: #fbdc5f !important;
    color: #000 !important;
    border: 1px solid #fdea9d;
    padding: 0 3px
}

    .pokerRacun:hover {
        border: 1px solid #735c02;
        text-decoration: none
    }

#overlay {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 11
}

#webListic {
    padding: 0 3px 0 5px;
    height: auto;
    font-size: 10px;
    position: relative
}

.ispisListica {
    position: absolute;
    z-index: 15
}

.listicIspisContainer {
    background-color: #fff;
    color: #5f5f5f;
    font-size: 11px;
    left: 0;
    top: 0;
    padding-bottom: 10px;
    width: 830px;
    border-radius: 3px
}

    .listicIspisContainer .parVrime {
        width: 70px;
        text-align: right;
        vertical-align: top;
        font-size: 12px
    }

    .listicIspisContainer .SistemKomb .item .lParName,
    .listicIspisContainer .SistemKomb .item .lOkladaName {
        width: auto;
        font-size: 12px
    }

    .listicIspisContainer .SistemKomb .item .lTip,
    .listicIspisContainer .SistemKomb .item .lKvota {
        font-size: 12px
    }

    .listicIspisContainer .ispisUlog {
        font-size: 13px;
        width: 20%;
        text-align: center;
        float: left
    }

    .listicIspisContainer .ispisSistem {
        font-size: 12px;
        width: 33.3%;
        text-align: left;
        float: left
    }

    .listicIspisContainer .ispisUkUplata {
        text-align: center;
        font-size: 16px;
        border-top: 1px solid #000;
        margin: 5px 20px 0 20px;
        padding: 5px
    }

    .listicIspisContainer .displayBonuses .ispisUlog {
        margin-left: 5%;
        float: right;
        display: inline-block
    }

    .listicIspisContainer .odigraniSist {
        margin: 5px 0
    }

    .listicIspisContainer .napomenaIspis {
        font-size: 12px;
        margin: 5px 20px;
        text-align: center
    }

    .listicIspisContainer .ispisDobitak {
        font-size: 13px;
        width: 16.6%;
        text-align: center;
        float: left
    }

.displayBonuses {
    border-bottom: 1px solid #eee
}

.print2 {
    background: url('../img/msg/print.png') no-repeat center;
    height: 32px;
    width: 32px;
    position: absolute;
    margin: -35px 5px 0 0;
    left: 790px
}

#listicIspisButtonContainer {
    height: 56px;
    width: 100%
}

a.listicIspisButton:link,
a.listicIspisButton:visited,
a:hover {
    text-decoration: none
}

.listicIspisButton {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 56px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium
}

a.listicIspisButton.exit {
    float: left;
    width: 114px
}

.pdfOdds {
    padding-left: 10px
}

    .pdfOdds .verticalOdds,
    .pdfOdds .HorizontalOdds {
        width: 24%;
        height: 26px;
        background-position: center 2px;
        background-repeat: no-repeat;
        cursor: pointer
    }

        .pdfOdds .verticalOdds:hover,
        .pdfOdds .HorizontalOdds:hover {
            background-color: rgba(91, 91, 91, .5)
        }

    .pdfOdds .verticalOdds {
        background-image: url(../img/bets/Vdown.png)
    }

    .pdfOdds .HorizontalOdds {
        background-image: url(../img/bets/Hdown.png)
    }

    .pdfOdds table {
        width: 210px
    }

    .pdfOdds .title {
        text-align: center;
        width: 50%;
        font-size: 13px;
        color: #777;
        white-space: nowrap;
        padding: 0 5px
    }

#ticketDataContainer {
    background-position: left top;
    margin-top: 10px;
    width: 800px;
    background-color: #fff;
    border-collapse: separate;
    height: 308px
}

#ispisLogo {
    margin-top: 0;
    height: 54px;
    width: 750px;
    background-repeat: no-repeat
}

.adresaListic {
    vertical-align: bottom;
    color: #fff;
    text-align: left;
    padding-left: 40px;
    font-weight: bold;
    font-size: 12px
}

.bigText.ticketID {
    padding-right: 30px;
    padding-top: 20px;
    text-align: right
}

.listicHead {
    width: 474px;
    text-align: center;
    height: 55px
}

.bigText {
    font-size: 13px;
    font-weight: bold
}

.lineThrough td {
    text-decoration: line-through
}

.ticketData {
    line-height: 1.3em
}

td.ticketData.fix1 {
    width: 5px
}

td.ticketData.broj {
    background-color: #f8f884;
    padding-left: 2px;
    width: 12px
}

td.ticketData.broj1 {
    padding-left: 2px;
    background-color: #4cca4c;
    width: 12px
}

td.ticketData.broj2 {
    width: 12px;
    padding-left: 2px;
    background-color: #ff3737
}

td.ticketData.naziv {
    width: 200px;
    font-weight: bold;
    padding-left: 5px;
    text-align: left
}

td.ticketData.tip {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    min-width: 30px
}

td.OdbijeniPar {
    width: 115px;
    color: #f00
}

td.ticketData.datum {
    text-align: left;
    white-space: nowrap;
    width: 65px
}

td.ticketData.tecaj {
    text-align: center;
    white-space: nowrap;
    min-width: 30px
}

td.ticketData.rez {
    text-align: center;
    color: #f00;
    width: 60px
}

.bigText.right {
    margin-right: 0;
    padding-right: 0;
    font-size: 24px;
    text-align: right;
    font-weight: bold
}

.lp_ispis_obican {
    height: 55px;
    background-image: url('../slike/bg_listicBottom.png');
    padding-top: 5px;
    background-repeat: no-repeat;
    font-size: 1.1em
}

.footerIspis {
    height: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    vertical-align: middle
}

.gubitni {
    color: #e10000
}

.dobitni {
    color: #009700;
    font-weight: bold
}

.prazno2 {
    background-image: url("../slike/warning-icon2.png");
    background-position: 35px 125px;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    padding: 130px 15px 15px 71px
}

.sistemDobitci {
    background-position: left top;
    margin-top: 10px;
    width: 800px;
    background-color: #fff;
    background-image: url(../slike/bg_listicSistem.png);
    background-repeat: no-repeat;
    border-collapse: separate;
    height: 308px
}

.sistemZaglavlje {
    margin-top: 0;
    width: 750px
}

.ispisDetaljiSistem {
    width: 375px;
    float: left;
    margin-left: 10px
}

.ispisDetaljiSistem_bottom {
    float: left;
    width: 360px
}

#prazni_listic {
    width: 229px;
    display: none
}

.tjeloPrazan td {
    vertical-align: middle;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px
}

.tjeloPrazan {
    background-color: #191919;
    border: 1px solid #c8c8c8;
    color: #efc416;
    width: 100%
}

.naziLota {
    font-size: 15px;
    font-weight: bold;
    padding-left: 37px;
    color: #f2f2f2
}

.vrijemeLota {
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
    float: right;
    padding-right: 5px;
    color: #f2f2f2
}

.sisDobitci {
    margin-right: 32px;
    width: 200px
}

.pogBrojevaHeader {
    width: 80px;
    line-height: 16px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000
}

.pogBrojevaIsplataHeader {
    border-bottom: 1px solid #000
}

.pogBrojevaIsplata {
    text-align: right;
    padding-right: 25px;
    border-bottom: #909090 1px solid
}

.pogBrojeva {
    text-align: right;
    padding-right: 30px;
    border-right: 1px solid #000;
    border-bottom: #909090 1px solid
}

.brojeviIspis {
    padding-left: 34px
}

.odigraniBr {
    font-size: 12px;
    font-weight: bold
}

.dobitci {
    margin-right: 30px;
    font-weight: bold;
    text-align: right
}

.tableDobitak {
    width: 100%
}

.v_m_span20 {
    background-image: url('../img/bets/sportsIcon20.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    position: absolute;
    width: 20px;
    background-position: left 100px
}

.sIcon0 {
    background-position: left -795px
}

.sIcon1 {
    background-position: left 100px
}

.sIcon2,
.lSport1 .v_m_span {
    background-position: left -481px
}

.sIcon3,
.lSport2 .v_m_span {
    background-position: left -121px
}

.sIcon4,
.lSport3 .v_m_span {
    background-position: left -91px
}

.sIcon5,
.lSport4 .v_m_span {
    background-position: left -361px
}

.sIcon6,
.lSport5 .v_m_span {
    background-position: left -541px
}

.sIcon7,
.lSport6 .v_m_span {
    background-position: left -331px
}

.sIcon8,
.lSport7 .v_m_span {
    background-position: left -241px
}

.sIcon9 {
    background-position: left -301px
}

.sIcon10 {
    background-position: left -391px
}

.sIcon11,
.lSport12 .v_m_span {
    background-position: left -421px
}

.sIcon12 {
    background-position: left -30px
}

.sIcon13 {
    background-position: left -750px
}

.sIcon14 {
    background-position: left -690px
}

.sIcon15,
.lSport16 .v_m_span {
    background-position: left -2px
}

.sIcon16 {
    background-position: left -720px
}

.sIcon17,
.lSport19 .v_m_span {
    background-position: left -451px
}

.sIcon18,
.lSport20 .v_m_span {
    background-position: left -511px
}

.sIcon19,
.lSport22 .v_m_span {
    background-position: left -630px
}

.sIcon20,
.lSport23 .v_m_span {
    background-position: left -571px
}

.sIcon21,
.lSport26 .v_m_span {
    background-position: left -658px
}

.sIcon22 {
    background-position: left -211px
}

.sIcon23,
.lSport29 .v_m_span {
    background-position: left -271px
}

.sIcon24,
.lSport31 .v_m_span {
    background-position: left -60px
}

.sIcon25,
.lSport34 .v_m_span {
    background-position: left -181px
}

.sIcon26 {
    background-position: left -151px
}

.sIcon27 {
    background-position: left -600px
}

.sIcon28,
.lSport21 .v_m_span {
    background-position: left -1100px
}

.sIcon29 {
    background-position: left -1040px
}

.sIcon30,
.lSport32 .v_m_span {
    background-position: left -1170px
}

.sIcon31 {
    background-position: left 100px
}

.sIcon32 {
    background-position: left 100px
}

.sIcon33 {
    background-position: left 100px
}

.sIcon34 {
    background-position: left 100px
}

.sIcon35 {
    background-position: left 100px
}

.sIcon36 {
    background-position: left -1384px
}

.sIcon37 {
    background-position: left 100px
}

.sIcon100 {
    background-position: left -790px
}

.lSport100 .v_m_span {
    background-position: left -795px
}

.lSport101 .v_m_span {
    background-position: left -1239px;
    height: 17px
}

.sIconRedYellowCard {
    background-position: left -849px !important
}

.sIconRedCard {
    background-position: left -906px !important
}

.sIconYellowCard {
    background-position: left -970px !important
}

.sIconZamjena {
    background-position: left -1282px !important
}

.sLiveIcon0 {
    background-position: left 100px
}

.sLiveIcon1 {
    background-position: left -481px
}

.sLiveIcon2 {
    background-position: left -121px
}

.sLiveIcon3 {
    background-position: left -91px
}

.sLiveIcon4 {
    background-position: left -361px
}

.sLiveIcon5 {
    background-position: left -541px
}

.sLiveIcon6 {
    background-position: left -331px
}

.sLiveIcon7 {
    background-position: left -241px
}

.sLiveIcon9 {
    background-position: left -301px
}

.sLiveIcon11 {
    background-position: left 100px
}

.sLiveIcon12 {
    background-position: left -421px
}

.sLiveIcon16 {
    background-position: left -2px
}

.sLiveIcon19 {
    background-position: left -451px
}

.sLiveIcon20 {
    background-position: left -511px
}

.sLiveIcon22 {
    background-position: left -630px
}

.sLiveIcon23 {
    background-position: left -571px
}

.sLiveIcon29 {
    background-position: left -271px
}

.sLiveIcon31 {
    background-position: left -60px
}

.sLiveIcon34 {
    background-position: left -181px
}

.lSport1 {
    background-color: #294815
}

.lSport2 {
    background-color: #873d16
}

.lSport3 {
    background-color: #024c07
}

.lSport4 {
    background-color: #3a595d
}

.lSport5 {
    background-color: #5a321d
}

.lSport6 {
    background-color: #1c4560
}

.lSport12 {
    background-color: #42622b
}

.lSport16 {
    background-color: #407638
}

.lSport19 {
    background-color: #135a5e
}

.lSport20 {
    background-color: #2f3f73
}

.lSport21 {
    background-color: #42622b
}

.lSport22 {
    background-color: #581002
}

.lSport23 {
    background-color: #052445
}

.lSport29 {
    background-color: #132b52
}

.lSport31 {
    background-color: #26705c
}

.lSport32 {
    background-color: #455226
}

.lSport34 {
    background-color: #855322
}

.lSport1 .parovi td {
    border-top-color: #395825;
    border-bottom-color: #072600
}

    .lSport1 .parovi td.drKvote {
        border-left: 1px solid #395825;
        border-right: 1px solid #072600 !important
    }

    .lSport1 .parovi td.tar {
        border-right: 1px solid #072600 !important
    }

    .lSport1 .parovi td.plusOklade {
        border-left: 1px solid #395825
    }

.lSport2 .parovi td {
    border-top-color: #974d26;
    border-bottom-color: #651b00
}

    .lSport2 .parovi td.drKvote {
        border-left: 1px solid #974d26;
        border-right: 1px solid #651b00 !important
    }

    .lSport2 .parovi td.tar {
        border-right: 1px solid #651b00 !important
    }

    .lSport2 .parovi td.plusOklade {
        border-left: 1px solid #974d26
    }

.lSport3 .parovi td {
    border-top-color: #125c17;
    border-bottom-color: #002a00
}

    .lSport3 .parovi td.drKvote {
        border-left: 1px solid #125c17;
        border-right: 1px solid #002a00 !important
    }

    .lSport3 .parovi td.tar {
        border-right: 1px solid #002a00 !important
    }

    .lSport3 .parovi td.plusOklade {
        border-left: 1px solid #125c17
    }

.lSport4 .parovi td {
    border-top-color: #4a696d;
    border-bottom-color: #18373b
}

    .lSport4 .parovi td.drKvote {
        border-left: 1px solid #4a696d;
        border-right: 1px solid #18373b !important
    }

    .lSport4 .parovi td.tar {
        border-right: 1px solid #18373b !important
    }

    .lSport4 .parovi td.plusOklade {
        border-left: 1px solid #4a696d
    }

.lSport5 .parovi td {
    border-top-color: #6a422d;
    border-bottom-color: #381000
}

    .lSport5 .parovi td.drKvote {
        border-left: 1px solid #6a422d;
        border-right: 1px solid #381000 !important
    }

    .lSport5 .parovi td.tar {
        border-right: 1px solid #381000 !important
    }

    .lSport5 .parovi td.plusOklade {
        border-left: 1px solid #6a422d
    }

.lSport6 .parovi td {
    border-top-color: #2c5570;
    border-bottom-color: #00233e
}

    .lSport6 .parovi td.drKvote {
        border-left: 1px solid #2c5570;
        border-right: 1px solid #00233e !important
    }

    .lSport6 .parovi td.tar {
        border-right: 1px solid #00233e !important
    }

    .lSport6 .parovi td.plusOklade {
        border-left: 1px solid #2c5570
    }

.lSport12 .parovi td {
    border-top-color: #52723b;
    border-bottom-color: #204009
}

    .lSport12 .parovi td.drKvote {
        border-left: 1px solid #52723b;
        border-right: 1px solid #204009 !important
    }

    .lSport12 .parovi td.tar {
        border-right: 1px solid #204009 !important
    }

    .lSport12 .parovi td.plusOklade {
        border-left: 1px solid #52723b
    }

.lSport16,
.lSport16 .parovi td {
    border-top-color: #508648;
    border-bottom-color: #1e5416
}

    .lSport16 .parovi td.drKvote {
        border-left: 1px solid #508648;
        border-right: 1px solid #1e5416 !important
    }

    .lSport16 .parovi td.tar {
        border-right: 1px solid #1e5416 !important
    }

    .lSport16 .parovi td.plusOklade {
        border-left: 1px solid #508648
    }

.lSport19,
.lSport19 .parovi td {
    border-top-color: #236a6e;
    border-bottom-color: #00383c
}

    .lSport19 .parovi td.drKvote {
        border-left: 1px solid #236a6e;
        border-right: 1px solid #00383c !important
    }

    .lSport19 .parovi td.tar {
        border-right: 1px solid #00383c !important
    }

    .lSport19 .parovi td.plusOklade {
        border-left: 1px solid #236a6e
    }

.lSport20,
.lSport20 .parovi td {
    border-top-color: #3f4f83;
    border-bottom-color: #0d1d51
}

    .lSport20 .parovi td.drKvote {
        border-left: 1px solid #3f4f83;
        border-right: 1px solid #0d1d51 !important
    }

    .lSport20 .parovi td.tar {
        border-right: 1px solid #0d1d51 !important
    }

    .lSport20 .parovi td.plusOklade {
        border-left: 1px solid #3f4f83
    }

.lSport21,
.lSport21 .parovi td {
    border-top-color: #52723b;
    border-bottom-color: #204009
}

    .lSport21 .parovi td.drKvote {
        border-left: 1px solid #52723b;
        border-right: 1px solid #204009 !important
    }

    .lSport21 .parovi td.tar {
        border-right: 1px solid #204009 !important
    }

    .lSport21 .parovi td.plusOklade {
        border-left: 1px solid #52723b
    }

.lSport22,
.lSport22 .parovi td {
    border-top-color: #682012;
    border-bottom-color: #360000
}

    .lSport22 .parovi td.drKvote {
        border-left: 1px solid #682012;
        border-right: 1px solid #360000 !important
    }

    .lSport22 .parovi td.tar {
        border-right: 1px solid #360000 !important
    }

    .lSport22 .parovi td.plusOklade {
        border-left: 1px solid #682012
    }

.lSport23 .parovi td {
    border-top-color: #153455;
    border-bottom-color: #000223
}

    .lSport23 .parovi td.drKvote {
        border-left: 1px solid #153455;
        border-right: 1px solid #000223 !important
    }

    .lSport23 .parovi td.tar {
        border-right: 1px solid #000223 !important
    }

    .lSport23 .parovi td.plusOklade {
        border-left: 1px solid #153455
    }

.lSport29 .parovi td {
    border-top-color: #233b62;
    border-bottom-color: #000930
}

    .lSport29 .parovi td.drKvote {
        border-left: 1px solid #233b62;
        border-right: 1px solid #000930 !important
    }

    .lSport29 .parovi td.tar {
        border-right: 1px solid #000930 !important
    }

    .lSport29 .parovi td.plusOklade {
        border-left: 1px solid #233b62
    }

.lSport31 .parovi td {
    border-top-color: #36806c;
    border-bottom-color: #044e3a
}

    .lSport31 .parovi td.drKvote {
        border-left: 1px solid #36806c;
        border-right: 1px solid #044e3a !important
    }

    .lSport31 .parovi td.tar {
        border-right: 1px solid #044e3a !important
    }

    .lSport31 .parovi td.plusOklade {
        border-left: 1px solid #36806c
    }

.lSport32 .parovi td {
    border-top-color: #556236;
    border-bottom-color: #233004
}

    .lSport32 .parovi td.drKvote {
        border-left: 1px solid #556236;
        border-right: 1px solid #233004 !important
    }

    .lSport32 .parovi td.tar {
        border-right: 1px solid #233004 !important
    }

    .lSport32 .parovi td.plusOklade {
        border-left: 1px solid #556236
    }

.lSport34 .parovi td {
    border-top-color: #936130;
    border-bottom-color: #663403
}

    .lSport34 .parovi td.drKvote {
        border-left: 1px solid #936130;
        border-right: 1px solid #663403 !important
    }

    .lSport34 .parovi td.tar {
        border-right: 1px solid #663403 !important
    }

    .lSport34 .parovi td.plusOklade {
        border-left: 1px solid #936130
    }

.lSport1 .v_m_span20 {
    background-position: left -474px
}

.lSport2 .v_m_span20 {
    background-position: left -114px
}

.lSport3 .v_m_span20 {
    background-position: left -83px
}

.lSport4 .v_m_span20 {
    background-position: left -354px
}

.lSport5 .v_m_span20 {
    background-position: left -534px
}

.lSport6 .v_m_span20 {
    background-position: left -324px
}

.lSport7 .v_m_span20 {
    background-position: left -234px
}

.lSport12 .v_m_span20 {
    background-position: left -414px
}

.lSport16 .v_m_span20 {
    background-position: left 5px
}

.lSport19 .v_m_span20 {
    background-position: left -443px
}

.lSport20 .v_m_span20 {
    background-position: left -504px
}

.lSport21 .v_m_span20 {
    background-position: left -880px
}

.lSport22 .v_m_span20 {
    background-position: left -623px
}

.lSport23 .v_m_span20 {
    background-position: left -564px
}

.lSport26 .v_m_span20 {
    background-position: left -653px
}

.lSport29 .v_m_span20 {
    background-position: left -264px
}

.lSport31 .v_m_span20 {
    background-position: left -53px
}

.lSport32 .v_m_span20 {
    background-position: left -930px
}

.lSport34 .v_m_span20 {
    background-position: left -174px
}

.lSport100 .v_m_span20 {
    background-position: left -788px
}

.lSport102 .v_m_span20 {
    background-position: left -835px
}

.lSport103 .v_m_span20 {
    background-position: left -980px
}

.lSport104 .v_m_span20 {
    background-position: left -1030px
}

.lSport104.Activ .v_m_span20 {
    background-position: left -1082px
}

.lSport105 .v_m_span20 {
    background-position: left -1156px
}

.v_m_sportovi {
    text-align: left;
    margin-right: 10px
}

    .v_m_sportovi table {
        color: #cecece
    }

    .v_m_sportovi th {
        border-collapse: separate
    }

#results .v_m_sportovi {
    margin-right: 5px;
    margin-top: 5px
}

#results .topLeftmenu,
#results .v_m_pom {
    margin-left: 0
}

#results .v_m_span {
    margin-left: 2px
}

#results .v_m_izbor_lige {
    width: 180px
}

#results .topLeftmenu {
    cursor: pointer
}

td.v_m_sport {
    text-align: left;
    letter-spacing: 0;
    font-weight: bold
}

a.v_m_ot_sport,
span.v_m_ot_sport {
    color: #e2e2e2;
    cursor: pointer;
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 12px;
    padding-left: 20px;
    text-decoration: none
}

    a.v_m_ot_sport:hover,
    span.v_m_ot_sport:hover {
        text-decoration: none;
        color: #dd0019
    }

.topLeftmenu.activ {
    border: 1px solid #700000
}

td.v_m_ikona,
div.v_m_ikona {
    cursor: pointer;
    width: 13px
}

.v_m_lige {
    background-color: #0f0f0f;
    border-color: #3e3e3e #000 #000;
    border-style: solid;
    border-width: 1px;
    margin-left: 3px;
    margin-top: -1px
}

    .v_m_lige.activ {
        border-color: #3e3e3e #700000 #700000
    }

.v_m_pom {
    background-color: #0f0f0f;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: 3px
}

.st {
    color: #fff
}

.topLeftmenu {
    background-color: #222;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #343434;
    margin-left: 3px;
    height: 33px;
    line-height: 18px
}

span.IzborLigeTop {
    color: #eee
}

span.IzborLigeFav {
    background-image: url("../slike/navigation.png");
    background-repeat: no-repeat;
    background-position: left 100px;
    display: block;
    height: 20px;
    width: 25px;
    position: absolute;
    cursor: pointer
}

span.IzborLigeTop:hover .IzborLigeFav {
    background-position: 7px -1064px
}

.IzborLigeFav:hover,
.FavActivTur {
    background-position: 7px -1096px !important
}

.v_m_izbor_lige {
    line-height: 17px;
    padding: 2px 0 2px 3px;
    margin-left: 25px;
    text-decoration: none;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

    .v_m_izbor_lige:hover {
        background-color: #777
    }

.v_m_kategorija {
    text-align: left;
    cursor: pointer;
    line-height: 27px
}

    .v_m_kategorija:hover {
        color: #efc416
    }

        .v_m_kategorija:hover .v_m_nav1 {
            background-position: 4px -59px
        }

.v_m_nav1 {
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url('../slike/navigation.png');
    background-repeat: no-repeat;
    background-position: 4px 5px;
    position: absolute
}

.v_m_nav2 {
    margin-left: 25px;
    display: block;
    height: 27px;
    font-size: 1.1em
}

.v_m_nav3 {
    padding-left: 20px;
    display: inline-block;
    height: 27px
}

.v_m_kategorijaActiv {
    text-align: left;
    cursor: pointer;
    color: #efc416;
    line-height: 27px
}

.favTurnir.activ,
.IzborLigeTop.activ {
    color: #efc416
}

.activLiga {
    color: #efc416 !important
}

.v_m_kategorijaActiv .v_m_nav1 {
    background-position: 4px -107px
}

.imgNav1 {
    background-position: 0 -3px
}

.imgNav2 {
    background-position: 0 -50px
}

.headFavoritTurnir {
    background-color: #222;
    border-bottom: 1px solid #000;
    border-top: 1px solid #343434;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #e2e2e2;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 29px;
    line-height: 29px;
    margin: 0 0 0 3px;
    padding-left: 5px
}

    .headFavoritTurnir span {
        cursor: pointer
    }

        .headFavoritTurnir span:hover {
            color: #dd0019
        }

        .headFavoritTurnir span.favHead {
            background-image: url("../slike/navigation.png");
            background-position: left -1098px;
            background-repeat: no-repeat;
            padding-left: 20px
        }

    .headFavoritTurnir a {
        color: #e2e2e2;
        text-decoration: none;
        margin-left: 20px
    }

        .headFavoritTurnir a:hover {
            color: #dd0019
        }

.euroStatistike {
    background-position: center;
    background-image: url('../img/bets/statBlue.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px;
    margin-top: 7px
}

.headFavExpand {
    width: 13px;
    float: right;
    text-align: left;
    margin-right: 3px;
    padding-top: 1px;
    cursor: pointer
}

.txtFavoritTurnir {
    background-color: #0f0f0f;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 11px;
    margin: 0 0 0 3px;
    padding: 10px 5px;
    border-top: none
}

    .txtFavoritTurnir.faq {
        color: #959595;
        font-style: italic
    }

.favTurnir {
    line-height: 17px;
    padding: 2px 0 2px 0;
    text-decoration: none;
    display: inline-block;
    font: 11px open_sans_regular;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
    width: 155px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.favTurnirTxt {
    padding-left: 20px
}

.favTurnir:hover {
    color: #efc416
}

.favTurnirTxt .item1 {
    color: #efc416
}

.favTurnirX {
    background-image: url(../slike/navigation.png);
    background-position: left 100px;
    background-repeat: no-repeat;
    width: 1px;
    height: 20px;
    float: right;
    display: inline-block;
    position: absolute;
    margin-left: -10px;
    cursor: pointer
}

.favTop:hover,
.favTop.activ {
    background-color: #272727
}

    .favTop:hover .favTurnirX {
        width: 17px;
        background-color: #2b2b2b;
        background-position: 5px -382px
    }

.txtFavoritTurnir.activ {
    border-bottom: 1px solid #700000;
    border-left: 1px solid #700000;
    border-right: 1px solid #700000;
    margin-top: -1px
}

.headFavoritTurnir.activ {
    border: 1px solid #700000
}

.favTurnirX:hover {
    background-position: 5px -398px !important
}

.refreshLastMin,
.refreshTop {
    float: right;
    display: none;
    height: 20px;
    width: 20px;
    font-size: 15px;
    color: #878686
}

.headFavoritTurnir.activ .refreshLastMin,
.headFavoritTurnir.activ .refreshTop {
    display: inline-block
}

.refreshLastMin .fa-refresh:hover,
.refreshTop .fa-refresh:hover {
    color: #dd0019
}

.v_m_span {
    background-image: url('../slike/sportsIcon.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px
}

div.grupa .v_m_span {
    margin-top: 10px
}

div.grupa {
    line-height: 38px
}

.tip_podpar {
    width: 33px;
    text-align: center
}

.par_activ {
    color: #fff !important;
    background-color: #9f091a;
    text-shadow: none !important
}

#botun1 a:link,
#botun1 a:visited,
#botun1 a:hover {
    text-decoration: none
}

#loading {
    padding-top: 120px;
    padding-bottom: 50px
}

.parovi_listic {
    border-bottom: 1px #4e577c solid
}

.sifra {
    text-align: center;
    width: 30px
}

.parPar {
    min-width: 150px;
    width: auto;
    padding-left: 5px;
    text-align: left;
    font-size: 1.1em;
    border-left: 1px solid #8f8f8f
}

    .parPar li {
        display: table-cell
    }

    .parPar .det {
        width: 100%
    }

    .parPar .info {
        vertical-align: middle;
        padding: 0 5px;
        color: #666;
        text-align: right;
        width: 14%;
        font-size: 15px;
        cursor: pointer
    }

.exHead {
    width: 25px
}

.extraTips {
    cursor: pointer
}

    .extraTips:hover {
        background-color: #4b4b4b
    }

.supTip {
    margin-left: 5px;
    background-image: url(../img/bets/bookmark.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -3px
}

.IspisKaoGlavno {
    background-color: #222;
    padding: 10px 5px 0 5px;
    margin-bottom: 30px;
    border: 1px solid #444
}

    .IspisKaoGlavno .bigSport {
        height: 73px;
        width: 60px;
        background-position: center;
        background-repeat: no-repeat
    }

        .IspisKaoGlavno .bigSport.bsport2 {
            background-image: url(../img/bets/nogomet-icon.png)
        }

        .IspisKaoGlavno .bigSport.bsport3 {
            background-image: url(../img/bets/kosarka-icon.png)
        }

        .IspisKaoGlavno .bigSport.bsport4 {
            background-image: url(../img/bets/baseball-icon.png)
        }

        .IspisKaoGlavno .bigSport.bsport5 {
            background-image: url(../img/bets/hokej-icon.png)
        }

        .IspisKaoGlavno .bigSport.bsport6 {
            background-image: url(../img/bets/tenis-icon.png)
        }

        .IspisKaoGlavno .bigSport.bsport7 {
            background-image: url(../img/bets/rukomet.icon.png)
        }

        .IspisKaoGlavno .bigSport.bsport20,
        .IspisKaoGlavno .bigSport.bsport25 {
            background-image: url(../img/bets/odbojka-icon.png)
        }

        .IspisKaoGlavno .bigSport.bsport21 {
            background-image: url(../img/bets/vaterpolo.icon.png)
        }

    .IspisKaoGlavno table {
        width: 100%
    }

        .IspisKaoGlavno table td {
            vertical-align: top
        }

    .IspisKaoGlavno .tdImg {
        width: 60px
    }

    .IspisKaoGlavno .item {
        width: 31%;
        display: inline-block;
        text-align: left;
        margin-left: 2%;
        margin-bottom: 10px;
        height: 30px;
        background-color: #a19f9f;
        color: #0a0905;
        font-weight: bold;
        cursor: pointer
    }

        .IspisKaoGlavno .item.activ {
            background-color: #700000;
            color: #fff
        }

        .IspisKaoGlavno .item span {
            display: table-cell;
            padding-left: 10px;
            height: 24px;
            width: 100%;
            vertical-align: middle
        }

.displayNone2 {
    display: none
}

.over1 {
    background-image: url('../slike/overlayLyte.png');
    background-repeat: repeat;
    position: absolute;
    z-index: 100
}

    .over1 .msg {
        margin: 120px 30px 20px;
        text-align: center;
        font-size: 15px
    }

    .over1 .btnOK {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        width: 100px;
        cursor: pointer
    }

.extraHeader {
    background-image: url("../img/bets/1.png");
    background-color: #232323;
    padding: 10px 10px 10px 5px;
    background-repeat: repeat-x;
    border-left: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a
}

.extraKategorija {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px
}

.extraTurnir {
    font-size: 14px;
    font-weight: bold
}

.extraKolo {
    color: #c9c9c9;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 2px 20px
}

.extraFooterLink {
    background-color: #272727;
    padding: 8px 5px 5px 5px;
    border-bottom: 1px solid #313131
}

.vrstaC {
    border-bottom: 1px solid #232323;
    color: #d7dbdd;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    margin: 1px 10px 2px 0;
    text-align: justify;
    text-decoration: none
}

    .vrstaC:hover {
        color: #fff;
        border-bottom: 1px solid #700000
    }

.divExtraStat {
    padding-left: 20px
}

.extraPar {
    text-align: center;
    font-size: 20px;
    word-spacing: .2em;
    color: #efc416;
    padding: 5px 0 0 0
}

.extraVrime {
    text-align: center;
    font-size: 12px;
    color: #c9c9c9
}

.extraRezult {
    text-align: center;
    font-size: 15px;
    color: #c9c9c9;
    padding-bottom: 2px
}

.extraNazad {
    padding: 2px 5px 2px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

    .extraNazad i {
        font-size: 17px;
        margin-right: 5px
    }

.extraTop {
    color: #fff;
    margin-left: 10px;
    padding: 2px 5px 2px 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

    .extraNazad:hover,
    .extraTop:hover {
        color: #efc416
    }

.toTop {
    color: #fff;
    margin-left: 10px;
    padding: 2px 5px 2px 12px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer
}

.doljegore {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 18px;
    border: 2px solid #404040;
    border-radius: 6px;
    padding: 2px 5px;
    margin-left: 0
}

.extraNazad:hover,
.toTop:hover {
    color: #efc416
}

.extraMarkets {
    background-color: #232323;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    padding-bottom: 3px
}

#pnlExtraOklade {
    padding: 5px
}

.extraLive {
    display: inline-block;
    background-image: url('../slike/liveIcon.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 20px
}

.extraStat {
    display: inline-block;
    background-position: left center;
    background-image: url(../slike/statistikaUtakmice.gif);
    cursor: pointer;
    width: 20px;
    background-repeat: no-repeat;
    height: 20px
}

    .extraStat:hover {
        background-position: -22px center
    }

.extraTv {
    margin: 0 5px;
    cursor: pointer
}

.extraInfo {
    margin: 0 5px;
    cursor: pointer
}

.extraPopUp {
    background-image: url('../img/myaccount/popTop.jpg');
    background-repeat: repeat-x;
    position: absolute;
    width: 310px;
    background-color: #363636;
    color: #000;
    border: 1px solid #444;
    z-index: 100
}

    .extraPopUp .close {
        color: #919191;
        font-size: 14px;
        text-align: right;
        height: 35px;
        line-height: 32px;
        font-weight: bold;
        padding-right: 7px
    }

        .extraPopUp .close span {
            padding: 2px 7px;
            border: 1px solid #474747;
            cursor: pointer
        }

            .extraPopUp .close span:hover {
                border-color: #d2d2d2;
                color: #fff
            }

    .extraPopUp .period {
        background-color: #c18e03;
        border-bottom: solid 1px #444;
        color: #000;
        padding: 3px 5px;
        font-size: 11px;
        font-weight: normal
    }

        .extraPopUp .period:hover {
            background-color: #a27602
        }

.MagicListic .infoWinPopUp th {
    line-height: 15px
}

.fav {
    background-repeat: no-repeat;
    background-image: url('../slike/navigation.png');
    background-position: left -674px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    padding-left: 18px;
    margin-left: -3px
}

    .fav:hover {
        background-position: left -1069px
    }

.favActiv {
    background-position: left -1100px
}

    .favActiv:hover {
        background-position: left -1100px
    }

.statistikaUtakmice {
    background-position: left center;
    background-image: url(../slike/statistikaUtakmice.gif);
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    width: 20px !important;
    background-repeat: no-repeat
}

    .statistikaUtakmice:hover {
        background-position: -22px center
    }

.statistikaUtakmiceBlue {
    background-position: center;
    background-image: url(../img/bets/StatBlue.png);
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    width: 20px !important;
    background-repeat: no-repeat
}

.NOstatistika {
    background-position: -44px center;
    background-image: url(../slike/statistikaUtakmice.gif);
    margin: 0 !important;
    padding: 0 !important;
    width: 20px;
    background-repeat: no-repeat
}

.chekLabel {
    width: 100px;
    display: inline-block
}

.printEnable {
    background-image: url("../slike/PrintButton.png");
    background-position: center top;
    display: block;
    height: 52px;
    width: 105px
}

.printEnableEN {
    background-image: url("../slike/PrintButtonEN.png")
}

.printEnableDE {
    background-image: url("../slike/PrintButtonDE.png")
}

.printEnableSL {
    background-image: url("../slike/PrintButtonSL.png")
}

a.printEnable:hover {
    background-position: center bottom
}

.bonusPrikaz {
    width: 20px;
    padding-left: 40px
}

.ulogPrikaz {
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
    width: 200px
}

.kvotaPrikaz {
    padding-left: 5px;
    font-weight: bold;
    width: 277px
}

.evDobitakPrikaz {
    padding-left: 5px;
    font-weight: bold
}

.promoSpan {
    display: inline-block;
    color: #ffc90d;
    font-weight: bold
}

.promoSpan2 {
    text-align: right;
    color: #ffc90d;
    font-weight: bold;
    padding-right: 10px;
    z-index: 100;
    position: absolute;
    margin-top: -30px;
    width: 220px
}

.prTime td.datumPar,
.prTime td.datumParL {
    background-color: #5fad5f
}

.tgp.upKvota {
    color: #2b8216;
    text-shadow: 1px 1px #789971
}

.tgp.dwnKvota {
    color: #c10000;
    text-shadow: 1px 1px #ba8282
}

#ponudaTop {
    padding-top: 10px;
    position: relative
}

    #ponudaTop .topHead {
        float: left;
        height: 29px;
        line-height: 29px;
        background-image: url('../img/bets/menu_left_bg.png');
        background-repeat: repeat-x;
        text-align: center;
        width: 20%;
        cursor: pointer;
        border-bottom: 1px solid #3e3e3e;
        font-size: 13px
    }

        #ponudaTop .topHead.activ,
        #ponudaTop .topHead:hover {
            color: #dd0019;
            border-bottom: 1px solid #dd0019
        }

.topHead .v_m_span {
    margin: 5px 0 0 1px
}

.topHead .topHeadLeft {
    background-image: url("../img/bets/cal_div.jpg");
    background-position: left 1px;
    background-repeat: no-repeat
}

.jezik {
    color: #999
}

.layout {
    margin: 2px 0 2px 0;
    padding: 5px;
    background-color: #272727;
    border: 2px solid #272727;
    text-align: left
}

.layoutCenter {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background-color: #272727;
    border: 2px solid #272727;
    text-align: center;
    max-width: 1000px;
}

.layoutRight {
    width: 240px;
    margin-bottom: 0
}

.dani {
    text-align: left
}

    .dani td {
        color: #000;
        border-right: 1px solid #333;
        background-position: right bottom;
        background-color: #808080;
        font-weight: bold;
        line-height: 32px;
        text-transform: uppercase;
        background-repeat: no-repeat;
        width: 14%;
        padding-left: 10px;
        background-image: url(../slike/dayBg.gif);
        cursor: pointer
    }

        .dani td:hover {
            background-color: #9f091a;
            color: #fff
        }

    .dani th {
        color: #000;
        border-right: 1px solid #333;
        background-position: right bottom;
        background-color: #4d4d4d;
        font-weight: bold;
        line-height: 32px;
        text-transform: uppercase;
        background-repeat: no-repeat;
        background-image: url(../slike/disabledDayBg.gif);
        padding-left: 10px;
        width: 14%;
        text-align: left
    }

    .dani td.current {
        background-color: #9f091a;
        color: #fff
    }

.num {
    display: block;
    margin: auto;
    text-align: center;
    width: 35px;
    padding-top: 5px;
    font: 16px/11px open_sans_semibold
}

.day {
    display: block;
    font: 10px open_sans_semibold;
    text-align: center
}

.kombinacija {
    line-height: 20px;
    text-align: left;
    width: 100px;
    height: 20px;
    float: left;
    vertical-align: middle
}

#uplata {
    color: #e5e4e4;
    font-weight: bold;
    width: 100%;
    background-color: #000;
    border: 1px #e5e4e4 solid;
    margin-bottom: 8px;
    height: 105px;
    text-align: center;
    vertical-align: middle
}

.ulozi {
    text-align: right
}

.dobitak {
    border-top: 1px dotted #f00;
    font-size: 1.2em;
    height: 35px;
    padding-right: 15px;
    text-align: right;
    width: 60%
}

.warning {
    background-color: #000;
    border-bottom: 1px dotted #efc416;
    border-top: 1px dotted #efc416;
    color: #efc416;
    line-height: 16px;
    margin: 5px 1px;
    padding: 10px 15px 10px 15px;
    text-align: center;
    width: 203px
}

#dobitak {
    float: left
}

.brojlistica {
    border: 1px solid #9c800c;
    background-color: #efc416;
    color: #000;
    font-size: 1.3em;
    line-height: 16px;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 12px;
    font-weight: bold;
    float: left;
    width: 620px
}

    .brojlistica a {
        font-style: italic;
        color: #000
    }

a.uplata:hover {
    background-position: center bottom
}

.exit2 {
    background-position: center center;
    background-image: url("../img/msg/exit1.png");
    height: 30px;
    width: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 50%;
    top: -25px
}

.leftPairOnLiveTicket {
    float: left;
    width: 49%;
    padding-left: 10px
}

.RightPairOnLiveTicket {
    float: right;
    width: 49%
}

.tablicaListicPar {
    width: 100%;
    margin-top: 3px;
    font-size: 11px
}

.RezultatPrikazPar {
    width: 45px;
    vertical-align: top;
    padding-left: 10px;
    font-weight: bold
}

.cursorPointer {
    cursor: pointer
}

.TypeInfoTicket {
    margin: 30px 0 0 15px;
    font-size: 1.1em;
    font-style: italic;
    color: #000;
    line-height: 18px
}

.rezPrikazListic {
    background-color: #ffff84;
    margin-left: 120px;
    margin-top: -15px;
    position: absolute;
    width: 240px;
    z-index: 1;
    color: #000;
    line-height: 18px
}

.NazivParaResults {
    display: inline-block;
    width: 170px;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 5px;
    padding-bottom: 3px
}

.FTResults {
    display: inline-block;
    width: 60px;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: center
}

.MinutaIgracGool {
    display: inline-block;
    width: 190px;
    padding-left: 5px;
    padding-bottom: 2px
}

.RezultatGool {
    display: inline;
    padding-bottom: 2px;
    width: 40px
}

.RezultatSetTenis {
    width: 220px;
    padding-right: 10px;
    text-align: right;
    display: inline-block
}

.napRezListic {
    padding: 2px 5px;
    font-weight: bold
}

.pom {
    border: 1px solid #ab8903;
    background-color: #414141
}

.minus80Margin {
    margin-top: -80px
}

.rezPrikazClose {
    background-color: #ffff48;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 5px;
    text-align: right
}

.StatusPrikazPar {
    padding-left: 2px;
    padding-top: 2px;
    vertical-align: top;
    width: 15px
}

.RightPairOnLiveTicket .NaslovNazivPrikaz {
    width: 70%
}

.leftPairOnLiveTicket .NaslovNazivPrikaz {
    width: 70%
}

.NaslovNazivPrikaz {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em
}

.NaslovKvotaPrikaz {
    color: #fff;
    width: 13%;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em
}

.NaslovRezultatPrizak {
    color: #fff;
    width: 15%;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em
}

.NNaslovNazivPrikaz {
    width: 240px;
    padding-left: 15px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    display: inline-block
}

.NNaslovNazivTip {
    width: 35px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    display: inline-block
}

.NNaslovKvotaPrikaz {
    width: 35px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    display: inline-block
}

.NNaslovRezultatPrizak {
    width: 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    display: inline-block
}

.ParOnLiveName {
    font-weight: bold
}

.pisp {
    text-align: center;
    height: 45px;
    font-weight: bold;
    border-radius: 4px;
    margin: 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #057610), color-stop(72%, #00591d));
    background: -moz-linear-gradient(center top, #057610 33%, #00591d 72%);
    background: -ms-linear-gradient(top, #057610 33%, #00591d 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#057610', endColorstr='#00591D');
    background-color: #00591d;
    color: #fff;
    cursor: pointer
}

    .pisp:hover,
    .pispPotvrda .potvrdi:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #006701), color-stop(72%, #004b0f));
        background: -moz-linear-gradient(center top, #006701 33%, #004b0f 72%);
        background: -ms-linear-gradient(top, #006701 33%, #004b0f 72%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006701', endColorstr='#004b0f');
        background-color: #006701
    }

    .pisp .txt {
        font-size: 16px;
        padding-top: 5px
    }

    .pisp .brojevi {
        font-size: 13px;
        padding-top: 2px
    }

.pispPotvrda .txt {
    padding-top: 5px
}

.pispPotvrda .potvrdi {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #057610), color-stop(72%, #00591d));
    background: -moz-linear-gradient(center top, #057610 33%, #00591d 72%);
    background: -ms-linear-gradient(top, #057610 33%, #00591d 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#057610', endColorstr='#00591D');
    background-color: #00591d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer
}

.pispPotvrda .odustani {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #750000), color-stop(72%, #650000));
    background: -moz-linear-gradient(center top, #750000 33%, #650000 72%);
    background: -ms-linear-gradient(top, #750000 33%, #650000 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#750000', endColorstr='#650000');
    background-color: #750000;
    border-radius: 3px;
    color: #fff
}

.ponovljenaUplata {
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-style: italic;
    font-size: 15px;
    border: 1px solid #e8b624;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
    cursor: pointer;
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #edc757), color-stop(72%, #d49f03));
    background: -moz-linear-gradient(center top, #edc757 33%, #d49f03 72%);
    background: -ms-linear-gradient(top, #edc757 33%, #d49f03 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDC757', endColorstr='#D49F03');
    background-color: #edc757
}

    .ponovljenaUplata:hover {
        border: 1px solid #c99b15;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #e8b829), color-stop(72%, #a27902));
        background: -moz-linear-gradient(center top, #e8b829 33%, #a27902 72%);
        background: -ms-linear-gradient(top, #e8b829 33%, #a27902 72%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8b829', endColorstr='#a27902');
        background-color: #e8b829
    }

.msgListic {
    padding-top: 6px;
    float: right;
    width: 320px
}

    .msgListic .itemFalse {
        background-color: #efc518;
        background-repeat: no-repeat;
        border: 1px solid #776109;
        color: #000;
        font-size: 1.1em;
        padding: 5px
    }

    .msgListic .itemTrue {
        padding: 5px;
        background-color: #fff;
        color: #000;
        border: 1px solid #008000;
        font-size: 1.1em
    }

    .msgListic .itemCorect {
        display: inline;
        padding: 10px;
        font-size: 12px
    }

    .msgListic i {
        margin-right: 5px;
        font-size: 18px;
        color: #2c942c
    }

.odd1 {
    color: #929292
}

.pispTxt {
    float: right;
    font-size: 12px
}

.PozadinaListicCentar {
    background-image: url('../img/myaccount/PozadinaListicCentar.png');
    background-repeat: repeat-y;
    min-height: 154px;
    z-index: -1;
    padding-left: 6px;
    text-align: left
}

.PozadinaListicCentarSport {
    background-image: url('../slike/bg_listicCenter.png');
    background-repeat: repeat-y;
    min-height: 175px;
    z-index: -1;
    padding: 0 5px
}

.PozadinaListicCentar .item {
    display: -ms-inline-flexbox;
    display: -moz-inline-box;
    display: inline-block;
    width: 49.7%;
    border-bottom: 1px solid #e2e2e2
}

    .PozadinaListicCentar .item .lKvacFix {
        width: 15px;
        vertical-align: central
    }

        .PozadinaListicCentar .item .lKvacFix .lkvacica {
            margin: 0 2px;
            height: 44px;
            text-align: center;
            padding: 0 1px
        }

            .PozadinaListicCentar .item .lKvacFix .lkvacica span {
                padding-top: 10px;
                font-size: 20px;
                display: block
            }

    .PozadinaListicCentar .item.yellow .lKvacFix .lkvacica,
    .SistemKomb .zu {
        background-color: #ffe32d;
        color: #f00
    }

    .PozadinaListicCentar .item.red .lKvacFix .lkvacica,
    .SistemKomb .cr {
        background-color: #ff3737
    }

    .PozadinaListicCentar .item.grean .lKvacFix .lkvacica,
    .SistemKomb .ze {
        background-color: #4cca4c
    }

    .PozadinaListicCentar .item.grey .lKvacFix .lkvacica,
    .SistemKomb .si {
        background-color: #868a91
    }

    .PozadinaListicCentar .item.trans .lKvacFix .lkvacica,
    .SistemKomb .tr {
        border: 1px solid #c9c9c9
    }

    .PozadinaListicCentar .item.PolaUlog .lKvacFix .lkvacica,
    .SistemKomb .PolaUlog .lkvacica {
        background-color: #ff3737;
        height: 22px;
        border-bottom: 22px solid #868a91
    }

    .PozadinaListicCentar .item.DioKvote .lKvacFix .lkvacica,
    .SistemKomb .DioKvote .lkvacica {
        background-color: #4cca4c;
        height: 22px;
        border-bottom: 22px solid #868a91
    }

.SistemKomb .kombName span.cr,
.SistemKomb .kombName span.ze,
.SistemKomb .kombName span.zu,
.SistemKomb .kombName span.si,
.SistemKomb .kombName span.tr {
    text-align: center;
    width: 8px;
    display: inline-block
}

.rDobitak.cr {
    color: #fd3900
}

.rDobitak.ze {
    color: #4cca4c
}

.jp .rDobitak,
.jp .listicDobitak {
    color: #efc416
}

.rDobitak.si,
.listicDobitak.si {
    color: #757575
}

.PozadinaListicCentar .item .lParDetail {
    width: 280px
}

.PozadinaListicCentar .item .lParRez {
    vertical-align: top
}

    .PozadinaListicCentar .item .lParRez .rezPad {
        text-align: right
    }

.PozadinaListicCentar .item .lTip {
    float: left
}

.PozadinaListicCentar .item .lKvota {
    float: right
}

.PozadinaListicCentar .item .lParName {
    font-weight: bold
}

.PozadinaListicCentar .item .lTime {
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    color: #000
}

.rezPopup {
    background-image: url('../img/myaccount/popTop.jpg');
    background-repeat: repeat-x;
    display: none;
    position: absolute;
    z-index: 100;
    width: 400px;
    color: #000;
    background-color: #363636
}

    .rezPopup li {
        list-style: none
    }

    .rezPopup .close,
    #MagicPopUp .close {
        color: #919191;
        font-size: 14px;
        text-align: right;
        height: 35px;
        line-height: 32px;
        font-weight: bold;
        padding-right: 7px
    }

        .rezPopup .close span,
        #MagicPopUp .close span {
            padding: 2px 7px;
            border: 1px solid #474747;
            cursor: pointer
        }

            .rezPopup .close span:hover,
            #MagicPopUp .close span:hover {
                border-color: #d2d2d2;
                color: #fff
            }

    .rezPopup .period {
        background-color: #333;
        border-bottom: solid 1px #444;
        color: #fff;
        padding: 5px 10px
    }

    .rezPopup .kHead {
        padding: 8px 0 0 5px;
        color: #fff
    }

    .rezPopup .info ul.fl {
        max-width: 360px
    }

    .rezPopup .extraKategorija,
    .rezPopup .extraTurnir {
        color: #efc416;
        font-weight: normal;
        font-size: 13px
    }

    .rezPopup .period .rez {
        float: right;
        font-size: 13px
    }

    .rezPopup .rezgk {
        background-color: #222;
        border-bottom: 1px solid #444;
        color: #ccc;
        padding: 5px 10px
    }

        .rezPopup .rezgk .min {
            width: 20px;
            text-align: center;
            display: inline-block;
            line-height: 18px
        }

.card {
    background-image: url('../img/myaccount/yellowRed.png');
    background-repeat: no-repeat;
    background-position: center center
}

.rezPopup .rezgk .rez {
    width: 30px;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    color: #e4b100
}

.rezPopup .rezgk .txt {
    text-align: left;
    line-height: 18px;
    padding-left: 23px;
    display: inline-block;
    width: 155px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.rezPopup .rezgk .ikona {
    margin: 0 2px
}

#pnlPar .extraKolo {
    background-color: #272727;
    color: #888
}

#pnlPar .info .items {
    background-color: #272727;
    color: #ddd;
    padding: 10px 0;
    border-bottom: 1px solid #3f3406;
    border-top: 1px solid #383838;
    margin-bottom: 1px
}

    #pnlPar .info .items .t1 {
        width: 45px;
        color: #888;
        font-size: 12px;
        vertical-align: middle;
        text-align: left;
        text-indent: 15px
    }

    #pnlPar .info .items.liveScore .t1 {
        background-image: url(../img/liveRezultat.gif);
        background-position: 2px center;
        background-repeat: no-repeat
    }

    #pnlPar .info .items .nazivRezultata {
        padding: 2px 0 2px 5px;
        font-size: 13px;
        width: 257px
    }

#pnlPar .sudac {
    color: #888;
    padding-left: 20px;
    font-size: 13px;
    background-color: #272727
}

#pnlPar .info .items table {
    width: 100%
}

    #pnlPar .info .items table td {
        vertical-align: top
    }

#pnlPar .info .items .rezPan {
    display: inline-block;
    border-right: 1px solid #333;
    min-width: 28px;
    padding: 5px 0;
    font-size: 12px
}

#pnlPar .Normaltime.rezPan,
#pnlPar .Overtime.rezPan,
#pnlPar .Current.rezPan,
#pnlPar .Penalties.rezPan,
#pnlPar .FT.rezPan,
#pnlPar .OT.rezPan,
#pnlPar .AP.rezPan {
    color: #efc416;
    background-color: transparent
}

#pnlPar {
    padding-bottom: 20px;
    box-shadow: 2px 5px 12px 2px #7d724c;
    background-color: #1c1c1c
}

#matchLayout #pnlPar {
    position: static;
    width: auto;
    display: none !important
}

#matchLayout.ActivPnlPar #pnlPar {
    display: block !important
}

#matchLayout.ActivPnlPar .extraHeader,
#matchLayout.ActivPnlPar #matchExInfo,
#matchLayout.ActivPnlPar #matchExOklade {
    display: none
}

#pnlPar .statistics .items {
    padding: 0 5px
}

#pnlPar .statistics .item {
    margin-top: 10px;
    border-bottom: none
}

#pnlPar .statistics .naslovStat li {
    width: 5%;
    text-align: center
}

#pnlPar .statistics li {
    display: inline-block;
    font-size: 12px;
    color: #ccc
}

    #pnlPar .statistics li.hs,
    #pnlPar .statistics li.as {
        width: 5%
    }

    #pnlPar .statistics li.s {
        width: 90%;
        text-align: center
    }

#pnlPar .statistics .grafikon li.hs {
    text-align: right;
    background-color: #292929;
    font-size: 5px;
    margin-right: 1%
}

#pnlPar .statistics .grafikon li {
    width: 49.5%
}

    #pnlPar .statistics .grafikon li.as {
        text-align: left;
        background-color: #292929;
        font-size: 5px
    }

    #pnlPar .statistics .grafikon li.crveni div {
        background-color: #b00300
    }

    #pnlPar .statistics .grafikon li div {
        display: inline-block;
        height: 10px;
        background-color: #777
    }

#pnlPar .sastav,
#pnlPar .trener {
    text-align: center;
    color: #ccc
}

#pnlPar .info .items .tezTab {
    display: block;
    text-align: center;
    padding: 0 4px
}

#pnlPar .sastav .igracHead {
    display: none
}

    #pnlPar .sastav .igracHead table {
        width: 100%
    }

#pnlPar .sastav .ht,
#pnlPar .sastav .at,
#pnlPar .trener .at,
#pnlPar .trener .ht {
    width: 46%;
    background-color: #012b0e;
    padding: 3px 5px 3px 5px
}

#pnlPar .sastav .ht,
#pnlPar .trener .ht {
    text-align: right
}

#pnlPar .sastav .broj,
#pnlPar .trener .broj {
    font-size: 11px;
    color: #888
}

#pnlPar .sastav .at,
#pnlPar .trener .at {
    text-align: left
}

#pnlPar .sastav .activ.igracHead {
    display: block
}

#pnlPar .sastav .igrac,
#pnlPar .igrac {
    font-size: 13px
}

.rezgk.dom .min,
.rezgk.dom .rez,
.rezgk.dom .txt,
.rezgk.dom .ikona {
    float: left
}

.rezgk.gos .min,
.rezgk.gos .rez {
    float: left
}

.rezgk.gos .txt,
.rezgk.gos .ikona {
    float: right;
    text-align: right;
    padding-right: 5px;
    padding-left: 0
}

.rezgk.gos .txt {
    padding-right: 20px
}

.rezgk.gos .ikona {
    margin-right: 10px
}

.PozadinaListicCentar .item .rez1 {
    display: inline-block;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
    padding-top: 1px;
    padding-right: 7px;
    font-weight: bold;
    cursor: pointer
}

.PozadinaListicCentar .item .rez2 {
    display: inline-block;
    text-align: right;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 1px;
    padding-right: 7px;
    font-weight: bold;
    cursor: pointer
}

.PozadinaListicCentar .item .rez4 {
    text-align: right;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 1px;
    padding-right: 7px;
    font-weight: bold;
    cursor: pointer
}

.PozadinaListicCentar .yellow.item .has .rez1,
.PozadinaListicCentar .yellow.item .rezPad.has {
    color: #000
}

.PozadinaListicCentar .item.yellow .rez1,
.PozadinaListicCentar .item.yellow .rezPad {
    color: #f00
}

.PozadinaListicCentar .item.red .rez1,
.PozadinaListicCentar .item.red .rezPad {
    color: #000
}

.PozadinaListicCentar .item.grean .rez1,
.PozadinaListicCentar .item.grean .rezPad {
    color: #000
}

.PozadinaListicCentar .item.grey .rez1,
.PozadinaListicCentar .item.grey .rezPad {
    color: #000
}

.PozadinaListicCentar .item.trans .rez1,
.PozadinaListicCentar .item.trans .rezPad {
    color: #000
}

.PozadinaListicCentar .prikaziKomb {
    float: right;
    font-style: italic;
    color: #000;
    padding: 10px 10px 5px 5px;
    cursor: pointer
}

    .PozadinaListicCentar .prikaziKomb:hover {
        text-decoration: underline
    }

.ParIspisTip {
    width: 80px;
    text-align: left
}

.ParIspisNaslov {
    font-weight: bold
}

.ParIspisVrime {
    width: 70px;
    text-align: left
}

.ParIspisKvota {
    font-weight: bold
}

.divParIspis {
    border-bottom: 1px solid #878787;
    border-bottom-color: #d1cdcd
}

.pnlLeftparovi {
    padding-left: 9px
}

.ListicNewBottom {
    padding: 5px;
    background-color: #fff;
    border: 5px #cecece solid;
    margin-right: 1px;
    font-weight: bold;
    font-size: 13px
}

    .ListicNewBottom .ulogPrikaz {
        font-weight: bold;
        font-size: 13px;
        padding-left: 35px
    }

        .ListicNewBottom .ulogPrikaz.bonus,
        .bonusSpace.bonus {
            background-image: url('../img/B.png');
            background-repeat: no-repeat;
            background-position: left 3px;
            height: 30px
        }

.divPrikazListic .ListicNewBottom table tr {
    font-size: 13px
}

.ListicNewBottom .listicFodd {
    margin-top: 5px
}

.ListicNewBottom .listicFporez {
    margin-bottom: 5px;
    color: #757575
}

.PozadinaLotoListicCentar {
    background-image: url('../slike/bg_listicCenterLoto.png');
    background-repeat: repeat-y;
    min-height: 175px;
    z-index: -1
}

.PozadinaListicBottom {
    height: 55px;
    background-image: url('../slike/bg_listicBottom.png');
    padding-top: 5px;
    background-repeat: no-repeat
}

.uplacenTiket {
    height: 55px;
    text-align: left;
    font-size: 13px !important;
    font-weight: bold
}

.uplataDisable {
    background-image: url("../slike/uplatiDisable.png");
    background-position: center top;
    cursor: default;
    display: block;
    height: 52px;
    width: 105px
}

.uplataDisableEN {
    background-image: url("../slike/uplatiDisableEN.png")
}

.uplataDisableSL {
    background-image: url("../slike/uplatiDisableSL.png")
}

.uplataDisableDE {
    background-image: url("../slike/uplatiDisableDE.png")
}

#results .parovi td {
    line-height: 20px
}

td.nazivRezultata {
    padding-left: 7px;
    text-align: left;
    width: 330px
}

.vrijemeRezultata {
    width: 75px;
    text-align: center
}

.koloRezultata {
    width: 60px
}

.lotoRezultatBroj {
    float: left;
    text-align: right;
    width: 46px
}

.razrada2 {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000
}

.childPonuda td {
    background-color: #c2cdd3
}

.watermark {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #a4a4a4;
    font-size: 11px;
    margin-top: 3px;
    padding: 1px 0 1px 2px;
    width: 10em;
    height: 14px;
    font-variant: normal;
    color: #797979
}

.inputLogin {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #a4a4a4;
    color: #fff;
    font-size: 11px;
    margin-top: 3px;
    padding: 1px 0 1px 2px;
    width: 10em;
    font-variant: normal
}

.visaNaslov {
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold
}

.layoutLeft {
    width: 210px
}

.menuRacun {
    width: 200px
}

.DivRacun {
    background-color: #000;
    height: auto;
    padding: 10px 0
}

.DivRacun2 {
    border: 1px solid #222;
    font-size: 12px;
    padding-top: 10px;
    min-height: 404px;
    margin-left: 5px;
    width: 538px;
    float: left
}

.DivRacun a {
    color: #acacac;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    margin-left: 3px;
    margin-right: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-top: 3px;
    text-decoration: none
}

    .DivRacun a:hover {
        background-color: #282828;
        color: #fff
    }

.menuHeader {
    background-image: url("../img/myaccount/bg_left_top.jpg");
    background-repeat: repeat-x;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #fbdc5f;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    /*margin-left: 10px*/
}

.igreHeader {
    background-image: url("../img/myaccount/bg_left_top.jpg");
    background-repeat: repeat-x;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #fff;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding-left: 13px
}

.grayOnBlack {
    color: #a3a3a3
}

.igre2 {
    background-color: #000
}

    .igre2 .cont {
        padding: 15px;
        font-size: 12px
    }

.minH304 {
    min-height: 304px
}

.igre2 fieldset {
    border: 1px solid #333;
    margin: 20px
}

    .igre2 fieldset legend {
        color: #fff;
        font-size: 13px;
        font-weight: bold
    }

.filters {
    padding: 10px
}

.yellow_btn_sub {
    border: none;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    height: 35px;
    margin-left: 6px;
    min-width: 103px
}
.yellow_btn {
    margin: 5px 0 0 10px !important;
}

.yellow_btn,
.yellow_btn_sub,
.btn_aircashUplati {
    background: linear-gradient(to bottom, #650000 0%, #dc261d 3%, #d3251d 14%, #650000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #d3251d;
    color: #ffe !important;
    font-size: 14px
}

.hideArrowOfInpuFiled {
    position: absolute;
    height: 35px;
    width: 20px;
    display: inline-block;
    right: 0;
    top: 1px;
    background: #fff;
    z-index: 1
}

.warningIcon {
    position: absolute;
    right: -25px;
    top: 11px
}

.button {
    border: 0 none;
    cursor: pointer;
    margin: 10px 0 0;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px 4px 4px 4px;
    text-decoration: none;
    color: #000;
    display: block;
    text-align: center
}

#Account .btn_aircashUplati {
    width: 100%
}

#Account .PayInAirCash img {
    margin-top: -11px
}

#Account .PayInBank img {
    margin-top: 5.7px
}

.myBonusHead {
    white-space: nowrap;
    text-align: center;
    padding: 10px
}

    .myBonusHead span {
        width: 11.6%;
        display: inline-block;
        white-space: normal;
        font-size: 13px;
        color: #999
    }

        .myBonusHead span.state {
            width: 17%
        }

.myBonus .item {
    padding: 10px;
    white-space: nowrap;
    background-color: #272727;
    text-align: center;
    font-size: 13px;
    color: #3ec2ff
}

    .myBonus .item.neaktivan {
        color: #777
    }

    .myBonus .item.cekajuci {
        color: #ccc
    }

    .myBonus .item:nth-child(odd) {
        background-color: #303030
    }

    .myBonus .item span {
        width: 11.6%;
        display: inline-block
    }

        .myBonus .item span.state {
            width: 17%;
            white-space: normal
        }

        .myBonus .item span a {
            color: #fff
        }

.faqBonus {
    text-align: right;
    padding: 15px 45px;
    background: url(../img/helpIcon.png) no-repeat right center
}

    .faqBonus a {
        text-decoration: none;
        color: #666;
        font-size: 15px
    }

        .faqBonus a:hover {
            color: #999
        }

.myBonusRules a {
    text-align: left;
    padding: 15px;
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
    color: #666;
    text-decoration: none
}

    .myBonusRules a:hover {
        color: #999
    }

.blinkBonus {
    background-color: #202020;
    -webkit-animation-name: blinkBonus;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 2;
    animation-name: blinkBonus;
    animation-duration: 3s;
    animation-iteration-count: 1
}

@-webkit-keyframes blinkBonus {
    0% {
        background-color: #202020
    }

    50% {
        background-color: #2f81a7
    }

    100% {
        background-color: #202020
    }
}

@keyframes blinkBonus {
    0% {
        background-color: #202020
    }

    50% {
        background-color: #2f81a7
    }

    100% {
        background-color: #202020
    }
}

.newState {
    position: absolute;
    z-index: 100;
    background: url(../img/new-hr.png) no-repeat left top;
    width: 40px;
    height: 41px;
    background-size: 100%;
    display: inline-block;
    margin-top: -11px;
    margin-left: -7px
}

    .newState.hr {
        background: url(../img/new-hr.png) no-repeat left top;
        background-size: 100%
    }

    .newState.en {
        background: url(../img/new-en.png) no-repeat left top;
        background-size: 100%
    }

    .newState.de {
        background: url(../img/new-de.png) no-repeat left top;
        background-size: 100%
    }

    .newState.ro {
        background: url(../img/new-ro.png) no-repeat left top;
        background-size: 100%
    }

    .newState.sr {
        background: url(../img/new-sr.png) no-repeat left top;
        background-size: 100%
    }

.i_m {
    width: 90px !important
}

.filters .btn {
    border: 0 none;
    height: 28px;
    margin-left: 10px;
    /*position: absolute*/
}

.isplataNacin .btn,
.cont .btn,
.cont .btn,
.btn_aircashUplati {
    border: 0 none;
    height: 28px;
    margin-left: 0
}

.podatci {
    /*margin-left: 10px*/
}

.tablePass {
    width: 380px;
    margin-left: 10px
}

    .tablePass td {
        height: 30px
    }

.tekst {
    width: 140px;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px
}

.tekstDebeli {
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px 0
}

.bigCell {
    width: 190px
}

.tamniP {
    color: #b9b9b9;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: justify
}

.kontrola {
    padding-top: 4px;
    padding-bottom: 6px
}

    .kontrola i {
        color: #b9b9b9
    }

.igre {
    padding-left: 20px
}

.odvajanje {
    padding-top: 3px
}

.porukice {
    padding-bottom: 15px;
    width: 280px;
    font-size: 11px
}

    .porukice a {
        text-decoration: underline;
        color: #fff
    }

        .porukice a:hover {
            color: #efc416
        }

.DivRacun a i {
    margin-right: 8px
}

.errorPromjena {
    background-color: #222;
    padding: 25px 5px 3px 5px;
    font-size: 12px;
    color: #efc416
}

.activLink {
    background-color: #700000 !important;
    color: #fff !important
}

.pzzi {
    display: block;
    line-height: 25px;
    text-align: center;
    margin: 5px 5px 0 0;
    cursor: pointer
}

.listicHeader {
    background-color: #000
}

.listicBody tbody tr.rlhead {
    line-height: 27px;
    background-color: #181818;
    color: #e4ebf1;
    cursor: pointer
}

.listicHeader th {
    background-color: #161616;
    border-right: 1px solid #000;
    padding: 10px 0;
    text-align: center
}

.neparniRed {
    cursor: pointer
}

.parniRed {
    background-color: #1f1f1f !important;
    cursor: pointer
}

    .parniRed:hover {
        background-color: #080808 !important
    }

.listicBody tbody tr.rlhead.activ,
.listicBody tbody tr.rlhead.activ .parniRed {
    background-color: #656565 !important
}

.listicBody tbody tr.rlhead:hover {
    background-color: #080808
}

.listicBody {
    padding: 2px 0 1px 0
}

.LotoList1 {
    width: 30px
}

.LotoList2 {
    width: 300px;
    text-align: left;
    font-size: 1.05em;
    color: #fff
}

.LotoList3 {
    width: 120px;
    text-align: left;
    color: #a2a2a2
}

.LotoList4 {
    width: 110px;
    text-align: left
}

.LotoList5 {
    width: 115px;
    text-align: left;
    font-size: 1.05em
}

.LotoList6 {
    text-align: left;
    font-size: 1.05em
}

.kretanjaHeader {
    background-color: #000
}

    .kretanjaHeader th {
        padding: 10px 0;
        text-align: center;
        border-right: 1px solid #000;
        background-color: #161616
    }

    .kretanjaHeader tr {
        background-image: url("../img/myaccount/bg_table.jpg");
        background-repeat: repeat-x;
        color: #c9c9c9;
        font-size: 13px;
        height: 30px;
        border-left: 1px solid #000
    }

    .kretanjaHeader td {
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        padding-bottom: 4px;
        padding-left: 5px;
        padding-top: 3px
    }

    .kretanjaHeader .rMessage {
        float: right;
        width: 50%
    }

    .kretanjaHeader .lMessage {
        float: left;
        width: 50%
    }

.uplata,
.dobitak {
    color: #4cca4c;
    font-weight: bold
}

.isplata,
.ulog {
    color: #ff4242;
    font-weight: bold
}

.isplataNacin {
    color: #cfcdd1
}

    .isplataNacin th {
        background-color: #161616;
        color: #eae9eb;
        padding: 10px;
        font-size: 13px
    }

    .isplataNacin td {
        background-color: #121212
    }

.aircashFrame td {
    background-color: transparent
}

.borderLeft {
    width: 30px;
    line-height: 20px
}

.labelP {
    background-color: #000 !important;
    width: 165px;
    text-align: left;
    font-size: 12px;
    padding: 6px 0
}

.controls {
    font-size: 12px;
    padding-left: 10px;
    background-color: #000 !important
}

.borderRight {
    width: 30px
}

.poslovnice {
    width: 200px
}

.novacPos {
    text-align: right;
    width: 150px
}

.nacinIsplate {
    display: block;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 120px
}

.PayInAirCash .nacinIsplate {
    height: 78px
}

.PayInAirCash img {
    margin-top: 0 !important
}

.PayInAirCash .newState {
    margin-top: -1px !important
}

.nacinIsplateVisa {
    display: block;
    height: 136px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 120px
}

.TxtSlika {
    background-color: #000;
    color: #ffc400;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #313131
}

.blockPoruka {
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 25px
}

.blockNaslov {
    font-weight: bold;
    margin-bottom: 15px
}

.ValidateImg {
    color: #e14949;
    font-size: 16px;
    padding-left: 5px;
    position: absolute
}

.ValidateImgXPay {
    color: #e14949;
    font-size: 16px;
    position: absolute;
    margin-top: -7px
}

.ValidateText {
    color: #fbdc5f !important
}

.UspjesnaPromjena {
    color: #fff !important
}

.inputData {
    width: 180px;
    height: 15px
}

.inputGeneral {
    width: 100px;
    height: 15px
}

.inputDDLGeneral {
    width: 107px
}

.inputDDLData {
    width: 187px;
    height: 20px
}

.DdlTimeZone {
    width: 375px
}

.PnlPrijaviSe {
    padding: 30px 80px 30px 80px;
    background-color: #000;
    background-image: url('../slike/warning.png');
    background-repeat: no-repeat;
    background-position: 25px center;
    color: #fbdc5f !important;
    font-size: 12px
}

.divRegistracijaPoruke {
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 10px 0 5px 70px
}

.pRegistracijaPoruke1 {
    font-size: 16px
}

.pRegistracijaPoruke2 {
    font-size: 13px;
    padding-left: 25px
}

.TblHeaderKretanjeNaRacunu1 {
    width: 25px;
    text-align: center;
    border-right-color: #161616 !important
}

.TblHeaderKretanjeNaRacunu2 {
    width: 100px;
    text-align: left
}

.TblHeaderKretanjeNaRacunu3 {
    width: 130px;
    text-align: center
}

.TblHeaderKretanjeNaRacunu4 {
    text-align: left;
    padding-left: 15px
}

.divNullPoruka {
    padding: 20px;
    color: #fbdc5f;
    font-size: 13px;
    background-color: #2c2c2c;
    background-color: #000
}

    .divNullPoruka i {
        font-size: 22px;
        margin-right: 15px
    }

.divNullPoruka3 {
    padding: 5px 0 5px 20px;
    color: #df3800;
    font-size: 13px
}

.divTruePoruka {
    padding: 20px;
    font-size: 13px;
    background-color: #2c2c2c
}

.divNullPoruka2 {
    padding: 20px;
    color: #fbdc5f;
    font-size: 13px;
    background-color: #2c2c2c;
    margin: 10px
}

.divTruePoruka2 {
    padding: 20px;
    margin: 10px;
    font-size: 13px;
    background-color: #2c2c2c
}

.ListicCrvenoTop {
    background-image: url('../img/myaccount/PozadinaListicCrvenoTop.png');
    background-repeat: no-repeat;
    height: 73px
}

#newListicTop {
    background-image: url('../img/myaccount/PozadinaListicZutoTop.png');
    background-repeat: no-repeat;
    height: 73px
}

.ispisLogoListicTable {
    height: 54px;
    width: 100%;
    background-repeat: no-repeat;
    font-size: 11px
}

.zatOtv {
    width: 35px;
    text-align: right
}

.ispisLogoListicTable td {
    vertical-align: top
}

.printBrojListica {
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px
}

.LotoListicporuka {
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 40px
}

.linkUpload {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
    padding-bottom: 4px;
    color: #fff
}

.linkUpload2 {
    font-size: 12px;
    font-weight: bold;
    color: #efc416 !important;
    text-decoration: none !important;
    padding-bottom: 4px
}

.linkUpload:hover {
    text-decoration: underline !important;
    color: #fff !important
}

.uploadFileTable td {
    padding: 10px 0 10px 15px
}

.supportHeader {
    background-image: url("../img/myaccount/bg_left_top.jpg");
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #fbdc5f;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    margin: 0 5px 0;
    padding-left: 10px
}

.supportBody {
    margin: 0 5px 0 5px;
    padding: 10px 20px 10px 20px;
    background-color: #000
}

    .supportBody .rulesContent {
        width: 100%;
        height: 800px
    }

.Tema0 a {
    color: #fff;
    text-decoration: underline
}

.Tema0 h2 {
    font-size: 13px;
    font-weight: bold
}

.supportDivPosalji {
    margin: 0 5px 5px;
    padding: 15px 0 15px 198px;
    text-align: left
}

.supportDivText {
    padding: 2px 0 4px 0
}

.ddlMali {
    width: 63px
}

.ddlMali2 {
    width: 61px !important
}

.pnlAnswerPorukaTrue {
    padding: 30px 80px 30px 80px;
    background-color: #fff;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    background-position: 25px 33px;
    color: #000;
    font-size: 13px;
    margin-top: -10px
}

.uplataIsplataMenuTd2 {
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 10px
}

.uplataIsplataMenuTd3 {
    width: 10%;
    text-align: center
}

.uplataIsplataMenuTd4 {
    width: 20%;
    text-align: center
}

.linkNazad {
    text-align: right;
    padding-right: 10px;
    margin-top: 5px
}

    .linkNazad a {
        color: #fff;
        text-decoration: none;
        font-weight: bold
    }

        .linkNazad a i {
            font-size: 13px;
            margin-right: 5px
        }

        .linkNazad a:hover {
            text-decoration: underline
        }

.UplataBankaLayout {
    padding: 10px 25px 25px;
    font-size: 12px
}

.UplataPoslovnicaLayout {
    padding: 10px 25px 30px;
    font-size: 12px
}

.UplataBankaNaslov {
    text-align: justify;
    padding: 10px 0 10px 0;
    font-weight: bold;
    color: #fff
}

.UplataSkrillLayout {
    padding: 10px 25px 30px;
    font-size: 12px
}

    .UplataSkrillLayout td {
        background-color: #000
    }

        .UplataSkrillLayout td .btn {
            margin-left: 0
        }

.UplataBankaLayout a {
    text-decoration: none;
    color: #bababa
}

    .UplataBankaLayout a:hover {
        text-decoration: underline;
        color: #fff
    }

    .UplataBankaLayout a i {
        font-size: 15px;
        margin-right: 7px
    }

.UplataBankaFooter {
    padding: 15px 0 10px 0;
    text-align: justify;
    font-weight: bold
}

.UplataBankaLayout td {
    padding: 3px 0 3px 15px
}

.UplataBankaCellRight {
    color: #fff;
    font-size: 13px
}

.UplataPoslovnicaNaslov {
    padding: 15px 0 10px 0;
    font-size: 12px;
    text-align: justify;
    color: #fff
}

    .UplataPoslovnicaNaslov a {
        color: #fff;
        text-decoration: underline
    }

        .UplataPoslovnicaNaslov a:hover {
            color: #fbdc5f
        }

.VisaFormsRemark {
    color: #fbdc5f;
    font-size: 1.1em
}

    .VisaFormsRemark a {
        color: #fbdc5f;
        text-decoration: underline
    }

.fontsize12 {
    font-size: 12px
}

.uplataPoslovnicaCellLeft {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
    width: 170px
}

.uplataPoslovnicaCellRight {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 13px;
    color: #fff
}

.uplataPoslovnicaFooter {
    font-size: 13px;
    padding-top: 15px
}

.pnlPrintPodatakaBanka {
    padding: 10px 0 10px 5px;
    font-size: 13px
}

    .pnlPrintPodatakaBanka a {
        cursor: pointer
    }

.uplataPrePaidTxb {
    padding: 10px 0 10px 20px
}

    .uplataPrePaidTxb input {
        text-align: center
    }

    .uplataPrePaidTxb span {
        padding-right: 15px;
        color: #fff
    }

    .uplataPrePaidTxb .Naknada {
        padding: 5px
    }

.uplataPrePaidBtn {
    padding: 15px 140px;
    height: 30px
}

.UplataPrePaidPorukaTrue {
    background-position: left center;
    padding: 15px 0 15px 30px;
    line-height: 25px;
    font-size: 1.3em;
    color: #fff;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat
}

.UplataPrePaidPorukaFalse {
    font-size: 1.1em;
    padding: 10px 0 10px 50px;
    line-height: 20px;
    background-color: #2c2c2c;
    background-image: url('../slike/warning.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #fbdc5f !important
}

.kretanjaNaRacunuDatum {
    color: #a0a0a0
}

.lblPom1 {
    padding: 0 0 0 7px
}

.KretanjaUplata {
    text-align: right;
    padding-right: 40px;
    font-weight: bold
}

.kretanjaIsplata {
    text-align: right;
    padding-right: 40px;
    font-weight: bold
}

.kretanjaUlog {
    text-align: right;
    padding-right: 40px;
    font-weight: bold
}

.kretanjaDobitak {
    text-align: right;
    padding-right: 40px;
    font-weight: bold
}

.kretanjaVrsta {
    text-align: left
}

.kretanjaPromo {
    background-image: url('../slike/B.png');
    background-repeat: no-repeat;
    background-position: right center
}

.pnlIsplataUnosPodataka {
    padding: 20px 10px 20px 60px;
    background-color: #2c2c2c;
    background-image: url('../slike/warning.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #fff !important;
    text-align: justify;
    font-size: 12px;
    margin-top: -10px
}

    .pnlIsplataUnosPodataka a {
        color: #fbdc5f !important;
        text-decoration: none
    }

        .pnlIsplataUnosPodataka a:hover {
            text-decoration: underline
        }

.moneyBookersGreske {
    color: #fbdc5f !important;
    font-size: 13px
}

.isplataBankaCellLeft {
    width: 180px;
    padding: 5px 0 5px 15px
}

.isplataBankaCellRight {
    padding: 5px
}

.paddingTop5 {
    padding-top: 5px
}

.paddingTop50 {
    padding-top: 50px
}

.padding5 {
    padding: 5px
}

.paddingRight5 {
    padding-right: 5px
}

.exampleImg {
    border: 1px solid #151515;
    margin: 15px 0;
    padding: 5px;
    text-align: center
}

.isplatabankaIzvjesce {
    margin: -10px 1px 0 1px;
    background-position: 10px 30px;
    padding: 30px 10px 30px 42px;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 13px;
    color: #000
}

.isplatabankaGreska {
    margin: -10px 1px 0 1px;
    background-position: 10px 30px;
    padding: 30px 10px 30px 42px;
    background-image: url('../slike/warning.png');
    background-repeat: no-repeat;
    background-color: #efce62;
    font-size: 13px;
    color: #000
}

#divPrikazListic {
    margin-bottom: 5px;
    min-height: 279px
}

    #divPrikazListic table tr {
        background-color: transparent;
        color: #000;
        cursor: default;
        line-height: 15px
    }

.divPrikazListic {
    margin-bottom: 5px
}

    .divPrikazListic table tr {
        background-color: transparent;
        color: #000;
        cursor: default;
        line-height: 15px;
        font-size: 11px
    }

.isplataPoslovnicaUspjesno {
    background-position: 5px 20px;
    background-color: #fff;
    color: #000;
    padding: 10px 10px 10px 40px;
    font-size: 1.2em;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    margin-top: -10px
}

.PromjenaLozinkeUspjesno {
    background-position: 5px 20px;
    background-color: #fff;
    color: #000;
    padding: 30px 10px 10px 40px;
    font-size: 1.2em;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    margin-top: -10px;
    min-height: 50px
}

.PromjenaOpcenitoUspjesno {
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    background-position: 5px 13px;
    background-color: #fff;
    color: #000;
    padding: 10px 5px 10px 35px;
    font-size: 1.2em;
    min-height: 50px
}

.transferNovcaTopPoruka {
    background-color: #161616;
    font-size: 1.1em;
    color: #aeaeae;
    padding: 15px 20px 15px 20px;
    text-align: justify
}

.tableTransfer {
    margin: 2px;
    background-color: #000;
    padding: 5px 15px 5px 15px;
    border: 1px solid #2d2d2d
}

.velicinaTablice {
    min-height: 190px
}

.newOznaka {
    background-position: right center;
    background-image: url('../slike/new40_17.png');
    background-repeat: no-repeat;
    border: 1px solid #f2d04a
}

    .newOznaka:hover {
        border: 1px solid #dbb30f
    }

.newOznakaVeca {
    background-position: right center;
    background-image: url('../slike/new80.png');
    background-repeat: no-repeat
}

.newOznaka40 {
    background-position: 65px 10px;
    background-image: url('../slike/new40px.png');
    background-repeat: no-repeat
}

.marginMinus {
    margin-top: -5px
}

.margin0 {
    margin: 0
}

.padding0 {
    padding: 0 !important
}

.potvrdiTxt {
    font-size: 1.2em;
    padding: 5px 0 10px 20px
}

.potvrdiPrijatlj {
    font-size: 1.1em;
    padding: 5px 0 10px 20px;
    color: #c9c9c9
}

.PotvrdaTransfer {
    background-color: #000;
    padding: 10px 5px;
    border: 1px solid #836a0a
}

    .PotvrdaTransfer a {
        text-decoration: underline;
        color: #c9c9c9
    }

        .PotvrdaTransfer a:hover {
            color: #fff;
            text-decoration: underline
        }

.potvrdiBurron {
    padding: 0 0 0 25px
}

    .potvrdiBurron input {
        min-width: 70px
    }

.PokerErrorMsg {
    background-color: #efc518;
    background-image: url('../slike/warning.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid #776109;
    color: #000;
    font-size: 1.2em;
    margin: 5px 2px 0 1px;
    padding: 20px 20px 20px 50px
}

span.PokerErrorMsg {
    background-color: #efc518;
    display: block;
    padding: 10px;
    font-size: 1.2em;
    margin: 0;
    border: none;
    background-image: none
}

.PokerErrorMsg a {
    color: #2d2d2d;
    text-decoration: none
}

    .PokerErrorMsg a:hover {
        text-decoration: underline
    }

.PokerOKMsg {
    background-position: 10px 15px;
    padding: 20px 20px 20px 50px;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    background-color: #fff;
    color: #000;
    border: 1px solid #6f6f6f;
    font-size: 1.2em;
    margin: 5px 2px 0 1px
}

.ErrorMsg {
    background-color: #efc518;
    background-image: url('../slike/warning.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid #776109;
    color: #000;
    font-size: 1.2em;
    margin: 5px 2px 0 1px;
    padding: 20px 20px 20px 50px
}

span.ErrorMsg {
    background-color: #efc518;
    display: block;
    padding: 10px;
    font-size: 1.2em;
    margin: 0;
    border: none;
    background-image: none
}

.ErrorMsg a {
    color: #2d2d2d;
    text-decoration: none
}

    .ErrorMsg a:hover {
        text-decoration: underline
    }

.OKMsg {
    background-position: 10px 15px;
    padding: 20px 20px 20px 50px;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    background-color: #fff;
    color: #000;
    border: 1px solid #6f6f6f;
    font-size: 1.2em;
    margin: 5px 2px 0 1px
}

.transferDiv {
    border: 1px solid #fff;
    height: 230px
}

.transferMLDiv {
    border: 1px solid #383838;
    height: 220px
}

.TransferNaslov {
    background-image: url('../slike/transferNaslov.png');
    background-repeat: repeat-x;
    height: 40px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-top: 8px
}

.TransferBtn,
.TransferBtn2,
.TransferBtnML,
.TransferBtnML2 {
    text-align: center
}

.lblTxb {
    border: 1px solid #828282;
    background-color: #1a1a1a;
    height: 30px;
    width: 110px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px
}

.StolText {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    height: 22px;
    line-height: 22px;
    margin-top: -1px;
    cursor: pointer;
    border-bottom: 1px solid #141414;
    border-left: 1px solid #141414;
    border-right: 1px solid #141414
}

.Skrill1TapLink {
    color: #ccc;
    text-decoration: none;
    margin-left: 10px
}

    .Skrill1TapLink:hover {
        color: #fff;
        text-decoration: underline
    }

.btn1Tap {
    background-image: url('../img/myaccount/Skrill-1-tap.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 144px;
    height: 38px;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.StolTextActiv {
    border-left: #383838 1px solid;
    border-bottom: #383838 1px solid;
    border-right: #383838 1px solid;
    background-color: #0d0d0d;
    cursor: auto
}

.StolText:hover {
    text-decoration: underline
}

.StolTextActiv:hover {
    text-decoration: none
}

.eurOznaka {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    display: inline-block
}

.TransferBtn a {
    background-position: center top;
    width: 200px;
    height: 63px;
    display: inline-block;
    background-image: url('../slike/btnTransferTo.png');
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #363636;
    text-decoration: none
}

    .TransferBtn a:hover,
    .TransferBtn2 a:hover,
    .TransferBtnML a:hover,
    .TransferBtnFromML a:hover {
        background-position: center bottom;
        color: #000
    }

.TransferBtn div {
    padding: 8px 0 0 18px
}

.TransferBtn2 a {
    background-position: center top;
    width: 200px;
    height: 63px;
    display: inline-block;
    background-image: url('../slike/btnTransferFrom1.png');
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #363636;
    text-decoration: none
}

.TransferBtn2 div {
    padding: 8px 0 0 70px
}

.TransferBtnML a {
    background-position: center top;
    width: 150px;
    height: 48px;
    display: inline-block;
    background-image: url('../slike/btnTransferToML.png');
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #363636;
    text-decoration: none
}

.TransferBtnML div {
    padding: 5px 0 0 13px
}

.TransferBtnFromML a {
    background-position: center top;
    width: 150px;
    height: 48px;
    display: inline-block;
    background-image: url('../slike/btnTransferFromML.png');
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #363636;
    text-decoration: none
}

.TransferBtnFromML div {
    padding: 5px 0 0 50px
}

.AmountTransfer {
    height: 25px;
    width: 110px;
    font-size: 16px;
    text-align: center;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    padding-top: 10px;
    font-weight: bold
}

.amountTransferDiv {
    padding: 15px;
    text-align: center
}

.padding10 {
    padding: 10px
}

.padding20 {
    padding: 20px
}

.padding40 {
    padding: 40px
}

.EkeshOdustani {
    text-align: right;
    padding-right: 15px;
    font-size: 15px;
    height: 30px
}

    .EkeshOdustani a {
        color: #fff;
        text-decoration: underline
    }

        .EkeshOdustani a:hover {
            color: #fbdc5f
        }

.bonPodaci span {
    color: #fff;
    font-size: 14px
}

.visaIframe {
    border: none;
    background-color: #333;
    height: 600px;
    width: 100%
}

.visaIframe2 {
    border: none;
    background-color: #333;
    height: 820px;
    width: 100%
}

.CreditCard2Containter {
    min-height: 600px
}

.CCMenuInfo {
    font-style: italic;
    color: #777;
    font-weight: normal;
    padding: 5px 0;
    font-size: 12px
}

.error404 {
    font-size: 140px;
    color: #555;
    font-weight: bold;
    padding-left: 20px
}

.errorText1 {
    font-size: 35px;
    color: #ddd;
    font-weight: bold;
    margin: 30px 20px 20px 20px
}

.errorText2 {
    font-size: 17px;
    font-weight: bold;
    color: #888;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 30px
}

.errorText3 {
    font-size: 16px;
    padding-right: 20px;
    margin: 20px 0 50px 0;
    line-height: 30px
}

    .errorText3 li {
        list-style: square;
        color: #555
    }

    .errorText3 span {
        color: #666
    }

    .errorText3 a {
        text-decoration: underline;
        color: #666
    }

        .errorText3 a:hover {
            text-decoration: underline;
            color: #fbdc5f
        }

.lostPassHeader {
    background: url("../slike/ligaHeaderBg.gif") repeat-x scroll left top transparent;
    background-color: #222;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #fbdc5f;
    font-weight: bold;
    font-size: 13px
}

.NewPassPorukaFalse {
    margin: 5px 0 5px 100px;
    background-position: 10px 10px;
    padding: 10px 0 10px 35px;
    background-image: url('../slike/warrning.png');
    background-repeat: no-repeat;
    background-color: #fbdc5f;
    font-size: 13px;
    color: #000;
    width: 500px
}

.NewPassPorukaTrue {
    margin: -20px 0 -20px 0;
    background-position: 10px 10px;
    padding: 30px 10px 30px 42px;
    background-image: url('../slike/Ok-icon.png');
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 13px;
    color: #000
}

.lostPassBody {
    padding: 20px 0 20px 0;
    background-color: #2c2c2c;
    font-size: 12px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #d2d2d2
}

.pnlNewPassUnos {
    padding-left: 30px
}

.lostPassFoter {
    border-top: 1px solid #272727;
    background-color: #000;
    font-size: 12px;
    text-align: left;
    padding: 15px 0 15px 30px;
    margin: 0 5px 5px
}

    .lostPassFoter a {
        text-decoration: none;
        color: #fff
    }

        .lostPassFoter a:hover {
            text-decoration: underline
        }

.lostPassLblstrelica {
    margin-right: 15px;
    padding: 2px 0 6px 0
}

.lblNaslovPoruka {
    font-size: 13px;
    padding: 0 0 15px 0;
    display: inline-block
}

.supportBoxPitanja {
    vertical-align: top;
    width: 750px;
    min-height: 300px
}

.supportPitanja {
    background-image: url('../slike/arr_fff_left.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 7px;
    display: block;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

    .supportPitanja:hover {
        text-decoration: underline
    }

.SupportOdgovori {
    background-color: #272727;
    padding: 10px 10px 10px 20px;
    margin-bottom: 5px;
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
    margin-top: 5px
}

.ValidateSupporText {
    background-position: 10px center;
    background-color: #fbdc5f;
    padding: 5px 15px 5px 35px;
    line-height: 30px;
    font-size: 12px;
    margin: 10px 0 10px 0;
    background-image: url('../slike/warrning.png');
    background-repeat: no-repeat;
    color: #cb3229 !important
}

.ValidateSupportTextTrue {
    background-position: 10px center;
    background-color: #fff;
    padding: 5px 15px 5px 35px;
    line-height: 30px;
    font-size: 12px;
    margin: 10px 0 10px 0;
    background-image: url('../slike/OKsmall.png');
    background-repeat: no-repeat;
    color: #000
}

.ValidateSupportTextTrue2 {
    background-position: 10px center;
    background-color: #fff;
    padding: 15px 15px 15px 35px;
    line-height: 30px;
    font-size: 15px;
    margin: 10px 0 10px 0;
    background-image: url('../slike/OKsmall.png');
    background-repeat: no-repeat;
    color: #000
}

.imgSupportRight {
    background-color: #000;
    background-image: url("../slike/support-2.png");
    background-position: center 50px;
    background-repeat: no-repeat;
    height: 230px;
    margin: 0 0 10px 0;
    padding: 0 0 10px
}

.pravilaMenu {
    font-size: 12px;
    font-weight: bold
}

    .pravilaMenu a {
        text-decoration: none
    }

.pravilaMenuAH1 {
    background-position: left 10px;
    padding: 10px 0 5px 15px;
    display: block;
    background-image: url('../slike/arr_fff_left.gif');
    color: #fff;
    background-repeat: no-repeat
}

    .pravilaMenuAH1:hover {
        text-decoration: underline;
        cursor: pointer
    }

.pravilaTopLink {
    text-align: right
}

    .pravilaTopLink a {
        color: #fff;
        text-decoration: none;
        font-weight: bold
    }

        .pravilaTopLink a:hover {
            text-decoration: underline
        }

.pravilaMenuAH2 {
    margin-left: 20px;
    display: block;
    padding-left: 15px;
    background-image: url('../slike/arr_fff_left.gif');
    color: #fff;
    background-repeat: no-repeat
}

    .pravilaMenuAH2:hover {
        text-decoration: underline;
        cursor: pointer
    }

.pravilaNaslovH1 {
    margin-top: 15px;
    padding: 2px 0 2px 10px;
    color: #000;
    font-weight: bold;
    background-color: #fbdc5f
}

.pravilaNaslovH2 {
    padding: 1px 0 1px 10px;
    margin-top: 15px;
    background-color: #4f4f4f;
    font-weight: bold;
    color: #fff
}

.pravilaTxt1 {
    padding: 5px 10px 5px 10px;
    text-align: justify;
    font-size: 12px
}

    .pravilaTxt1 li {
        padding-bottom: 10px
    }

.pravilaNaslovH3 {
    color: #fbdc5f;
    padding: 10px 0 2px 10px
}

.divContact {
    margin-top: 20px;
    margin-left: 5px;
    padding: 15px 0 15px 45px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 10px center
}

.dodatakSlikaSupport {
    background-image: url('../slike/supportSmall.png')
}

.dodatakSlikaHelp {
    background-image: url('../slike/helpSmall.png')
}

.dodatakSlikaRules {
    background-image: url('../slike/pravilaSmall.png')
}

.divContact a {
    font-size: 12px;
    font-weight: bold;
    color: #9d9d9d;
    text-decoration: none
}

.linkHelpOur {
    text-decoration: underline;
    color: #fff
}

    .linkHelpOur:hover {
        color: #fff;
        text-decoration: underline
    }

.divContact a:hover {
    color: #fff;
    text-decoration: none
}

.zvjezdica {
    color: #efc416;
    font-weight: bold;
    padding: 0 5px 0 2px
}

.input_tall {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fcfcfc 3%, #dbdbdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(3%, #fcfcfc), color-stop(100%, #dbdbdb));
    background: -webkit-linear-gradient(top, #fff 0%, #fcfcfc 3%, #dbdbdb 100%);
    background: -o-linear-gradient(top, #fff 0%, #fcfcfc 3%, #dbdbdb 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fcfcfc 3%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #fff 0%, #fcfcfc 3%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0);
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    color: #151515
}

.wwinSluzbaText {
    background-image: url("../img/myaccount/bg_left_top.jpg");
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #fbdc5f;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    padding-left: 10px
}

.divTjeloMenu {
    background-color: #000;
    padding: 10px 0 10px 0
}

.divTjeloMenu2 {
    margin-left: 5px;
    background-color: #2c2c2c;
    padding: 10px 10px 10px 10px
}

.divTjeloMenu a {
    color: #eee;
    display: block;
    font-size: 12px;
    line-height: 17px;
    padding: 2px 0 2px 10px;
    text-decoration: none
}

.podlinkONama {
    padding-left: 25px !important
}

.divTjeloMenu a:hover {
    background-color: #777
}

.oNamaLeftCell {
    min-width: 50px;
    padding: 15px 20px 15px 40px;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: top;
    color: #bfbfbf
}

.oNamaRightCell {
    padding: 10px;
    font-size: 12px;
    color: #fff
}

.slideArrow {
    padding: 1px;
    display: none;
    float: left;
    width: 7px;
    height: 30px;
    margin: 0 2px 2px 2px;
    background-color: #6a422d
}

    .slideArrow.active {
        display: block
    }

.nkl_Hover:hover {
    cursor: pointer;
    background-color: rgba(50, 50, 50, .4)
}

.slideArrow img {
    width: 10px;
    height: 29px;
    margin-left: -1px
}

.marginResultDefault {
    margin-left: 0
}

.marginResults1 .scrollBarResults {
    margin-left: 0 !important
}

.marginResults2 .scrollBarResults {
    margin-left: -66px !important
}

.marginResults3 .scrollBarResults {
    margin-left: -132px !important
}

.marginResults4 .scrollBarResults {
    margin-left: -198px !important
}

.marginResults5 .scrollBarResults {
    margin-left: -264px !important
}

.marginResults6 .scrollBarResults {
    margin-left: -330px !important
}

.marginResults7 .scrollBarResults {
    margin-left: -396px !important
}

.marginResults8 .scrollBarResults {
    margin-left: -462px !important
}

.marginResults9 .scrollBarResults {
    margin-left: -506px !important
}

.scrollBarResultsContent {
    float: left;
    overflow: hidden;
    max-width: 141px
}

.cild-container {
    width: 240px;
    left: 0;
    position: relative
}

.mainResult {
    background-color: #8e9293;
    color: #000 !important;
    background-image: url(../img/overlay50.png);
    background-position: 0;
    color: #ccc;
    font-size: 13px;
    border-right: 1px solid rgba(169, 167, 167, .1);
    background-repeat: repeat;
    width: 21px;
    min-height: 15px;
    text-align: center
}

.staticResult {
    float: left;
    margin-left: -25px
}

.nestoBezze {
    position: absolute
}

.linkONamaRight {
    padding-top: 15px;
    font-size: 15px;
    text-decoration: none;
    color: #fff
}

    .linkONamaRight:hover {
        text-decoration: underline
    }

.pravilnikHeader {
    border-bottom: 1px solid #f00;
    border-bottom-color: #7f7f7f;
    color: #7f7f7f
}

.pravilnikHeaderDatum {
    display: inline-block
}

.pravilnikHeaderNaslov {
    padding-left: 150px
}

.pravilnikNaslov {
    padding: 15px 0 15px 30px;
    font-size: 13px
}

.pravilnikClanakN {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: bold
}

.pravilnikClanakT {
    text-align: justify;
    padding: 0 30px 0 30px
}

.odgovornoIgranjeTxt {
    font-size: 12px;
    padding: 10px 30px 10px 30px;
    text-align: justify
}

#kalendar {
    float: left;
    background-color: #9f9f9f;
    border-collapse: separate;
    color: #fff;
    font-size: 12px;
    margin-right: 3px;
    margin: 5px;
    padding: 1px
}

.rezultatiSelectedDate {
    background-color: #9f091a !important
}

    .rezultatiSelectedDate a {
        color: #fff !important;
        cursor: default !important
    }

.rezPan {
    float: left;
    border-right: 1px solid #919191;
    min-width: 31px
}

    .rezPan.FT,
    .rezPan.OT,
    .rezPan.AP,
    .rezPan.AGS,
    .rezPan.Current,
    .rezPan.Normaltime,
    .rezPan.Overtime {
        font-weight: bold;
        background-color: #9fa4a6
    }

.parovi tr:hover .rezPan.FT,
.parovi tr:hover .rezPan.OT,
.parovi tr:hover .rezPan.AP,
.parovi tr:hover .rezPan.Current,
.parovi tr:hover .rezPan.Normaltime,
.parovi tr:hover .rezPan.Overtime {
    background-color: #535353
}

.liveScore .ponudaRezultat {
    color: #cf0000
}

.tezTab {
    display: block;
    text-align: center;
    padding: 0 7px
}

.verRez {
    padding-left: 10px
}

#trazilica {
    float: left;
    margin: 7px 0 0 5px;
    width: 480px
}

.txbTrazeniDogadaj {
    width: 380px
}

#trazilica div {
    color: #ccc;
    margin: 5px 0
}

#trazilica .button {
    margin: 0;
    display: inline
}

#trazilica .help {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 15px
}

.rezDetalji {
    background-color: #353535;
    color: #000
}

.rezGolKarton {
    float: right;
    width: 350px;
    display: block;
    position: static
}

.ligaHeader {
    background-color: #333;
    background-image: url(../slike/ligaHeaderBg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border-top: 1px solid #dd0019;
    color: #fff;
    height: 28px;
    cursor: pointer
}

.ligaNaziv {
    float: left;
    font-weight: bold;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    text-transform: uppercase
}

.sportNaziv {
    float: right;
    line-height: 28px;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase
}

th.razradaKolona {
    font-size: 1em;
    line-height: 16px;
    padding-left: 9px;
    text-align: left;
    text-transform: lowercase;
    white-space: nowrap
}

th.razradaKolonaRezultati {
    font-size: 1em;
    font-weight: normal;
    line-height: 16px;
    padding-left: 9px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap
}

.brojPonude {
    padding: 0 3px;
    width: 35px
}

.ponudaRezultat {
    width: 60px;
    text-align: center;
    font-weight: bold
}

.dobitniTip {
    text-align: left !important;
    width: 260px
}

.dobitniTip2 {
    text-align: left !important;
    padding-left: 10px;
    width: auto
}

.brojPonude2 {
    padding: 0 3px;
    width: 34px
}

.nazivRezultataChild {
    line-height: 22px !important;
    padding-left: 10px;
    text-align: left !important;
    width: 413px
}

.ponudaRezultat2 {
    padding: 0 5px 0 0;
    width: 60px
}

span.nazivPonude {
    float: left;
    text-align: left
}

span.nazivRezultata {
    color: #808080;
    float: right;
    margin-right: 5px;
    text-align: right;
    white-space: nowrap
}

.collapseLiga {
    float: right;
    height: 28px;
    width: 28px
}

.razradaParPlus {
    background-color: #a8b4ba;
    cursor: pointer;
    color: #000
}

.razradaParMinus {
    background-color: #c2cbcd;
    color: #000
}

.razradaParPlus:hover {
    background-color: #666;
    color: #fff
}

.menuNavigacijaLeft {
    width: 280px;
    float: left;
    padding: 20px 0 0 20px
}

.testTxt {
    padding-left: 20px;
    font-size: 1.9em;
    font-weight: bold;
    font-style: italic
}

th.listicOznaka {
    width: 30px;
    border-right: none
}

th.listicBroj {
    width: 180px;
    text-align: left
}

th.listicMagicBroj {
    width: 80px;
    text-align: left;
    min-width: 80px
}

th.listicBroj span {
    padding-left: 20px
}

.listicBody .listicBroj {
    width: 180px;
    text-align: left
}

.listicBody .listicOznaka {
    width: 50px
}

th.listicIsplata {
    text-align: left
}

    th.listicIsplata span {
        padding-left: 10px
    }

.listicDatum {
    width: 100px;
    text-align: left
}

.zatamnjen {
    color: #a2a2a2
}

.listicDobitak {
    width: 115px;
    font-size: 1.1em;
    text-align: left
}

.listicIgraMagic {
    width: 150px;
    font-size: 1.1em;
    text-align: left
}

.yellowBorder {
    border: solid 1px #f2d04a
}

.Posto100 {
    width: 100%
}

.ParPrikazListic {
    margin-bottom: 2px
}

.brojTelSupport {
    font-size: 1.2em;
    font-weight: bold;
    color: #dcdcdc
}

.rlhead .print,
.listicBody .print {
    width: 28px;
    background-image: url(../slike/print2.png);
    background-position: center;
    background-repeat: no-repeat
}

.layoutPoslovnice {
    font-size: 1.1em;
    padding: 15px 0 15px 0;
    text-align: left;
    width: 100%
}

.floatingMenu {
    float: left;
    margin-left: 40px;
    text-align: left;
    width: 190px
}

    .floatingMenu h1 {
        color: #8e9db4;
        font-size: 1.6em;
        font-weight: bold;
        margin-top: 20px
    }

    .floatingMenu a {
        background-color: #666;
        color: #ccc;
        float: left;
        line-height: 23px;
        margin-bottom: 2px;
        margin-right: 2px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 35px
    }

        .floatingMenu a:hover {
            background-color: #222;
            color: #f00
        }

.alfabet {
    color: #dd0019;
    padding-right: 10px;
    text-align: left;
    text-transform: uppercase;
    width: 15px
}

.PopisPoslovnica {
    margin-left: 40px;
    margin-right: 10px;
    margin-top: 20px;
    text-align: left;
    width: 750px
}

    .PopisPoslovnica td {
        font-size: 1.1em;
        line-height: 18px;
        padding-left: 8px
    }

        .PopisPoslovnica td img {
            cursor: pointer
        }

    .PopisPoslovnica tbody tr:hover {
        background-color: #ddd;
        color: #dd0019
    }

.PoslovnicaLive,
.PoslovnicaDezurna {
    color: #8e9db4;
    padding: 0;
    text-align: center;
    width: 50px
}

.live,
.dezurna {
    color: #8e9db4;
    padding: 0;
    text-align: center;
    width: 50px
}

.msgSSt {
    background: url(../img/bets/liveS0.jpg) no-repeat center;
    background-size: 100% 100%
}

.msgStreamS1 {
    background: url(../img/bets/liveS1.jpg) no-repeat center
}

.msgStreamS2 {
    background: url(../img/bets/liveS2.jpg) no-repeat center
}

.msgStreamS3 {
    background: url(../img/bets/liveS3.jpg) no-repeat center
}

.msgStreamS4 {
    background: url(../img/bets/liveS4.jpg) no-repeat center
}

.msgStreamS5 {
    background: url(../img/bets/liveS5.jpg) no-repeat center
}

.msgStream {
    padding: 90px 20px 0 20px;
    font-size: 13px;
    text-align: center;
    color: #ddd
}

#MultiStreamOpened .msgStream {
    padding: 10px 20px 0 20px;
    background-position: center bottom
}

.automat {
    color: #8e9db4;
    padding: 0;
    text-align: center;
    width: 99px
}

.PopisPoslovnica th {
    color: #8e9db4;
    line-height: 25px;
    background-color: #151515;
    font-size: 1.1em
}

.naslovMjestoAdresa {
    text-align: left;
    padding-left: 10px
}

.playNow {
    background-image: url('../slike/PlayNow1.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 132px;
    height: 47px;
    display: inline-block
}

    .playNow:hover {
        background-position: center bottom
    }

.wait {
    cursor: wait !important
}

    .wait a {
        cursor: wait !important
    }

        .wait a:hover {
            cursor: wait !important
        }

.logOut30s {
    left: 170px;
    position: absolute;
    top: 10px;
    z-index: 15;
    background-color: #efc416;
    width: 100px;
    height: 100px;
    display: inline-block
}

.PokerPlacanjeSredina {
    text-align: left;
    padding: 10px;
    background-color: #1a1a1a
}

.PokerForma {
    padding-top: 20px
}

.ifMoneyForm {
    border: none
}

.livePrikaz {
    min-height: 700px
}

.sportMenu li {
    list-style: none
}

.sportItem {
    background-color: #222;
    border-bottom: 1px solid #000;
    border-top: solid 1px #343434;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
    font-size: 1em;
    color: #ddd
}

    .sportItem .v_m_span {
        margin-top: 10px
    }

    .sportItem .sportName {
        margin-left: 22px;
        font-size: 14px
    }

#MagicLayout {
    overflow-x: hidden
}

    #MagicLayout .liwName {
        line-height: 36px;
        font-size: 14px;
        color: #ddd
    }

        #MagicLayout .liwName .txt {
            padding-left: 35px
        }

        #MagicLayout .liwName .MagicBall {
            margin: 8px 0 0 8px
        }

    #MagicLayout .liwSubMenu li {
        list-style: none;
        display: inline-block;
        border-left: 1px solid #343434;
        box-shadow: -1px 0 0 #090909;
        height: 33px;
        padding: 4px 10px;
        cursor: pointer
    }

        #MagicLayout .liwSubMenu li i {
            font-size: 20px;
            color: #aaa;
            margin: 5px 1px 0 0
        }

        #MagicLayout .liwSubMenu li:hover i {
            color: #efc416
        }

    #MagicLayout .liwSubMenu {
        text-align: right;
        background: #222;
        border-top: solid 1px #343434
    }

    #MagicLayout iframe {
        width: 102%;
        width: calc(100% + 15px);
        height: 620px;
        margin-bottom: 25px
    }

.MagicBall {
    background: url(../img/bets/MagicBall.png) no-repeat left center;
    position: absolute;
    display: block;
    height: 22px;
    width: 22px;
    margin: 7px 0 0 -2px
}

.livePrikaz .parovi tr,
.livePrikaz .parovi {
    background-color: transparent
}

.sportMenu .broj {
    background-color: #444;
    float: right;
    color: #fff;
    font-size: 11px;
    min-width: 20px;
    text-align: center;
    height: 16px;
    line-height: 15px;
    margin: 9px 5px 0 0
}

#LiveLayout .parovi td,
#MagicLayout .parovi td {
    border-right: none
}

    #LiveLayout .parovi td.parPar {
        border-left: none;
        cursor: pointer
    }

#LiveLayout .parovi:hover,
#LiveLayout .parovi .plusOklade:hover {
    background-color: rgba(192, 192, 192, .1)
}

#LiveLayout .oznaka {
    width: 30px
}

#LiveLayout .minuta {
    color: #efc416;
    font-size: 11px;
    text-align: center
}

#LiveLayout .preVrime {
    color: #ccc;
    font-size: 11px;
    text-align: center
}

#LiveLayout .lSport1 .minuta,
#LiveLayout .lSport1 .cntPosebna {
    margin-top: 0;
    height: 14px
}

#LiveLayout .cntPosebna {
    font-size: 11px;
    vertical-align: middle;
    height: 17px;
    line-height: 15px;
    color: #bebebe;
    text-align: center
}

#LiveLayout div.ofalse .cntPosebna {
    color: #777
}

#LiveLayout .tim {
    margin-top: 3px;
    margin-bottom: 3px
}

#LiveLayout .parPar .ht,
#LiveLayout .parPar .at {
    margin-bottom: 0;
    color: #ddd;
    font-size: 13px
}

#LiveLayout.fr {
    float: none
}

#LiveLayout .rez {
    background-color: transparent;
    font-size: 14px;
    padding-left: 3px;
    padding-right: 2px;
    text-align: center;
    width: 163px;
    color: #bbb
}

    #LiveLayout .rez.brojTipova3 {
        width: 163px
    }

    #LiveLayout .rez .ht,
    #LiveLayout .rez .at {
        padding: 0 0 0 16px
    }

#LiveLayout .LivePar {
    background-color: transparent;
    width: 145px
}

#LiveLayout .LivePar3 {
    background-color: transparent;
    width: 145px
}

#LiveLayout .LivePar2 {
    background-color: transparent;
    width: 100px
}

#LiveLayout .osKvote {
    margin: 0 2px 0 0;
    width: 100%
}

#LiveLayout td.tgp {
    background-color: #aaa;
    width: 32px;
    height: 18px;
    border: 1px solid #000
}

#LiveLayout .ulKvote {
    float: right;
    margin-right: 2px
}

#matchLayout .tgp,
.extraWin .tgp {
    background-color: #aaa;
    font-size: 12px
}

    #matchLayout .tgp .Naslov,
    .extraWin .tgp .Naslov {
        display: inline-block;
        padding: 5px;
        min-width: 20px;
        color: #444;
        background-color: rgba(91, 91, 91, .2)
    }

    #matchLayout .tgp .kvota,
    .extraWin .tgp .kvota {
        display: inline-block;
        min-width: 30px;
        padding: 4px 5px 4px 0;
        text-align: right;
        color: #000
    }

#LiveLayout .tgp .kvota {
    padding: 2px 0;
    color: #000
}

#LiveLayout .tgp.par_activ,
#matchLayout .tgp.par_activ,
#LiveLayout .tgp:hover,
#matchLayout .tgp:hover {
    background-color: #efc416;
    cursor: pointer
}

    #LiveLayout .tgp.par_activ .Naslov,
    #matchLayout .tgp.par_activ .Naslov {
        color: #333
    }

    #LiveLayout .tgp.par_activ .kvota,
    #matchLayout .tgp.par_activ .kvota {
        color: #000
    }

.tgp.ofalse,
#LiveLayout .tgp.ofalse,
#matchLayout .oklada.ofalse .tgp {
    color: #555;
    background-color: #606060
}

    #LiveLayout .tgp.ofalse .Naslov,
    #LiveLayout .tgp.ofalse .kvota,
    #matchLayout .oklada.ofalse .tgp .kvota,
    #matchLayout .oklada.ofalse .tgp .Naslov {
        color: #555
    }

.tgp.pfalse,
#LiveLayout .tgp.pfalse {
    background-color: #404040
}

    #LiveLayout .tgp.pfalse .Naslov,
    #LiveLayout .tgp.pfalse .kvota {
        color: #404040
    }

.ulKvote .tgp.pfalse {
    display: none
}

.drKvote .ulKvote .tgp.pfalse {
    display: table-cell
}

#LiveLayout .htgool .rez .ht,
#LiveLayout .atgool .rez .at {
    color: #efc416
}

#LiveLayout .htgool .ht.gooo,
#LiveLayout .atgool .at.gooo {
    background-image: url(../img/bets/goool.gif);
    background-position: right;
    background-repeat: no-repeat;
    text-indent: -999em;
    text-align: left !important
}

#LiveLayout .atgool .at.gooo {
    background-position: left
}

#LiveLayout.en .htgool .ht.gooo,
#LiveLayout.en .atgool .at.gooo {
    background-image: url(../img/bets/goool.en.gif)
}

#LiveLayout.de .htgool .ht.gooo,
#LiveLayout.de .atgool .at.gooo {
    background-image: url(../img/bets/goool.de.gif)
}

#LiveLayout.fr .htgool .ht.gooo,
#LiveLayout.fr .atgool .at.gooo {
    background-image: url(../img/bets/goool.fr.gif)
}

.LSportMenu .stream {
    background-image: url(../img/bets/video.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    width: 30px;
    cursor: pointer
}

.LSportMenu .visio {
    background-image: url(../img/bets/data.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    width: 22px;
    cursor: pointer
}

.LSportMenu .stream:hover {
    background-position: -46px center
}

.LSportMenu .stream.Activ {
    background-position: -94px center
}

.LSportMenu .visio:hover,
.LSportMenu .visio.Activ {
    background-position: -52px center
}

#matchLayout li {
    list-style: none
}

.pfalse.oklada {
    display: none
}

#matchLayout .oklada .Naziv,
#LiveLayout .extraWin .oklada .Naziv,
.extraWin .oklada .Naziv {
    background-color: transparent;
    border: none;
    font-size: 13px;
    line-height: 25px;
    height: auto;
    color: #ccc;
    padding-left: 5px;
    text-align: left
}

#matchLayout .oklada .info {
    padding: 1px 5px 0 0;
    margin: 0 0 0 5px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    display: none
}

    #matchLayout .oklada .info:hover {
        color: #ccc
    }

#matchLayout .lSport1 .oklada .info,
#matchLayout .lSport29 .oklada .info {
    display: inline-block
}

.extraHeader .transparent {
    background-color: transparent !important
}

#matchLayout .extraTurnir {
    margin-left: 20px;
    font-size: 14px;
    color: #bebebe
}

.LigaItems {
    position: absolute;
    background-color: #efefef;
    color: #555;
    z-index: 100;
    display: none;
    width: 250px;
    padding: 5px;
    text-align: left;
    margin-left: -260px;
    margin-top: 10px
}

    .LigaItems .Liga .lkvacica {
        background-image: url('../img/bets/sport-navigation.png');
        width: 15px;
        height: 15px;
        background-position: -3px -21px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        margin-top: 6px;
        margin-left: 3px
    }

    .LigaItems .Liga.activ .lkvacica {
        background-position: -3px -3px
    }

    .LigaItems .Name {
        margin-left: 22px;
        cursor: pointer
    }

    .LigaItems .Liga {
        border: 1px solid #efefef;
        line-height: 28px
    }

        .LigaItems .Liga:hover {
            background-color: #ddd;
            border: 1px solid #aaa;
            border-radius: 3px
        }

#matchLayout .parovi td {
    border-right: none
}

#matchLayout .extraPar {
    text-align: left;
    font-size: 17px;
    padding-bottom: 10px;
    background-image: url(../img/overlay50.png)
}

    #matchLayout .extraPar .oznakeValue {
        height: 15px;
        font-size: 13px;
        float: right
    }

        #matchLayout .extraPar .oznakeValue span,
        #LiveLayout .rez span {
            width: 21px;
            min-height: 15px;
            display: table-cell;
            text-align: center;
            background-image: url(../img/bets/liveDetalji.png);
            background-position: center 100px;
            background-repeat: no-repeat
        }

            #matchLayout .extraPar .oznakeValue span.xzuti {
                background-position: center -43px
            }

            #matchLayout .extraPar .oznakeValue span.xcrveni {
                background-position: center -110px
            }

            #matchLayout .extraPar .oznakeValue span.xzuticrveni {
                background-position: center -189px
            }

            #matchLayout .extraPar .oznakeValue span.xkorner {
                background-position: center -3px
            }

            #matchLayout .extraPar .oznakeValue span.rezultat,
            #LiveLayout .rez span.rezultat {
                background-color: #8e9293;
                color: #000 !important
            }

            #matchLayout .extraPar .oznakeValue span.polu {
                color: #999
            }

#matchLayout .lSport21 .extraPar .oznakeValue span.rezultat,
#LiveLayout .lSport21 .rez span.rezultat {
    width: 50px
}

#matchLayout .extraPar span.minuta {
    color: #efc416;
    min-width: 22px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    padding-left: 18px;
    background-image: url(../img/liveRezultat.gif);
    background-repeat: no-repeat;
    background-position: 5px center
}

#matchLayout .extraPar span.videoStream {
    display: inline-block;
    background-image: url(../img/bets/video.png);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    width: 30px;
    height: 22px;
    cursor: pointer
}

#matchLayout .extraPar span.dataStream {
    display: inline-block;
    background-image: url(../img/bets/data.png);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    width: 30px;
    height: 22px;
    margin-left: 50px;
    cursor: pointer
}

    #matchLayout .extraPar span.videoStream.Activ,
    #matchLayout .extraPar span.dataStream.Activ {
        background-position: -94px 5px
    }

#matchLayout .extraPar .ht,
#matchLayout .extraPar .at {
    height: 20px;
    line-height: 20px;
    padding-left: 5px
}

#matchLayout .extraPar .oznake {
    height: 21px;
    line-height: 14px;
    padding-top: 5px
}

#matchLayout .extraPar .ht .oznakeValue span,
#matchLayout .extraPar .at .oznakeValue span,
#LiveLayout .rez span {
    background-image: url(../img/overlay50.png);
    background-position: 0;
    color: #ccc;
    font-size: 13px;
    border-right: 1px solid rgba(169, 167, 167, .1);
    background-repeat: repeat
}

    #matchLayout .extraPar .ht .oznakeValue span.Activ,
    #matchLayout .extraPar .at .oznakeValue span.Activ,
    #LiveLayout .rez span.Activ {
        color: #efc416
    }

#matchLayout .extraHeader {
    background-color: #111;
    border-bottom: 1px solid #0a0a0a;
    border-top: 1px solid #343434;
    font-size: .9em;
    cursor: pointer;
    background: #222
}

#matchLayout .ulKvote,
.extraWin .ulKvote {
    margin-left: 5px;
    text-align: right;
    list-style-position: inside
}

#matchLayout .tdKvote,
.extraWin .tdKvote {
    padding: 2px 0
}

.ulKvote li {
    display: inline-table;
    margin: 2px 3px 2px 0
}

.drKvote .ulKvote li {
    display: table-cell;
    border-right: 1px solid #222
}

.drKvote table td {
    border: none
}

#matchLayout .extraHeader li {
    display: inline-block
}

#matchLayout .oklada .ex1.Naziv,
#matchLayout .oklada .ex2.Naziv,
#matchLayout .oklada .ex3.Naziv {
    padding-left: 16px
}

#LiveLayout .parovi .rez .spec1,
#LiveLayout .parovi .rez .spec1 {
    background-image: url(../img/bets/tenisSmall.png);
    background-repeat: no-repeat;
    background-position: 8px center
}

#matchLayout .extraPar .oznakeValue span.spec0,
#LiveLayout .parovi .rez .spec0 {
    background-image: none
}

#matchLayout .extraPar .oznakeValue span.spec0 {
    padding-left: 12px;
    border-right: none
}

#matchLayout .extraPar .oznakeValue span.spec1 {
    background-image: url('../img/bets/tenisSmall.png');
    background-position: 2px center;
    background-repeat: no-repeat;
    padding-left: 12px;
    border-right: none
}

#matchLayout .specRukavica,
#LiveLayout .parovi .tim .specRukavica {
    background-image: url(../img/bets/rukavica.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 15px
}

#matchLayout .specPalica,
#LiveLayout .parovi .tim .specPalica {
    background-image: url(../img/bets/palica.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 15px
}

.livePrikaz .redCard2 {
    background-image: url(../img/myaccount/RedCard2.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #000;
    font-size: 10px;
    margin-left: 10px;
    margin-top: 3px;
    height: 12px;
    position: absolute;
    width: 11px;
    text-align: center;
    display: inline-block
}

.livePrikaz .oznake .statistics {
    width: 30px;
    height: 22px;
    margin-left: 10px;
    display: inline-block;
    background-position: center 3px;
    background-image: url(../img/bets/statistikaUtakmiceYellow.png);
    background-repeat: no-repeat;
    cursor: pointer
}

#matchExInfo .oznake .visio {
    width: 30px;
    height: 22px;
    margin-left: 10px;
    display: inline-block;
    background-position: 3px center;
    background-image: url(../img/bets/data.png);
    background-repeat: no-repeat;
    cursor: pointer
}

#matchExInfo.ActivVisio .oznake .visio {
    background-position: -51px center
}

#matchLayout .livePrikaz .redCard2 {
    background-position: center;
    height: 20px
}

.livePrikaz .redCard2.r2,
.livePrikaz .redCard2.r3,
.livePrikaz .redCard2.r4 {
    background-image: url(../img/myaccount/RedCardx2.png)
}

.livePrikaz .suspend {
    background-image: url(../img/bets/suspended2.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px
}

    .livePrikaz .suspend.x2,
    .livePrikaz .suspend.x3 {
        background-image: url(../img/bets/suspendedx2.png);
        width: 17px
    }

.livePrikaz .sportItem.Activ,
.livePrikaz .sportItem.Activ:hover {
    background-color: #111
}

.sportMenu .sportItem {
    cursor: pointer
}

    .sportMenu .sportItem:hover {
        background-color: #282828
    }

#LiveLayout .tgp .kvota.gore,
#matchLayout .tgp .kvota.gore {
    color: #00802a
}

#LiveLayout .tgp .kvota.dole,
#matchLayout .tgp .kvota.dole {
    color: #d3251d
}

#listicPage .lParovi .LiveActiv.item {
    background-color: #e2ae0b
}

.livePrikaz #listicPage .lParovi .item .lParName {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    min-height: 15px
}

.livePrikaz #listicPage .lParovi .item .lOkladaName {
    color: #333;
    font-size: 12px;
    min-height: 15px
}

.livePrikaz #listicPage .lParovi .item .lTip,
.livePrikaz #listicPage .lParovi .item .lKvota {
    color: #333;
    font-size: 12px
}

.brisiUplati li {
    list-style: none
}

#listicPage .lUplata .lBtnBrisi {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 14px 0;
    cursor: pointer;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #4a4a4a), color-stop(72%, #262626));
    background: -moz-linear-gradient(center top, #4a4a4a 33%, #262626 72%);
    background: -ms-linear-gradient(top, #4a4a4a 33%, #262626 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#262626');
    background-color: #4a4a4a
}

#listicPage .lUplata .lBtnOdustani.lBtnBrisi {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #750000), color-stop(72%, #650000));
    background: -moz-linear-gradient(center top, #750000 33%, #650000 72%);
    background: -ms-linear-gradient(top, #750000 33%, #650000 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#750000', endColorstr='#650000');
    background-color: #750000;
    color: #fff
}

#listicPage .lUplata .lBtnUplata {
    margin: 0 0 0 1px;
    padding: 14px 0;
    font-size: 13px
}

    #listicPage .lUplata .lBtnUplata.lPotvrdi.Activ,
    #listicPage .lUplata .lBtnUplata.lPotvrdi.Activ:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #057610), color-stop(72%, #00591d));
        background: -moz-linear-gradient(center top, #057610 33%, #00591d 72%);
        background: -ms-linear-gradient(top, #057610 33%, #00591d 72%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#057610', endColorstr='#00591D');
        background-color: #00591d;
        color: #fff
    }

    #listicPage .lUplata .lBtnUplata.Activ:hover,
    #listicPage .lUplata .lBtnBrisi:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #3b3b3b), color-stop(72%, #1a1a1a));
        background: -moz-linear-gradient(center top, #3b3b3b 33%, #1a1a1a 72%);
        background: -ms-linear-gradient(top, #3b3b3b 33%, #1a1a1a 72%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#1a1a1a');
        background-color: #3b3b3b
    }

#listicPage .brisiUplati li,
.lBonus li {
    display: inline-block;
    white-space: nowrap
}

#listicPage .brisi {
    width: 30%
}

#listicPage .uplati {
    width: 70%
}

.livePrikaz .setings td {
    height: 24px;
    line-height: 11px
}

.livePrikaz #listicPage .lParovi .item .activ.lKvacFix {
    background-color: transparent
}

.livePrikaz #listicPage .lParovi .item .lKvacFix {
    background-color: #686868
}

.livePrikaz #listicPage .lParovi .item .lkvacica {
    margin-left: 2px
}

.livePrikaz #listicPage .lParovi .item {
    padding-left: 1px
}

.loadListicDetail {
    position: absolute;
    height: 45px;
    width: 35%;
    background: url(../img/ajax-loader.gif);
    background-size: 2.975em 2.975em;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    margin: 0 30%
}

#itemCalendarParovi .item {
    background-color: #383838;
    border-bottom: 1px solid #171717;
    border-top: 1px solid #484848;
    padding: 5px
}

    #itemCalendarParovi .item.fav1 {
        color: #dda71e
    }

    #itemCalendarParovi .item.utijeku1 {
        color: #efc416;
        cursor: pointer
    }

    #itemCalendarParovi .item table {
        width: 100%
    }

    #itemCalendarParovi .item .datum {
        width: 40px
    }

    #itemCalendarParovi .item .naziv {
        width: auto;
        font-size: 1.1em
    }

    #itemCalendarParovi .item .turnir {
        width: 150px
    }

    #itemCalendarParovi .item .TV0 {
        width: 30px
    }

    #itemCalendarParovi .item .TV1 {
        width: 30px;
        background-image: url(../img/bets/icon_TV.PNG);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 60%
    }

    #itemCalendarParovi .item .stream0 {
        width: 50px
    }

    #itemCalendarParovi .item .stream1,
    #itemCalendarParovi .item .stream2,
    #itemCalendarParovi .item .stream4,
    #itemCalendarParovi .item .stream5,
    #itemCalendarParovi .item .stream6 {
        width: 50px;
        background-image: url(../img/bets/videoz.PNG);
        background-position: 25px center;
        background-repeat: no-repeat;
        background-size: 45%
    }

    #itemCalendarParovi .item .stream3 {
        width: 49px;
        background-image: url(../img/bets/data.PNG);
        background-position: 2px center;
        background-repeat: no-repeat
    }

#ListaStream li.stream1 {
    background-image: url(../img/bets/videoz.PNG);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-right: 23px
}

#ListaStream li.stream3 {
    background-image: url(../img/bets/data0.PNG);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-right: 23px
}

#ListaStream li.stream2 {
    background-image: url(../img/bets/datavideo.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 45px;
    padding-right: 46px
}

.cal {
    cursor: pointer
}

.sportHead {
    background-color: #222;
    border-bottom: 1px solid #000;
    padding: 0 2px 4px 2px
}

    .sportHead .OkladaHead {
        width: 20%;
        display: inline-block;
        color: #888
    }

        .sportHead .OkladaHead .naziv {
            margin: 1px;
            padding: 0 2px;
            background-color: #2e2e2e;
            height: 25px;
            text-align: center;
            line-height: 25px;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border: 1px solid #393939
        }

            .sportHead .OkladaHead .naziv:hover,
            .sportHead .OkladaHead.Activ .naziv {
                background-color: #474747;
                color: #aaa;
                border-color: #555
            }

.sportPanel {
    margin-bottom: 25px
}

.drKvote {
    width: 130px
}

.sportTipovi .drKvote,
.sportTipovi .LivePar3,
.sportTipovi .LivePar4,
.sportTipovi .LivePar2 {
    height: 35px
}

.lSport1 .sportTipovi .br {
    border-right: 1px solid #001601
}

.lSport1 .sportTipovi .bl {
    border-left: 1px solid #324833
}

.lSport2 .sportTipovi .br {
    border-right: 1px solid #271106
}

.lSport2 .sportTipovi .bl {
    border-left: 1px solid #594338
}

.lSport3 .sportTipovi .br {
    border-right: 1px solid #001601
}

.lSport3 .sportTipovi .bl {
    border-left: 1px solid #324833
}

.lSport4 .sportTipovi .br {
    border-right: 1px solid #101a1b
}

.lSport4 .sportTipovi .bl {
    border-left: 1px solid #424c4d
}

.lSport5 .sportTipovi .br {
    border-right: 1px solid #231812
}

.lSport5 .sportTipovi .bl {
    border-left: 1px solid #463b35
}

.lSport6 .sportTipovi .br {
    border-right: 1px solid #07141c
}

.lSport6 .sportTipovi .bl {
    border-left: 1px solid #39464e
}

.lSport12 .sportTipovi .br {
    border-right: 1px solid #182111
}

.lSport12 .sportTipovi .bl {
    border-left: 1px solid #454e3e
}

.lSport16 .sportTipovi .br {
    border-right: 1px solid #122210
}

.lSport16 .sportTipovi .bl {
    border-left: 1px solid #445442
}

.lSport19 .sportTipovi .br {
    border-right: 1px solid #031819
}

.lSport19 .sportTipovi .bl {
    border-left: 1px solid #374c4d
}

.lSport20 .sportTipovi .br {
    border-right: 1px solid #0a1435
}

.lSport20 .sportTipovi .bl {
    border-left: 1px solid #303f69
}

.lSport21 .sportTipovi .br {
    border-right: 1px solid #182111
}

.lSport21 .sportTipovi .bl {
    border-left: 1px solid #454e3e
}

.lSport22 .sportTipovi .br {
    border-right: 1px solid #1a0500
}

.lSport22 .sportTipovi .bl {
    border-left: 1px solid #4b3631
}

.lSport23 .sportTipovi .br {
    border-right: 1px solid #190400
}

.lSport23 .sportTipovi .bl {
    border-left: 1px solid #323c46
}

.lSport29 .sportTipovi .br {
    border-right: 1px solid #000a14
}

.lSport29 .sportTipovi .bl {
    border-left: 1px solid #323c46
}

.lSport31 .sportTipovi .br {
    border-right: 1px solid #0a201a
}

.lSport31 .sportTipovi .bl {
    border-left: 1px solid #3c524c
}

.lSport32 .sportTipovi .br {
    border-right: 1px solid #15170a
}

.lSport32 .sportTipovi .bl {
    border-left: 1px solid #47493c
}

.lSport34 .sportTipovi .br {
    border-right: 1px solid #2d1d0e
}

.lSport34 .sportTipovi .bl {
    border-left: 1px solid #584839
}

#LiveLayout .sportItem {
    border-bottom: none
}

    #LiveLayout .sportItem:hover .sportUp,
    #LiveLayout .sportItem:hover .sportDown,
    #LiveLayout .sportItem:hover .sportFilter {
        color: #777
    }

.sportItem .drKvote,
.sportItem .plusOklade {
    border-left: 1px solid #343434
}

.sportItem .pomBorder {
    border-right: 1px solid #000
}

.drNazivOklada {
    text-align: center;
    color: #daa520
}

.sportTipovi {
    background-color: rgba(47, 47, 47, .7);
    color: #daa520
}

    .sportTipovi .osNazivOklada {
        white-space: nowrap;
        text-align: center;
        color: #daa520
    }

    .sportTipovi .drKvote .tipovi table,
    .sportTipovi .osTipovi table {
        float: right;
        margin-right: 2px;
        line-height: 14px;
        height: 18px
    }

        .sportTipovi .osTipovi table td {
            width: 45px;
            text-align: center
        }

        .sportTipovi .drKvote .tipovi table td {
            width: 35px;
            text-align: center
        }

.SpecNaziv {
    margin-left: 2px;
    text-align: center;
    min-height: 24px;
    color: #aaa;
    line-height: 24px;
    white-space: nowrap
}

    .SpecNaziv.duzina2 {
        min-width: 46px
    }

.hdnOver {
    height: 24px;
    overflow: hidden
}

#LiveLayout .parPar .tim.vertical .ht,
#LiveLayout .parPar .tim.vertical .at {
    display: inline-block;
    width: 35%;
    float: left
}

#LiveLayout .parPar .tim.vertical .at {
    text-align: left
}

#LiveLayout .parPar .tim.vertical .ht {
    text-align: right
}

#LiveLayout .parPar .tim.vertical .at .redCard2 {
    margin-left: -13px
}

#LiveLayout .parPar .tim.vertical .rez {
    display: inline-block;
    width: 25%;
    float: left
}

    #LiveLayout .parPar .tim.vertical .rez .at {
        text-align: left;
        padding: 0;
        width: auto;
        margin-left: 3px
    }

    #LiveLayout .parPar .tim.vertical .rez .ht {
        text-align: left;
        padding: 0;
        margin-right: 3px;
        width: auto
    }

.rezNogomet {
    display: inline-block;
    margin: 0 auto
}

    .rezNogomet div {
        display: inline-block
    }

.plusOklade {
    width: 27px
}

.LSportMenu .pItems {
    background-color: #353535;
    display: none
}

.LSportMenu li.Activ .pItems {
    display: block
}

.LSportMenu .Item {
    border-top: 1px solid #414141;
    border-bottom: 1px solid #222;
    padding: 3px 2px 3px 5px;
    color: #bbb
}

    .LSportMenu .Item .NavIco {
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        cursor: pointer
    }

        .LSportMenu .Item .NavIco.lk {
            background-image: url('../img/bets/sport-navigation.png');
            opacity: .7;
            background-position: -3px -21px
        }

    .LSportMenu .Item .ActivOpen .NavIco.lk {
        background-position: -3px -3px
    }

    .LSportMenu .Item .NavIco.lf {
        background-image: url('../slike/navigation.png');
        background-position: left -1067px
    }

    .LSportMenu .Item:hover .NavIco.lf {
        background-position: left -1067px
    }

    .LSportMenu .Item .ActivFav .NavIco.lf {
        background-position: left -1099px
    }

    .LSportMenu .Item .Name:hover {
        cursor: pointer;
        color: #eee
    }

.UtakmicaClosed {
    display: none
}

#LiveLayout.favActiv .favUtakmica {
    display: block
}

#live-wwin {
    display: table
}

.HeadSportMenu li {
    display: table-cell;
    border-left: 5px solid #2c2c2c;
    white-space: nowrap
}

.LSportMenu .sportItem,
#NaslovStream,
#NaslovSort {
    background-image: url('../img/bets/carat-d-white.png');
    background-position: right center;
    background-repeat: no-repeat
}

    #NaslovStream .UtakmicaTxt.video {
        background: url(../img/bets/video.png) no-repeat -96px 2px;
        text-indent: 30px
    }

    #NaslovStream .UtakmicaTxt.visio {
        background: url(../img/bets/data.png) no-repeat -52px 2px;
        text-indent: 30px
    }

.LSportMenu li.Activ .sportItem {
    background-image: url('../img/bets/carat-u-black.png')
}

.HeadSportMenu li.Activ .sportItem,
.CalActiv .HeadSportMenu #CalendarMenu .sportItem,
.FavOpcijaActiv .HeadSportMenu #HeadSportMenu102 .sportItem,
.VideoOpcijaActiv .HeadSportMenu #HeadSportMenu105 .sportItem {
    background-color: #dea417;
    color: #000
}

.HeadSportMenu li .sportItem,
.CalActiv .HeadSportMenu li.Activ .sportItem,
.FavOpcijaActiv .HeadSportMenu li.Activ .sportItem,
.FavOpcijaActiv.CalActiv .HeadSportMenu #HeadSportMenu102 .sportItem,
.VideoOpcijaActiv .HeadSportMenu li.Activ .sportItem,
.VideoOpcijaActiv.CalActiv .HeadSportMenu #HeadSportMenu105 .sportItem {
    padding-right: 30px;
    cursor: pointer;
    background-color: #474747;
    color: #fff
}

#HeadSportMenu103.Activ .sportItem {
    background-color: #dea417;
    color: #000
}

.CalActiv #pageCalendar {
    display: block !important
}

.CalActiv #LiveLayout,
.CalActiv #MagicLayout {
    display: none !important
}

.FavOpcijaActiv #LiveLayout .sportPanel,
.FavOpcijaActiv #LiveLayout .osUtakmica,
.VideoOpcijaActiv #LiveLayout .sportPanel,
.VideoOpcijaActiv #LiveLayout .osUtakmica {
    display: none
}

.VideoOpcijaActiv .sportMenu li,
.VideoOpcijaActiv .sportMenu .pItems .Item {
    display: none
}

    .FavOpcijaActiv #LiveLayout .sportPanel.favSport,
    .FavOpcijaActiv #LiveLayout .osUtakmica.favUtakmica,
    .VideoOpcijaActiv #LiveLayout .sportPanel.videoSport,
    .VideoOpcijaActiv #LiveLayout .osUtakmica.videoUtakmica,
    .VideoOpcijaActiv .sportMenu li.videoSport,
    .VideoOpcijaActiv .sportMenu .pItems .Item.videoUtakmica {
        display: block !important
    }

.HeadSportMenu li .v_m_span20 {
    margin-left: -5px;
    margin-top: 8px
}

.HeadSportMenu li .sportItem .broj {
    background-color: rgba(60, 60, 60, .7);
    float: right;
    color: #fff;
    margin-left: 8px;
    margin-top: 2px;
    font-size: 11px;
    min-width: 20px;
    text-align: center;
    height: 16px;
    line-height: 15px;
    position: absolute
}

.PunoSportova .HeadSportMenu .sportItem .sportName {
    display: inline-block;
    width: 22px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap
}

.PreviseSportova .HeadSportMenu .sportItem .sportName {
    display: none
}

#divStream .resizeVideo {
    background-image: url(../img/bets/sport-navigation.png);
    background-position: -108px -49px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    cursor: pointer
}

.WebSize {
    background: url(../img/webSize.png) no-repeat 100px 100px;
    height: 17px;
    width: 30px;
    cursor: pointer;
    margin: auto
}

    .WebSize.size1 {
        background-position: 0 0
    }

    .WebSize.size2 {
        background-position: -39px 0
    }

    .WebSize.size3 {
        background-position: -77px 0
    }

#divStream .LiveSound {
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #999;
    cursor: pointer
}

.BigStreaming #divStream .resizeVideo {
    background-position: -106px 0
}

#iStream,
#iStream2 {
    width: 100%;
    max-width: 600px
}

#OdabraniStream {
    cursor: pointer
}

#NaslovStream,
#NaslovSort {
    color: #999;
    font-size: 13px;
    padding: 10px 0 10px 10px;
    cursor: pointer
}

    #NaslovSort i {
        font-size: 15px;
        color: #dea417
    }

#MultiStreamOpened .UtakmicaTxt {
    background-color: #dea417;
    color: #333;
    padding: 5px;
    font-size: 13px;
    margin: 5px 1px 0 1px
}

    #MultiStreamOpened .UtakmicaTxt .txt {
        white-space: nowrap;
        display: block;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

#MultiStreamNaslov {
    padding: 10px;
    font-size: 13px;
    color: #999;
    border: 1px dashed #555;
    background-image: url(../img/bets/videoPlus.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer
}

#MultiStreamOpened {
    padding-left: 5px
}

.closeMS {
    float: right;
    padding: 5px 2px 5px 5px;
    border-left: 1px solid #b58614;
    margin-top: -20px;
    font-size: 13px;
    font-weight: bold;
    color: #a47912
}

    .closeMS:hover {
        cursor: pointer;
        color: #000
    }

.streamhead .ltd {
    background-color: #333;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    border-left: 1px solid #434343;
    border-top: 1px solid #434343
}

.streamhead .rtd {
    background-color: #333;
    border-right: 1px solid #111;
    border-left: 1px solid #434343;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #111
}

#ListaStream,
#ListaSort,
#MultiStreamSelect {
    background-color: #fff;
    position: absolute;
    padding: 0;
    font-size: 12px;
    z-index: 1000
}

    #ListaStream li,
    #ListaSort li,
    #MultiStreamSelect li {
        color: #545c62;
        background-color: #fff;
        list-style: none;
        padding: 8px 3px;
        border-bottom: 1px solid #d5d5d5;
        cursor: pointer
    }

        #ListaStream li,
        #ListaSort li i,
        #MultiStreamSelect li {
            font-size: 15px
        }

            #ListaStream li:hover,
            #ListaSort li:hover,
            #MultiStreamSelect li:hover {
                background-color: #ddd
            }

.streamWidth {
    width: 100%
}

#matchLayout .extraNazad {
    border-left: 1px solid #343434;
    box-shadow: -1px 0 0 #090909;
    margin-top: -9px;
    height: 33px;
    padding: 2px 2px 2px 14px
}

    #matchLayout .extraNazad i {
        font-size: 20px;
        color: #aaa;
        margin: 5px 1px 0 0
    }

        #matchLayout .extraNazad i:hover {
            color: #efc416
        }

#matchLayout .kat {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 86%
}

#divStream {
    margin-top: 1px
}

#LiveLayout .sportUp,
#LiveLayout .sportDown,
#LiveLayout .sportFilter {
    width: 20px;
    cursor: pointer;
    color: #444;
    text-align: center
}

    #LiveLayout .sportUp i,
    #LiveLayout .sportDown i,
    #LiveLayout .sportFilter i {
        margin: 0 2px 0 0;
        padding: 2px 3px;
        border: 1px solid #2d2d2d;
        font-size: 17px
    }

    #LiveLayout .sportFilter i {
        margin: 0 10px
    }

#LiveLayout .sportFilter {
    font-size: 12px
}

#LiveLayout .sportItem .sportUp:hover i,
#LiveLayout .sportItem .sportDown:hover i,
#LiveLayout .sportItem .sportFilter:hover i,
#LiveLayout .sportItem .sportFilter.Activ i {
    color: #efc416;
    border-color: #604f0b
}

#LiveLayout .sportItem .sportFilter.Activ {
    color: #666;
    width: auto;
    max-width: 100px;
    text-align: right
}

#LiveLayout .sportPanel .LigaHead {
    color: #999;
    padding: 4px 0 3px 4px;
    background-color: rgba(47, 47, 47, .6)
}

.FavOpcijaActiv #LiveLayout .sportPanel .LigaHead,
.FavOpcijaActiv #LiveLayout .sportItem .sportFilter,
.VideoOpcijaActiv #LiveLayout .sportPanel .LigaHead,
.VideoOpcijaActiv #LiveLayout .sportItem .sportFilter {
    display: none
}

#lottary {
    background-color: #f0f0ec;
    padding: 10px
}

    #lottary .left {
        background-repeat: no-repeat;
        float: left;
        min-height: 573px;
        width: 440px
    }

.left.home {
    background-image: url("../img/lottary/lottary-all.png");
    background-position: -5px 50px
}

.left.seven42 {
    background-image: url("../img/lottary/lottary-7-42.png");
    background-position: -5px 50px
}

.left.five36 {
    background-image: url("../img/lottary/lottary-5-36.png");
    background-position: -5px 50px
}

.left.one19 {
    background-image: url("../img/lottary/lottary-1-19.png");
    background-position: -5px 50px
}

.left.dice {
    background-image: url("../img/lottary/kocke2.png");
    background-position: -5px 50px
}

#lottary .right {
    float: right;
    min-height: 500px;
    width: 540px
}

    #lottary .right .txt {
        float: left;
        width: 370px;
        color: #000
    }

.linkHome {
    text-decoration: none;
    color: #000;
    display: block;
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

#lottary .right .txt .top {
    color: #c2c2c2;
    font-size: 87px;
    margin-left: -90px;
    padding-top: 60px
}

#lottary .right .txt .desc {
    color: #3b3b3c;
    font-size: 13px;
    line-height: 26px;
    margin: 116px 50px 0 2px
}

#lottary .right .menu {
    float: right;
    width: 120px;
    margin-right: 10px
}

    #lottary .right .menu .item {
        background-color: #cac5bf;
        font-size: 20px;
        height: 60px;
        margin-top: 20px;
        width: 120px;
        color: #000
    }

        #lottary .right .menu .item .top {
            padding: 15px
        }

            #lottary .right .menu .item .top a {
                padding-left: 15px
            }

        #lottary .right .menu .item.orange,
        #lottary .right .menu .item:hover {
            background-color: #fa9602
        }

#lottary .right .igrajsada {
    padding: 20px
}

#layOutN {
    background-color: #000
}

    #layOutN .CasinoBacground {
        background-repeat: no-repeat;
        background-position: 0 0;
        min-height: 600px
    }

        #layOutN .CasinoBacground.casinoall {
            background-image: url('../img/casino/Casino-all.jpg');
            background-position: 0 30px
        }

        #layOutN .CasinoBacground.casinoTransfer {
            background-image: url("../img/casino/euro.jpg");
            background-position: -2px bottom
        }

    #layOutN .casinoroulette .right,
    #layOutN .casinoblackjack .right,
    #layOutN .casinobacarat .right {
        float: none
    }

.lvCloseBtn {
    text-align: right;
    padding: 4px;
    background-color: #222
}

    .lvCloseBtn a {
        padding: 5px;
        background-color: #333;
        border: 1px solid #444;
        color: #777;
        display: inline-block;
        text-decoration: none
    }

.rouletteLobby {
    background: url(../img/casino/RL_bg_main.png) no-repeat 5px top;
    width: 390px;
    min-height: 520px;
    float: left;
    margin-bottom: 50px
}

.BlackJackLobby {
    background: url(../img/casino/BJ_bg_main.png) no-repeat 5px top;
    width: 280px;
    min-height: 520px;
    float: left;
    margin-left: 40px
}

.BaccaratLobby {
    background: url(../img/casino/BC_bg_main.png) no-repeat 5px top;
    width: 750px;
    min-height: 320px;
    float: left;
    margin-left: 10px
}

.mlStatistika {
    background: url(../img/casino/RL_bg_stats.png) no-repeat 0 0;
    width: 140px;
    height: 83px;
    margin-top: 20px;
    margin-left: -8px;
    font-size: 18px
}

.rouletteLobby .GameName {
    text-align: center;
    width: 350px
}

.BlackJackLobby .GameName {
    text-align: center;
    width: 300px;
    margin: 10px
}

.BaccaratLobby .GameName {
    text-align: center;
    margin: 20px 0 0 10px
}

.rouletteLobby table,
.BlackJackLobby table,
.BaccaratLobby table {
    width: 100%
}

.rouletteLobby td,
.BlackJackLobby td,
.BaccaratLobby td {
    vertical-align: top
}

.tableLimit {
    text-align: right;
    padding-right: 92px;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase
}

.BlackJackLobby .tableLimit {
    padding-right: 17px
}

.BaccaratLobby .tableLimit {
    padding-right: 7px;
    margin-top: 15px
}

.lvMsg {
    margin: 50px auto;
    max-width: 800px
}

    .lvMsg .lvOK {
        margin: 30px 30px 10px 30px
    }

.lvroulette {
    background: url(../img/casino/bgRoulette.jpg) no-repeat center;
    min-height: 700px
}

.lvblckjck {
    background: url(../img/casino/bgblackJack.jpg) no-repeat center;
    min-height: 700px
}

.lvbaccarat {
    background: url(../img/casino/bgBaccarat.jpg) no-repeat center;
    min-height: 700px
}

.lvMsg .lvOK a {
    font-size: 18px;
    padding: 15px;
    border: 1px solid #5b4b0a;
    background-color: #b5891a;
    color: #000;
    text-align: center
}

.CasinoLobbyImg img {
    width: 110px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    margin-top: -10px
}

.BlackJackLobby .score {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #555
}

.BlackJackLobby .karta {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 27px;
    width: 26px;
    height: 20px;
    text-indent: -999em;
    margin-left: 5px;
    display: inline-block
}

.BlackJackLobby .lastWinners {
    margin-top: 18px
}

    .BlackJackLobby .lastWinners .item {
        margin-top: 2px
    }

.BaccaratLobby .lastWinners {
    margin-top: 0;
    height: 115px
}

.karta.c2C {
    background-image: url(../img/casino/cards/2C.png)
}

.karta.c2D {
    background-image: url(../img/casino/cards/2D.png)
}

.karta.c2H {
    background-image: url(../img/casino/cards/2H.png)
}

.karta.c2S {
    background-image: url(../img/casino/cards/2S.png)
}

.karta.c3C {
    background-image: url(../img/casino/cards/3C.png)
}

.karta.c3D {
    background-image: url(../img/casino/cards/3D.png)
}

.karta.c3H {
    background-image: url(../img/casino/cards/3H.png)
}

.karta.c3S {
    background-image: url(../img/casino/cards/3S.png)
}

.karta.c4C {
    background-image: url(../img/casino/cards/4C.png)
}

.karta.c4D {
    background-image: url(../img/casino/cards/4D.png)
}

.karta.c4H {
    background-image: url(../img/casino/cards/4H.png)
}

.karta.c4S {
    background-image: url(../img/casino/cards/4S.png)
}

.karta.c5C {
    background-image: url(../img/casino/cards/5C.png)
}

.karta.c5D {
    background-image: url(../img/casino/cards/5D.png)
}

.karta.c5H {
    background-image: url(../img/casino/cards/5H.png)
}

.karta.c5S {
    background-image: url(../img/casino/cards/5S.png)
}

.karta.c6C {
    background-image: url(../img/casino/cards/6C.png)
}

.karta.c6D {
    background-image: url(../img/casino/cards/6D.png)
}

.karta.c6H {
    background-image: url(../img/casino/cards/6H.png)
}

.karta.c6S {
    background-image: url(../img/casino/cards/6S.png)
}

.karta.c7C {
    background-image: url(../img/casino/cards/7C.png)
}

.karta.c7D {
    background-image: url(../img/casino/cards/7D.png)
}

.karta.c7H {
    background-image: url(../img/casino/cards/7H.png)
}

.karta.c7S {
    background-image: url(../img/casino/cards/7S.png)
}

.karta.c8C {
    background-image: url(../img/casino/cards/8C.png)
}

.karta.c8D {
    background-image: url(../img/casino/cards/8D.png)
}

.karta.c8H {
    background-image: url(../img/casino/cards/8H.png)
}

.karta.c8S {
    background-image: url(../img/casino/cards/8S.png)
}

.karta.c9C {
    background-image: url(../img/casino/cards/9C.png)
}

.karta.c9D {
    background-image: url(../img/casino/cards/9D.png)
}

.karta.c9H {
    background-image: url(../img/casino/cards/9H.png)
}

.karta.c9S {
    background-image: url(../img/casino/cards/9S.png)
}

.karta.cAC {
    background-image: url(../img/casino/cards/AC.png)
}

.karta.cAD {
    background-image: url(../img/casino/cards/AD.png)
}

.karta.cAH {
    background-image: url(../img/casino/cards/AH.png)
}

.karta.cAS {
    background-image: url(../img/casino/cards/AS.png)
}

.karta.cJC {
    background-image: url(../img/casino/cards/JC.png)
}

.karta.cJD {
    background-image: url(../img/casino/cards/JD.png)
}

.karta.cJH {
    background-image: url(../img/casino/cards/JH.png)
}

.karta.cJS {
    background-image: url(../img/casino/cards/JS.png)
}

.karta.cKC {
    background-image: url(../img/casino/cards/KC.png)
}

.karta.cKD {
    background-image: url(../img/casino/cards/KD.png)
}

.karta.cKH {
    background-image: url(../img/casino/cards/KH.png)
}

.karta.cKS {
    background-image: url(../img/casino/cards/KS.png)
}

.karta.cQC {
    background-image: url(../img/casino/cards/QC.png)
}

.karta.cQD {
    background-image: url(../img/casino/cards/QD.png)
}

.karta.cQH {
    background-image: url(../img/casino/cards/QH.png)
}

.karta.cQS {
    background-image: url(../img/casino/cards/QS.png)
}

.karta.cTC {
    background-image: url(../img/casino/cards/TC.png)
}

.karta.cTD {
    background-image: url(../img/casino/cards/TD.png)
}

.karta.cTH {
    background-image: url(../img/casino/cards/TH.png)
}

.karta.cTS {
    background-image: url(../img/casino/cards/TS.png)
}

.BeadRoad {
    margin-left: 30px
}

    .BeadRoad .items {
        height: 210px
    }

.Bead {
    width: 34px;
    height: 33px;
    text-indent: -999em;
    background-position: center center;
    background-size: 32px 32px;
    display: inline-block;
    background-repeat: no-repeat
}

.BccStatistics {
    text-align: center;
    font-size: 12px;
    color: #777;
    font-style: italic
}

.Bead.BN0 {
    background-image: url(../img/casino/BN0.png)
}

.Bead.BN1 {
    background-image: url(../img/casino/BN1.png)
}

.Bead.BN2 {
    background-image: url(../img/casino/BN2.png)
}

.Bead.BN3 {
    background-image: url(../img/casino/BN3.png)
}

.Bead.PL0 {
    background-image: url(../img/casino/PL0.png)
}

.Bead.PL1 {
    background-image: url(../img/casino/PL1.png)
}

.Bead.PL2 {
    background-image: url(../img/casino/PL2.png)
}

.Bead.PL3 {
    background-image: url(../img/casino/PL3.png)
}

.Bead.TI0 {
    background-image: url(../img/casino/TI0.png)
}

.Bead.TI1 {
    background-image: url(../img/casino/TI1.png)
}

.Bead.TI2 {
    background-image: url(../img/casino/TI2.png)
}

.Bead.TI3 {
    background-image: url(../img/casino/TI3.png)
}

.croupierName {
    color: #222;
    font-size: 14px;
    background-color: #eee;
    border-radius: 0 8px 8px 0;
    padding: 5px 10px;
    margin-left: -4px;
    box-shadow: 11px 12px 12px 2px #222;
    display: block
}

.PlayersCount {
    font-size: 20px;
    text-align: center;
    font-style: italic
}

.TableActiv {
    background: url(../img/casino/ico_open.png) no-repeat left center;
    display: block;
    padding: 5px 0 5px 20px;
    font-size: 13px;
    margin-top: 20px
}

.TableNeactiv {
    background: url(../img/casino/ico_close.png) no-repeat left center;
    display: block;
    padding: 5px 0 5px 20px;
    font-size: 13px;
    margin-top: 20px
}

.LastWiners {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    margin-top: 20px;
    text-transform: uppercase
}

.BlackJackLobby .LastWiners {
    margin-top: 10px;
    font-size: 12px
}

.BaccaratLobby .LastWiners {
    margin-top: 5px
}

.tableOpened {
    padding: 5px 0 5px 20px;
    font-size: 13px;
    background: url(../img/casino/ico_time.png) no-repeat left center
}

.rgLast {
    background: url(../img/casino/RL_bg_last.png) no-repeat top left;
    width: 158px;
    height: 307px;
    margin-top: 20px;
    padding-top: 2px
}

    .rgLast .stilR {
        color: #f00;
        text-align: left;
        width: 90px;
        font-size: 12px;
        display: inline-block;
        padding: 2px 0 2px 0
    }

    .rgLast .stilN {
        color: #efc416;
        text-align: right;
        font-size: 12px;
        width: 90px;
        padding: 2px 0 2px 0;
        display: inline-block
    }

    .rgLast .stil0 {
        color: #329f12;
        text-align: center;
        font-size: 12px;
        width: 90px;
        display: inline-block;
        padding: 2px 0 2px 0
    }

.stilM {
    font-size: 15px;
    text-align: center;
    width: 133px;
    margin-top: 5px
}

.mlStatistika .item {
    padding-top: 11px;
    text-align: center
}

.mlStatistika span {
    width: 30%;
    text-align: center;
    display: inline-block
}

.mlStatistika .text {
    padding-top: 20px;
    text-align: center
}

.lastWinners {
    height: 122px;
    margin-top: 20px
}

    .lastWinners .item {
        height: 22px;
        line-height: 22px;
        padding: 0 15px 0 39px;
        font-size: 13px
    }

        .lastWinners .item .lUser {
            float: left
        }

        .lastWinners .item .lWin {
            float: right
        }

.lvrPlayNow {
    background: url(../img/casino/btn_RL_on.png) no-repeat center top;
    width: 190px;
    height: 63px;
    line-height: 63px;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer
}

    .lvrPlayNow:hover {
        background-position: center bottom
    }

.BlackJackLobby .lvrPlayNow {
    margin-top: 20px
}

.BaccaratLobby .lvrPlayNow {
    margin-top: 24px
}

#layOutN .right {
    float: right
}

    #layOutN .right .menu {
        border-left: 1px solid #3b3b3b;
        float: right;
        margin-right: 20px;
        margin-top: 30px;
        padding-bottom: 10px;
        padding-left: 30px
    }

    #layOutN .right .txt {
        color: #fff;
        float: left;
        padding-top: 45px;
        width: 500px
    }

        #layOutN .right .txt .descTxt {
            font-size: 13px;
            line-height: 16px
        }

        #layOutN .right .txt .top {
            font-size: 70px;
            color: #3e9c54;
            text-align: center
        }

        #layOutN .right .txt h1.top {
            font-weight: normal;
            margin: 0;
            font-size: 30px
        }

        #layOutN .right .txt .desc .tables {
            width: 250px;
            float: right
        }

            #layOutN .right .txt .desc .tables .head {
                text-align: center;
                font-size: 18px;
                color: #c7c7c7
            }

            #layOutN .right .txt .desc .tables .top2 {
                color: #bcbcbc;
                display: inline-block;
                float: left;
                font-size: 18px;
                margin-left: 25px;
                margin-top: 20px;
                width: 80px;
                text-align: center;
                background-color: #282828;
                padding: 5px;
                cursor: pointer
            }

                #layOutN .right .txt .desc .tables .top2.activ,
                #layOutN .right .txt .desc .tables .top2:hover {
                    background-color: #3e9c54;
                    color: #000
                }

        #layOutN .right .txt .desc {
            margin-left: 60px;
            margin-top: 40px
        }

            #layOutN .right .txt .desc .descTop {
                font-size: 20px;
                padding-bottom: 10px;
                font-weight: normal;
                margin: 0
            }

#layOutN .casinoroulette .right .txt,
#layOutN .casinoblackjack .right .txt,
#layOutN .casinobacarat .right .txt {
    width: 790px;
    padding-top: 15px
}

    #layOutN .casinoroulette .right .txt .desc,
    #layOutN .casinobacarat .right .txt .desc {
        margin-left: 10px
    }

#layOutN .right .menu .item {
    background-color: #f2f0f0;
    color: #000;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    text-align: left;
    width: 140px
}

    #layOutN .right .menu .item a {
        color: #000;
        display: block;
        height: 60px;
        text-decoration: none;
        cursor: pointer;
        text-align: center
    }

    #layOutN .right .menu .item.activ,
    #layOutN .right .menu .item:hover {
        background-color: #3e9c54
    }

#layOutN .right .txt .navControl {
    width: 80px;
    margin: 0 auto;
    padding-top: 30px
}

    #layOutN .right .txt .navControl .item {
        float: left;
        background-color: #727272;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 2px
    }

#layOutN .PokerBack .left .txt .top {
    font-size: 70px;
    color: #d3251d;
    text-align: center
}

#layOutN .left .txt .desc {
    margin-top: 40px
}

.btnBottom {
    margin-left: 127px;
    margin-top: -100px
}

.btnIgraj {
    background-color: #650000;
    background: linear-gradient(to bottom, #cf6969 0%, #af0000 3%, #cf0909 14%, #650000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff !important;
    text-shadow: 0 1px 0 #6e0606
}

.btnTransfer {
    background-color: #650000;
    background: linear-gradient(to bottom, #cf6969 0%, #af0000 3%, #cf0909 14%, #650000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 38px;
    padding-bottom: 4px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #6e0606;
    width: 115px
}

.pokerHome {
    background-image: url("../img/poker/poker.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 650px
}

#layOutN .homePage img {
    width: 100%;
    vertical-align: middle
}

#layOutN .textContent {
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#layOutN .textContentRight {
    width: 40%;
    left: 30%;
    top: 75%;
    transform: translate(-50%, -50%)
}

#layOutN .textContentLeft {
    width: 40%;
    left: 75%;
    top: 25%;
    transform: translate(-50%, -50%)
}

#layOutN .textContent .header {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-transform: uppercase
}

#layOutN .textContent .underText {
    font-size: 16px;
    margin-bottom: 10px
}

#layOutN .btnPoker {
    width: 47%;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    box-sizing: border-box
}

    #layOutN .btnPoker:hover {
        cursor: pointer
    }

    #layOutN .btnPoker.download:hover {
        background-color: #8e8e8e
    }

#layOutN .textContent .clear {
    margin-bottom: 10px
}

#layOutN .btnPoker.download {
    border: 1px solid #fff
}

#layOutN .op1 span a {
    color: #cecece
}

#layOutN .homePage a {
    color: #fff !important
}

#layOutN .homePage .poTransfer {
    font-size: 18px
}

    #layOutN .homePage .poTransfer a {
        display: inline-block;
        text-decoration: none;
        color: #daff64 !important;
        padding: 2px 10px;
        padding-bottom: 6px;
        border-radius: 3px
    }

        #layOutN .homePage .poTransfer a:hover {
            background: #40444e;
            cursor: pointer
        }

#layOutN .beautyLine span {
    width: 20%;
    display: block;
    height: 2px;
    background-color: #d3d3d3;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 3px
}

#layOutN .homePage .pokerMobile {
    width: 50%;
    right: -173px;
    top: -54px
}

#layOutN .beautyLine {
    padding: 6px 5px
}

    #layOutN .beautyLine span.posAbsolute {
        width: 5%;
        background-color: #d3251d;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        top: 6px;
        left: 5px
    }

#layOutN .textContentLeft .header,
#layOutN .textContentRight .header {
    font-size: 18px;
    margin-bottom: 3px;
    padding: 5px 6px
}

#layOutN .textContentLeft .underText,
#layOutN .textContentRight .underText {
    font-size: 14px;
    margin-bottom: 3px;
    padding: 5px 6px
}

#layOutN .btnContent {
    margin: 0 auto
}

#layOutN .btnPoker.learn {
    background-color: #d3251d;
    margin-right: 3%;
    border: 1px solid #d3251d
}

    #layOutN .btnPoker.learn:hover {
        border: 1px solid #9c7d7c
    }

#layOutN .bottom {
    padding: 20px;
    background: #171b26
}

    #layOutN .bottom .btnContent {
        width: 50%
    }

    #layOutN .bottom .header {
        font-size: 20px;
        text-transform: uppercase
    }

#layOutN .posAbsolute.textContentRight .learn {
    background: #a4c639;
    border: 1px solid #a4c639
}

#layOutN .PokerBack {
    min-height: 500px
}

    #layOutN .PokerBack .right {
        width: auto
    }

    #layOutN .PokerBack .left {
        width: 800px;
        min-height: 500px;
        float: left
    }

    #layOutN .PokerBack .right .menu .item a {
        text-align: center;
        padding: 0
    }

        #layOutN .PokerBack .right .menu .item a i {
            font-size: 35px;
            line-height: 60px
        }

        #layOutN .PokerBack .right .menu .item a:hover,
        #layOutN .PokerBack .right .menu .item.activ a {
            background-color: #b00;
            color: #fff
        }

    #layOutN .PokerBack .bx-controls {
        display: none
    }

.PokerBack .pokerBaner {
    padding-top: 30px;
    text-align: center
}

.PokerBack .pokerTxt {
    padding: 20px 40px;
    font-size: 13px
}

.PokerBack .left .txt {
    padding-top: 40px
}

#layOutN .slotsBack {
    min-height: 500px
}

    #layOutN .slotsBack.noneBack {
        background-image: none
    }

    #layOutN .slotsBack .right .menu .item.activ,
    #layOutN .slotsBack .right .menu .item:hover,
    #layOutN .slotsBack .right .menu .item.activ a,
    #layOutN .slotsBack .right .menu .item:hover a {
        background-color: #174059;
        color: #fff !important
    }

    #layOutN .slotsBack .right {
        width: 980px
    }

        #layOutN .slotsBack .right .cont {
            color: #fff;
            float: left;
            padding-top: 10px;
            width: 775px
        }

            #layOutN .slotsBack .right .cont .gameLists .menuGame {
                width: 100px;
                float: left
            }

                #layOutN .slotsBack .right .cont .gameLists .menuGame a {
                    display: inline-block;
                    height: 44px;
                    margin: 0 0 5px;
                    padding: 0
                }

                    #layOutN .slotsBack .right .cont .gameLists .menuGame a:hover {
                        background-color: #efb945
                    }

                    #layOutN .slotsBack .right .cont .gameLists .menuGame a img {
                        width: 90px;
                        margin: 0;
                        border: 0
                    }

            #layOutN .slotsBack .right .cont .gameLists .descGame {
                float: left;
                width: 575px;
                color: #daa520
            }

            #layOutN .slotsBack .right .cont h1 {
                text-align: center;
                font-size: 35px;
                margin-top: 0;
                font-weight: normal
            }

            #layOutN .slotsBack .right .cont .gameLists .descGame h2 {
                text-align: center;
                font-size: 25px;
                margin-top: 0
            }

            #layOutN .slotsBack .right .cont .gameLists .descGame .imgGame {
                text-align: center;
                padding: 10px
            }

            #layOutN .slotsBack .right .cont .gameLists .descGame .Txt {
                padding: 20px 60px 0 60px;
                line-height: 20px;
                font-size: 13px;
                text-align: justify;
                color: #fff
            }

.CasinoBacground .op1 {
    background-color: #70ce2d;
    background: linear-gradient(to bottom, #b6e88d 0%, #67c912 3%, #70ce2d 14%, #3ab40f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #3c3c3c;
    height: 41px;
    line-height: 41px;
    width: 320px;
    cursor: pointer
}

    .CasinoBacground .op1 a {
        color: #3c3c3c;
        text-decoration: none
    }

    .CasinoBacground .op1:hover,
    .op1 a:hover {
        color: #000
    }

.PokerBack .op1 {
    background: #cf6969;
    background: -moz-linear-gradient(top, #cf6969 0%, #af0000 3%, #cf0909 14%, #650000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cf6969), color-stop(3%, #af0000), color-stop(14%, #cf0909), color-stop(100%, #650000));
    background: -webkit-linear-gradient(top, #cf6969 0%, #af0000 3%, #cf0909 14%, #650000 100%);
    background: -o-linear-gradient(top, #cf6969 0%, #af0000 3%, #cf0909 14%, #650000 100%);
    background: -ms-linear-gradient(top, #cf6969 0%, #af0000 3%, #cf0909 14%, #650000 100%);
    background: linear-gradient(to bottom, #cf6969 0%, #af0000 3%, #cf0909 14%, #650000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF0000', endColorstr='#650000', GradientType=0);
    color: #d8d8d8;
    height: 41px;
    line-height: 41px;
    width: 320px;
    cursor: pointer
}

    .PokerBack .op1 a {
        color: #d8d8d8;
        text-decoration: none
    }

    .PokerBack .op1:hover,
    .PokerBack .op1:hover a {
        color: #000
    }

    .CasinoBacground .op1 .lbl,
    .PokerBack .op1 .lbl {
        background-color: #a8a8a8;
        border-radius: 3px 3px 3px 3px;
        border: 1px solid #888;
        color: #2e2a2a;
        display: block;
        height: 32px;
        line-height: 32px;
        margin: 4px;
        position: absolute;
        text-align: center;
        width: 95px
    }

.CasinoBacground .op1 .aspNetDisabled,
.op1 .aspNetDisabled:hover {
    color: #3c3c3c
}

.CasinoBacground .op1 span,
.PokerBack .op1 span {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px
}

.CasinoBacground .op1 i,
.PokerBack .op1 i {
    margin-left: 7px;
    font-size: 18px
}

.txbAmount {
    height: 34px;
    width: 95px;
    border: none;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold
}

.WmtxbAmount {
    height: 34px;
    width: 95px;
    border: none;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-style: italic
}

ol,
ul,
li {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

select {
    font-size: 12px
}

.pokerTransfer .transferNotes {
    color: #919191;
    font-size: 13px;
    line-height: 26px;
    margin: 16px 10px 0 27px;
    padding-bottom: 12px
}

.selectContainerStyled {
    cursor: pointer;
    position: relative;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #f1f1f1;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13), inset 0 1px 0 #fff;
    color: 0 1px 3px rgba(0, 0, 0, .13), inset 0 1px 0 #fff !important;
    background-image: linear-gradient(bottom, #dcdcdc 0%, #dcdcdc 2%, #f3f3f3 100%)
}

    .selectContainerStyled select {
        cursor: pointer;
        float: left;
        position: relative;
        z-index: 2;
        height: 30px;
        display: block;
        line-height: 20px;
        padding: 5px 10px;
        margin: 0;
        -moz-appearance: #fff;
        background: transparent;
        background-color: transparent;
        border: none;
        appearance: none
    }

    .selectContainerStyled .arrow {
        position: absolute;
        top: 11px;
        right: 10px;
        display: block;
        width: 0;
        height: 0;
        border-bottom: none;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #333
    }

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: right
}

    ul.dropdown li {
        float: left;
        min-height: 1px;
        line-height: 1.5em;
        font-size: 13px;
        vertical-align: middle
    }

        ul.dropdown li.hover,
        ul.dropdown li:hover {
            position: relative;
            z-index: 599;
            cursor: default
        }

    ul.dropdown ul {
        left: -9px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        z-index: 598;
        background-color: #191919;
        padding: 5px 0
    }

        ul.dropdown ul li {
            float: none
        }

    ul.dropdown span {
        display: block;
        width: 65px;
        text-align: right
    }

        ul.dropdown span i {
            font-size: 12px
        }

    ul.dropdown ul li a {
        background-position: left center;
        color: #bebebe;
        text-decoration: none;
        padding: 2px 3px 2px 20px;
        text-align: center;
        background-repeat: no-repeat;
        margin: 0 4px
    }

        ul.dropdown ul li a:hover {
            color: #fff
        }

        ul.dropdown ul li a.al {
            background-image: url('../img/flags/al.png')
        }

        ul.dropdown ul li a.bs {
            background-image: url('../img/flags/ba.png')
        }

        ul.dropdown ul li a.de {
            background-image: url('../img/flags/de.png')
        }

        ul.dropdown ul li a.en {
            background-image: url('../img/flags/gb.png')
        }

        ul.dropdown ul li a.fr-FR {
            background-image: url('../img/flags/fr.png')
        }

        ul.dropdown ul li a.hr {
            background-image: url('../img/flags/hr.png')
        }

        ul.dropdown ul li a.it {
            background-image: url('../img/flags/it.png')
        }

        ul.dropdown ul li a.sl {
            background-image: url('../img/flags/si.png')
        }

        ul.dropdown ul li a.sr {
            background-image: url('../img/flags/rs.png')
        }

        ul.dropdown ul li a.tr {
            background-image: url('../img/flags/tr.png')
        }

    ul.dropdown ul ul {
        top: 1px;
        left: 99%;
        background-color: #000
    }

    ul.dropdown li:hover > ul {
        visibility: visible
    }

.flagCC {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px 12px
}

    .flagCC.ba {
        background-image: url('../img/flags/ba.png')
    }

    .flagCC.ad {
        background-image: url('../img/flags/ad.png')
    }

    .flagCC.ag {
        background-image: url('../img/flags/ag.png')
    }

    .flagCC.am {
        background-image: url('../img/flags/am.png')
    }

    .flagCC.aq {
        background-image: url('../img/flags/aq.png')
    }

    .flagCC.at {
        background-image: url('../img/flags/at.png')
    }

    .flagCC.ax {
        background-image: url('../img/flags/ax.png')
    }

    .flagCC.ae {
        background-image: url('../img/flags/ae.png')
    }

    .flagCC.ai {
        background-image: url('../img/flags/ai.png')
    }

    .flagCC.an {
        background-image: url('../img/flags/an.png')
    }

    .flagCC.ar {
        background-image: url('../img/flags/ar.png')
    }

    .flagCC.au {
        background-image: url('../img/flags/au.png')
    }

    .flagCC.az {
        background-image: url('../img/flags/az.png')
    }

    .flagCC.af {
        background-image: url('../img/flags/af.png')
    }

    .flagCC.al {
        background-image: url('../img/flags/al.png')
    }

    .flagCC.ao {
        background-image: url('../img/flags/ao.png')
    }

    .flagCC.as {
        background-image: url('../img/flags/as.png')
    }

    .flagCC.aw {
        background-image: url('../img/flags/aw.png')
    }

    .flagCC.bb {
        background-image: url('../img/flags/bb.png')
    }

    .flagCC.bd {
        background-image: url('../img/flags/bd.png')
    }

    .flagCC.be {
        background-image: url('../img/flags/be.png')
    }

    .flagCC.bf {
        background-image: url('../img/flags/bf.png')
    }

    .flagCC.bg {
        background-image: url('../img/flags/bg.png')
    }

    .flagCC.bh {
        background-image: url('../img/flags/bh.png')
    }

    .flagCC.bi {
        background-image: url('../img/flags/bi.png')
    }

    .flagCC.bj {
        background-image: url('../img/flags/bj.png')
    }

    .flagCC.bl {
        background-image: url('../img/flags/bl.png')
    }

    .flagCC.bm {
        background-image: url('../img/flags/bm.png')
    }

    .flagCC.bn {
        background-image: url('../img/flags/bn.png')
    }

    .flagCC.bo {
        background-image: url('../img/flags/bo.png')
    }

    .flagCC.br {
        background-image: url('../img/flags/br.png')
    }

    .flagCC.bs {
        background-image: url('../img/flags/bs.png')
    }

    .flagCC.bt {
        background-image: url('../img/flags/bt.png')
    }

    .flagCC.bv {
        background-image: url('../img/flags/bv.png')
    }

    .flagCC.bw {
        background-image: url('../img/flags/bw.png')
    }

    .flagCC.by {
        background-image: url('../img/flags/by.png')
    }

    .flagCC.bz {
        background-image: url('../img/flags/bz.png')
    }

    .flagCC.ca {
        background-image: url('../img/flags/ca.png')
    }

    .flagCC.cc {
        background-image: url('../img/flags/cc.png')
    }

    .flagCC.cd {
        background-image: url('../img/flags/cd.png')
    }

    .flagCC.cf {
        background-image: url('../img/flags/cf.png')
    }

    .flagCC.cg {
        background-image: url('../img/flags/cg.png')
    }

    .flagCC.ch {
        background-image: url('../img/flags/ch.png')
    }

    .flagCC.ci {
        background-image: url('../img/flags/ci.png')
    }

    .flagCC.ck {
        background-image: url('../img/flags/ck.png')
    }

    .flagCC.cl {
        background-image: url('../img/flags/cl.png')
    }

    .flagCC.cm {
        background-image: url('../img/flags/cm.png')
    }

    .flagCC.cn {
        background-image: url('../img/flags/cn.png')
    }

    .flagCC.co {
        background-image: url('../img/flags/co.png')
    }

    .flagCC.cr {
        background-image: url('../img/flags/cr.png')
    }

    .flagCC.cu {
        background-image: url('../img/flags/cu.png')
    }

    .flagCC.cv {
        background-image: url('../img/flags/cv.png')
    }

    .flagCC.cx {
        background-image: url('../img/flags/cx.png')
    }

    .flagCC.cy {
        background-image: url('../img/flags/cy.png')
    }

    .flagCC.cz {
        background-image: url('../img/flags/cz.png')
    }

    .flagCC.de {
        background-image: url('../img/flags/de.png')
    }

    .flagCC.dj {
        background-image: url('../img/flags/dj.png')
    }

    .flagCC.dk {
        background-image: url('../img/flags/dk.png')
    }

    .flagCC.dm {
        background-image: url('../img/flags/dm.png')
    }

    .flagCC.do {
        background-image: url('../img/flags/do.png')
    }

    .flagCC.dz {
        background-image: url('../img/flags/dz.png')
    }

    .flagCC.ec {
        background-image: url('../img/flags/ec.png')
    }

    .flagCC.ee {
        background-image: url('../img/flags/ee.png')
    }

    .flagCC.eg {
        background-image: url('../img/flags/eg.png')
    }

    .flagCC.eh {
        background-image: url('../img/flags/eh.png')
    }

    .flagCC.er {
        background-image: url('../img/flags/er.png')
    }

    .flagCC.es {
        background-image: url('../img/flags/es.png')
    }

    .flagCC.et {
        background-image: url('../img/flags/et.png')
    }

    .flagCC.fi {
        background-image: url('../img/flags/fi.png')
    }

    .flagCC.fj {
        background-image: url('../img/flags/fj.png')
    }

    .flagCC.fk {
        background-image: url('../img/flags/fk.png')
    }

    .flagCC.fm {
        background-image: url('../img/flags/fm.png')
    }

    .flagCC.fo {
        background-image: url('../img/flags/fo.png')
    }

    .flagCC.fr {
        background-image: url('../img/flags/fr.png')
    }

    .flagCC.ga {
        background-image: url('../img/flags/ga.png')
    }

    .flagCC.gb {
        background-image: url('../img/flags/gb.png')
    }

    .flagCC.gd {
        background-image: url('../img/flags/gd.png')
    }

    .flagCC.ge {
        background-image: url('../img/flags/ge.png')
    }

    .flagCC.gf {
        background-image: url('../img/flags/gf.png')
    }

    .flagCC.gg {
        background-image: url('../img/flags/gg.png')
    }

    .flagCC.gh {
        background-image: url('../img/flags/gh.png')
    }

    .flagCC.gi {
        background-image: url('../img/flags/gi.png')
    }

    .flagCC.gl {
        background-image: url('../img/flags/gl.png')
    }

    .flagCC.gm {
        background-image: url('../img/flags/gm.png')
    }

    .flagCC.gn {
        background-image: url('../img/flags/gn.png')
    }

    .flagCC.gp {
        background-image: url('../img/flags/gp.png')
    }

    .flagCC.gq {
        background-image: url('../img/flags/gq.png')
    }

    .flagCC.gr {
        background-image: url('../img/flags/gr.png')
    }

    .flagCC.gs {
        background-image: url('../img/flags/gs.png')
    }

    .flagCC.gt {
        background-image: url('../img/flags/gt.png')
    }

    .flagCC.gu {
        background-image: url('../img/flags/gu.png')
    }

    .flagCC.gw {
        background-image: url('../img/flags/gw.png')
    }

    .flagCC.gy {
        background-image: url('../img/flags/gy.png')
    }

    .flagCC.hk {
        background-image: url('../img/flags/hk.png')
    }

    .flagCC.hm {
        background-image: url('../img/flags/hm.png')
    }

    .flagCC.hn {
        background-image: url('../img/flags/hn.png')
    }

    .flagCC.hr {
        background-image: url('../img/flags/hr.png')
    }

    .flagCC.ht {
        background-image: url('../img/flags/ht.png')
    }

    .flagCC.hu {
        background-image: url('../img/flags/hu.png')
    }

    .flagCC.id {
        background-image: url('../img/flags/id.png')
    }

    .flagCC.ie {
        background-image: url('../img/flags/ie.png')
    }

    .flagCC.il {
        background-image: url('../img/flags/il.png')
    }

    .flagCC.im {
        background-image: url('../img/flags/im.png')
    }

    .flagCC.in {
        background-image: url('../img/flags/in.png')
    }

    .flagCC.io {
        background-image: url('../img/flags/io.png')
    }

    .flagCC.iq {
        background-image: url('../img/flags/iq.png')
    }

    .flagCC.ir {
        background-image: url('../img/flags/ir.png')
    }

    .flagCC.is {
        background-image: url('../img/flags/is.png')
    }

    .flagCC.it {
        background-image: url('../img/flags/it.png')
    }

    .flagCC.je {
        background-image: url('../img/flags/je.png')
    }

    .flagCC.jm {
        background-image: url('../img/flags/jm.png')
    }

    .flagCC.jo {
        background-image: url('../img/flags/jo.png')
    }

    .flagCC.jp {
        background-image: url('../img/flags/jp.png')
    }

    .flagCC.ke {
        background-image: url('../img/flags/ke.png')
    }

    .flagCC.kg {
        background-image: url('../img/flags/kg.png')
    }

    .flagCC.kh {
        background-image: url('../img/flags/kh.png')
    }

    .flagCC.ki {
        background-image: url('../img/flags/ki.png')
    }

    .flagCC.km {
        background-image: url('../img/flags/km.png')
    }

    .flagCC.kn {
        background-image: url('../img/flags/kn.png')
    }

    .flagCC.kp {
        background-image: url('../img/flags/kp.png')
    }

    .flagCC.kr {
        background-image: url('../img/flags/kr.png')
    }

    .flagCC.kw {
        background-image: url('../img/flags/kw.png')
    }

    .flagCC.ky {
        background-image: url('../img/flags/ky.png')
    }

    .flagCC.kz {
        background-image: url('../img/flags/kz.png')
    }

    .flagCC.la {
        background-image: url('../img/flags/la.png')
    }

    .flagCC.lb {
        background-image: url('../img/flags/lb.png')
    }

    .flagCC.lc {
        background-image: url('../img/flags/lc.png')
    }

    .flagCC.li {
        background-image: url('../img/flags/li.png')
    }

    .flagCC.lk {
        background-image: url('../img/flags/lk.png')
    }

    .flagCC.lr {
        background-image: url('../img/flags/lr.png')
    }

    .flagCC.ls {
        background-image: url('../img/flags/ls.png')
    }

    .flagCC.lt {
        background-image: url('../img/flags/lt.png')
    }

    .flagCC.lu {
        background-image: url('../img/flags/lu.png')
    }

    .flagCC.lv {
        background-image: url('../img/flags/lv.png')
    }

    .flagCC.ly {
        background-image: url('../img/flags/ly.png')
    }

    .flagCC.ma {
        background-image: url('../img/flags/ma.png')
    }

    .flagCC.mc {
        background-image: url('../img/flags/mc.png')
    }

    .flagCC.md {
        background-image: url('../img/flags/md.png')
    }

    .flagCC.me {
        background-image: url('../img/flags/me.png')
    }

    .flagCC.mf {
        background-image: url('../img/flags/mf.png')
    }

    .flagCC.mg {
        background-image: url('../img/flags/mg.png')
    }

    .flagCC.mh {
        background-image: url('../img/flags/mh.png')
    }

    .flagCC.mk {
        background-image: url('../img/flags/mk.png')
    }

    .flagCC.ml {
        background-image: url('../img/flags/ml.png')
    }

    .flagCC.mm {
        background-image: url('../img/flags/mm.png')
    }

    .flagCC.mn {
        background-image: url('../img/flags/mn.png')
    }

    .flagCC.mo {
        background-image: url('../img/flags/mo.png')
    }

    .flagCC.mp {
        background-image: url('../img/flags/mp.png')
    }

    .flagCC.mq {
        background-image: url('../img/flags/mq.png')
    }

    .flagCC.mr {
        background-image: url('../img/flags/mr.png')
    }

    .flagCC.ms {
        background-image: url('../img/flags/ms.png')
    }

    .flagCC.mt {
        background-image: url('../img/flags/mt.png')
    }

    .flagCC.mu {
        background-image: url('../img/flags/mu.png')
    }

    .flagCC.mv {
        background-image: url('../img/flags/mv.png')
    }

    .flagCC.mw {
        background-image: url('../img/flags/mw.png')
    }

    .flagCC.mx {
        background-image: url('../img/flags/mx.png')
    }

    .flagCC.my {
        background-image: url('../img/flags/my.png')
    }

    .flagCC.mz {
        background-image: url('../img/flags/mz.png')
    }

    .flagCC.na {
        background-image: url('../img/flags/na.png')
    }

    .flagCC.nc {
        background-image: url('../img/flags/nc.png')
    }

    .flagCC.ne {
        background-image: url('../img/flags/ne.png')
    }

    .flagCC.nf {
        background-image: url('../img/flags/nf.png')
    }

    .flagCC.ng {
        background-image: url('../img/flags/ng.png')
    }

    .flagCC.ni {
        background-image: url('../img/flags/ni.png')
    }

    .flagCC.nl {
        background-image: url('../img/flags/nl.png')
    }

    .flagCC.no {
        background-image: url('../img/flags/no.png')
    }

    .flagCC.np {
        background-image: url('../img/flags/np.png')
    }

    .flagCC.nr {
        background-image: url('../img/flags/nr.png')
    }

    .flagCC.nu {
        background-image: url('../img/flags/nu.png')
    }

    .flagCC.nz {
        background-image: url('../img/flags/nz.png')
    }

    .flagCC.om {
        background-image: url('../img/flags/om.png')
    }

    .flagCC.pa {
        background-image: url('../img/flags/pa.png')
    }

    .flagCC.pe {
        background-image: url('../img/flags/pe.png')
    }

    .flagCC.pf {
        background-image: url('../img/flags/pf.png')
    }

    .flagCC.pg {
        background-image: url('../img/flags/pg.png')
    }

    .flagCC.ph {
        background-image: url('../img/flags/ph.png')
    }

    .flagCC.pk {
        background-image: url('../img/flags/pk.png')
    }

    .flagCC.pl {
        background-image: url('../img/flags/pl.png')
    }

    .flagCC.pm {
        background-image: url('../img/flags/pm.png')
    }

    .flagCC.pn {
        background-image: url('../img/flags/pn.png')
    }

    .flagCC.pr {
        background-image: url('../img/flags/pr.png')
    }

    .flagCC.ps {
        background-image: url('../img/flags/ps.png')
    }

    .flagCC.pt {
        background-image: url('../img/flags/pt.png')
    }

    .flagCC.pw {
        background-image: url('../img/flags/pw.png')
    }

    .flagCC.py {
        background-image: url('../img/flags/py.png')
    }

    .flagCC.qa {
        background-image: url('../img/flags/qa.png')
    }

    .flagCC.re {
        background-image: url('../img/flags/re.png')
    }

    .flagCC.ro {
        background-image: url('../img/flags/ro.png')
    }

    .flagCC.rs {
        background-image: url('../img/flags/rs.png')
    }

    .flagCC.ru {
        background-image: url('../img/flags/ru.png')
    }

    .flagCC.rw {
        background-image: url('../img/flags/rw.png')
    }

    .flagCC.sa {
        background-image: url('../img/flags/sa.png')
    }

    .flagCC.sb {
        background-image: url('../img/flags/sb.png')
    }

    .flagCC.sc {
        background-image: url('../img/flags/sc.png')
    }

    .flagCC.sd {
        background-image: url('../img/flags/sd.png')
    }

    .flagCC.se {
        background-image: url('../img/flags/se.png')
    }

    .flagCC.sg {
        background-image: url('../img/flags/sg.png')
    }

    .flagCC.sh {
        background-image: url('../img/flags/sh.png')
    }

    .flagCC.si {
        background-image: url('../img/flags/si.png')
    }

    .flagCC.sj {
        background-image: url('../img/flags/sj.png')
    }

    .flagCC.sk {
        background-image: url('../img/flags/sk.png')
    }

    .flagCC.sl {
        background-image: url('../img/flags/sl.png')
    }

    .flagCC.sm {
        background-image: url('../img/flags/sm.png')
    }

    .flagCC.sn {
        background-image: url('../img/flags/sn.png')
    }

    .flagCC.so {
        background-image: url('../img/flags/so.png')
    }

    .flagCC.sr {
        background-image: url('../img/flags/sr.png')
    }

    .flagCC.st {
        background-image: url('../img/flags/st.png')
    }

    .flagCC.sv {
        background-image: url('../img/flags/sv.png')
    }

    .flagCC.sy {
        background-image: url('../img/flags/sy.png')
    }

    .flagCC.sz {
        background-image: url('../img/flags/sz.png')
    }

    .flagCC.tc {
        background-image: url('../img/flags/tc.png')
    }

    .flagCC.td {
        background-image: url('../img/flags/td.png')
    }

    .flagCC.tf {
        background-image: url('../img/flags/tf.png')
    }

    .flagCC.tg {
        background-image: url('../img/flags/tg.png')
    }

    .flagCC.th {
        background-image: url('../img/flags/th.png')
    }

    .flagCC.tj {
        background-image: url('../img/flags/tj.png')
    }

    .flagCC.tk {
        background-image: url('../img/flags/tk.png')
    }

    .flagCC.tl {
        background-image: url('../img/flags/tl.png')
    }

    .flagCC.tm {
        background-image: url('../img/flags/tm.png')
    }

    .flagCC.tn {
        background-image: url('../img/flags/tn.png')
    }

    .flagCC.to {
        background-image: url('../img/flags/to.png')
    }

    .flagCC.tr {
        background-image: url('../img/flags/tr.png')
    }

    .flagCC.tt {
        background-image: url('../img/flags/tt.png')
    }

    .flagCC.tv {
        background-image: url('../img/flags/tv.png')
    }

    .flagCC.tw {
        background-image: url('../img/flags/tw.png')
    }

    .flagCC.tz {
        background-image: url('../img/flags/tz.png')
    }

    .flagCC.ua {
        background-image: url('../img/flags/ua.png')
    }

    .flagCC.ug {
        background-image: url('../img/flags/ug.png')
    }

    .flagCC.um {
        background-image: url('../img/flags/um.png')
    }

    .flagCC.us {
        background-image: url('../img/flags/us.png')
    }

    .flagCC.uy {
        background-image: url('../img/flags/uy.png')
    }

    .flagCC.uz {
        background-image: url('../img/flags/uz.png')
    }

    .flagCC.va {
        background-image: url('../img/flags/va.png')
    }

    .flagCC.vc {
        background-image: url('../img/flags/vc.png')
    }

    .flagCC.ve {
        background-image: url('../img/flags/ve.png')
    }

    .flagCC.vg {
        background-image: url('../img/flags/vg.png')
    }

    .flagCC.vi {
        background-image: url('../img/flags/vi.png')
    }

    .flagCC.vn {
        background-image: url('../img/flags/vn.png')
    }

    .flagCC.vu {
        background-image: url('../img/flags/vu.png')
    }

    .flagCC.wf {
        background-image: url('../img/flags/wf.png')
    }

    .flagCC.ws {
        background-image: url('../img/flags/ws.png')
    }

    .flagCC.ye {
        background-image: url('../img/flags/ye.png')
    }

    .flagCC.yt {
        background-image: url('../img/flags/yt.png')
    }

    .flagCC.za {
        background-image: url('../img/flags/za.png')
    }

    .flagCC.zm {
        background-image: url('../img/flags/zm.png')
    }

    .flagCC.zw {
        background-image: url('../img/flags/zw.png')
    }

@font-face {
    font-family: 'open_sans_regular';
    src: url('../../fonts/opensans-regular-webfont.eot?');
    src: url('../../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-regular-webfont.woff') format('woff'), url('../../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sans_semibold';
    src: url('../../fonts/opensans-semibold-webfont.eot?');
    src: url('../../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-semibold-webfont.woff') format('woff'), url('../../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sans_bold';
    src: url('../../fonts/opensans-bold-webfont.eot?');
    src: url('../../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-bold-webfont.woff') format('woff'), url('../../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sans_light';
    src: url('../../fonts/opensans-light-webfont.eot?');
    src: url('../../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-light-webfont.woff') format('woff'), url('../../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

.scr_head {
    background-image: url("../img/bg_header.jpg");
    background-position: center 0;
    background-repeat: repeat
}

#MasterMenuOverlay {
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 1
}

#header {
    height: 120px;
    width: 1000px;
    margin: 0 auto;
    z-index: 999
}

    #header .inner {
        height: 35px;
        margin: 0 auto
    }

    #header .line {
        background-image: url("../img/bets/cal_div.jpg");
        background-position: left 1px;
        background-repeat: no-repeat;
        height: 35px;
        width: 2px;
        margin: 0 5px;
        float: left
    }

    #header .inner .logo {
        float: left;
        margin-top: 8px
    }

    #header .login {
        float: right;
        height: 48px
    }

        #header .login .firstRow {
            height: 30px;
            float: right
        }

        #header .login .secondRow {
            height: 30px;
            float: right
        }

    #header .neprijavljen .language {
        padding-left: 5px;
        margin-top: 3px
    }

    #header .login .maliIznornik {
        display: none
    }

    #header .login .input {
        background-color: #262626;
        background-image: url("../img/bg_input.png");
        background-repeat: repeat-x;
        border: 1px solid #000;
        border-radius: 4px 4px 4px 4px;
        color: #868686;
        float: left;
        font-size: 12px;
        height: 22px;
        margin-right: 6px;
        outline: 0 none;
        padding-left: 10px;
        width: 100px
    }

        #header .login .input.activInput {
            color: #fff
        }

    #header .login .register .lnk {
        color: #fbdc5f;
        display: block;
        float: left;
        margin-top: 8px;
        text-decoration: none;
        font-size: 12px
    }

        #header .login .register .lnk.desni {
            margin-left: 15px
        }

    #header #navigation {
        background-position: center 52px;
        background-repeat: no-repeat;
        padding-top: 63px
    }

        #header #navigation .inner {
            margin: 0
        }

#NavigationHomePage {
    padding-right: 10px !important
}

#header #navigation .inner a#navSport,
#header #navigation .inner a#navSlots {
    padding-right: 0
}

#MasterMunu3 {
    margin-right: 11px
}

#MasterMunu2,
#MasterMunu3,
#MasterMunu4 {
    border-radius: 8px;
    margin-left: -5px
}

    #MasterMunu2:hover,
    #MasterMunu3:hover,
    #MasterMunu4:hover {
        background-color: #7d1915
    }

#header #navigation .inner i {
    color: #424242;
    font-size: 24px;
    padding-left: 5px;
    padding-top: 0
}

    #header #navigation .inner i:hover {
        color: #d3251d
    }

#header .login .submit {
    background: #650000;
    background: -moz-linear-gradient(top, #650000 0%, #dc261d 3%, #d3251d 14%, #650000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #650000), color-stop(3%, #dc261d), color-stop(14%, #d3251d), color-stop(100%, #650000));
    background: -webkit-linear-gradient(top, #650000 0%, #dc261d 3%, #d3251d 14%, #650000 100%);
    background: -o-linear-gradient(top, #650000 0%, #dc261d 3%, #d3251d 14%, #650000 100%);
    background: -ms-linear-gradient(top, #650000 0%, #dc261d 3%, #d3251d 14%, #650000 100%);
    background: linear-gradient(to bottom, #650000 0%, #dc261d 3%, #d3251d 14%, #650000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#650000', endColorstr='#D3251D', GradientType=0);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: left;
    font: 11px open_sans_semibold;
    height: 25px;
    text-shadow: 0 1px 0 #930d0d;
    border: 0 none;
    min-width: 70px
}

#header .headSirina {
    padding: 0 5px
}

#header #navigation .inner a {
    color: #f2f2f2;
    display: inline-block;
    font: 16px open_sans_regular;
    padding-right: 23px;
    padding-top: 0;
    text-decoration: none
}

    #header #navigation .inner a:hover {
        color: #d3251d
    }

#header #navigation .ddlVirtal {
    position: absolute;
    display: inline-block;
    margin-top: 25px;
    width: 150px;
    background-color: rgba(250, 250, 250, .9);
    border-radius: 0 0 9px 9px;
    border: 1px solid #fff;
    box-shadow: 8px 7px 15px 5px #777;
    z-index: 10000;
    -webkit-transition: visibility 0s linear .17s;
    -moz-transition: visibility 0s linear .17s;
    transition: visibility 0s linear .17s;
    visibility: hidden
}

    #header #navigation .ddlVirtal.drugi {
        margin-left: -80px
    }

    #header #navigation .ddlVirtal.prvi {
        margin-left: -110px
    }

    #header #navigation .ddlVirtal.Activ {
        -moz-transition: visibility 0s linear .17s;
        -o-transition: visibility 0s linear .17s;
        -webkit-transition: visibility 0s linear .17s;
        transition: visibility 0s linear .17s;
        visibility: visible
    }

#header #navigation .inner .ddlVirtal a {
    color: #444;
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
    text-align: center
}

    #header #navigation .inner .ddlVirtal a:hover,
    #header #navigation .inner .ddlHeadMenu.Activ {
        color: #d3251d
    }

#navPoker {
    padding-right: 0 !important
}

#MasterMunu4 {
    margin-right: 10px
}

#header #navigation #itemMasterMenu4 {
    margin-left: -169px !important
}

.ddlHeadMenu {
    background: url(../img/bets/carat-d-white.png) no-repeat center right
}

    .ddlHeadMenu.Activ {
        background: url(../img/bets/carat-u-black.png) no-repeat center right
    }

.scr_h_secundary #header #navigation .inner .ddlVirtal a {
    color: #444;
    padding-right: 0
}

#homepage {
    background-color: #171717;
    padding: 10px
}

    #homepage .banner_top_xl {
        height: 250px;
        position: relative;
        width: 770px;
        z-index: 99;
        background-color: #212121;
        float: left
    }

    #homepage .baner_top_xl_txt {
        height: 250px;
        position: relative;
        width: 210px;
        z-index: 99;
        background-color: #000;
        margin-left: 0;
        float: left
    }

.baner_top_xl_txt .top {
    color: #c3c3c3;
    font: 40px open_sans_regular;
    margin: 10px;
    text-align: center
}

.baner_top_xl_txt .txt {
    margin: 15px 15px 0 15px;
    color: #c3c3c3;
    text-align: left;
    font-size: 15px;
    line-height: 20px
}

#content {
    margin: 0 auto;
    padding-top: 5px;
    min-height: 80vh;
    width: 1000px
}

#homepage .banerBig {
    max-height: 600px;
    min-height: 250px;
    overflow: hidden;
    margin: 0 auto
}

#homepage .liveHead {
    height: 38px;
    margin-left: 0;
    margin-top: 0;
    background-image: url(../img/live-kuglice.gif);
    background-position: 5px 8px;
    background-repeat: no-repeat
}

#homepage .livePar {
    height: 48.6px;
    margin-bottom: 3px
}

    #homepage .livePar a {
        color: #aaa
    }

    #homepage .livePar table {
        height: 100%;
        width: 100%
    }

    #homepage .livePar.sp1 {
        background-color: #17290d
    }

    #homepage .livePar.sp2 {
        background-color: #873d16
    }

    #homepage .livePar.sp3 {
        background-color: #6c614c
    }

    #homepage .livePar.sp4 {
        background-color: #3a595d
    }

    #homepage .livePar.sp5 {
        background-color: #5a321d
    }

    #homepage .livePar.sp6 {
        background-color: #1c4560
    }

    #homepage .livePar.sp12 {
        background-color: #42622b
    }

    #homepage .livePar.sp16 {
        background-color: #407638
    }

    #homepage .livePar.sp19 {
        background-color: #135a5e
    }

    #homepage .livePar.sp20 {
        background-color: #2f3f73
    }

    #homepage .livePar.sp22 {
        background-color: #581002
    }

    #homepage .livePar.sp23 {
        background-color: #052445
    }

    #homepage .livePar.sp29 {
        background-color: #132b52
    }

    #homepage .livePar.sp31 {
        background-color: #26705c
    }

    #homepage .livePar.sp34 {
        background-color: #275aac
    }

    #homepage .livePar .status {
        width: 45px;
        font-size: .8em;
        text-align: left
    }

        #homepage .livePar .status .s1 {
            color: #efc416;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

    #homepage .livePar .rezultat .r1,
    #homepage .livePar .rezultat .r2 {
        background-color: #a67b19;
        color: #000;
        padding: 0 3px;
        margin-bottom: 1px;
        text-align: center;
        height: 17px;
        line-height: 17px;
        font-size: .9em
    }

    #homepage .livePar .naziv {
        overflow: hidden;
        white-space: nowrap
    }

    #homepage .livePar .periodi {
        text-align: right;
        overflow: hidden;
        white-space: nowrap;
        max-width: 72px
    }

        #homepage .livePar .periodi .per {
            border: 1px solid #353535;
            color: #d4d4d4;
            display: inline-block;
            margin-right: 3px;
            text-align: center;
            width: 20px;
            height: 17px;
            line-height: 17px;
            font-size: .85em
        }

    #homepage .livePar .redCard {
        padding-right: 13px;
        background-image: url(../img/myaccount/RedCard2.png);
        background-position: right center;
        background-repeat: no-repeat
    }

    #homepage .livePar .rezultat {
        text-align: right;
        width: 20px
    }

#homepage .v_m_span {
    margin-left: 12px;
    margin-top: -10px
}

#homepage .banerBig img {
    width: 100%
}

#homepage .slider2 img {
    width: 314px
}

#newC {
    width: 100%
}

.rezultatSnooker {
    margin-right: 5px;
    width: 21px;
    min-height: 15px;
    display: table-cell;
    text-align: center;
    color: #000;
    background-color: #bbb
}

#homepage .flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 20%;
    display: block;
    color: #fff;
    width: 100%
}

#homepage .fc-hpage {
    display: block;
    margin: 0 auto;
    max-width: 1140px
}

#homepage .flex-caption * {
    font-size: 1em;
    margin: 0;
    padding: 0
}

#homepage .fc-hpage .font-xl {
    font-size: 2em
}

#homepage .fc-hpage p {
    margin-top: 0;
    padding: 0 15px
}

#header {
    width: 1000px;
    margin: 0 auto;
    max-width: 1140px
}

#homepage .push10 {
    margin-bottom: 10px
}

#homepage .uppercase {
    text-transform: uppercase
}

#homepage .font-xl,
#homepage .container .xl-large {
    font-size: 4em;
    line-height: 1.2em
}

#homepage .flex-caption .fc-hpage .font-xl {
    font-size: 2em
}

#homepage .flex-caption .fc-hpage p {
    margin-top: 0;
    padding: 0 15px
}

#homepage .push30 {
    margin-bottom: 10px
}

#homepage .flex-caption .fc-hpage * span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    color: #fff;
    display: inline-block;
    font-style: normal;
    padding: 5px 8px
}

#homepage .flex-caption .fc-hpage.fc-light * span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
    color: #000
}

#homepage .container {
    margin: 0 auto;
    max-width: 1000px;
    color: #949494;
    clear: both;
    font-size: 1em;
    line-height: 1.4em;
    padding: 20px 0
}

#topbar,
#header,
#intro,
.container,
.p-footer,
#copyright {
    margin: 0 auto
}

#homepage .push80 {
    margin-bottom: 50px
}

#homepage h2,
#homepage h1 {
    font-size: 1.6em
}

#homepage h1,
#homepage h2,
#homepage h3,
#homepage h4,
#homepage h5,
#homepage h6 {
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px
}

#homepage .clear2 {
    clear: both;
    display: block
}

    #homepage .clear2:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden
    }

#homepage h1 span:after,
#homepage h2 span:after,
#homepage h3 span:after,
#homepage h4 span:after,
#homepage h5 span:after,
#homepage h6 span:after {
    background-color: #800000;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px
}

#homepage h1 span,
#homepage h2 span,
#homepage h3 span,
#homepage h4 span,
#homepage h5 span,
#homepage h6 span {
    border-bottom: 1px solid #333;
    display: block;
    padding-bottom: 5px;
    position: relative
}

#homepage .font-medium,
#homepage .container .font-medium {
    font-size: 1.2em
}

#homepage .carousel.flex-carousel {
    position: relative
}

#homepage .carousel li {
    margin-right: 30px
}

#homepage .bold {
    font-weight: bold
}

#homepage .flex-slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#homepage .flex-slides,
#homepage .flex-control-nav,
#homepage .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

#homepage .flexslider .flex-slides a {
    outline: medium none;
    text-decoration: none
}

#homepage a {
    color: #d54346
}

#homepage a,
#homepage *:focus,
#homepage *:active {
    outline: medium none;
    text-decoration: none
}

#homepage .center {
    text-align: center
}

#homepage .nospace {
    margin: 0;
    padding: 0
}

.one_half,
.one_third,
.two_third,
.one_quarter,
.two_quarter,
.three_quarter,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.two_sixth,
.three_sixth,
.four_sixth,
.five_sixth {
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0 0 0 3%;
    position: relative
}

.one_half {
    width: 47.5%
}

.one_third {
    width: 30%
}

.first {
    clear: left
}

.first,
.nogutter {
    margin-left: 0
}

.one_fifth {
    width: 16%
}

    .one_fifth i {
        font-size: 2.3em
    }

.nospace.spacing li {
    margin-bottom: 25px
}

.four_fifth {
    width: 79%
}

#homepage .button.white {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #666
}

#homepage .button.small {
    font-size: .9em;
    padding: 6px 15px 5px
}

#homepage .button {
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase
}

#homepage .white {
    color: #fff
}

.defaultLive {
    height: 258px;
    background-image: url('../img/ucHome/uzivo.jpg');
    background-position: center;
    background-repeat: no-repeat
}

#homepage .parovi {
    font-size: 12px
}

    #homepage .parovi tr {
        background: none;
        color: #aaa;
        background-color: #222
    }

    #homepage .parovi td {
        height: 24px
    }

        #homepage .parovi td.datumParL {
            font-size: 11px;
            color: #7d7d7d;
            width: 80px
        }

#homepage .slider2 figure {
    margin-left: 0
}

#homepage .dipBonus {
    height: 180px;
    width: 314px;
    background-image: url('../img/slots/pozadina-slot2.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.tenisback {
    background-image: url('../Images/LiveNaslov/live-tenis-n.jpg');
    width: 320px;
    height: 175px
}

.divBodyLivePromotion {
    color: #fff;
    font-size: 18px;
    height: 137px;
    text-align: center
}

.labelTimD {
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 340px;
    overflow: hidden;
    white-space: nowrap
}

.labelTimG {
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 30px;
    margin: 15px auto 0 auto;
    max-width: 340px;
    overflow: hidden;
    white-space: nowrap
}

.labelDelimiter {
    vertical-align: top;
    margin-left: 2px;
    margin-right: 2px
}

.labelAktivRezultat {
    text-align: center;
    font-size: 59px;
    color: #ffa500;
    margin-left: -10px
}

.labelAktivRezultatT {
    text-align: center;
    font-size: 59px;
    color: #ffa500;
    margin-left: -10px
}

.labelNogPeriod {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 340px;
    margin-top: 20px;
    color: #ffa500;
    font-size: 14px
}

.divNazivPara {
    margin-left: auto;
    margin-right: auto;
    font-family: Aharoni;
    margin-top: 20px;
    color: #ffa500
}

.divSetoviRezultat {
    white-space: nowrap;
    width: 10em;
    text-align: left;
    width: 320px;
    padding-top: 0
}

.divSetRedniBroj {
    white-space: nowrap;
    width: 10em;
    text-align: left;
    width: 320px;
    padding-top: 30px
}

.labelHeading {
    width: 59px;
    margin-left: 15px;
    display: inline-block;
    font-size: 12px;
    color: #fc0
}

.labelSet {
    width: 43px;
    margin-left: 15px;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    text-align: left;
    background-color: transparent
}

.labelSetRezAkt {
    color: #daa520;
    width: 45px;
    margin-left: 15px;
    display: inline-block;
    font-size: 19px;
    background-color: transparent
}

.labelAligmentTurnir {
    color: #ffa500;
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-right: 10px;
    max-width: 300px;
    overflow: hidden;
    padding-top: 3px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.DiplomatSJPStyle {
    width: 320px;
    height: 175px;
    background-image: url('../img/slots/wwijp_super.png');
    background-position: center;
    background-repeat: no-repeat
}

.DiplomaSlot {
    width: 320px;
    height: 175px;
    background-image: url('../img/slots/wwijp_slot.png');
    background-position: center;
    background-repeat: no-repeat
}

.DiplomatMix {
    width: 320px;
    height: 175px;
    background-image: url('../img/slots/wwijp_mix.png');
    background-position: center;
    background-repeat: no-repeat
}

.iznosDiplomatBonus {
    padding-top: 137px;
    color: #000;
    font-size: 18px;
    text-align: center
}

.superBonus {
    height: 180px;
    background-image: url('../img/slots/wwijp_super.png');
    background-position: center 0;
    background-repeat: no-repeat
}

.slotBonus {
    height: 180px;
    background-image: url('../img/slots/wwijp_slot.png');
    background-position: center 7px;
    background-repeat: no-repeat
}

.mixBonus {
    height: 180px;
    background-image: url('../img/slots/wwijp_mix.png');
    background-position: center 5px;
    background-repeat: no-repeat
}

    .superBonus.Activ,
    .slotBonus.Activ,
    .mixBonus.Activ {
        background-color: #650000
    }

.gameLists a {
    text-decoration: none
}

.gameLists .tblLista {
    margin-top: 15px
}

#promoPage {
    margin: 10px 3px 0 10px
}

    #promoPage a {
        text-decoration: none
    }

    #promoPage img {
        width: 100%
    }

    #promoPage .mixBonus,
    #promoPage .slotBonus {
        margin-top: 2px
    }

.nogometStyle {
    height: 258px;
    width: 350px;
    background-image: url('../img/ucHome/Live.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.tenisStyle {
    width: 350px;
    height: 258px;
    background-image: url('../img/ucHome/tenis-uzivo.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.kosarkaStyle {
    width: 350px;
    height: 258px;
    background-image: url('../img/ucHome/kosarka-live.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.OdbojkaStyle {
    width: 350px;
    height: 258px;
    background-image: url('../img/ucHome/odbojka-live.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.HokejStyle {
    width: 350px;
    height: 258px;
    background-image: url('../img/ucHome/hokej-uzivo.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.RukometStyle {
    width: 350px;
    height: 258px;
    background-image: url('../img/ucHome/rukomet.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.RugbyStyle {
    width: 350px;
    height: 258px;
    background-image: url('../img/ucHome/rugby.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.BejzbolStyle {
    height: 258px;
    width: 350px;
    background-image: url('../img/ucHome/bejzbol.jpg');
    background-position: center;
    background-repeat: no-repeat
}

.container {
    color: #949494
}

.baner_sIN {
    height: 175px;
    width: 320px
}

.pozadinaProzirna {
    background-image: url("../img/2.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding: 0 20px 0 12px;
    position: relative;
    text-align: left;
    z-index: 100
}

.margin-left1 {
    margin-left: 10px
}

.margin-left2 {
    margin-left: 15px
}

#footer {
    background-image: url("../img/bg_footer_black.png");
    background-repeat: repeat-x;
    margin-top: 30px;
    width: 100%
}

    #footer .inner {
        background-image: url("../img/bg_footer_inner.png");
        background-position: center top;
        background-repeat: no-repeat;
        margin: 0 auto;
        width: 100%
    }

    #footer,
    #footer .inner {
        height: 100px
    }

        #footer .top {
            padding-top: 20px;
            text-align: left
        }

            #footer .top a {
                color: #999;
                font: 13px open_sans_regular;
                text-decoration: none;
                margin: 0 5px
            }

        #footer .copy_wrap {
            margin-right: 0;
            width: 30%;
            margin-top: -14px
        }

.clear.footerLine {
    padding-top: 15px;
    border-bottom: 1px solid #333 !important
}

#footer .Txt {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding: 10px
}

    #footer .Txt a {
        color: #666;
        text-decoration: underline
    }

.imgFooter {
    margin-left: 20px;
    padding-top: 35px
}

.fl {
    float: left
}

.fr {
    float: right
}

#footer .copyright {
    color: #999;
    font: 11px open_sans_semibold;
    margin-right: 8px;
    padding-top: 16px
}

#footer .plas18 {
    background-image: url("../img/18plas.png");
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    margin-right: 5px;
    margin-top: 5px;
    width: 38px
}

.imgFooter a:hover {
    background-position: center bottom
}

.card1Link {
    background-image: url("../slike/visaMaster.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin-right: 15px;
    width: 48px
}

.card2Link {
    background-image: url("../slike/mastercard.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin-right: 15px;
    width: 48px
}

.SkrillLink {
    background-image: url("../img/skrill.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    margin-right: 15px;
    width: 58px
}

.PSCLink {
    background-image: url("../img/payPSC.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    margin-right: 15px;
    width: 111px
}

.NetellerLink {
    background-image: url("../img/netellerMaster.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    margin-right: 15px;
    width: 110px
}

.EkeshLink {
    background-image: url("../img/payEkesh.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    margin-right: 0;
    width: 111px
}

.xpayLink {
    background-image: url("../img/xpay.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    margin-right: 0;
    width: 80px
}

.aircashLink {
    background-image: url("../img/a-bon.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 31px;
    margin-right: 0;
    width: 80px;
    display: block
}

.treciRed .razmak {
    float: left;
    width: 2px;
    height: 100px;
    background: url('../img/1.png');
    background-repeat: no-repeat
}

.liveOznaka {
    background-image: url("../img/live-kuglice.gif");
    background-repeat: no-repeat;
    height: 20px;
    margin-left: 80px;
    margin-top: 8px;
    position: absolute;
    width: 20px
}

.navActiv {
    color: #d3251d !important
}

.navActivYellow {
    color: #fc0 !important
}

.navActivPink {
    color: #bf0bc4 !important
}

#layOutN .wrap {
    border: 1px solid #000;
    display: block;
    float: left;
    height: 315px;
    margin-right: 50px;
    margin-top: 20px;
    text-decoration: none;
    width: 228px
}

    #layOutN .wrap .bottom {
        background-image: url("../img/casino/bottom2.jpg");
        background-repeat: repeat-x;
        height: 87px;
        width: 100%
    }

        #layOutN .wrap .bottom .t1 {
            color: #3ab40f;
            font: 16px open_sans_semibold;
            padding-top: 20px;
            text-align: center;
            text-shadow: 0 1px 0 #000;
            width: 100%
        }

        #layOutN .wrap .bottom .t2 {
            color: #7f7f7f;
            font: 13px open_sans_semibold;
            margin-right: 10px;
            padding-top: 22px;
            text-align: right;
            text-shadow: 0 1px 0 #000
        }

.scrollBaner0 {
    height: 20px;
    overflow: hidden;
    position: relative
}

.scrollBaner {
    width: 970px;
    height: 20px;
    overflow: hidden;
    position: relative;
    float: left
}

.scroller {
    position: absolute;
    white-space: nowrap;
    line-height: 20px;
    font-size: 12px
}

    .scroller li {
        padding: 0 30px 0 0;
        margin: 0;
        list-style: none;
        float: left
    }

    .scroller .rez1 {
        font-size: 11px;
        color: #7cfc00
    }

    .scroller .atim,
    .scroller .rez1 {
        padding-right: 2px
    }

    .scroller .htim,
    .scroller .atim {
        color: #00d2d2;
        font-size: 13px
    }

    .scroller .win3 .htim,
    .scroller .win3 .atim,
    .scroller .win2 .atim,
    .scroller .win1 .htim {
        color: #efc416
    }

    .scroller .htim.red1,
    .scroller .atim.red1 {
        padding-right: 13px;
        background-image: url(../img/myaccount/RedCard2.png);
        background-position: right center;
        background-repeat: no-repeat
    }

    .scroller .rez2,
    .scroller .rez3 {
        color: #f00;
        font-weight: bold
    }

    .scroller .tmpwin1 .htim,
    .scroller .tmpwin2 .atim {
        color: #efc416
    }

    .scroller .update .rez2,
    .scroller .update .rez3 {
        color: #00d2d2
    }

    .scroller .mst100.win1 .atim,
    .scroller .mst100.win2 .htim,
    .scroller .mst110.win1 .atim,
    .scroller .mst110.win2 .htim,
    .scroller .mst120.win1 .atim,
    .scroller .mst120.win2 .htim,
    .scroller .mst130.win1 .atim,
    .scroller .mst130.win2 .htim {
        color: #d7d7d7
    }

    .scroller .mst100 .rez1,
    .scroller .mst100 .rez2,
    .scroller .mst100 .rez3,
    .scroller .mst110 .rez1,
    .scroller .mst110 .rez2,
    .scroller .mst110 .rez3,
    .scroller .mst120 .rez1,
    .scroller .mst120 .rez2,
    .scroller .mst120 .rez3,
    .scroller .mst130 .rez1,
    .scroller .mst130 .rez2,
    .scroller .mst130 .rez3 {
        color: #fff
    }

    .scroller .PaoGol1 .rezhtim,
    .scroller .PaoGol2 .rezatim {
        color: #efc416;
        padding-right: 1px;
        padding-left: 1px
    }

.closeScrol {
    float: right;
    font-size: 14px;
    color: #5b5b5b;
    padding: 0 3px;
    margin-top: 2px;
    border: 1px solid #272727;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .closeScrol:hover {
        color: #d3251d;
        border-color: #58100c
    }

.scr_h_secundary #header .inner .logo {
    margin-top: 0
}

    .scr_h_secundary #header .inner .logo img {
        width: 80px;
        margin-right: 10px
    }

.scr_h_secundary #header .login {
    float: right;
    width: 25px;
    margin-top: 0;
    padding-bottom: 10px
}

    .scr_h_secundary #header .login .input {
        margin-top: 2px
    }

    .scr_h_secundary #header .login .submit {
        width: 137px;
        margin-top: 10px
    }

    .scr_h_secundary #header .login .language {
        width: 130px;
        margin-top: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #1c1c1c;
        padding-left: 0
    }

        .scr_h_secundary #header .login .language .jezik {
            float: left
        }

        .scr_h_secundary #header .login .language ul.dropdown span {
            text-align: left
        }

    .scr_h_secundary #header .login .firstRow {
        height: auto;
        padding-left: 10px
    }

    .scr_h_secundary #header .login .prijavaInput {
        height: auto
    }

    .scr_h_secundary #header .login .secondRow {
        height: auto;
        padding-left: 10px
    }

    .scr_h_secundary #header .login .register .lnk,
    .scr_h_secundary #header .login .register .lnk.desni {
        margin-left: 0
    }

.scr_h_secundary #header #navigation {
    z-index: 999;
    position: static !important;
    background: transparent !important;
    float: left;
    padding-top: 0
}

.scr_h_secundary #header .headSirina.inner {
    height: 45px;
    width: 100%;
    max-width: 1000px;
    background-image: url(../img/bg_header.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    position: fixed;
    font: 12px open_sans_regular;
    z-index: 1005;
    padding: 0;
    top: 0
}

.scr_h_secundary #header #navigation .inner a {
    font: 15px open_sans_regular;
    color: #9c9c9c;
    display: inline-block;
    text-decoration: none;
    padding-right: 23px
}

.scr_h_secundary #header #navigation .inner {
    height: auto
}

    .scr_h_secundary #header #navigation .inner a:hover {
        color: #d3251d
    }

    .scr_h_secundary #header #navigation .inner #NavigationHomePage {
        display: none
    }

.scr_h_secundary #header .login .maliIznornik {
    display: block;
    float: right
}

    .scr_h_secundary #header .login .maliIznornik .itemIzbornik {
        float: right;
        height: 26px;
        line-height: 26px;
        margin-right: 15px;
        font-size: 22px;
        color: #9c9c9c;
        cursor: pointer
    }

        .scr_h_secundary #header .login .maliIznornik .itemIzbornik:hover {
            color: #d3251d
        }

.scr_h_secundary #header .login .menuMaliItems {
    border-top: 1px solid #1c1c1c;
    padding: 10px 0 5px 0;
    margin-top: -3px;
    margin-left: -135px;
    width: 160px;
    background-image: url("../img/bg_header.jpg");
    background-repeat: repeat
}

.scr_h_secundary #header .login .zatvoren {
    display: none
}

.scr_h_secundary #header .login ul.horizontalRac li {
    display: block;
    margin: 6px 0 0 0
}

.scr_h_secundary #header .login .promoMoney {
    border-left: none
}

.scr_h_secundary #header .login .promoLocked {
    width: 160px
}

.scr_h_secundary #header .login .realMoneyValue {
    width: 160px;
    height: 55px;
    border-top: 1px solid #333
}

.scr_h_secundary #header .login .rac1 {
    height: auto
}

.scr_h_secundary.scr_h_third #header #navigation {
    width: 30%
}

    .scr_h_secundary.scr_h_third #header #navigation .inner a {
        float: none;
        display: none
    }

    .scr_h_secundary.scr_h_third #header #navigation .inner {
        background-image: url("../slike/navigation.png");
        background-position: right -237px;
        background-repeat: no-repeat;
        border: 1px solid #414141;
        height: 22px
    }

        .scr_h_secundary.scr_h_third #header #navigation .inner .pomInner {
            padding-left: 5px;
            background-color: #000;
            margin-right: 15px
        }

        .scr_h_secundary.scr_h_third #header #navigation .inner a.navActiv {
            display: block
        }

        .scr_h_secundary.scr_h_third #header #navigation .inner:hover a {
            display: block
        }

        .scr_h_secundary.scr_h_third #header #navigation .inner a#MasterMunu2 {
            float: right
        }

        .scr_h_secundary.scr_h_third #header #navigation .inner a#navSport {
            width: 80%;
            float: left
        }

        .scr_h_secundary.scr_h_third #header #navigation .inner .ddlVirtal.drugi {
            margin: 0;
            position: page
        }

.NajavaLivePozadina {
    background-position: center center;
    background-image: url('../img/ucHome/hokej-uzivo.jpg');
    width: 320px;
    height: 175px
}

.nogometPozadina {
    background-position: center center;
    background-image: url('../img/ucHome/Live.jpg');
    width: 320px;
    height: 175px
}

.liveblink {
    margin-left: 250px;
    margin-top: 200px
}

.divproba {
    border-color: #f00;
    color: #ff0;
    left: 10px;
    clip: rect(auto, auto, auto, 5px);
    text-align: left;
    padding-left: 25px
}

.divDomGos {
    border-color: #f00;
    color: #fff;
    height: 45px;
    padding-top: 50px
}

.divPeriod {
    color: #fc0;
    margin: 43px 0 0 10px;
    padding-top: 1px;
    text-align: left
}

.divNaslov {
    background-position: 10px center;
    height: 13px;
    margin-left: 295px;
    background: url("../img/ucHome/blikUzivo.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    text-align: center
}

.labellAligment {
    text-align: left;
    display: inline-block;
    width: 250px;
    font-weight: normal;
    font-size: large;
    color: #cf3;
    margin-left: 30px;
    padding-top: 4px
}

.labellRezultat {
    border-style: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: bolder;
    line-height: 45px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    vertical-align: top
}

.labellDomacin {
    border-style: hidden;
    color: #edf1ef;
    display: inline-block;
    font-size: large;
    font-weight: normal;
    margin-left: 7px;
    text-align: right
}

.labellGost {
    border-style: hidden;
    color: #edf1ef;
    display: inline-block;
    font-size: large;
    font-weight: normal;
    overflow: hidden;
    text-align: left
}

.labellPeridoUtakmice {
    display: inline-block;
    font-size: small;
    font-weight: lighter;
    color: #ffd110;
    text-align: left
}

.tenisPozadina {
    background-position: center center;
    background-image: url('../img/ucHome/tenis-uzivo.jpg');
    width: 320px;
    height: 175px
}

.tablicaGlavnaTenis {
    background-position: -5px 9px;
    border-style: none;
    border-width: thin;
    border-color: #ff0 #000 #ff0 #000;
    margin: 20px auto;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat
}

.tablicaSrednjaLinijaZadnja {
    text-align: center;
    border-style: none none none none;
    border-width: thin;
    border-bottom-color: #daa520;
    border-right-color: #daa520;
    height: 25px
}

.tablicaDonjaLinija {
    border-color: #fff #daa520 #fff #fff;
    border-style: none none none none;
    border-width: thin;
    height: 25px;
    margin: 2px
}

.tablicaDonjaLinijaZadnja {
    text-align: center;
    margin: 2px
}

.labellDoGostIgrac {
    border-style: hidden;
    text-align: left;
    display: block;
    width: 130px;
    max-width: 130px;
    font-weight: normal;
    font-size: medium;
    color: #edf1ef;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.labelGameRezultat {
    background-color: #ac4e00;
    display: block;
    font-size: medium;
    font-weight: normal;
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 24px;
    height: 20px
}

.labelSetRezultat {
    display: block;
    font-size: medium;
    font-weight: normal;
    margin: 2px 5px;
    text-align: center
}

.labelSetRezAktivan {
    display: block;
    font-size: medium;
    font-weight: normal;
    margin: 2px 5px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fc0
}

.hokeyPozadina {
    background-position: center center;
    background-image: url('../img/ucHome/hokej-uzivo.jpg');
    width: 320px;
    height: 175px
}

.tablicaGlavnaHokey {
    border-style: none;
    border-width: thin;
    margin: 20px auto 0
}

.labHokejDomGost {
    border-style: none;
    color: #edf1ef;
    display: block;
    font-size: medium;
    font-weight: normal;
    margin-right: 11px;
    max-width: 130px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px
}

.labHokejVrijeme {
    border-style: none;
    color: #ffd110;
    display: block;
    font-weight: normal;
    padding-top: 1px;
    text-align: left;
    vertical-align: bottom;
    margin-right: 7px
}

.tablicaSrednjaLinijaHokejPrva {
    border-style: none none none none;
    border-width: thin;
    border-bottom-color: #daa520;
    border-right-color: #daa520;
    height: 25px;
    margin: 2px
}

.tablicaDonjaLinijaHokej {
    border-color: #fff #daa520 #fff #fff;
    border-style: none none none none;
    border-width: thin;
    height: 25px;
    margin: 2px
}

.tablicaDonjaLinijaZadnjaHokey {
    text-align: center;
    margin: 2px
}

.labelUkupniRezultat {
    background-color: #c7cfd2;
    color: #495c6f;
    display: block;
    font-size: medium;
    font-weight: normal;
    margin: 3px 4px 3px 4px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 18px;
    height: 18px
}

.labeltrecinaRezultatHokey {
    font-size: medium;
    font-weight: normal;
    margin: 2px 5px;
    text-align: center
}

.labelTrecinaRezAktivan {
    display: block;
    font-size: medium;
    font-weight: normal;
    margin: 2px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 21px;
    color: #ffd110
}

.kosarkaPozadina {
    background-position: center center;
    background-image: url('../img/ucHome/kosarka-live.jpg');
    width: 320px;
    height: 175px
}

.tablicaGlavnaKosarka {
    margin: 20px auto 0
}

.tablicaSrednjaLinijaKosarka {
    text-align: center
}

.tablicaSrednjaLinijaZadnjaKosarka {
    text-align: center
}

.labKosDomGost {
    border-style: none;
    text-align: left;
    display: block;
    width: 130px;
    max-width: 130px;
    font-weight: normal;
    font-size: medium;
    color: #edf1ef;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.labelUkupniRezultatKosarka {
    background-color: #e0e0e0;
    border: thin solid #fff;
    color: #495c6f;
    display: block;
    font-size: medium;
    font-weight: normal;
    height: 18px;
    margin: 3px 4px;
    min-width: 18px;
    padding: 0 2px;
    text-align: center
}

.labelcetvrtinaKosarka {
    font-size: medium;
    font-weight: normal;
    margin: 2px 5px;
    overflow: hidden;
    text-align: center
}

.labelcetvrtinaKosarkaAktivan {
    color: #fc0;
    font-size: medium;
    font-weight: normal;
    margin: 2px 5px;
    text-align: center
}

.tablicaDonjaLinijaZadnjaKosarka {
    text-align: center
}

.OdbojkaPozadina {
    background-position: center center;
    background-image: url('../img/ucHome/odbojka-live.jpg');
    width: 320px;
    height: 175px
}

.tablicaGlavnaOdbojka {
    margin: 22px auto 0 auto
}

.tablicaSrednjaLinijaZadnjaOdbojka {
    text-align: center;
    height: 25px;
    margin: 2px 5px
}

.labOdbojkaDomGost {
    border-style: none;
    text-align: left;
    display: block;
    width: 130px;
    max-width: 130px;
    font-weight: normal;
    font-size: medium;
    color: #edf1ef;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.labelUkupniRezultatOdbojka {
    background-color: #e0e0e0;
    color: #010737;
    display: block;
    font-size: medium;
    font-weight: normal;
    margin: 3px 4px 3px 4px;
    text-align: center;
    min-width: 18px;
    height: 18px;
    padding: 0 2px
}

.labelcetvrtinaOdbojka {
    font-size: medium;
    font-weight: normal;
    margin: 2px 5px;
    overflow: hidden;
    text-align: center
}

.labelcetvrtinaOdbojkaAktivan {
    font-size: medium;
    font-weight: normal;
    margin: 2px 5px;
    text-align: center;
    color: #fc0
}

.tablicaDonjaLinijaOdbojka {
    margin: 2px 5px
}

.tablicaDonjaLinijaZadnjaOdbojka {
    text-align: center;
    margin: 2px 5px
}

.virtualGameHead {
    margin: 0 0 5px 0;
    padding: 0 0 0 35px;
    font-weight: normal;
    height: 33px;
    font-size: 18px;
    background: url(../img/bets/virtual_games_menu.png) no-repeat left 100px;
    line-height: 30px
}

    .virtualGameHead.VFL {
        background-position: left -169px
    }

    .virtualGameHead.VDR {
        background-position: left -125px
    }

    .virtualGameHead.VHC {
        background-position: left -77px
    }

    .virtualGameHead.VBL {
        background-position: left 1px
    }

    .virtualGameHead.VTO {
        background-position: left -35px
    }

.PopupLeft {
    background-image: url('../slike/ikona15.png');
    background-position: left top;
    background-repeat: no-repeat;
    height: 30px;
    float: left;
    width: 15px;
    margin-left: 25px
}

.PopupPoruka {
    min-height: 45px;
    width: 170px;
    background-color: #f5f396;
    padding: 7px;
    font-size: 11px;
    float: left;
    color: #000
}

.PromoTablica {
    padding: 1px
}

.menuIgra {
    text-align: left
}

    .menuIgra div {
        font-size: 1.1em
    }

.menuIgraa {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #222;
    text-decoration: none;
    padding: 5px 5px 5px 15px;
    border-bottom: 1px solid #585a5a
}

.menuIgra a:hover {
    color: #f9c806;
    background-color: #353535
}

.promoSredina {
    background-color: #353535
}

.activeMenu {
    color: #f9c806;
    background-color: #353535
}

.tblLista {
    text-align: left;
    padding: 2px 2px 10px 2px
}

.PrviNaListi {
    font-size: 1.3em;
    font-weight: bold;
    color: #fbdc5f
}

.PrviNaListiDiplomat {
    font-size: 1.3em;
    font-weight: bold;
    color: #fbdc5f;
    padding-left: 10px;
    line-height: 25px
}

.DrugiNaListi {
    font-size: 1.2em;
    font-weight: bold;
    color: #fbdc5f
}

.TreciNaListi {
    font-size: 1.1em;
    font-weight: bold;
    color: #fbdc5f
}

.CetvrtiNaListi {
    font-weight: bold;
    color: #fbdc5f
}

.HeadAlias {
    text-align: left;
    padding: 5px;
    font-size: 1.3em
}

.HeadKategorija {
    text-align: left;
    padding: 5px;
    font-size: 1.2em
}

.tblLista td {
    background-color: #353535;
    border: 1px solid #191919
}

.HeadRow {
    background-image: url('../slike/naslovPar.png');
    background-repeat: repeat-x;
    background-color: #191919;
    border: 1px solid #191919
}

.ListaNo {
    padding-left: 10px;
    line-height: 25px
}

.ListaAlias {
    padding-left: 15px;
    line-height: 25px
}

.ListaVrijednost {
    padding-left: 15px;
    line-height: 25px
}

.TextAlias {
    text-align: justify;
    font-size: 1.1em
}

.obavjestiListaLeft {
    margin: 10px 5px 10px 10px;
    background-color: #0c0c0c;
    border: 1px solid #4a3900;
    height: 440px
}

.obavjestiListaRight {
    margin: 10px 10px 10px 5px;
    background-color: #0c0c0c;
    border: 1px solid #4a3900;
    height: 440px
}

.NaslovKategorije {
    font-size: 1.1em;
    font-weight: bold;
    color: #92a09c;
    text-align: left;
    padding-left: 10px;
    height: 30px
}

.nagradnaIgratext {
    margin: 5px 0 0 0;
    padding: 10px 10px 20px 10px;
    font-size: 1.1em;
    color: #fbdc5f
}

.listaDobitnika {
    padding: 5px;
    background-color: #1e1e1e;
    border-top: 1px solid #808080;
    border-top-color: #3a3a3a
}

.aliasText {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 10px
}

.aliasTextTable td {
    color: #acacac;
    padding: 5px 5px 5px 15px
}

.promotivniText {
    text-align: justify;
    font-size: 1.2em;
    padding: 0 15px 15px 15px
}

    .promotivniText a {
        text-decoration: none;
        color: #acacac
    }

        .promotivniText a:hover {
            text-decoration: underline;
            color: #fff
        }

.promoPeriod {
    text-align: right;
    color: #acacac
}

.tblLista {
    scrollbar-face-color: #202020;
    scrollbar-arrow-color: #797979;
    scrollbar-highlight-color: #2d2d2d;
    scrollbar-3dlight-color: #616161;
    scrollbar-shadow-color: #2d2d2d;
    scrollbar-darkshadow-color: #616161;
    scrollbar-track-color: #282828
}

.divScrol {
    height: 390px;
    overflow: auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden
}

.tblLista ::-webkit-scrollbar {
    width: 15px
}

.tblLista ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #282828
}

.tblLista ::-webkit-scrollbar-thumb {
    background: #202020;
    -webkit-box-shadow: inset 0 0 2px #616161
}

    .tblLista ::-webkit-scrollbar-thumb:window-inactive {
        background: #616161
    }

scrollbar {
    -moz-appearance: none !important
}

.viseOIgri {
    font-size: 1.2em;
    padding: 0 20px 20px 20px;
    text-align: justify
}

    .viseOIgri li {
        padding-bottom: 10px
    }

.naslovOpis {
    font-weight: bold
}

.TekstOpis {
    padding: 1px 20px 1px 5px;
    color: #d1d1d1
}

.PromoNazad {
    text-align: right;
    padding-right: 20px;
    font-size: 1.1em;
    padding-top: 5px
}

    .PromoNazad a {
        text-decoration: none;
        color: #fff
    }

        .PromoNazad a:hover {
            text-decoration: underline
        }

.ui-helper-hidden {
    display: none
}

.bold {
    font-weight: bold
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: normal
    }

        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5
    }

        .ui-menu .ui-state-disabled a {
            cursor: default
        }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.divContainer {
    margin: 115px auto auto 347px;
    border: 1px solid #666;
    width: 1000px;
    min-height: 450px;
    background-position: left top;
    color: #ddf7ea;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-color: #000
}

.divleftContainer {
    width: 799px;
    min-height: 450px;
    float: left
}

.divRightContainer {
    float: right;
    min-height: 450px;
    width: 200px;
    background-color: #131313
}

.divRightContainer1 {
    float: right;
    min-height: 450px;
    width: 200px
}

.divContainerTransfer {
    width: 799px;
    min-height: 450px;
    display: none;
    background-color: #000;
    background-image: url('../img/Bingo/pozz.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.divContainerPravila {
    margin-left: 20px;
    margin-right: 10px;
    width: 750px;
    min-height: 450px;
    display: none;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.divBottomDonji {
    width: 264px;
    min-height: 450px;
    float: left;
    background-color: #090909
}

.divBottomDonjiDesni {
    background-color: #000;
    width: 264px;
    min-height: 450px;
    float: left
}

.divBottomDonjiB {
    width: 265px;
    min-height: 450px;
    float: left;
    background-color: #000
}

.divBottomDonji1 {
    min-height: 80px;
    margin-right: 27px
}

.btBingo {
    background: none repeat scroll 0 0 #f2f0f0;
    border: 1px solid #666;
    display: block;
    float: right;
    font-weight: normal;
    height: 60px;
    width: 140px
}

.buttonn {
    background: none repeat scroll 0 0 #f2f0f0;
    border: 1px solid #666;
    display: block;
    float: right;
    font-weight: normal;
    height: 60px;
    width: 140px
}

.button1 {
    background-color: #f2f0f0;
    color: #000;
    display: block;
    float: right;
    font-size: 35px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 140px
}

.button11 {
    border: 1px solid #666;
    display: block;
    height: 60px;
    float: right;
    width: 140px;
    background-color: #642626;
    border-right-color: #666;
    font-weight: normal
}

.btMouseOver {
    border: 1px solid #666;
    display: block;
    height: 60px;
    width: 140px;
    background: #34696f;
    background-color: #000;
    border-right-color: #666;
    font-weight: normal
}

.button2 {
    display: block;
    height: 60px;
    width: 140px;
    float: right;
    border: 1px solid #666;
    background: linear-gradient(to bottom, #cf6969 0%, #af0000 3%, #cf0909 14%, #650000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff !important;
    text-shadow: 0 1px 0 #6e0606
}

.buttonText {
    color: #000;
    text-align: center;
    font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin-top: 19px;
    display: block
}

.row {
    display: block;
    height: 30px;
    padding-top: 30px;
    margin-left: 20px
}

.label {
    color: #daa520;
    float: left;
    font-size: 16px;
    width: 110px
}

.inputt {
    float: left;
    width: 100px;
    background-color: #383838;
    border: 1px solid #555;
    text-align: center;
    height: 27px;
    font-size: 18px;
    color: #fff
}

.buttonKolacici {
    background: none repeat scroll 0 0 #c80a1e;
    border: 2px solid #000;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 20px;
    right: -140px;
    top: 20px
}

.buttond {
    border-top: 1px solid #daa520;
    background-color: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #121212, #121212);
    background: -moz-linear-gradient(top, #121212, #121212);
    background: -ms-linear-gradient(top, #121212, #121212);
    background: -o-linear-gradient(top, #121212, #121212);
    font-size: 27px;
    padding: 6px 125px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: #fff;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle
}

    .buttond:hover {
        border-top-color: #28597a;
        background: #28597a;
        color: #ccc
    }

    .buttond:active {
        border-top-color: #1b435e;
        background: #1b435e
    }

.btTransferCrveni {
    background: none repeat scroll 0 0 #c80a1e;
    border: 2px solid #000;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 20px;
    position: absolute;
    right: -140px;
    top: 20px
}

.trasferBoxWWin {
    height: 240px;
    width: 250px;
    margin-left: 95px;
    float: left;
    margin-top: 40px;
    border: none solid #daa520
}

.trasferBoxB {
    height: 240px;
    width: 250px;
    margin-left: 95px;
    border: none solid #daa520;
    float: left;
    margin-top: 40px
}

.trasferBoxHeader {
    background-color: #daa520;
    display: block;
    height: 30px;
    margin-top: 0;
    padding-top: 10px;
    text-align: center;
    width: auto
}

.transferBoxBHeader {
    background-color: #daa520;
    display: block;
    height: 30px;
    margin-top: 0;
    padding-top: 10px;
    text-align: center;
    width: auto
}

.tBoxHeaderText {
    padding-top: 7px;
    font-size: 17px;
    color: #121212
}

.transferBoxBody {
    height: 155px;
    width: 100%;
    background-color: #121212
}

.transferBoxFoter {
    height: 50px;
    width: 100%;
    background-color: #f0f8ff
}

.textNaslovBingo {
    text-align: center;
    color: #daa520;
    margin-top: -5px
}

.textNaslovBingoTra {
    text-align: center;
    color: #daa520;
    margin-top: 10px
}

.textNaslov1Bingo {
    margin-left: 20px;
    margin-right: 21px;
    line-height: 21px;
    font-size: 13px
}

.textTransferNaslov {
    text-align: center;
    font-size: 23px;
    color: #daa520;
    font-family: Georgia, serif
}

.txtPravilaGlavni {
    color: #daa520;
    font-size: 24px;
    text-align: center
}

.txtPravila {
    text-align: left;
    font-size: 12px;
    line-height: 18px
}

.txtPravilaPoker {
    text-align: left;
    font-size: 17px;
    line-height: 18px;
    color: #daa520
}

.txtPravilaPokerPodNaslov {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    margin-left: 30px
}

.txtPravilaPokerTekst {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    margin-left: 20px
}

.PozadinaDownBanner {
    background-image: url("../slike/overlayLyte.png");
    height: 50px;
    margin-top: 220px;
    padding: 5px 15px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 100;
    top: 0
}

.textNaslovBaner {
    color: #daa520;
    font-size: 28px
}

.naslovTop1 {
    padding-top: 5px
}

.textBaner {
    color: #fff;
    font-size: 15px
}

.HeadTablica {
    text-align: left;
    padding: 5px;
    font-size: 1.3em;
    text-indent: 5px
}

.menuJackPot {
    width: 170px;
    float: left
}

.SlotHomeBackground {
    background-image: url("../img/slots/a_slotsmain.png");
    padding: 5px 15px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px
}

.pravilaNaslovPokerH1 {
    margin-top: 15px;
    padding: 2px 0 2px 10px;
    color: #000;
    font-weight: bold;
    background-color: #fbdc5f;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 15px
}

.pravilaNaslovPokerH2 {
    padding: 1px 0 1px 10px;
    margin-top: 15px;
    background-color: #4f4f4f;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
    margin-right: 15px
}

.pravilaTekstBlok {
    padding: 10px 10px;
    margin-left: 20px;
    line-height: 15px;
    font-size: 13px
}

    .pravilaTekstBlok ul {
        padding-left: 20px
    }

.pokerHomeHeader {
    font-size: 35px;
    color: #daa520;
    text-align: center
}

.pokerHomePrimjer {
    padding: 5px;
    border: 1px solid currentColor;
    border-image: none;
    width: 50%;
    margin-left: 30px;
    background-color: #808080;
    font-size: 13px;
    margin-bottom: 15px
}

    .pokerHomePrimjer .item {
        margin-left: 20px;
        margin-bottom: 10px
    }

.ui-widget {
    font-size: 1.1em
}

    .ui-widget .ui-widget {
        font-size: 1em
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-size: 1em
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222
}

    .ui-widget-content a {
        color: #222
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

    .ui-widget-header a {
        color: #222
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #555
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555;
            text-decoration: none
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #212121;
            text-decoration: none
        }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #363636
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #cd0a0a
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #cd0a0a
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35)
        }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

#Account .PayInAirCash img {
    width: 120px;
    height: 75px
}

#Account .icon_location {
    background-image: url(../img/icon_location.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-size: 35px;
    position: absolute;
    right: 11px;
    margin-top: -14px
}

.aircash_payOut {
    font-size: 13px
}

.inputheight {
    height: 37px;
    line-height: 37px !important
}

input,
select {
    font-size: 13px
}

.aircash_payOut .inputWidth {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px
}

.aircash_payOut input,
.aircash_payOut select {
    font-size: 17px
}

.container {
    padding: 6px
}

.innerContainer {
    margin-top: 10px
}

.padding30 {
    padding: 3px 0
}

.numberPrefiks {
    width: 20%;
    max-width: 64px
}

.numberContent {
    width: 70%;
    max-width: 256px;
    padding-left: 6px;
    width: calc(70% - 6px);
    max-width: 250px
}

.payOut_btn {
    background: #650000;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font: 13px open_sans_semibold;
    text-shadow: 0 1px 0 #930d0d;
    border: 0 none
}
