﻿/*     ***********************            VirtualSicBo           *-*********************/
html {
    overflow: scroll;
}

body {
    overflow: hidden;
}

.roul_w_middle {
    /*border: 1px dashed #ff0000;*/
    display: inline-block;
    width: 100%;
    height: 600px;
}

.coinIfram {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    border: none;
    margin: 0;
    top: 0;
    z-index: 10000;
}

.loading_img {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .loading_img.homePageLoding {
        background-color: rgba(0,0,0,1);
    }

    .loading_img img {
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: absolute;
    }

.c_draw_idTime_W {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}

    .c_draw_idTime_W > div {
        width: 400px;
        float: right;
        border-radius: 20px;
        height: 24px;
        padding: 0 15px 0 0;
        margin-top: 20px;
        clear: both;
        position: relative;
        right: -335px;
        margin: 15px 50% 0 0;
    }

        .c_draw_idTime_W > div:last-child {
            display: none;
        }

        .c_draw_idTime_W > div:first-child {
            background-color: #005628;
            border: 1px solid #0a6740;
            -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
            box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
        }


        .c_draw_idTime_W > div > span {
            width: 33.33333%;
            float: left;
            color: #fff;
            height: 22px;
            line-height: 22px;
            text-align: center;
        }

            .c_draw_idTime_W > div > span > label {
                height: 22px;
                float: right;
                background-color: rgba(0,0,0,0.5);
                line-height: 22px;
                padding: 0 10px;
            }

            .c_draw_idTime_W > div > span > span {
                width: 16px;
                height: 16px;
                border-radius: 2px;
                background-color: #35363b;
                display: inline-block;
                margin: 0 10px 0 0;
                vertical-align: middle;
            }

                .c_draw_idTime_W > div > span > span.active {
                    background-color: #35363b;
                }

                .c_draw_idTime_W > div > span > span:before {
                    content: "\f00c";
                    font: normal normal normal 14px/1 FontAwesome;
                    display: inline-block;
                    color: #111216;
                    vertical-align: top;
                    margin-top: 1px;
                }

                .c_draw_idTime_W > div > span > span.active:before {
                    color: #fff;
                }

.roul_tableW {
    width: 100%;
    float: left;
    position: relative;
    height: 284px;
    margin-top: 5px;
}

.roul_table {
    height: 284px;
    width: 730px;
    position: absolute;
    right: 50%;
    top: 0;
    background-image: url('../images/roulTabBg.png');
    margin: 0 -387px 0 0;
}

.roulbg_W {
    position: absolute;
    left: -49px;
    top: -54px;
    background-image: url(../images/roulbg.png);
    width: 259px;
    height: 259px;
}

.roul_W {
    position: absolute;
    left: 26.5px;
    top: 26.5px;
    background-image: url('../images/roul.png');
    width: 206px;
    height: 206px;
}


/*table wrapper*/


.roul_num_top_w {
    width: 52.25%;
    height: 21.4788732394%;
    position: absolute;
    background-color: #fff;
    top: 10.9154929577%;
    left: 37.5%;
    border-right: 2px solid #fff;
}

.roul_num_middle_w {
    width: 60.9589041095%;
    height: 34.5070422535%;
    position: absolute;
    background-color: #fff;
    top: 32.0422535211%;
    left: 33.150684931%;
    border-right: 2px solid #fff;
}

.roul_num_bottom_w {
    width: 52.25%;
    height: 21.4788732394%;
    position: absolute;
    background-color: #fff;
    top: 66.549295774647%;
    left: 37.5%;
    border-right: 2px solid #fff;
}




.roul_num_top_w > div {
    float: left;
    width: 33.333333%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #009948;
    cursor: pointer;
}

    .roul_num_top_w > div:hover {
        /*border: 2px dashed #ffde00;*/
        background-color: rgb(27, 187, 102);
    }

.roul_num_middle_w > div {
    float: left;
    width: 7.1428571428%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
}

    .roul_num_middle_w > div:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        /*background-color:rgba(0,0,0,0.4);*/
        content: "";
        display: none;
        border: 3px dashed #fff400;
    }



    .roul_num_middle_w > div:hover:before {
        display: block;
    }

    .roul_num_middle_w > div.active:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        /*background-color:rgba(0,0,0,0.4);*/
        content: "";
        display: block;
        border: 3px dashed #fff400;
    }




    .roul_num_middle_w > div.numMiddle_13:hover:before, .roul_num_middle_w > div.numMiddle_26:hover:before, .roul_num_middle_w > div.numMiddle_39:hover:before {
        display: none;
    }

    .roul_num_middle_w > div.numMiddle_13:hover, .roul_num_middle_w > div.numMiddle_26:hover, .roul_num_middle_w > div.numMiddle_39:hover {
        background-color: rgb(27, 187, 102);
    }


    .roul_num_middle_w > div.numMiddle_13 > span:nth-child(2), .roul_num_middle_w > div.numMiddle_26 > span:nth-child(2), .roul_num_middle_w > div.numMiddle_39 > span:nth-child(2) {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }


/*For Playable Ticket*/
.sessionsEsx {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
    left: 0;
    top: 0;
    z-index: 11111;
}

    .sessionsEsx h2 {
        font-size: 52px;
        text-align: center;
        color: #ff0000;
        position: absolute;
        width: 100%;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
    }


.roul_num_middle_w > div > div {
    width: 100%;
    height: 30px;
    line-height: 30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    cursor: pointer;
}

.roul_num_middle_w > div > span {
    z-index: 1;
    position: absolute;
    width: 50%;
    height: 50%;
}

    .roul_num_middle_w > div > span:nth-child(2) {
        top: 25%;
        left: 25%;
    }

    .roul_num_middle_w > div > span:nth-child(3) {
        top: 25%;
        left: -25%;
    }

    .roul_num_middle_w > div > span:nth-child(4) {
        top: -25%;
        left: 25%;
    }

    .roul_num_middle_w > div > span:nth-child(5) {
        top: -25%;
        left: -25%;
    }




.roul_num_bottom_w > div {
    float: left;
    width: 16.66666666%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 30.5px;
    line-height: 30.5px;
    text-align: center;
    background-color: #009948;
    cursor: pointer;
}


    .roul_num_bottom_w > div:hover {
        /*border: 2px dashed #ffde00;*/
        background-color: rgb(27, 187, 102);
    }

.roul_num_top_w .numTop_0 {
    width: 50%;
}

.roul_num_top_w .numTop_1 {
    width: 50%;
}

.roul_num_bottom_w .numBottom_0 {
    width: 33.33333333%;
}

.roul_num_bottom_w .numBottom_1 {
    width: 33.33333333%;
}

.roul_num_bottom_w .numBottom_2 {
    width: 33.33333333%;
}

.roul_num_middle_w .numMiddle_0 {
    height: 96px;
    line-height: 96px;
}

    .roul_num_middle_w .numMiddle_0 > div {
        height: 96px;
        line-height: 96px;
    }

.roul_num_bottom_w .numBottom_5 {
    background-color: #000;
}

.roul_num_bottom_w .numBottom_6 {
    background-color: #bc3738;
}

.numberw {
    position: absolute;
    text-align: center;
    width: 12px;
    height: 12px;
    background-color: #2a9b4a;
    border: 2px solid #913a06;
    top: 5px;
    left: 50%;
    margin: 0 0 0 -5px;
    display: none;
    border-radius: 100%;
    z-index: 1;
}

    .numberw:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 4px 0 4px;
        border-color: #2a9b4a transparent transparent transparent;
        position: absolute;
        top: 4px;
        left: 50%;
        margin: 0 0 0 -4px;
    }

    .numberw > span {
        line-height: 20px;
        font-size: 12px;
        font-weight: 700;
        display: none;
    }

.winNo_w {
    width: 100%;
    text-align: center;
    height: 259px;
    line-height: 259px;
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    z-index: 1;
    position: ABSOLUTE;
    left: 0;
    top: 0;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    font-weight: 700;
}

    .winNo_w.active {
        color: rgba(255,255,255,1);
        font-size: 40px;
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s;
    }

    .winNo_w > span {
        display: inline-block;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        background-color: #db7604;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -14.5px;
        line-height: 32px;
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s;
    }

    .winNo_w.active span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: -40px 0 0 -40px;
    }


.roul_chipW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86px;
    max-width: 1300px;
}

    .roul_chipW > div {
        width: 3.4%;
        height: 100%;
        float: left;
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 0 1% 0 0;
        top: 50%;
        background-position: center;
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: relative;
    }

        .roul_chipW > div:first-child {
            margin-left: 5%;
        }

        .roul_chipW > div > span {
            width: 100%;
            text-align: center;
            font-size: 0.7vw;
            line-height: 0.7vw;
            position: absolute;
            height: 10px;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }





        .roul_chipW > div.roul_chip1 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_1.png');
        }

        .roul_chipW > div.roul_chip2 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_2.png');
        }

        .roul_chipW > div.roul_chip3 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_3.png');
        }

        .roul_chipW > div.roul_chip4 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_4.png');
        }

        .roul_chipW > div.roul_chip5 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_5.png');
        }

        .roul_chipW > div.roul_chip6 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_6.png');
        }

        .roul_chipW > div.active.roul_chip1 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_1_A.png');
        }

        .roul_chipW > div.active.roul_chip2 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_2_A.png');
        }

        .roul_chipW > div.active.roul_chip3 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_3_A.png');
        }

        .roul_chipW > div.active.roul_chip4 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_4_A.png');
        }

        .roul_chipW > div.active.roul_chip5 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_5_A.png');
        }

        .roul_chipW > div.active.roul_chip6 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_6_A.png');
        }

        .roul_chipW > div.roul_chip7 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_7.png');
        }

        .roul_chipW > div.roul_chip8 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_8.png');
        }

        .roul_chipW > div.active.roul_chip7 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_7_A.png');
        }

        .roul_chipW > div.active.roul_chip8 {
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_8_A.png');
        }





        /*.roul_chipW > div > span {
                    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 100%;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 -1px;
            }*/

        .roul_chipW > div:hover {
            /*-webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 190, .75);
-moz-box-shadow: 0px 0px 10px 1px rgba(255, 255, 190, .75);
box-shadow: 0px 0px 10px 1px rgba(255, 255, 190, .75);*/
            /*-webkit-transform: scale(1.3) translate(-39%,-39%); 

            -moz-transform: scale(1.3) translate(-39%,-39%); 

            -ms-transform: scale(1.3) translate(-39%,-39%); 

            -o-transform: scale(1.3) translate(-39%,-39%);

            transform: scale(1.3) translate(-39%,-39%);
            -webkit-transition: all .15s;
-moz-transition: all .15s;
 -o-transition: all .15s;
 transition: all .15s;*/
            cursor: pointer;
        }





        .roul_chipW > div.active {
            -webkit-transform: scale(1.2) translate(-43%,-43%);
            -moz-transform: scale(1.2) translate(-43%,-43%);
            -ms-transform: scale(1.2) translate(-43%,-43%);
            -o-transform: scale(1.2) translate(-43%,-43%);
            transform: scale(1.2) translate(-43%,-43%);
        }

        /*.roul_chipW > div.active:before {
                       content: "";
    display: inline-block;
    box-shadow: inset 0 0 1em gold, 0 0 1em red;
    height: 74%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
                }*/
        /*.roul_chipW > div:before {
                content:"";
                display:block;
                width:50px;height:50px;
                background: url('../images/roulSp.png');
                background-repeat:no-repeat;
            }*/
        .roul_chipW > div.roul_chip1:before {
            background-position: -15px -86px;
        }

        .roul_chipW > div.roul_chip2:before {
            background-position: -71px -86px;
        }

        .roul_chipW > div.roul_chip3:before {
            background-position: -127px -86px;
        }

        .roul_chipW > div.roul_chip4:before {
            background-position: -182px -86px;
        }

        .roul_chipW > div.roul_chip5:before {
            background-position: -238px -87px;
        }

        .roul_chipW > div.active span {
        }


.jackpot_w {
    width: 70%;
    float: RIGHT;
    margin: 0 0 -34px 0;
    padding: 0 6% 0 2%;
}


.dice_1:before {
    background-position: -3px -11px;
    width: 81px;
    height: 81px;
}
/*   2 */
.dice_2:before {
    background-position: -102px -9px;
    width: 84px;
    height: 85px;
}

.dice_3:before {
    background-position: -199px -7px;
    width: 90px;
    height: 89px;
}

.dice_4:before {
    background-position: -297px -6px;
    width: 94px;
    height: 91px;
}

.dice_5:before {
    background-position: -395px -5px;
    width: 98px;
    height: 93px;
}

.dice_6:before {
    background-position: -498px -6px;
    width: 93px;
    height: 91px;
}

.dice_7:before {
    background-position: -602px -7px;
    width: 85px;
    height: 88px;
}

.dice_8:before {
    background-position: -699px -6px;
    width: 91px;
    height: 90px;
}

.dice_9:before {
    background-position: -796px -5px;
    width: 97px;
    height: 92px;
}

.dice_10:before {
    background-position: -899px -6px;
    width: 92px;
    height: 91px;
}

.dice_11:before {
    background-position: -3px -102px;
    width: 83px;
    height: 87px;
}

.dice_12:before {
    background-position: -104px -105px;
    width: 81px;
    height: 81px;
}
/*   5  */
.dice_13:before {
    background-position: -198px -100px;
    width: 93px;
    height: 91px;
}

.dice_14:before {
    background-position: -296px -99px;
    width: 98px;
    height: 93px;
}

.dice_15:before {
    background-position: -396px -99px;
    width: 98px;
    height: 93px;
}

.dice_16:before {
    background-position: -497px -100px;
    width: 96px;
    height: 91px;
}

.dice_17:before {
    background-position: -602px -101px;
    width: 86px;
    height: 89px;
}

.dice_18:before {
    background-position: -703px -103px;
    width: 83px;
    height: 86px;
}

.dice_19:before {
    background-position: -804px -105px;
    width: 81px;
    height: 81px;
}
/*   3  */
.dice_20:before {
    background-position: -904px -103px;
    width: 82px;
    height: 85px;
}

.dice_21:before {
    background-position: -3px -197px;
    width: 84px;
    height: 92px;
}

.dice_22:before {
    background-position: -103px -196px;
    width: 85px;
    height: 95px;
}

.dice_23:before {
    background-position: -204px -199px;
    width: 83px;
    height: 89px;
}

.dice_24:before {
    background-position: -305px -203px;
    width: 81px;
    height: 81px;
}
/*    6  */
.dice_25:before {
    background-position: -404px -202px;
    width: 82px;
    height: 84px;
}

.dice_26:before {
    background-position: -503px -197px;
    width: 84px;
    height: 93px;
}

.dice_27:before {
    background-position: -603px -195px;
    width: 85px;
    height: 96px;
}

.dice_28:before {
    background-position: -703px -198px;
    width: 84px;
    height: 92px;
}

.dice_29:before {
    background-position: -804px -202px;
    width: 83px;
    height: 83px;
}

.dice_30:before {
    background-position: -905px -203px;
    width: 81px;
    height: 81px;
}
/*   4  */
.dice_31:before {
    background-position: -4px -299px;
    width: 83px;
    height: 88px;
}

.dice_32:before {
    background-position: -105px -296px;
    width: 84px;
    height: 94px;
}

.dice_33:before {
    background-position: -308px -298px;
    width: 83px;
    height: 89px;
}

.dice_34:before {
    background-position: -409px -300px;
    width: 84px;
    height: 86px;
}

.dice_35:before {
    background-position: -512px -303px;
    width: 81px;
    height: 80px;
}

/*     ***********************            roulette    end          *-*********************/








/*jackpot*/


.jackpot_w > div {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 0 0 0 4px;
}

    .jackpot_w > div > div {
        float: left;
        width: 100%;
        border: 1px solid #7a3010;
        background-color: #000;
        padding: 13px 10px 13px 13px;
    }

.soldICon {
    height: 10.73825550%;
    width: 4.2%;
    position: absolute;
    right: 4%;
    top: 12%;
    border-radius: 100%;
    background-color: #3e1b11;
    text-align: center;
}

    .soldICon > span {
        width: 70%;
        height: 70%;
        position: absolute;
        top: 15%;
        left: 15%;
        background: url(../images/soldICon.png);
        background-repeat: no-repeat !important;
        background-size: 100% !important;
    }

.jackpot_w > div > div > div {
    width: 50%;
    float: left;
    height: 42px;
    position: relative;
}

    .jackpot_w > div > div > div > div:first-child {
        font-size: 10px;
        color: #b3541b;
        position: relative;
    }

    .jackpot_w > div > div > div:first-child:after {
        height: 25px;
        content: "";
        width: 1px;
        background-color: #252525;
        position: absolute;
        right: 0;
        top: 2px;
    }

    .jackpot_w > div > div > div > div:last-child {
        font-size: 14px;
        color: #fff;
    }

    .jackpot_w > div > div > div:first-child {
        text-align: left;
        padding-bottom: 6px;
    }

    .jackpot_w > div > div > div:nth-child(2) {
        text-align: right;
        padding-bottom: 6px;
    }

        .jackpot_w > div > div > div:nth-child(2):after {
            display: none;
        }

    .jackpot_w > div > div > div:last-child {
        position: relative;
        width: 100%;
        border-radius: 2px;
        border: 2px solid #605a5a;
        background-color: #515151;
        -moz-box-shadow: inset 0 0 20px #000000;
        -webkit-box-shadow: inset 0 0 20px #000000;
        box-shadow: inset 0 0 20px #000000;
        height: 36px;
    }

        .jackpot_w > div > div > div:last-child:before {
            content: "";
            position: absolute;
            height: 50%;
            left: 0;
            top: 0;
            background-color: rgba(255,255,255,0.1);
            width: 100%;
        }

        .jackpot_w > div > div > div:last-child > label:first-child {
            height: 40px;
            width: 40px;
            background-color: #0a0b10;
            border-radius: 100%;
            position: absolute;
            left: -13px;
            top: -4px;
        }

        .jackpot_w > div > div > div:last-child > label:last-child {
            width: 8px;
            position: absolute;
            right: 4px;
            top: 3px;
            word-wrap: break-word;
            line-height: 9px;
            font-size: 10px;
            color: #ffa300;
        }


        .jackpot_w > div > div > div:last-child > label:first-child:before {
            content: "";
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/V_R_spImg.png');
            width: 47px;
            height: 39px;
            margin: 2px 0 0 -3px;
            display: block;
        }


.jackpot_w > div.pla_j_pot > div > div:last-child > label:first-child:before {
    background-position: -6px -4px;
}

.jackpot_w > div.gold_j_pot > div > div:last-child > label:first-child:before {
    background-position: -107px -4px;
}

.jackpot_w > div.sil_j_pot > div > div:last-child > label:first-child:before {
    background-position: -56px -4px;
}




.jackpot_w > div > div > div:last-child > span {
    float: left;
    width: 100%;
    text-align: right;
    padding: 0 16px;
}

    .jackpot_w > div > div > div:last-child > span > span {
        height: 32px;
        display: inline-block;
        -moz-box-shadow: inset 0 0 20px #000000;
        -webkit-box-shadow: inset 0 0 20px #000000;
        box-shadow: inset 0 0 20px #000000;
        overflow: hidden;
        margin-left: -1px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        width: 8.333333%;
    }

        .jackpot_w > div > div > div:last-child > span > span > span {
            display: block;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            overflow: hidden;
        }

            .jackpot_w > div > div > div:last-child > span > span > span > label {
                display: block;
                height: 34px;
                line-height: 34px;
                text-align: center;
                padding: 0 5px;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -o-transition: 1s;
                transition: 1s;
            }




.jackpot_sicbo_w {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
}

.jackpot_w.jackpot_sicbo_w > div > div {
    border: none;
    border-radius: 6px;
}

.jackpot_w.jackpot_sicbo_w > div {
    padding: 0 0 0 10px;
}

    .jackpot_w.jackpot_sicbo_w > div:first-child {
        padding: 0;
    }


.sicBoDrawTimeW {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
    position: relative;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

    .sicBoDrawTimeW > div {
        width: 50%;
        float: left;
    }

        .sicBoDrawTimeW > div:first-child {
            padding: 10px 110px 0 80px;
            position: absolute;
        }

        .sicBoDrawTimeW > div:last-child {
            padding: 9px 10px 0 99px;
            top: 0;
            position: absolute;
            left: 50%;
        }

        .sicBoDrawTimeW > div > div {
            width: 100%;
            float: left;
            border-radius: 6px;
            border: 1px solid #005026;
            background-color: #252525;
            -moz-box-shadow: inset 0 0 10px #000000;
            -webkit-box-shadow: inset 0 0 10px #000000;
            box-shadow: inset 0 0 10px #000000;
            height: 50px;
        }

            .sicBoDrawTimeW > div > div > div {
                float: left;
                width: 50%;
                text-align: center;
                position: relative;
            }

            .sicBoDrawTimeW > div > div.row3 > div {
                width: 33.3333%;
            }

            .sicBoDrawTimeW > div > div > div > span {
                display: block;
            }

                .sicBoDrawTimeW > div > div > div > span:first-child {
                    font-size: 12px;
                    color: #fff;
                    height: 32px;
                    line-height: 32px;
                    line-height: 10px !important;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .sicBoDrawTimeW > div > div > div > span:last-child {
                    font-size: 14px;
                    color: #ffa300;
                    line-height: 7px;
                }

            .sicBoDrawTimeW > div > div > div:after {
                content: "";
                width: 1px;
                height: 26px;
                right: 0;
                top: 11px;
                position: absolute;
                background-color: #005026;
            }

            .sicBoDrawTimeW > div > div > div:last-child:after {
                display: none;
            }






.sicBoTableRow1, .sicBoTableRow2, .sicBoTableRow3, .sicBoTableRow4, .sicBoTableRow5 {
    position: absolute;
    width: 100%;
    float: left;
}

.sicBoTableRow1 {
    height: 29.1439393939%;
    top: 0;
    left: 0;
}

.sicBoTableRow2 {
    height: 16.45454545%;
    left: 0;
    top: 34.28030303026%;
}

.sicBoTableRow3 {
    height: 21.1893939393%;
    left: 0;
    top: 55.871212121112%;
}

.sicBoTableRow4 {
    height: 11.55303030%;
    left: 0;
    top: 82.19696969797909%;
}

.sicBoTableRow5 {
    height: 4.924242%;
    left: 0;
    top: 94.886363636090%;
}

.sicBoTableRowHead {
    background-color: #092717;
    border-radius: 6px;
    font-size: 0.8vw;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    position: absolute;
}

.sicBoTableRow2_head {
    top: 29.871212%;
}

.sicBoTableRow3_head {
    top: 51.171212%;
}

.sicBoTableRow4_head {
    top: 77.571212%;
}
/*row1*/
.sicBoTableRow1 .sicBoTableItems, .sicBoTableRow2 .sicBoTableItems, .sicBoTableRow3 .sicBoTableItems, .sicBoTableRow4 .sicBoTableItems, .sicBoTableRow5 .sicBoTableItems {
    float: left;
    background-color: #003c1c;
    border: 1px solid #00843c;
    border-radius: 6px;
    margin-right: 0.26478375%;
    position: relative;
    cursor: pointer;
}



    .sicBoTableRow1 .sicBoTableItems:hover, .sicBoTableRow2 .sicBoTableItems:hover, .sicBoTableRow3 .sicBoTableItems:hover, .sicBoTableRow4 .sicBoTableItems:hover, .sicBoTableRow5 .sicBoTableItems:hover {
        background-color: #012512;
    }





    .sicBoTableRow1 .sicBoTableItems:last-child {
        margin-right: 0;
    }

.sicBoTableRow1 .sicBoTableItem1 {
    width: 13.68049426%;
    height: 66.571429%;
    text-align: center;
    border-radius: 6px 6px 0 0;
}


    .sicBoTableRow1 .sicBoTableItem1 div > h3 {
        font-size: 1.4vw;
        line-height: 1.4vw;
        font-weight: normal;
        margin: 7% 0 0 0;
    }

    .sicBoTableRow1 .sicBoTableItem1 > div {
        font-size: 0.7vw;
        line-height: 0.6vw;
        font-weight: normal;
        padding: 1px 0;
        position: absolute;
        width: 100%;
        top: 25.5%;
        height: 75.5%;
    }

        .sicBoTableRow1 .sicBoTableItem1 > div .sicBoTableItemsTextbottom {
            top: 58%;
        }

        .sicBoTableRow1 .sicBoTableItem1 > div.s_b_h {
            position: absolute;
            width: 100%;
            top: 0;
            background-color: rgb(0, 60, 28);
            padding: 6.5% 0;
            border-radius: 6px 6px 0 0;
            border-bottom: 1px solid #00843c;
            height: 26.5%;
        }

.sicBoTableItems > .diceW {
    width: 100%;
    position: absolute;
    left: 0;
    height: 20.2857142857%;
    background-color: rgba(0, 89, 41, 0.3);
    border-top: 1px solid #00843c;
    border-bottom: 1px solid #00843c;
}

    .sicBoTableRow1 .sicBoTableItem1 .s_b_h_w:hover, .sicBoTableRow1 .sicBoTableItems:nth-child(1):hover, .sicBoTableRow1 .sicBoTableItems:nth-child(2):hover, .sicBoTableRow1 .sicBoTableItem4:hover, .sicBoTableItems > .diceW:hover, .sicBoTableRow3 .sicBoTableItems:hover, .sicBoTableRow2 .sicBoTableItems:hover, .sicBoTableRow4 .sicBoTableItems:hover {
        border: 2px dotted #c27b00;
    }















.sicBoTableItems.sicBoTableItem4 > .diceW {
    border: none !important;
}

.sicBoTableItem3 > .diceW:hover {
    background-color: rgba(0,0,0,0.5);
}

.sicBoTableItem2 > .diceW:hover {
    background-color: rgba(0,0,0,0.5);
}

.sicBoTableItems > .diceW1 {
    top: 17.28571428571%;
}

.sicBoTableItems > .diceW2 {
    top: 38.4285714285%;
}

.sicBoTableItems > .diceW3 {
    top: 59.5714285714%;
}



.sicBoTableItems > .diceW.active, .sicBoTableItems.sicBoTableRow1.active, .sicBoTableItems.sicBoTableItem1 .s_b_h_w.active, .sicBoTableRow1 .sicBoTableItems:nth-child(1).active, .sicBoTableRow1 .sicBoTableItems:nth-child(2).active, .sicBoTableRow2 .sicBoTableItems.active, .sicBoTableRow3 .sicBoTableItems.active, .sicBoTableItem4.active, .sicBoTableRow4 .sicBoTableItems.active {
    background-color: #00ab4e;
    /*-webkit-animation-name: DiceCombAni; 
    -webkit-animation-duration: 05s;
    -webkit-animation-iteration-count: infinite; 
    animation-name: DiceCombAni;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;*/
}


.sicBoTableRow1 .sicBoTableItems:nth-child(1) > h3 > label, .sicBoTableRow1 .sicBoTableItems:nth-child(2) > h3 > label, .sicBoTableRow5 .sicBoTableItems > div > label {
    line-height: 1vw;
    display: inline-block;
    width: 100%;
    max-width: 50px;
    font-size: 0.9vw;
    border-radius: 2px;
    background-color: #c27b00;
    position: relative;
    top: 10%;
    left: 5%;
    vertical-align: top;
}

.sicBoTableRow5 .sicBoTableItems > div > label {
}

.sicBoTableRow1 .sicBoTableItem2 .diceiconNew {
    width: 20.3252032520%;
    top: 0;
    height: 100%;
    position: absolute;
    max-width: 24px;
}


.sicBoTableItems .diceTwoW div:nth-child(1) {
    left: 18.6991869918%;
}

.sicBoTableItems .diceTwoW div:nth-child(2) {
    left: 59.3495934959%;
}


.sicBoTableRow1 .sicBoTableItem3 .diceiconNew {
    width: 16.0256410256%;
    top: 0;
    height: 100%;
    position: absolute;
    max-width: 24px;
}


.sicBoTableItems .diceTRIPLE div:nth-child(1) {
    left: 10.8974358974%;
}

.sicBoTableItems .diceTRIPLE div:nth-child(2) {
    left: 42.948717948717%;
}

.sicBoTableItems .diceTRIPLE div:nth-child(3) {
    left: 75%;
}

.sicBoTableRow1 .sicBoTableItem4 .diceiconNew {
    width: 10.1214574898%;
    top: 0;
    height: 100%;
    position: absolute;
    max-width: 24px;
}



.sicBoTableItems .diceSix div:nth-child(1) {
    left: 5.66801619433%;
}

.sicBoTableItems .diceSix div:nth-child(2) {
    left: 20.2429149797%;
}

.sicBoTableItems .diceSix div:nth-child(3) {
    left: 34.4129554655%;
}

.sicBoTableItems .diceSix div:nth-child(4) {
    left: 54.6558704453%;
}

.sicBoTableItems .diceSix div:nth-child(5) {
    left: 69.2307692307%;
}

.sicBoTableItems .diceSix div:nth-child(6) {
    left: 83.400809716599%;
}














.sicBoTableRow1 .sicBoTableItem2 {
    width: 10.856134157%;
    height: 100%;
}

.sicBoTableRow1 .sicBoTableItem3 {
    width: 13.768755516%;
    height: 100%;
}

.sicBoTableRow1 .sicBoTableItem4 {
    width: 21.800529567%;
    height: 100%;
}



.sicBoTableRow1 .sicBoTableItems:nth-child(1) {
    width: 13.68049426%;
    height: 33.5142857142%;
    position: absolute;
    left: 0;
    top: 66.85714284285%;
    border-radius: 0 0 6px 6px;
}

.sicBoTableRow1 .sicBoTableItems:nth-child(2) {
    width: 13.68049426%;
    height: 33.5142857142%;
    position: absolute;
    left: 86.3195057369%;
    top: 66.85714284285%;
    border-radius: 0 0 6px 6px;
}

    .sicBoTableRow1 .sicBoTableItems:nth-child(1) > h3, .sicBoTableRow1 .sicBoTableItems:nth-child(2) > h3 {
        width: 100%;
        height: 30px;
        position: absolute;
        text-align: center;
        top: 29%;
        margin: 0;
        padding: 0;
        font-size: 1.4vw;
        line-height: 1.4vw;
        font-weight: normal;
    }


/*row1 end*/


/*row2 */
.sicBoTableRow2 .sicBoTableItems {
    width: 6.88437775816%;
    height: 100%;
    font-size: 5.9vw;
    position: relative;
}

    .sicBoTableRow2 .sicBoTableItems:last-child {
        margin-right: 0;
        width: 7.0609002647%;
    }

    .sicBoTableRow2 .sicBoTableItems > h3, .sicBoTableRow2 .sicBoTableItems > div {
        height: 30px;
        width: 100%;
        text-align: center;
        font-size: 1.4vw;
        line-height: 1.4vw;
        font-weight: normal;
        line-height: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 19.92592593%;
        left: 0;
        line-height: 100%;
    }

    .sicBoTableRow2 .sicBoTableItems > div {
        font-size: 1vw;
        line-height: 1vw;
        left: 0;
        top: 62.03703703%;
    }
/*row2 end*/
/*row3 end*/

.sicBoTableRow3 .sicBoTableItems {
    width: 5.4721977052%;
    height: 100%;
}

    .sicBoTableRow3 .sicBoTableItems:first-child {
        width: 13.94527802294%;
        background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/2dieBg.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none !important;
        background-position: center;
    }

        .sicBoTableRow3 .sicBoTableItems:first-child h3 {
            font-size: 1.4vw;
            line-height: 1.4vw;
            font-weight: normal;
            position: absolute;
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 100%;
            top: 50%;
            left: 50%;
            text-align: center;
            margin: -5px 0 0 0;
        }

        .sicBoTableRow3 .sicBoTableItems:first-child div {
            line-height: 1vw;
            display: inline-block;
            width: 100%;
            max-width: 50px;
            font-size: 0.9vw;
            border-radius: 2px;
            background-color: #c27b00;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: 16px;
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .sicBoTableRow3 .sicBoTableItems:last-child {
        margin-right: 0;
    }

/*row4 end*/

.sicBoTableRow4 .sicBoTableItems {
    width: 16.416593115622%;
    height: 100%;
}

    .sicBoTableRow4 .sicBoTableItems:last-child {
        margin-right: 0;
        width: 16.593115622%;
    }

.sicBoTableRow5 .sicBoTableItems {
    width: 33.1862312444%;
    height: 100%;
    border: none;
    cursor: auto;
}

    .sicBoTableRow5 .sicBoTableItems:hover {
        background-color: #003c1c !important;
    }

    .sicBoTableRow5 .sicBoTableItems:last-child {
        margin-right: 0;
        width: 33.097969991173%;
    }



.diceiconNew {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 1px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.diceiconNew1 {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/dice/dice_1.png');
}

.diceiconNew2 {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/dice/dice_2.png');
}

.diceiconNew3 {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/dice/dice_3.png');
}

.diceiconNew4 {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/dice/dice_4.png');
}

.diceiconNew5 {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/dice/dice_5.png');
}

.diceiconNew6 {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/dice/dice_6.png');
}




.sicBoTableItems section.selectChip.chip7 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_7.png');
}

.sicBoTableItems section.selectChip.chip8 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_8.png');
}



.sicBoTableRow4 .diceiconNew {
    width: 21.5053763444%;
    height: 65.5737704918%;
    position: absolute;
    top: 14.7540983606%;
    right: 5.376344086021%;
    max-width: 32px;
}

.sicBoTableRow4 h3 {
    text-align: center;
    font-size: 1.4vw;
    height: 39.344262295%;
    font-weight: normal;
    padding: 0;
    position: absolute;
    top: 31.147540983606%;
    width: 71%;
    left: 0;
    line-height: 1.4vw;
    margin: 0;
}

.sicBoTableRow3 .diceiconNew {
    width: 64.5161290322%;
    height: 30.0751879699%;
    position: absolute;
    left: 17.7419354838%;
    max-width: 30px;
    max-height: 35px;
}

.sicBoTableRow3 .No_dice {
    text-align: center;
    font-size: 0.8vw;
    position: absolute;
    width: 100%;
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
}

.sicBoTableRow3 .diceToP {
    top: 9.77443609022%;
}

.sicBoTableRow3 .diceBottom {
    top: 59.3984965406%;
}

.sicBoTableItems .sicBoTableItemsTextbottom, .sicBoTableItems .sicBoTableItemsText {
    font-size: 0.7vw;
    line-height: 0.6vw;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

    .sicBoTableItems .sicBoTableItemsTextbottom > label, .sicBoTableRow2 .sicBoTableItems > div > label {
        line-height: 1vw;
        display: inline-block;
        width: 100%;
        max-width: 50px;
        font-size: 0.9vw;
        border-radius: 2px;
        background-color: #c27b00;
    }

.sicBoTableItems .sicBoTableItemsText {
    top: 7%;
}

.sicBoTableItems .sicBoTableItemsTextbottom {
    top: 86%;
}

.sicBoTableRow5 .sicBoTableItems > div {
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 1.0%;
    color: #fff;
}

.sicBoTableItems section {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.sicBoTableItems > section {
    border-radius: 6px;
}

.sicBoTableItems section.selectChip > span {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.sicBoTableItems section.selectChip.chip1 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_1.png');
}


.sicBoTableItems section.selectChip.chip2 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_2.png');
}

.sicBoTableItems section.selectChip.chip3 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_3.png');
}

.sicBoTableItems section.selectChip.chip4 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_4.png');
}

.sicBoTableItems section.selectChip.chip5 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_5.png');
}

.sicBoTableItems section.selectChip.chip6 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_6.png');
}


.sicboDrawCancel {
    background-color: rgb(218, 0, 0);
    font-size: 11px;
    padding: 5px;
    border-radius: 2px;
    margin: -1px -66px 0 -8px;
    display: inline-block;
}






.sicBoTableItems section.selectChip > span > label {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    font-size: 0.6vw;
    text-align: center;
}

.sicBoTableRow1 .sicBoTableItem1 section.selectChip > span {
    width: 23.87097%;
    height: 40.74336%;
}

.sicBoTableRow1 .sicBoTableItem2 section.selectChip > span {
    width: 30.081300813%;
    height: 148%;
}

.sicBoTableRow1 .sicBoTableItem3 section.selectChip > span {
    width: 23.717948717%;
    height: 148%;
}

.sicBoTableRow1 .sicBoTableItem4 section.selectChip > span {
    width: 14.9797570850%;
    height: 21.14285771428%;
}

.sicBoTableRow1 .sicBoTableItems:nth-child(2) section.selectChip > span, .sicBoTableRow1 .sicBoTableItems:nth-child(1) section.selectChip > span {
    height: 62.7008644067%;
    width: 23.870967741%;
}

.sicBoTableRow2 section.selectChip > span {
    height: 34.25292529%;
    width: 47.43589743%;
}

.sicBoTableRow3 section.selectChip > span {
    height: 27.81954887%;
    width: 59.67741935%;
}

.sicBoTableRow4 section.selectChip > span {
    height: 60.65573770%;
    width: 19.89247311%;
}


.stButW {
    width: 50%;
    position: absolute;
    right: 5px;
    top: 19px;
    height: 86px;
    z-index: 6;
}

    .stButW > div {
        border-radius: 6px;
        border: 1px solid #005026;
        background-color: #252525;
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px #000000;
        height: 55px;
        margin-top: 18px;
        float: right;
        width: 13%;
        position: relative;
    }

        .stButW > div:last-child {
            width: 42%;
            text-align: center;
            padding: 0 0 0 56px;
            position: relative;
        }

        .stButW > div:first-child {
            cursor: pointer;
            margin-right: 50px;
            text-align: center;
        }

        .stButW > div:last-child > span {
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            width: 60px;
            font-size: 14px;
            color: #ffa300;
            line-height: 20px;
            padding-top: 3%;
        }

            .stButW > div:last-child > span > span {
                color: #fff;
            }




        .stButW > div:last-child > div > div {
            width: 25px;
            height: 25px;
            float: none;
            display: inline-block;
            margin: 11px 2% 0 2%;
        }

        .stButW > div:first-child > div {
            text-align: center;
            color: #ffa300;
            font-size: 8px;
        }

        .stButW > div:first-child > i {
            margin-top: 11px;
            font-size: 16px;
        }





/*Results Part*/
.sicbo_resultW {
    display: inline-block;
    width: 100%;
}

.sicbo_resultH {
    text-align: center;
}

    .sicbo_resultH > h3 {
        font-size: 24px;
        display: inline-block;
        border-bottom: 2px solid #ff6a00;
        color: #ff6a00;
    }

    .sicbo_resultH > div {
        background-color: #191919;
        border: 1px solid #2b2b2b;
        border-radius: 2px;
        height: 35px;
        width: 252px;
        margin: 0 10px;
        display: inline-block;
        color: #e02f2f;
        position: relative;
        float: left;
    }

        .sicbo_resultH > div:before {
            width: 1px;
            height: 20px;
            background-color: #2b2b2b;
            content: "";
            position: absolute;
            left: 50%;
            top: 7px;
        }

        .sicbo_resultH > div > input {
            background-color: transparent;
            border: none;
            width: 50%;
            height: 35px;
            padding: 0;
            margin: 0;
            float: left;
            color: #fff;
            padding: 0 0 0 15px;
            font-size: 12px;
        }

        .sicbo_resultH > div > div > ul {
            top: 35px !important;
            left: 3px !important;
        }

        .sicbo_resultH > div > span {
            width: 55px;
            height: 35px;
            border-radius: 2px;
            margin: 0 5px;
            line-height: 35px;
            color: #fff;
            text-align: center;
            background-color: #006b32;
            display: inline-block;
            border: 1px solid #027f3c;
            cursor: pointer;
            position: absolute;
            left: 98%;
            top: -1px;
        }

        .sicbo_resultH > div > div {
            display: initial;
        }

.sicbo_resultItemW {
    width: 100%;
    float: left;
    position: relative;
}

    .sicbo_resultItemW > ul {
        padding-top: 15px;
    }

        .sicbo_resultItemW > ul > li {
            width: 100%;
            float: left;
            text-align: center;
            padding: 0 10px;
            margin-top: 5px;
        }

            .sicbo_resultItemW > ul > li > div {
                background-color: #191919;
                border: 1px solid #2b2b2b;
                border-radius: 2px;
                padding: 0;
                margin: 0;
                height: 50px;
                width: 100%;
                display: inline-block;
                position: relative;
                padding-right: 125px;
                float: left;
            }

                .sicbo_resultItemW > ul > li > div > h6 {
                    font-size: 12px;
                    color: #ff6a00;
                    margin: 0;
                    width: 100%;
                    float: left;
                    text-align: left;
                    padding: 0 0 0 10px;
                    font-weight: normal;
                    white-space: nowrap;
                }

                    .sicbo_resultItemW > ul > li > div > h6 > span {
                        color: #fff;
                        padding: 0 0 0 5px;
                        color: #fff;
                    }

                    .sicbo_resultItemW > ul > li > div > h6 > label {
                        margin: 0 5px 0 0;
                        color: #fff;
                    }

                .sicbo_resultItemW > ul > li > div > div {
                    padding: 2px 0;
                    text-align: left;
                }

                    .sicbo_resultItemW > ul > li > div > div > span {
                        padding: 2px;
                        float: left;
                        margin: 5px 0 0 8px;
                        position: relative;
                    }

                        .sicbo_resultItemW > ul > li > div > div > span:first-child {
                        }

                            .sicbo_resultItemW > ul > li > div > div > span:first-child:after {
                                content: ":";
                                position: absolute;
                                right: 0;
                            }

                .sicbo_resultItemW > ul > li > div > span {
                    width: 53px;
                    height: 44px;
                    display: inline-block;
                    font-size: 14px;
                    padding-top: 6px;
                    position: absolute;
                    top: 2px;
                    right: 2px;
                }

                    .sicbo_resultItemW > ul > li > div > span > span {
                        display: block;
                        font-size: 12px;
                    }



                .sicbo_resultItemW > ul > li > div .sicboResultNo {
                    position: absolute;
                    right: 40px;
                    top: 0;
                    width: 75px;
                    text-align: center;
                }

                    .sicbo_resultItemW > ul > li > div .sicboResultNo > div {
                        margin: 11px 1px;
                        display: inline-block;
                    }

                        .sicbo_resultItemW > ul > li > div .sicboResultNo > div > label {
                            width: 20px;
                            height: 20px;
                        }









            .sicbo_resultItemW > ul > li:first-child > div {
                background-color: #004c24;
                border: 1px solid #006b32;
            }

            .sicbo_resultItemW > ul > li:first-child {
                margin-top: 5px;
            }

                .sicbo_resultItemW > ul > li:first-child > section {
                    display: block !important;
                    position: relative;
                }

            .sicbo_resultItemW > ul > li.active:first-child > section {
                display: none !important;
            }

            .sicbo_resultItemW > ul > li:first-child .resultDiceConBut:before {
                content: "\f146" !important;
            }

            .sicbo_resultItemW > ul > li:first-child .resultDiceConBut.active:before {
                content: "\f0fe" !important;
            }



/*Results Part*/

.sicBoTable_w > div > div {
    width: 100%;
    float: left;
    border: 3px solid #ffa300;
    border-radius: 6px;
    background-color: #005226;
    position: relative;
    padding: 90px 50px 50px;
}



.SicboStatisticsW {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    z-index: 5;
    padding: 0 28px;
    height: 100%;
    padding-top: 139px;
    pointer-events: auto;
    animation: SicboStatistics 1s;
}


    .SicboStatisticsW .ST_head {
        border-top: 3px solid #ffa300;
        background-color: #252525;
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px #000000;
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 20px;
        float: left;
        width: 100%;
    }


    .SicboStatisticsW .ST_cnt {
        float: left;
        width: 100%;
        padding: 10px;
        background-color: #07080a;
        height: 93.2%;
        overflow: auto;
    }

.ST_com_Bg {
    background-color: #252525;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    border: 1px solid #454545;
    border-radius: 4px;
}

.ST_small {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

    .ST_small li {
        float: left;
        width: 20%;
        padding: 0 4px;
    }

        .ST_small li > div {
            width: 100%;
            float: left;
            padding: 0 50px 0 0;
            position: relative;
            height: 50px;
        }

            .ST_small li > div > label {
                display: block;
                padding: 0 0 0 10px;
            }

                .ST_small li > div > label:first-child {
                    color: #ffa300;
                    font-size: 16px;
                    padding: 0 0 0 10px;
                    margin-top: 5px;
                }


            .ST_small li > div > div {
                width: auto;
                padding: 0 5px;
                height: 44px;
                position: absolute;
                right: 2px;
                top: 2px;
                border-radius: 4px;
                background-color: #005c2b;
                text-align: center;
                line-height: 46px;
                font-size: 28px;
            }

.ST_sDice {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

    .ST_sDice > li {
        width: 25%;
        float: left;
        padding: 0 4px;
    }

        .ST_sDice > li > div {
            float: left;
            width: 100%;
        }

    .ST_sDice.ST_sDiceJK > li:last-child > div > div > div {
        width: 100%;
        padding: 0 35px;
        position: relative;
        height: 35px;
        margin-bottom: 5px;
        line-height: 35px;
        font-size: 14px;
    }

        .ST_sDice.ST_sDiceJK > li:last-child > div > div > div:last-child {
            margin-bottom: 0;
        }



        .ST_sDice.ST_sDiceJK > li:last-child > div > div > div > div {
            width: 35px;
            height: 35px;
            border-radius: 100%;
            line-height: 35px;
            margin: auto;
            -moz-box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
            -webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
            box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
            color: #000;
            font-size: 20px;
            font-weight: 700;
            position: absolute;
            left: 0;
            top: 0;
        }

        .ST_sDice.ST_sDiceJK > li:last-child > div > div > div > label {
            -moz-box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
            -webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
            box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
            color: #000;
            font-weight: 700;
            font-size: 12px;
            border-radius: 6px;
        }

    .ST_sDice > li:last-child > div > div > div:nth-child(1) > div, .ST_sDice > li:last-child > div > div > div:nth-child(1) > label {
        border: 1px solid #e2da61;
        background-color: #ff0;
    }

    .ST_sDice > li:last-child > div > div > div:nth-child(3) > div, .ST_sDice > li:last-child > div > div > div:nth-child(3) > label {
        border: 1px solid #cedbe2;
        background-color: #b2c6cf;
    }

    .ST_sDice > li:last-child > div > div > div:nth-child(5) > div, .ST_sDice > li:last-child > div > div > div:nth-child(5) > label {
        border: 1px solid #d59b71;
        background-color: #bd7139;
    }






    .ST_sDice > li > div h3 {
        float: left;
        height: 30px;
        color: #ffa300;
        text-align: center;
        margin: 0;
        font-weight: normal;
        line-height: 30px;
        background-color: #151617;
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px #000000;
        width: 100%;
        border-radius: 6px 6px 0 0;
        font-size: 16px;
    }

    .ST_sDice > li > div > div {
        float: left;
        width: 100%;
        padding: 10px;
    }

        .ST_sDice > li > div > div > div {
            float: left;
            width: 50%;
            text-align: center;
            height: 39px;
            padding: 5px 0;
        }

            .ST_sDice > li > div > div > div .diceiconNew {
                width: 20px;
                height: 20px;
                display: inline-block;
                float: none;
            }

    .ST_sDice.ST_sDiceJK > li > div > div > div > label {
        vertical-align: text-top;
        line-height: 5px;
    }

    .ST_sDice.ST_sDiceJK > li:last-child > div > div > div > label {
        vertical-align: bottom;
        font-size: 12px;
        display: inline-block;
        width: 35px;
        position: absolute;
        right: 0;
        top: 0;
        height: 35px;
        line-height: 35px;
        font-weight: 700;
    }



.ST_HotDice > li {
    width: 33.3333%;
}

    .ST_HotDice > li > div > div > div > div {
        width: 60%;
        max-width: 50px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background-color: #005026;
        border-radius: 6px;
        color: #fff;
        display: inline-block;
        margin-right: 2px;
        margin: 0 10px;
    }

    .ST_HotDice > li:last-child > div h3 > span {
        float: left;
        width: 50%;
        height: 30px;
        line-height: 30px;
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px #000000;
        border-radius: 6px;
    }


        .ST_HotDice > li:last-child > div h3 > span:first-child {
            background-color: #440500;
        }

        .ST_HotDice > li:last-child > div h3 > span:last-child {
            background-color: #09293a;
        }

    .ST_HotDice > li:last-child > div > div > section {
        float: left;
        width: 50%;
    }

        .ST_HotDice > li:last-child > div > div > section:first-child {
            background-color: #440500;
        }

        .ST_HotDice > li:last-child > div > div > section:last-child {
            background-color: #09293a;
        }

    .ST_HotDice > li:last-child > div > div {
        padding: 0;
    }

        .ST_HotDice > li:last-child > div > div > section > div:nth-child(even) {
            background-color: rgba(0,0,0,0.3);
        }


        .ST_HotDice > li:last-child > div > div > section > div {
            height: 43px;
            position: relative;
            padding: 0 50px 0 0;
        }

            .ST_HotDice > li:last-child > div > div > section > div > span:first-child {
                width: 100%;
                float: left;
                font-size: 16px;
                line-height: 43px;
                padding: 0 0 0 10px;
            }

            .ST_HotDice > li:last-child > div > div > section > div > span:last-child {
                position: absolute;
                right: 0;
                height: 43px;
                width: 50px;
                line-height: 43px;
                text-align: center;
                font-size: 16px;
            }


            .ST_HotDice > li:last-child > div > div > section > div > span:first-child > span {
                float: none;
                display: inline-block;
                width: 24px;
                height: 24px;
                vertical-align: middle;
            }


    .ST_HotDice > li:nth-child(2) > div > div > div > div {
        max-width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .ST_HotDice > li:nth-child(2) > div > div > div {
        width: 50%;
        height: 49px;
        text-align: left;
    }

        .ST_HotDice > li:nth-child(2) > div > div > div > label {
            vertical-align: middle;
        }


@keyframes SicboStatistics {
    0% {
        height: 0;
        overflow: hidden;
    }


    100% {
        height: 100%;
        overflow: hidden;
    }
}



.ST_sDice > li:last-child > div {
    min-height: 169px;
}

.ST_HotDice > li > div {
    min-height: 396px;
}

.roul_drawsitem_w {
    overflow: auto;
}





    .roul_drawsitem_w ul > li {
        display: block;
        height: 38px;
        background-color: #171b21;
        border-top: 1px solid #22242b;
        border-bottom: 1px solid #121217;
    }

        .roul_drawsitem_w ul > li.active {
            background-color: #005d2b;
        }

        .roul_drawsitem_w ul > li:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f105";
            line-height: 38px;
            margin: 0 15px 0 20px;
        }

        .roul_drawsitem_w ul > li:hover {
            cursor: pointer;
            background-color: #001409;
        }


        .roul_drawsitem_w ul > li > span:last-child:before {
            content: "\f017";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            line-height: 38px;
            margin: 0 5px 0 15px;
        }

        .roul_drawsitem_w ul > li:first-child {
            display: none;
        }

.c_draw_w {
    padding: 10px;
    text-align: center;
    background-color: #001409;
    border: 1px dashed #003e19;
}

    .c_draw_w:hover {
        cursor: pointer;
        opacity: 0.7;
    }

    .c_draw_w > span:first-child {
    }

        .c_draw_w > span:first-child > span, .c_draw_w > span:last-child > span {
            width: 35px;
            height: 35px;
            line-height: 35px;
            background-color: #056f36;
            border-radius: 100%;
            display: inline-block;
            margin: 0 0 5px 0;
            font-weight: bold;
        }

    .c_draw_w > span:nth-child(2) {
        line-height: 57px;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: 2px dashed #088038;
        display: inline-block;
        margin: 0 10px;
    }

    .c_draw_w > span:last-child > span {
        background-color: #056f36;
        height: 40px;
        line-height: 42px;
        width: 40px;
    }

.n_draw {
    text-align: center;
    padding: 7px 0;
    background-color: #005d2b;
}

.bet_slip_Sport_w > div {
    text-transform: lowercase;
}

.sicBoCart_W {
    padding: 0 25px;
    position: relative;
    min-height: 47px;
}

    .sicBoCart_W > span:first-child {
        width: 25px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #292929;
        text-align: center;
        line-height: 47px;
        color: #ff6a00;
    }

    .sicBoCart_W > span:last-child {
        width: 25px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #292929;
        text-align: center;
        line-height: 47px;
        color: #ff0000;
    }

    .sicBoCart_W .sicBetName {
        width: 70%;
        float: left;
        font-size: 12px;
        line-height: 47px;
        padding: 0;
    }

        .sicBoCart_W .sicBetName > div {
            width: 33.3333%;
            float: left;
            text-align: center;
            height: 21px;
            line-height: 23px;
            font-size: 11px;
            color: #fff;
            text-transform: capitalize;
        }

            .sicBoCart_W .sicBetName > div:first-child {
                background-color: #ffa300;
                border-radius: 2px;
                color: #000;
            }

            .sicBoCart_W .sicBetName > div:nth-child(2) {
                width: 23.3333%;
            }

            .sicBoCart_W .sicBetName > div:nth-child(3) {
                width: 43.3333%;
            }

        .sicBoCart_W .sicBetName > span {
            height: 25px;
            float: left;
            width: 100%;
            margin: 0;
            border-radius: 0;
            line-height: 20px;
        }

    .sicBoCart_W .sicPointW {
        width: 30%;
        float: left;
        position: relative;
        height: 47px;
    }

.sicPointW .selectChip {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    border-radius: 0;
    height: 47px;
}

.bet_slip_Sport_w > div > input {
    color: #fff;
}

.sicPointW .selectChip:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    font-size: 16px;
    text-align: center;
    background-size: 100%;
}

.sicPointW .selectChip > input {
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #fff;
    text-align: center;
    position: relative;
    height: 35px;
    top: 7px;
    font-size: 10px;
}

.sicPointW .selectChip > span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    line-height: 50px;
    text-align: center;
    margin: -25px 0 0 -25px;
    z-index: 5;
    font-size: 10px;
    color: #fff;
}

.sicPointW > span:first-child {
    position: absolute;
    left: 0;
    width: 25px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 0;
    line-height: 17px;
    z-index: 8;
    border-radius: 0;
    cursor: pointer;
}

.sicPointW > span:last-child {
    position: absolute;
    right: 0;
    width: 25px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 0;
    line-height: 17px;
    z-index: 8;
    border-radius: 0;
    cursor: pointer;
}



.selectChip.chip1:before {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_1.png');
}

.selectChip.chip2:before {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_2.png');
}

.selectChip.chip3:before {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_3.png');
}

.selectChip.chip4:before {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_4.png');
}

.selectChip.chip5:before {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_5.png');
}

.selectChip.chip6:before {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_6.png');
}

.confButw {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    display: none;
}

    .confButw > div {
        display: inline-block;
        width: 70px;
        height: 35px;
        border-radius: 2px;
        background-color: #555;
        position: relative;
        top: 50%;
        -ms-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        line-height: 35px;
        cursor: pointer;
    }

        .confButw > div:last-child {
            background-color: #a22326;
        }

.PrintBUT {
    width: 80px;
    display: block;
    margin: 12px auto 8px;
    background-color: #da5a00;
    border: none;
    padding: 5px 0;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
}

    .PrintBUT:hover {
        cursor: pointer;
        background-color: #9c4100;
    }

    .PrintBUT.loginActive:after {
        top: 2px;
        right: 100%;
    }

.e_mgs {
    float: left;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    color: #ff0000;
    font-size: 16px;
}
/*dice*/
.sicBoTable_w {
    padding: 0 10px 10px 10px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .sicBoTable_w > div {
        width: 100%;
        float: left;
        background-color: #1e1d1e;
        border-radius: 6px;
        padding: 18px;
        position: relative;
    }

        .sicBoTable_w > div:before {
            width: 202px;
            height: 202px;
            content: "";
            position: absolute;
            top: -74px;
            left: 50%;
            -ms-transform: translate(-50%,0);
            -moz-transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
            -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
            border: 18px solid #1e1d1e;
            border-radius: 100%;
            background-color: #ffa300;
        }











.diceAniBg_w2 {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: -74px;
    z-index: 1;
    background-color: #005226;
    border-radius: 100%;
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}


    .diceAniBg_w2 > div {
        width: 140px;
        height: 140px;
        border-radius: 100%;
        background-color: #2f7b3a;
        position: absolute;
        top: 10px;
        left: 10px;
        border: 10px solid #1b2027;
    }

        .diceAniBg_w2 > div:before {
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 122px;
            height: 122px;
            border-radius: 100%;
            border: 5px solid #2d2d2d;
            background-color: rgba(255,255,255,0.3);
            -moz-box-shadow: inset 0 0 63px rgba(0,0,0,0.4);
            -webkit-box-shadow: inset 0 0 63px rgba(0,0,0,0.4);
            box-shadow: inset 0 0 63px rgba(0,0,0,0.9);
            z-index: 10;
        }




.sicBoTable_w > div > div > div {
    width: 100%;
    float: left;
    position: relative;
}

.sicboTbg {
    width: 100%;
    float: left;
}






















.sicBoAnimaion_w {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 36px;
    position: relative;
    z-index: 2;
    -webkit-transform: scale(0.31);
    -moz-transform: scale(0.31);
    -ms-transform: scale(0.31);
    -o-transform: scale(0.31);
    transform: scale(0.31);
}

    .sicBoAnimaion_w .dice {
        width: 80px;
        height: 80px;
        display: inline-block;
        margin: 0 10px;
        position: absolute;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .sicBoAnimaion_w .dice:nth-child(1) {
            left: 50%;
            margin: 0 0 0 -98px;
            top: 72px;
        }

        .sicBoAnimaion_w .dice:nth-child(2) {
            top: -45px;
            left: 50%;
            margin: 0 0 0 -45px;
        }

        .sicBoAnimaion_w .dice:nth-child(3) {
            top: 0;
            left: 50%;
            margin: 90px 0 0 46px;
        }

        .sicBoAnimaion_w .dice:before {
            content: "";
            display: inline-block;
            background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/Dice.png');
        }


        .sicBoAnimaion_w .dice.active:nth-child(1) {
            left: 20%;
            margin: 0 0 0 -104px;
            top: 0;
        }

        .sicBoAnimaion_w .dice.active:nth-child(2) {
            top: 0px;
            left: 50%;
            margin: 0 0 0 3px;
        }

        .sicBoAnimaion_w .dice.active:nth-child(3) {
            top: 135px;
            left: 90%;
            margin: 0 0 0 -45px;
        }


        .sicBoAnimaion_w .dice.zoomA {
            zoom: 1.12;
            z-index: 5;
        }

.smallNO .textW > h3 {
    margin: 6px 0 0 0;
}



.sicBo_w_middle {
    /*border: 1px dashed #ff0000;*/
    display: inline-block;
    width: 100%;
    height: 600px;
}


.dice_1:before {
    background-position: -3px -11px;
    width: 81px;
    height: 81px;
}
/*   2 */
.dice_2:before {
    background-position: -102px -9px;
    width: 84px;
    height: 85px;
}

.dice_3:before {
    background-position: -199px -7px;
    width: 90px;
    height: 89px;
}

.dice_4:before {
    background-position: -297px -6px;
    width: 94px;
    height: 91px;
}

.dice_5:before {
    background-position: -395px -5px;
    width: 98px;
    height: 93px;
}

.dice_6:before {
    background-position: -498px -6px;
    width: 93px;
    height: 91px;
}

.dice_7:before {
    background-position: -602px -7px;
    width: 85px;
    height: 88px;
}

.dice_8:before {
    background-position: -699px -6px;
    width: 91px;
    height: 90px;
}

.dice_9:before {
    background-position: -796px -5px;
    width: 97px;
    height: 92px;
}

.dice_10:before {
    background-position: -899px -6px;
    width: 92px;
    height: 91px;
}

.dice_11:before {
    background-position: -3px -102px;
    width: 83px;
    height: 87px;
}

.dice_12:before {
    background-position: -104px -105px;
    width: 81px;
    height: 81px;
}
/*   5  */
.dice_13:before {
    background-position: -198px -100px;
    width: 93px;
    height: 91px;
}

.dice_14:before {
    background-position: -296px -99px;
    width: 98px;
    height: 93px;
}

.dice_15:before {
    background-position: -396px -99px;
    width: 98px;
    height: 93px;
}

.dice_16:before {
    background-position: -497px -100px;
    width: 96px;
    height: 91px;
}

.dice_17:before {
    background-position: -602px -101px;
    width: 86px;
    height: 89px;
}

.dice_18:before {
    background-position: -703px -103px;
    width: 83px;
    height: 86px;
}

.dice_19:before {
    background-position: -804px -105px;
    width: 81px;
    height: 81px;
}
/*   3  */
.dice_20:before {
    background-position: -904px -103px;
    width: 82px;
    height: 85px;
}

.dice_21:before {
    background-position: -3px -197px;
    width: 84px;
    height: 92px;
}

.dice_22:before {
    background-position: -103px -196px;
    width: 85px;
    height: 95px;
}

.dice_23:before {
    background-position: -204px -199px;
    width: 83px;
    height: 89px;
}

.dice_24:before {
    background-position: -305px -203px;
    width: 81px;
    height: 81px;
}
/*    6  */
.dice_25:before {
    background-position: -404px -202px;
    width: 82px;
    height: 84px;
}

.dice_26:before {
    background-position: -503px -197px;
    width: 84px;
    height: 93px;
}

.dice_27:before {
    background-position: -603px -195px;
    width: 85px;
    height: 96px;
}

.dice_28:before {
    background-position: -703px -198px;
    width: 84px;
    height: 92px;
}

.dice_29:before {
    background-position: -804px -202px;
    width: 83px;
    height: 83px;
}

.dice_30:before {
    background-position: -905px -203px;
    width: 81px;
    height: 81px;
}
/*   4  */
.dice_31:before {
    background-position: -4px -299px;
    width: 83px;
    height: 88px;
}

.dice_32:before {
    background-position: -105px -296px;
    width: 84px;
    height: 94px;
}

.dice_33:before {
    background-position: -308px -298px;
    width: 83px;
    height: 89px;
}

.dice_34:before {
    background-position: -409px -300px;
    width: 84px;
    height: 86px;
}

.dice_35:before {
    background-position: -512px -303px;
    width: 81px;
    height: 80px;
}


.timerW {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    border-radius: 100%;
    font-size: 50px;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    z-index: 1000;
    line-height: 127px;
    border: 4px solid #c60005;
}

.sicboNoMorebet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
}

    .sicboNoMorebet:before {
        background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/sicboNoBet.png');
        background-position: center;
        background-size: 100%;
    }








/* datePiker */
.uib-datepicker-popup {
    width: 300px;
    z-index: 1000;
    position: absolute;
    right: 0;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #dae2e5;
}

    .uib-datepicker-popup .uib-button-bar {
        display: none;
    }

    .uib-datepicker-popup div {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .uib-datepicker-popup table {
        border-spacing: 0;
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
    }

        .uib-datepicker-popup table thead {
            background-color: #20b0a8;
            padding: 18px 0 6px 0;
            display: table-caption;
        }

            .uib-datepicker-popup table thead tr:last-child th {
                width: 12.5%;
                float: left;
                text-align: center;
            }

            .uib-datepicker-popup table thead tr:first-child th {
                width: 50%;
                float: left;
            }

        .uib-datepicker-popup table tr {
            display: block;
        }

        .uib-datepicker-popup table thead tr:first-child {
            height: 40px;
        }

            .uib-datepicker-popup table thead tr:first-child button {
                height: 40px;
                background-color: #20b0a8;
                border: none;
                color: #fff;
                cursor: pointer;
            }

            .uib-datepicker-popup table thead tr:first-child th:first-child button:before {
                content: "?";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
            }

            .uib-datepicker-popup table thead tr:first-child th:last-child button:before {
                content: "?";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
            }

            .uib-datepicker-popup table thead tr:first-child th:first-child, .uib-datepicker-popup table thead tr:first-child th:last-child {
                width: 25%;
                cursor: pointer;
            }

        .uib-datepicker-popup table tbody tr td {
            width: 12.5%;
            float: left;
            text-align: center;
            line-height: 34px;
            color: #07615c;
        }

            .uib-datepicker-popup table tbody tr td button {
                border: none;
                height: 35px;
                background-color: #f1faf9;
                cursor: pointer;
            }

                .uib-datepicker-popup table tbody tr td button.active {
                    color: #fff;
                    background-color: #20b0a8;
                }

            .uib-datepicker-popup table tbody tr td.uib-month {
                width: 50%;
            }

.datepickerIcon input {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.datepickerIcon:after {
    content: "?";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 3px;
    top: 9px;
    z-index: 0;
}

.s_draw {
    position: absolute;
    left: 13%;
    top: 74px;
    text-align: center;
}

    .s_draw > span {
        padding: 0 20px;
        line-height: 35px;
        background-color: #005d2b;
        border-radius: 2px;
        display: inline-block;
        font-size: 14px;
    }

.e_dmgs {
    float: left;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-size: 14px
}


.in_right_aside, .in_left_aside {
    overflow: inherit !important;
}

.stButW > div.active > i:before {
    content: "\f00d" !important;
    color: #ff0000;
}



.resultDiceCon {
    border: 1px solid #2b2b2b;
    float: left;
    width: 100%;
    border-radius: 0 0 2px 2px;
    display: none;
}

    .resultDiceCon > h3 {
        margin: 4px 0;
        font-size: 12px;
        text-align: left;
        padding: 0 0 0 10px;
        color: #ff6a00;
    }

    .resultDiceCon > div > div:nth-child(odd) {
        background-color: #1b1b1b;
    }



    .resultDiceCon > div > div {
        text-align: left;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        padding: 0 0 0 10px;
    }

.resultDiceConBut {
    position: absolute;
    width: 39px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    border-radius: 2px;
    text-align: center !important;
    line-height: 50px;
    cursor: pointer;
}

    .resultDiceConBut:before {
        content: "\f0fe";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        color: #ff6a00;
        font-size: 18px;
    }

    .resultDiceConBut.active:before {
        content: "\f146" !important;
    }

.sicbo_resultItemW > ul > li.active .resultDiceCon {
    display: block;
}


.sicbo_resultItemW > ul > li.cancelDraw .resultDiceCon {
    display: none !important;
}

.sicbo_resultItemW > ul > li.cancelDraw > div > div.resultDiceConBut {
    display: none !important;
}

.resultDiceCon > div > div:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    background-color: #ff6a00;
}








.sicBoBetSlipW {
    float: left;
    width: 100%;
}

.sicboSlips {
    float: left;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

    .sicboSlips:hover {
        overflow: auto;
    }

.sicBoBetSlipW .skinfri_stake_bwt_w > div:last-child {
    padding: 10px;
}

    .sicBoBetSlipW .skinfri_stake_bwt_w > div:last-child > span {
        float: left;
        width: 30%;
        margin-top: 9px;
        padding: 0;
    }

    .sicBoBetSlipW .skinfri_stake_bwt_w > div:last-child > input {
        float: left;
        width: 70%;
    }

.sicBoTableRow1 .sicBoTableItem1 > div.sicBoTableItemsTextbottom {
    margin-top: -11%;
}

.mutButRo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    /* margin-right: -89px; */
    height: 30px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    z-index: 100;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .mutButRo.active i:before {
        content: "\f026" !important;
    }

.slip_Details_w > ul.slipgrid_6 li {
    width: 16.666%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.IsSignalrConnected {
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}


    .IsSignalrConnected > div > button {
        width: 100px;
        height: 35px;
        text-align: center;
        padding: 0;
        border: 1px solid #d5c511;
        background-color: #ffd800;
        border-radius: 2px;
        margin-top: 15px;
    }

    .IsSignalrConnected > div {
        width: 320px;
        height: 200px;
        background-color: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border-radius: 2px;
        text-align: center;
        border: 1px solid #544700;
        padding: 56px 20px 45px;
    }

        .IsSignalrConnected > div > span {
            display: block;
            text-align: center;
            color: #fff;
        }


.helpButSicbo {
    position: absolute;
    top: 96px;
    left: 12px;
    z-index: 1;
    width: 52px;
    height: 25px;
    text-align: CENTER;
    line-height: 25px;
    border-radius: 2px;
    background-color: #252525;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    color: #ffa200;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.sicbo_help {
    width: 100%;
}

    .sicbo_help .sicbo-help-left {
        width: 66%;
        float: left;
        position: relative;
    }

        .sicbo_help .sicbo-help-left img {
            width: 841px;
        }

    .sicbo_help .sicbo-help-right {
        width: 34%;
        float: left;
        margin-top: 10px;
        min-height: 250px;
        overflow: auto;
    }

        .sicbo_help .sicbo-help-right .details-left-sec {
            width: 100%;
            float: left;
            background: #000;
        }

            .sicbo_help .sicbo-help-right .details-left-sec tr th {
                padding: 11px;
                color: #ff6a00;
            }

            .sicbo_help .sicbo-help-right .details-left-sec tr:nth-child(odd) {
                background: #1b1b1b;
            }

            .sicbo_help .sicbo-help-right .details-left-sec tr:nth-child(even) {
                background: #111111;
            }

            .sicbo_help .sicbo-help-right .details-left-sec tr td span {
                color: #fbfa78;
                margin: 0 10px;
            }

            .sicbo_help .sicbo-help-right .details-left-sec tr td {
                padding: 4px;
                font-size: 11px;
            }

            .sicbo_help .sicbo-help-right .details-left-sec tr.active, .sicbo_help-details li.active {
                background-color: #c27b00 !important;
            }

.sicbo_help-details {
    width: 100%;
    border: 1px solid #000;
    float: left;
}

    .sicbo_help-details ul li:nth-child(odd) {
        background: #1b1b1b;
    }

    .sicbo_help-details ul li:nth-child(even) {
        background: #111111;
    }

    .sicbo_help-details li {
        width: 33.333333%;
        float: left;
        padding: 7px;
        color: #e2e16d;
        height: 50px;
    }

        .sicbo_help-details li span {
            color: #fbfa78;
        }

        .sicbo_help-details li .draw-desc {
            color: #fff !important;
        }

    .sicbo_help-details li {
        list-style: none;
    }


.sicbo_help .help_close, .sicbo_help .help_replay {
    position: absolute;
    left: 55.5%;
    z-index: 1;
    width: 32px !important;
    height: 32px;
    top: 135px;
}

.sicbo_help .help_replay {
    left: 40.5%;
}


.sicbo_help .sicbo-help-left span {
    width: 3.09155766944%;
    height: 4.01234567901%;
}

#sicbo_info_1 {
    position: absolute;
    left: 10.9393579073%;
    top: 30.0925925926%;
}

#sicbo_info_2 {
    position: absolute;
    left: 11.1771700357%;
    top: 40.5864197531%;
}

#sicbo_info_3 {
    position: absolute;
    left: 24.2568370987%;
    top: 30.0925925926%;
}

#sicbo_info_4 {
    position: absolute;
    left: 19.2627824019%;
    top: 33.950617284%;
}

#sicbo_info_5 {
    position: absolute;
    left: 24.2568370987%;
    top: 38.1172839506%;
}

#sicbo_info_6 {
    position: absolute;
    left: 36.1474435196%;
    top: 29.9382716049%;
}

#sicbo_info_7 {
    position: absolute;
    left: 28.8941736029%;
    top: 34.1049382716%;
}

#sicbo_info_7 {
    position: absolute;
    left: 28.8941736029%;
    top: 34.1049382716%;
}

#sicbo_info_8 {
    position: absolute;
    left: 36.1474435196%;
    top: 38.2716049383%;
}

#sicbo_info_9 {
    position: absolute;
    left: 48.7514863258%;
    top: 33.7962962963%;
}

#sicbo_info_10 {
    position: absolute;
    left: 68.0142687277%;
    top: 30.0925925926%;
}

#sicbo_info_11 {
    position: absolute;
    left: 60.4042806183%;
    top: 34.1049382716%;
}

#sicbo_info_12 {
    position: absolute;
    left: 68.0142687277%;
    top: 38.2716049383%;
}

#sicbo_info_13 {
    position: absolute;
    left: 78.1212841855%;
    top: 30.0925925926%;
}

#sicbo_info_14 {
    position: absolute;
    left: 72.4137931034%;
    top: 34.1049382716%;
}

#sicbo_info_15 {
    position: absolute;
    left: 78.0023781213%;
    top: 38.1172839506%;
}

#sicbo_info_16 {
    position: absolute;
    left: 86.0879904875%;
    top: 30.5555555556%;
}

#sicbo_info_17 {
    position: absolute;
    left: 86.2068965517%;
    top: 40.4320987654%;
}

#sicbo_info_18 {
    position: absolute;
    left: 8.08561236623%;
    top: 50.7716049383%;
}

#sicbo_info_19 {
    position: absolute;
    left: 14.2687277051%;
    top: 50.7716049383%;
}

#sicbo_info_20 {
    position: absolute;
    left: 20.451843044%;
    top: 50.7716049383%;
}

#sicbo_info_21 {
    position: absolute;
    left: 26.8727705113%;
    top: 50.7716049383%;
}

#sicbo_info_22 {
    position: absolute;
    left: 32.936979786%;
    top: 50.7716049383%;
}

#sicbo_info_23 {
    position: absolute;
    left: 39.1200951249%;
    top: 50.7716049383%;
}

#sicbo_info_24 {
    position: absolute;
    left: 45.6599286564%;
    top: 50.7716049383%;
}

#sicbo_info_25 {
    position: absolute;
    left: 51.8430439952%;
    top: 50.7716049383%;
}

#sicbo_info_26 {
    position: absolute;
    left: 58.0261593341%;
    top: 50.7716049383%;
}

#sicbo_info_27 {
    position: absolute;
    left: 64.0903686088%;
    top: 50.7716049383%;
}

#sicbo_info_28 {
    position: absolute;
    left: 70.3923900119%;
    top: 50.7716049383%;
}

#sicbo_info_29 {
    position: absolute;
    left: 76.4565992866%;
    top: 50.7716049383%;
}

#sicbo_info_30 {
    position: absolute;
    left: 82.8775267539%;
    top: 50.7716049383%;
}

#sicbo_info_31 {
    position: absolute;
    left: 89.0606420927%;
    top: 50.7716049383%;
}

#sicbo_info_32 {
    position: absolute;
    left: 19.9762187872%;
    top: 67.4382716049%;
}

#sicbo_info_33 {
    position: absolute;
    left: 24.9702734839%;
    top: 67.4382716049%;
}

#sicbo_info_34 {
    position: absolute;
    left: 29.9643281807%;
    top: 67.4382716049%;
}

#sicbo_info_35 {
    position: absolute;
    left: 34.8394768133%;
    top: 67.4382716049%;
}

#sicbo_info_36 {
    position: absolute;
    left: 39.9524375743%;
    top: 67.4382716049%;
}

#sicbo_info_37 {
    position: absolute;
    left: 44.8275862069%;
    top: 67.4382716049%;
}

#sicbo_info_38 {
    position: absolute;
    left: 49.8216409037%;
    top: 67.4382716049%;
}

#sicbo_info_39 {
    position: absolute;
    left: 54.8156956005%;
    top: 67.4382716049%;
}

#sicbo_info_40 {
    position: absolute;
    left: 59.8097502973%;
    top: 67.4382716049%;
}

#sicbo_info_41 {
    position: absolute;
    left: 64.6848989298%;
    top: 67.4382716049%;
}

#sicbo_info_42 {
    position: absolute;
    left: 69.5600475624%;
    top: 67.4382716049%;
}

#sicbo_info_43 {
    position: absolute;
    left: 74.6730083234%;
    top: 67.4382716049%;
}

#sicbo_info_44 {
    position: absolute;
    left: 79.6670630202%;
    top: 67.4382716049%;
}

#sicbo_info_45 {
    position: absolute;
    left: 84.7800237812%;
    top: 67.4382716049%;
}

#sicbo_info_46 {
    position: absolute;
    left: 89.5362663496%;
    top: 67.4382716049%;
}

#sicbo_info_47 {
    position: absolute;
    left: 10.7015457788%;
    top: 81.6358024691%;
}

#sicbo_info_48 {
    position: absolute;
    left: 25.6837098692%;
    top: 81.6358024691%;
}

#sicbo_info_49 {
    position: absolute;
    left: 40.3091557669%;
    top: 81.6358024691%;
}

#sicbo_info_50 {
    position: absolute;
    left: 54.9346016647%;
    top: 81.6358024691%;
}

#sicbo_info_51 {
    position: absolute;
    left: 70.0356718193%;
    top: 81.6358024691%;
}

#sicbo_info_52 {
    position: absolute;
    left: 84.066587396%;
    top: 81.6358024691%;
}

#sicbo_info_53 {
    position: absolute;
    left: 66.468489893%;
    top: 3.85802469136%;
}

#sicbo_info_54 {
    position: absolute;
    left: 78.953626635%;
    top: 3.85802469136%;
}

#sicbo_info_55 {
    position: absolute;
    left: 91.6765755054%;
    top: 3.85802469136%;
}

#sicbo_info_56 {
    position: absolute;
    left: 70.3923900119%;
    top: 17.1296296296%;
}

#sicbo_info_57 {
    position: absolute;
    left: 82.2829964328%;
    top: 17.4382716049%;
}

#sicbo_info_58 {
    position: absolute;
    left: 88.9417360285%;
    top: 17.2839506173%;
}

#sicbo_info_59 {
    position: absolute;
    left: 19.2627824019%;
    top: 86.8086419753%;
}

#sicbo_info_60 {
    position: absolute;
    left: 48.3947681332%;
    top: 86.8086419753%;
}

#sicbo_info_61 {
    position: absolute;
    left: 77.5267538644%;
    top: 86.8086419753%;
}

#sicbo_info_62 {
    position: absolute;
    left: 48.1569560048%;
    top: 5.24691358025%;
}

#sicbo_info_63 {
    position: absolute;
    left: 48.1569560048%;
    top: 14.8148148148%;
}

.SicbPopupW {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 111;
    overflow: auto;
}

    .SicbPopupW > div {
        width: 100%;
        max-width: 768px;
        background-color: #fff;
        border-radius: 2px;
        display: block;
        margin: 50px auto;
        padding: 5px 25px 25px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
    }

        .SicbPopupW > div .slip_Details_w > ul.slipgrid_d {
            border: none;
            background-color: #e0e0e0;
            background-color: #d0d0d0;
            color: #000;
        }

@media only screen and (max-width: 480px) and (min-width: 180px) {
    .roul_chipW {
        left: 55.5%;
    }

    .sicbo_help .sicbo-help-right {
        width: 100%;
    }

    .sicbo_help .sicbo-help-left {
        width: 100%;
    }

    .sicbo_help-details li {
        width: 100%;
        padding: 5px 10px;
    }

    .sicbo_help-details ul {
        padding: 0;
    }
}

.sicbo_helpW {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 102;
}

    .sicbo_helpW.ng-hide {
        display: none;
    }

.sicbo_helpWClose {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    /* color: #ff0000; */
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 1;
}

    .sicbo_helpWClose i {
        font-size: 22px;
        color: red;
    }

.sicbo_help {
    max-width: 1300px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: #111;
    padding: 10px;
    overflow: auto;
    border: 2px solid #353535;
    height: 85%;
}


.Ysec_tooltip {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    padding: 5px;
    color: white;
    background: black;
    z-index: 5000;
    border-radius: 0 6px 6px 6px;
    text-align: center;
    font-size: 12px;
}


.replayBut {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 58%;
    top: 69px;
    z-index: 100;
    transform: translate(-50%,0);
}

    .replayBut:hover {
        transition: 1s;
        opacity: 0.8;
        cursor: pointer;
    }

    .replayBut img {
        width: 100%;
    }

.closeBut {
    left: 42%;
}



@media only screen and (min-width : 1351px) and (max-width : 30000px) {
    /*****************************************/
    .sicBoDrawTimeW.active > div:first-child {
        padding: 0 0 0 0;
        width: 150px;
        position: absolute;
        left: 50%;
        z-index: 100;
        -ms-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

        .sicBoDrawTimeW.active > div:first-child > div > div {
            float: left;
            text-align: center;
            width: 100%;
            height: 60px;
            background-color: #111;
            margin-top: 9px;
        }

            .sicBoDrawTimeW.active > div:first-child > div > div:first-child {
                border-radius: 100px 100px 0 0;
            }

            .sicBoDrawTimeW.active > div:first-child > div > div:last-child {
                border-radius: 0 0 100px 100px;
            }

            .sicBoDrawTimeW.active > div:first-child > div > div > span:first-child {
                font-size: 12px;
                text-align: center;
                width: 100%;
                float: left;
            }

                .sicBoDrawTimeW.active > div:first-child > div > div > span:first-child:after {
                    content: ":";
                    margin: 0 3px;
                }

            .sicBoDrawTimeW.active > div:first-child > div > div > span:last-child {
                font-size: 14px;
                text-align: center;
                width: 100%;
                float: left;
            }

            .sicBoDrawTimeW.active > div:first-child > div > div > span {
                float: left;
                width: 50%;
            }

                .sicBoDrawTimeW.active > div:first-child > div > div > span:last-child {
                    height: 32px;
                    line-height: 18px;
                    font-size: 22px;
                }

        .sicBoDrawTimeW.active > div:first-child > div {
            height: 150px;
            border: 1px dashed #056f36;
            background-color: rgba(0, 20, 9, 0.8);
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            overflow: hidden;
            position: relative;
            border-radius: 100%;
            margin-top: 7px;
        }


            .sicBoDrawTimeW.active > div:first-child > div > div:after {
                top: 4px;
                display: none;
            }

    .sicBoDrawTimeW.active > div:last-child > div > div > span:first-child {
        font-size: 12px;
        color: #fff;
        height: 30px;
        line-height: 27px;
    }











    /*****************************************/

}



@media only screen and (min-width : 1601px) and (max-width : 1920px) {
    .replayBut {
        width: 55px;
        height: 55px;
        top: 40px;
    }
}

@media only screen and (min-width : 1500px) and (max-width : 1600px) {
    replayBut {
        width: 43px;
        height: 43px;
        top: 60px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 1600px) {

    .sicBoTable_w > div > div {
        padding: 90px 25px 25px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 1500px) {

    .roul_chipW > div {
        margin: 0 1% 0 0;
    }
}

@media only screen and (min-width : 1025px) and (max-width : 1350px) {

    .sicBoTableRow1 .diceiconNew {
        background-size: 60%;
    }
}

@media only screen and (min-width : 180px) and (max-width : 1350px) {

    .replayBut {
        left: 50%;
        top: -54px;
        margin-left: 25px;
    }


    .closeBut {
        margin-left: -25px;
    }


    .sicBoTableRow3 .sicBoTableItems:first-child div {
        max-width: 40px;
    }

    .sicBoTableRow1 .sicBoTableItem1 > div.sicBoTableItemsTextbottom {
        margin-top: -2%;
    }

    .SicboStatisticsW {
        z-index: 13;
        bottom: 20px;
        height: 96%;
    }

    .roul_w_middle {
        margin-top: 32px;
    }



    .menu_bar_w {
        padding: 0;
    }

    .menu_icon_w > li {
        display: none;
    }

        .menu_icon_w > li:first-child, .menu_icon_w > li.LanguageSLanguagectBoxInnerW, .menu_icon_w > li.demoSite_JS {
            display: inline-block;
        }

    .main_w {
        width: 100% !important;
    }

    .middle_W {
        padding: 0;
    }

    .in_left_aside {
        left: -222px;
        overflow: inherit !important;
        z-index: 100;
    }

        .in_left_aside .left_slideBUt {
            margin: 0 -67px 0 0;
            background-color: #555;
            -ms-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
            border-radius: 2px;
        }

    .in_right_aside {
        right: -320px;
        overflow: inherit !important;
        z-index: 100;
        width: 320px;
    }

        .in_right_aside .left_slideBUt {
            margin: 0 0 0 -67px;
            background-color: #555;
            -ms-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
            border-radius: 2px;
        }


    .left_slideBUtAdd .in_left_aside_JS {
        left: 0 !important;
    }

    .right_slideBUtAdd .in_right_aside_JS {
        right: 0 !important;
    }

    .left_slideBUtAdd .in_left_aside .left_slideBUt {
        margin: 0 -34px 0 0;
    }

    .right_slideBUtAdd .in_right_aside .left_slideBUt {
        margin: 0 0 0 -34px;
    }


    .c_draw_idTime_W {
        margin: 0 0 0;
        float: left;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 28px;
        height: 34px;
    }


        .c_draw_idTime_W > div {
            width: 100%;
            border-radius: 2px;
            position: initial;
            margin: 0px 0 0 0;
            right: 0;
            height: 34px;
            height: 34px;
            font-size: 8px;
            font-size: 2.1vw;
        }



            .c_draw_idTime_W > div > span > label {
                height: 32px;
                padding: 0 3px;
            }




    .roul_tableW {
        margin-top: 12%;
    }



    .cur_drawW {
        height: auto;
        position: absolute;
        top: -17%;
        z-index: 1;
        width: 60%;
        right: 0%;
        padding: 0;
        left: auto;
    }

        .cur_drawW > span {
            font-size: 8px;
            line-height: 17px;
            font-size: 2vw;
            line-height: inherit;
            padding: 5px 0;
        }

    body {
        overflow: hidden;
    }




    /*sicbo*/
    .sicBoTableItems .sicBoTableItemsTextbottom, .sicBoTableItems .sicBoTableItemsText {
        font-size: 10px;
        line-height: 13px;
    }

    .sicBoTableRow1 .sicBoTableItem1 > div {
        font-size: 1vw;
        line-height: 1.6vw;
    }

    .sicBoDrawTimeW > div:first-child {
        top: 48px;
    }

    .sicBoDrawTimeW > div:last-child {
        padding: 0;
        width: 100%;
        left: 0;
    }

    .sicBoDrawTimeW {
        padding: 0 29px 10px 29px;
        margin-bottom: 35px;
    }

        .sicBoDrawTimeW .drawNow > div > div {
            background: #003c1c;
        }

        .sicBoDrawTimeW > div > div > div > span:first-child {
            font-size: 11px;
            height: 21px;
            line-height: 21px;
        }

        .sicBoDrawTimeW > div > div > div > span:last-child {
            font-size: 12px;
            line-height: 5px;
        }

        .sicBoDrawTimeW > div > div {
            height: 33px;
        }

            .sicBoDrawTimeW > div > div > div:after {
                top: 2px;
            }

    .sicBoTable_w {
        padding: 0 0 10px 0;
        z-index: 0;
    }

        .sicBoTable_w > div {
            padding: 5px;
        }

            .sicBoTable_w > div > div {
                border: 2px solid #ffa300;
            }

            .sicBoTable_w > div:before {
                top: -40px;
                border: 5px solid #1e1d1e;
            }

    .diceAniBg_w2 {
        top: -40px;
        width: 175px;
    }

        .diceAniBg_w2 > div {
            width: 170px;
            height: 170px;
            top: 4px;
            left: 2px;
        }

            .diceAniBg_w2 > div:before {
                left: -5px;
                top: -5px;
                width: 160px;
                height: 160px;
            }

    .sicBoTable_w > div > div {
        padding: 142px 5px 5px;
    }






    /**************************************/

    .diceAniBg_w2 {
        z-index: 10;
        display: none;
    }

        .diceAniBg_w2.active {
            display: block;
        }

    .stButW > div:last-child {
        display: none;
    }

    .stButW > div.active:last-child {
        display: block;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    /*.roul_chipW {
        display: none;
    }*/

    .roul_chipW.active {
        display: block;
    }

    .SicboStatisticsW {
        padding: 0 7px;
    }




    .stButW > div:first-child {
        cursor: pointer;
        margin-right: 0;
        text-align: center;
        position: absolute;
        top: -84px;
        right: -41%;
        width: 89px;
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }


    .stButW > div.mutebutw {
        cursor: pointer;
        margin-right: 0;
        text-align: center;
        position: absolute;
        top: -84px;
        right: -100%;
        width: 89px;
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }



    .stButW {
        width: 175px;
        -ms-transform: translate(50%,0);
        -moz-transform: translate(50%,0);
        -webkit-transform: translate(50%,0);
        -o-transform: translate(50%,0);
        transform: translate(50%,0);
        right: 50%;
    }

    stButW > div:last-child {
        width: 100%;
        right: 50%;
        -ms-transform: translate(50%,0);
        -moz-transform: translate(50%,0);
        -webkit-transform: translate(50%,0);
        -o-transform: translate(50%,0);
        transform: translate(50%,0);
    }

    .stButW > div:last-child > span {
        position: absolute;
        top: -30px;
        text-align: center;
        width: 100%;
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 1px 2px black;
    }





    .stButW > div:last-child {
        width: 100%;
        position: absolute;
        left: 0;
        padding: 0;
    }


    .roul_chipW {
        padding-left: 20px;
        position: absolute;
        top: 116px;
        left: 50%;
        width: 238px;
        height: 86px;
        max-width: initial;
        z-index: 1;
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
    }

        .roul_chipW > div > span {
            font-size: 10px;
            line-height: 12px;
        }

        .roul_chipW > div:first-child {
            margin-left: 0;
        }

        .roul_chipW > div {
            width: 12%;
            margin: 0 0.2%;
            float: none;
            display: inline-block;
        }

            .roul_chipW > div.active {
                -webkit-transform: scale(1.2)translate(-39%,-43%);
                -moz-transform: scale(1.2) translate(-39%,-43%);
                -ms-transform: scale(1.2) translate(-39%,-43%);
                -o-transform: scale(1.2) translate(-39%,-43%);
                transform: scale(1.2) translate(-39%,-43%);
            }



    .sicBoTableRow1 {
        height: 125px;
        position: relative;
        float: left;
    }

        .sicBoTableRow1 .sicBoTableItem1 {
            width: 25%;
            top: -137px;
            position: absolute;
        }

        .sicBoTableRow1 .sicBoTableItems:last-child {
            position: absolute;
            right: 0;
        }

        .sicBoTableRow1 .sicBoTableItems:nth-child(2), .sicBoTableRow1 .sicBoTableItems:nth-child(1) {
            top: -53px;
            width: 25%;
            height: 40%;
        }

        .sicBoTableRow1 .sicBoTableItems:nth-child(2) {
            right: -2px;
            left: auto;
            height: 40%;
        }

        /*.roul_chipW,.stButW {
        display:none;
    }*/

        .sicBoTableRow1 .sicBoTableItem2 {
            width: 16%;
        }

        .sicBoTableRow1 .sicBoTableItem3 {
            width: 18%;
        }

        .sicBoTableRow1 .sicBoTableItem4 {
            width: 30.940865%;
        }

    .sicboTbg {
        display: none;
    }

    .sicBoTableRow1, .sicBoTableRow2, .sicBoTableRow3, .sicBoTableRow4, .sicBoTableRow5 {
        float: left;
        position: inherit;
        /*margin-bottom: 5px;*/
    }

    .sicBoTableRow4, .sicBoTableRow5 {
        margin-bottom: 5px;
    }

    .sicBoTableRowHead {
        float: left;
        position: inherit;
        margin: 5px 0;
        font-size: 10px;
    }

    .sicBoTableRow2 {
        height: 75px;
    }

    .sicBoTableRow1 > div:nth-child(8) {
        margin: 0;
    }

    .sicBoTableRow3 {
        height: 120px;
    }

    .sicBoTableRow4 {
        height: 50px;
    }

    .sicBoTableRow5 {
        height: 40px;
    }

    .timerW {
        width: 165px;
        height: 165px;
        left: 5px;
        top: 5px;
        line-height: 165px;
    }

    .sicBoTableRow1 .sicBoTableItem1 > div {
        font-size: 12px;
        line-height: 14px;
    }

        .sicBoTableRow1 .sicBoTableItem1 > div > h3 {
            font-size: 20px;
            line-height: 14px;
            font-weight: normal;
            margin: 1.5% 0 0 0;
        }

    .sicBoTableRow1 .sicBoTableItems:nth-child(1) > h3, .sicBoTableRow1 .sicBoTableItems:nth-child(2) > h3 {
        font-size: 12px;
        line-height: 22px;
    }

    .sicBoTableRow2 .sicBoTableItems > div {
        font-size: 12px;
        line-height: 13px;
    }

    .sicBoTableRow2 .sicBoTableItems > h3, .sicBoTableRow2 .sicBoTableItems > div {
        font-size: 14px;
        line-height: 16px;
    }

    .sicBoTableRow3 .No_dice {
        margin-top: 0;
        font-size: 10px;
        letter-spacing: 0;
        white-space: nowrap;
        line-height: 120px;
    }

    .sicBoTableRow4 h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .sicBoTableRow5 .sicBoTableItems > div {
        font-size: 12px !important;
        line-height: 17px !important;
    }

    .sicBoTableRow3 section.selectChip > span {
        width: 80%;
        height: 80%;
        background-position: center;
    }

    .sicBoTableItems section.selectChip > span > label {
        display: block;
        font-size: 10px;
        line-height: 96px;
        text-align: center;
    }

    .sicBoTableRow2 section.selectChip > span {
        width: 80%;
        height: 80%;
        background-position: center;
    }

        .sicBoTableRow2 section.selectChip > span > label {
            line-height: 58px;
        }

    .sicBoTableItems section.selectChip > span {
        width: 80%;
        height: 80%;
        background-position: center;
    }

    .sicBoTableRow1 .sicBoTableItem4 section.selectChip > span {
        width: 74px;
        height: 100%;
    }

        .sicBoTableRow1 .sicBoTableItem4 section.selectChip > span > label {
            line-height: 123px;
        }

    .sicBoTableItems > .diceW {
        height: 18%;
    }

    .sicBoTableRow3 section.selectChip > span > label {
        line-height: 95px;
    }

    .sicBoTableRow4 section.selectChip > span > label {
        line-height: 49px;
    }

    .sicBoTableRow1 .sicBoTableItem2 section.selectChip > span > label, .sicBoTableRow1 .sicBoTableItem3 section.selectChip > span > label {
        line-height: 34px;
    }

    .sicBoTableRow4 section.selectChip > span {
        width: 39px;
        height: 100%;
    }

    .sicBoTableRow1 .sicBoTableItem1 section.selectChip > span {
        width: 45px;
        height: 100%;
    }

        .sicBoTableRow1 .sicBoTableItem1 section.selectChip > span > label {
            line-height: 78px;
        }

    .sicBoTableRow1 .sicBoTableItems:nth-child(2) section.selectChip > span, .sicBoTableRow1 .sicBoTableItems:nth-child(1) section.selectChip > span {
        height: 100%;
        width: 41px;
    }

        .sicBoTableRow1 .sicBoTableItems:nth-child(2) section.selectChip > span > label, .sicBoTableRow1 .sicBoTableItems:nth-child(1) section.selectChip > span > label {
            line-height: 51px;
        }

    .sicBoTableRow1 .diceiconNew {
        background-size: 70%;
    }



    .mobileActiveAni .sicBoDrawTimeW {
        margin-bottom: 75px;
    }

    .mobileActiveAni .roul_chipW > div {
        width: 12%;
    }

    .mobileActiveAni .sicBoDrawTimeW > div:first-child {
        top: 89px;
    }

    .mobileActiveAni .stButW > div.active:last-child {
        margin-top: 40px;
    }

        .mobileActiveAni .stButW > div.active:last-child span {
            color: #ffa300;
        }

    .mobileActiveAni .roul_chipW {
        top: -77px;
        width: 66%;
        max-width: 292px;
    }

    .sicBoTableRow1 .sicBoTableItem1 > div.s_b_h {
        padding: 2% 0;
        font-size: 10px;
    }

    .helpButSicbo {
        top: 137px;
        left: 22px;
    }
}






@media only screen and (min-width :50px) and (max-width : 1024px) {
    .sicBoTableRow3 .sicBoTableItems:first-child div, .sicBoTableItems .sicBoTableItemsTextbottom > label, .sicBoTableRow2 .sicBoTableItems > div > label, .sicBoTableRow1 .sicBoTableItems:nth-child(1) > h3 > label, .sicBoTableRow1 .sicBoTableItems:nth-child(2) > h3 > label, .sicBoTableRow5 .sicBoTableItems > div > label {
        line-height: 14px;
        font-size: 10px;
    }

    .sicBoTableRow1 .sicBoTableItem1 .sicBoTableItemsTextbottom > label {
        position: relative;
    }

    .ST_small li {
        width: 50%;
        margin-bottom: 5px;
    }

    .ST_sDice > li {
        width: 100%;
        margin-bottom: 4px;
    }

    .ST_HotDice > li {
        width: 100%;
    }

        .ST_HotDice > li:nth-child(2) > div > div > div {
            width: 33.33333%;
        }

    .ST_sDice > li > div > div > div {
        width: 25%;
    }

    .ST_HotDice > li > div {
        min-height: 100%;
    }

    .sicBoTableRow1 .sicBoTableItem1 > div > h3 {
        font-size: 18px;
        line-height: 14px;
        font-weight: normal;
        margin: 1% 0 0 0;
    }
}



@media only screen and (min-width :480px) and (max-width : 767px) {

    .sicBoTableRow5 .sicBoTableItems > div {
        margin-top: 2%;
    }

    .sicBoTableRow1 .diceiconNew {
        background-size: 100%;
    }

    .sicBoTableRow4 {
        height: 35px;
    }

    sicBoTableRow4 h3 {
        font-size: 12px;
        line-height: 14px;
    }

    sicBoTableRow4 h3 {
        font-size: 12px;
        line-height: 14px;
    }

    .sicBoTableRow3 .No_dice {
        line-height: 82px;
        font-size: 9px;
    }


    .sicBoTableRow3 {
        height: 85px;
    }

        .sicBoTableRow3 section.selectChip > span > label {
            line-height: 70px;
        }

    .sicBoTableRow4 section.selectChip > span > label {
        line-height: 34px;
    }
}



@media only screen and (min-width :80px) and (max-width : 767px) {


    .sicBoTableRow3 .sicBoTableItems:first-child div {
        max-width: 18px;
        margin-top: 8px;
        margin-left: -7px;
    }

    .sicBoTableRow1 .sicBoTableItem1 > div.sicBoTableItemsTextbottom {
        margin-top: -3px;
    }

    .sicBoTableRow3 .sicBoTableItems:first-child h3 {
        font-size: 7px;
        margin-left: -5px;
    }

    .ST_small li {
        width: 100%;
    }

    .ST_sDice > li > div > div > div {
        width: 50%;
    }

    .ST_HotDice > li > div {
        min-height: 100%;
    }

    .sicBoDrawTimeW > div:first-child {
        padding: 10px 82px 0 6px;
        position: absolute;
        left: 0;
    }

    .jackpot_w.jackpot_sicbo_w > div {
        width: 100%;
        padding: 0;
    }


    .slip_Details_w_sicbo ul.slipgrid_h.slipgrid_4 li, .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_4 li {
        width: 50%;
    }

        .slip_Details_w_sicbo ul.slipgrid_h.slipgrid_4 li:nth-child(3), .slip_Details_w_sicbo ul.slipgrid_h.slipgrid_4 li:nth-child(4) {
            display: none;
        }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_4 li:nth-child(3):before {
            content: "Draw Date";
            display: block;
            color: #ec5818;
            background-color: #555;
            padding: 3px 0;
            margin-bottom: 8px
        }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_4 li:nth-child(4):before {
            display: block;
            color: #ec5818;
            content: "Slip Time";
            background-color: #555;
            padding: 3px 0;
            margin-bottom: 8px
        }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_4 li:nth-child(4), .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_4 li:nth-child(3) {
            padding-top: 0;
        }


    .slip_Details_w_sicbo ul.slipgrid_h.slipgrid_6 li, .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li {
        width: 33.3333333%;
    }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(4):before, .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(5):before, .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(6):before {
            display: block;
            color: #ec5818;
            background-color: rgba(0, 0, 0, 0.1);
            padding: 0 0;
            margin-bottom: 0;
        }

        .slip_Details_w_sicbo ul.slipgrid_h.slipgrid_6 li:nth-child(4), .slip_Details_w_sicbo ul.slipgrid_h.slipgrid_6 li:nth-child(5), .slip_Details_w_sicbo ul.slipgrid_h.slipgrid_6 li:nth-child(6) {
            display: none;
        }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(4):before {
            content: "Multiplier";
        }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(5):before {
            content: "Exp.Winning";
        }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(6):before {
            content: "BetStatus";
        }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(4), .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(5), .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 li:nth-child(6) {
            padding-top: 0
        }

    .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6 {
        border: 1px solid #555 !important;
    }

        .slip_Details_w_sicbo ul.slipgrid_d.slipgrid_6:nth-child(odd) {
            background-color: #e8e8e8
        }
}



@media only screen and (min-width :80px) and (max-width : 479px) {
    .sicBoTableRow1 .sicBoTableItem1 div > h3 {
        margin: 4% 0 0 0;
    }


    .sicBoTableRow5 .sicBoTableItems > div {
        margin-top: 2%;
    }

    .stButW {
        width: 150px;
        height: 47px;
    }

    .roul_chipW {
        width: 150px;
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .roul_chipW > div:hover {
            /*-webkit-transform: scale(1) translate(-28%,-28%);
    -moz-transform: scale(1) translate(-28%,-28%);
    -ms-transform: scale(1) translate(-28%,-28%);
    -o-transform: scale(1) translate(-28%,-28%);
    transform: scale(1) translate(-28%,-28%);
	-webkit-transition:  all .15s;
-moz-transition:  all .15s;
 -o-transition: all .15s;

    transition: all .15s;
    cursor: pointer;*/
        }

    .stButW > div:first-child {
        right: -52%;
    }

    .sicBoTableItems .diceSix div:nth-child(1) {
        left: 0.668016%;
    }

    .sicBoTableItems .diceSix div:nth-child(2) {
        left: 16.242915%;
    }

    .sicBoTableItems .diceSix div:nth-child(3) {
        left: 31.412955%;
    }

    .sicBoTableItems .diceSix div:nth-child(4) {
        left: 51.65587%;
    }

    .sicBoTableItems .diceSix div:nth-child(5) {
        left: 67.230769%;
    }

    sicBoTableItems .diceSix div:nth-child(6) {
        left: 82.40081%;
    }

    .sicBoTableRow1 .sicBoTableItem4 .diceiconNew {
        width: 15%;
        background-size: 98%;
    }

    .sicBoTableItems .sicBoTableItemsTextbottom, .sicBoTableItems .sicBoTableItemsText {
        font-size: 8px;
    }

    .sicBoTableRow1 .sicBoTableItem3 .diceiconNew {
        width: 24%;
        background-size: 100%;
    }

    .sicBoTableItems .diceTRIPLE div:nth-child(1) {
        left: 5.897436%;
    }

    .sicBoTableItems .diceTRIPLE div:nth-child(2) {
        left: 35.948718%;
    }

    .sicBoTableItems .diceTRIPLE div:nth-child(3) {
        left: 68%;
    }

    .sicBoTableItems .diceTwoW div:nth-child(1) {
        left: 11.699187%;
    }

    .sicBoTableRow1 .sicBoTableItem2 .diceiconNew {
        width: 27.3%;
        background-size: 100%;
    }

    .sicBoTableRow1 .sicBoTableItem1 > div, .sicBoTableRow1 .sicBoTableItems:nth-child(1) > h3, .sicBoTableRow1 .sicBoTableItems:nth-child(2) > h3 {
        font-size: 8px;
    }

    .sicBoTableRow2 {
        height: 60px;
        margin-bottom: 64px;
    }

        .sicBoTableRow2 .sicBoTableItems {
            width: 13.76875551632%;
        }

            .sicBoTableRow2 .sicBoTableItems:nth-child(7), .sicBoTableRow2 .sicBoTableItems:last-child {
                margin-right: 0;
                width: 15.7457192794%;
            }

        .sicBoTableRow2 section.selectChip > span > label {
            line-height: 48px;
        }

    .sicBoTableRow3 .sicBoTableItems {
        width: 12%;
        height: 50%;
    }

        .sicBoTableRow3 .sicBoTableItems:nth-child(8) {
            margin-right: 0;
        }

        .sicBoTableRow3 .sicBoTableItems:nth-child(9) {
            width: 14%;
        }

    .sicBoTableRow3 .No_dice {
        line-height: 60px;
    }

    .sicBoTableRow3 .diceiconNew {
        background-size: 50%;
    }

    .sicBoTableRow3 .No_dice {
        font-size: 8px;
    }

    .diceAniBg_w2 > div {
        width: 150px;
        height: 150px;
        top: 24px;
        left: 13px;
    }

        .diceAniBg_w2 > div:before {
            left: -5px;
            top: -5px;
            width: 140px;
            height: 140px;
        }

    .diceAniBg_w2 {
        top: -40px;
        width: 175px;
        z-index: 0;
    }

    .timerW {
        width: 145px;
        height: 145px;
        left: 16px;
        top: 27px;
        line-height: 145px;
    }

    .sicBoTableRow5 .sicBoTableItems > div {
        font-size: 10px !important;
        line-height: 20px !important;
    }

    .sicBoTableRow1 .sicBoTableItem3 section.selectChip > span {
        width: 44%;
        height: 148%;
    }

    .sicBoTableRow1 .sicBoTableItem3 section.selectChip > span {
        width: 44%;
        height: 148%;
    }

    .sicBoTableRow3 section.selectChip > span > label {
        line-height: 48px;
    }

    .sicBoTableRow1 .sicBoTableItem2 section.selectChip > span {
        width: 50.081301%;
        height: 148%;
    }

    .stButW > div.mutebutw {
        right: -62%;
        height: 40px;
        top: -76px;
        width: 108px;
    }

    .stButW > div:first-child {
        right: -52%;
        height: 40px;
        top: -104px;
    }

        .stButW > div:first-child > i {
            margin-top: 4px;
        }

    .sicBoDrawTimeW > div > div {
        border: none;
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

        .sicBoDrawTimeW > div > div > div {
            width: 100%;
            float: left;
            border-radius: 6px;
            border: 1px solid #005026;
            background-color: #252525;
            -moz-box-shadow: inset 0 0 10px #000000;
            -webkit-box-shadow: inset 0 0 10px #000000;
            box-shadow: inset 0 0 10px #000000;
            height: 40px;
            width: 89px;
            -ms-transform: scale(0.7);
            -moz-transform: scale(0.7);
            -webkit-transform: scale(0.7);
            -o-transform: scale(0.7);
            transform: scale(0.7);
        }

    .sicBoDrawTimeW > div:first-child > div > div {
        margin-top: -10px;
        float: right;
    }

    .selecteddraww .row3 {
        padding: 0 19px;
        margin-top: -3px;
    }

    .sicBoDrawTimeW > div.drawNow > div > div:first-child {
        margin-top: -30px;
    }

    .sicBoDrawTimeW > div:first-child {
        padding: 10px 62px 0 6px;
    }

    .sicBoDrawTimeW > div > div > div {
        width: 108px;
    }

    .stButW > div:first-child {
        width: 108px;
        right: -62%;
        top: -46px;
    }

    .sicBoTableRow1 .sicBoTableItems:nth-child(1) > h3, .sicBoTableRow1 .sicBoTableItems:nth-child(2) > h3 {
        line-height: normal;
    }

        .sicBoTableRow1 .sicBoTableItems:nth-child(1) > h3 > label, .sicBoTableRow1 .sicBoTableItems:nth-child(2) > h3 > label {
            display: block;
            margin: auto;
        }

    .sicBoTableRow1 .sicBoTableItem1 > div {
        line-height: 10px;
    }

    .roul_chipW > div {
        width: 24%;
        height: 42%;
        top: 0;
        -ms-transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

        .roul_chipW > div.active {
            -webkit-transform: scale(1.2)translate(0);
            -moz-transform: scale(1.2) translate(0);
            -ms-transform: scale(1.2) translate(0);
            -o-transform: scale(1.2) translate(0);
            transform: scale(1.2) translate(0);
        }

    .stButW > div {
        margin-top: -9px;
    }

    .roul_chipW {
        top: 103px;
    }

    .mobileActiveAni .roul_chipW {
        top: -66px;
        width: 100%;
        max-width: 277px;
    }
}





/* Safari 4.0 - 8.0 */
@-webkit-keyframes DiceCombAni {
    0% {
        background-color: #00843c;
    }

    100% {
        background-color: #002310;
    }
}

/* Standard syntax */
@keyframes DiceCombAni {
    0% {
        background-color: #00843c;
    }

    100% {
        background-color: #002310;
    }
}



/*   For slip design     */
.slip_Details_w .sicboResultNo .diceiconNew {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 3px;
}

.sicboSerachslip > div:first-child {
    /*padding: 0 0 0 100px;*/
    position: relative;
}

    .sicboSerachslip > div:first-child .sicboResultNo {
        left: 0;
        top: 50%;
        width: 100px;
        -ms-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        position: absolute;
        padding: 0 0 0 5px;
        display: none;
    }

    .sicboSerachslip > div:first-child .resultDiceCon {
        display: block;
        border: none;
    }

        .sicboSerachslip > div:first-child .resultDiceCon > div > div:nth-child(odd) {
            background-color: transparent;
        }

        .sicboSerachslip > div:first-child .resultDiceCon > div > div {
            border: 1px solid #355d54;
            float: left;
            width: 50%;
        }

        .sicboSerachslip > div:first-child .resultDiceCon > h3 {
            margin: 9px 0 0 0;
            font-size: 12px;
            text-align: left;
            padding: 4px 0 4px 10px;
            color: #ff6a00;
            background-color: #355d54;
        }

.search_Slip_w .slip_Details_w > ul.slipgrid_h {
    background-color: #3b3b3b;
}

.slip_Details_w > ul li {
    border: none;
}

.slip_Details_skinfiri > div:last-child > ul > li > span:first-child {
    width: 95px;
}

.slip_Details_w > ul.slipgrid_h li {
    background-color: #555;
}

.vS_Slip_Print {
    text-align: center;
    margin-top: 10px;
    height: 30px;
    width: 90px;
    line-height: 30px;
    color: #fff;
    background-color: #007537;
    border-radius: 2px;
}

    .vS_Slip_Print:hover {
        background-color: #01a34d;
        cursor: pointer;
    }



.vS_Slip_Close {
    text-align: center;
    margin-top: 10px;
    height: 30px;
    padding: 0 5px;
    min-width: 90px;
    line-height: 30px;
    color: #fff;
    background-color: #a22326;
    border-radius: 2px;
    position: relative;
}

    .vS_Slip_Close:hover {
        cursor: pointer;
        background-color: #690204;
    }


    .vS_Slip_Close.loginActive:after {
        right: 100%;
    }

.search_Slip_w {
    background-color: #171b21;
    float: left;
    width: 100%;
}

.close_slip_JS {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 100%;
    text-align: center;
    line-height: 40px !important;
    color: #da0000 !important;
    cursor: pointer;
    font-size: 21px !important;
}

.uib-datepicker-popup table thead tr:first-child th:first-child button:before, .uib-datepicker-popup table thead tr:first-child th:last-child button:before {
    display: none;
}

.skinfri_stake_bwt_w > div, .skinfri_stake_bwt_w > div:last-child {
    width: 33.3333%;
    padding-left: 0;
    padding-right: 0;
}

    .skinfri_stake_bwt_w > div > input {
        display: block;
        width: 100%;
        padding: 0 8px 0 8px;
        text-align: right;
        margin: 0;
        background-color: #363636;
        border: 1px solid #363636;
        -moz-box-shadow: inset 0 0 22px rgba(0,0,0,.7);
        -webkit-box-shadow: inset 0 0 22px rgba(0,0,0,.7);
        box-shadow: inset 0 0 22px rgba(0,0,0,.7);
        height: 34px;
        color: #fff;
    }
/*New Slip*/
.maxBetWinW {
    width: 100%;
    padding: 0 26px 0 30px;
    margin: 0;
    max-width: 1000px;
    margin: 10px auto 12px;
    height: 52px;
}

    .maxBetWinW > div {
        width: 33.33333%;
        float: left;
        padding: 0 5px;
    }

        .maxBetWinW > div > div {
            width: 100%;
            float: left;
            background-color: #003c1c;
            border: 1px solid #005226;
            border-radius: 4px;
            -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
            -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
            box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
        }

            .maxBetWinW > div > div > span {
                height: 25px;
                float: left;
                border-radius: 4px;
                position: relative;
                padding: 0 0 0 60px;
                border-bottom: 1px solid #005226;
                width: 100%;
                text-align: center;
            }

                .maxBetWinW > div > div > span:first-child {
                    border-radius: 4px 4px 0 0;
                }

                .maxBetWinW > div > div > span > label:first-child {
                    width: 100px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    background-color: rgba(0,0,0,0.3);
                    line-height: 25px;
                }

                .maxBetWinW > div > div > span > label:last-child {
                    width: 100%;
                    line-height: 25px;
                    text-align: center;
                    padding: 0 15px;
                }

.helpBut {
    background-color: #004a41;
    border: 1px solid #005d52;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    height: 25px;
    width: 75px;
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    line-height: 25px;
    color: #fafd01;
    display: none;
}

    .helpBut > i {
        margin: 0 5px;
        font-size: 18px;
        vertical-align: text-bottom;
    }

.maxBetWinW > div.lastBetMaxBet > div > span:last-child {
    padding: 0;
}

    .maxBetWinW > div.lastBetMaxBet > div > span:last-child > span {
        float: left;
        width: 50%;
        position: relative;
        padding: 0 0 0 40px;
    }

        .maxBetWinW > div.lastBetMaxBet > div > span:last-child > span > label {
            height: 25px;
            line-height: 25px;
            font-size: 10px;
        }

            .maxBetWinW > div.lastBetMaxBet > div > span:last-child > span > label:first-child {
                width: 40px;
                position: absolute;
                left: 0;
                top: 0;
                line-height: 25px;
                font-size: 10px;
                color: #fafd01;
                white-space: nowrap;
            }

@media only screen and (min-width : 10px) and (max-width : 768px) {

    .sicbo_help .sicbo-help-left, .sicbo_help .sicbo-help-right {
        width: 100%;
    }
}

@media only screen and (min-width : 10px) and (max-width : 767px) {




    .maxBetWinW {
        padding: 53px 0 0;
        margin: 2px 0 0;
        position: relative
    }

        .maxBetWinW > div {
            width: 50%;
            padding: 0;
            margin-bottom: 1px
        }

            .maxBetWinW > div.lastBetMaxBet {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%
            }

                .maxBetWinW > div.lastBetMaxBet > div > span:first-child {
                    padding: 0 0 0 140px
                }

    .helpBut {
        top: 0;
        left: 0;
        z-index: 1;
        white-space: nowrap;
        width: 95px;
        border-radius: 0;
        border-bottom: 0
    }

    .hot_cold_W, .last280W {
        width: 100%
    }

    .maxBetWinW > div.lastBetMaxBet > div > span > label:first-child {
        left: 95px
    }




    .helpButSicbo {
        width: 62px;
        top: 4px;
        left: 34px;
    }



    .sicbo_help-details li {
        width: 100%;
    }
}




.slip_Details_w > ul li.WIN {
    color: #41ff00;
    font-weight: 700;
}

.slip_Details_w > ul li.Pending {
    color: #3faeff;
    font-weight: 700;
}

.slip_Details_w > ul li.LOST {
    color: red;
    font-weight: 700;
}

.betslipNo_Rec {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1000;
    font-size: 20px;
    padding: 25px 0;
    color: #ff0000;
    background-color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
}


.scollUP {
    width: 25px;
    height: 25px;
    background-color: #555;
    position: fixed;
    border-radius: 3px;
    text-align: center;
    line-height: 27px !important;
    cursor: pointer;
    color: #fafd01;
    z-index: 1000;
}

.rightScroll {
    bottom: 7px;
    right: 11px;
}

.leftScroll {
    bottom: 7px;
    left: 11px;
}

.sicBoTableItems section {
    z-index: 2;
}

    .sicBoTableItems section.selectChipLocal {
        z-index: 1;
    }

/*When Draws are Disabled to place bet*/
.drawdisable {
    opacity: 0.3;
    position: relative;
    overflow: hidden !important;
}

    .drawdisable:after {
        content: '';
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
/*When Draws are Disabled to place bet*/
.total_st_Cancel {
    color: #000;
    text-align: right;
    font-size: 14px;
    padding: 10px 10px 0 0;
}

    .total_st_Cancel .mgs {
        color: #ff0000;
        padding: 0 20px 0 0;
    }

.loadingIcon.loginActive {
    position: relative;
    color: #a22326 !important;
}

    .loadingIcon.loginActive:after {
        right: inherit !important;
        left: 50%;
        transform: translate(-50%,0);
    }

/*start For the Print Results in PDF*/
.printBT {
    color: #ff6a00;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 1px;
    background-color: transparent;
    border: none;
}

.printbt_D {
    width: 160px;
    position: absolute;
    right: 0;
    top: 33px;
    background-color: #191919;
    z-index: 1;
    border: 1px solid #2b2b2b;
    display: none;
}
    /* Print Results in PDF*/
    .printBT:focus + .printbt_D, .printbt_D:hover {
        display: block;
    }

    .printbt_D > span {
        display: block;
        text-align: left;
        padding: 10px;
        border-bottom: 1px solid #2b2b2b;
        cursor: pointer;
    }

        .printbt_D > span:hover {
            background-color: #2b2b2b;
        }

    .printBT:focus + .printbt_D, .printbt_D:hover, .printBT:active + .printbt_D, .printBT:hover + .printbt_D {
        display: block
    }
/*End For the Print Results in PDF*/






.sicBoTableItems section.selectChip.chip7 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_7.png');
}

.sicBoTableItems section.selectChip.chip8 > span {
    background-image: url('//cdn2-5e15.kxcdn.com/VirtualSicBo/Images/chip_8.png');
}

@media only screen and (min-width: 180px) and (max-width: 1350px) {
    .sicbo_helpW {
        position: absolute;
    }

        .sicbo_helpW .sicbo_help {
            height: calc(100vh - 210px);
            top: 40px;
        }
}
