﻿/*VirtualSport*/
#VSMiddle.hide {
    display: none;
}

.show {
    /*display: block;*/
}

.BetDetailClose {
    float: right;
    right: 5px;
    position: relative;
    line-height: 0px;
    width: 35px;
    text-align: center;
    background-color: black;
    top: 21px;
    z-index: 2;
    cursor: pointer;
}

.nav_menu_w > ul > li > a {
    padding: 21px 5px !important;
}

.search_slip_w {
    width: 250px !important;
}

/*vs-card-preview*/


.TopMosted {
    top: 0;
    height: 100%;
    z-index: 11;
}

.slip_Preview_print {
    width: 98%;
    height: 29px;
    float: left;
    background-color: #009688;
    color: #ffffff;
    font-family: 'bebas_neueregular';
    text-align: center;
    line-height: 26px;
    border: 1px solid #2e2e2e;
    border-radius: 2px;
    margin: 5px 0 0 5px;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
}

    .slip_Preview_print:hover {
        cursor: pointer;
        background-color: #ffa510;
    }

.displayblock {
    display: block !important;
}

.bslp_modal {
    width: 100%;
    max-width: 500px;
    left: 50%;
    top: 10%;
    transform: translate(-50%,0);
    background-color: #fff;
    box-shadow: 0px 10px 2px #fff;
    border-radius: 6px;
    z-index: 1001;
    display: none;
    position: absolute;
    margin-left: 0;
}

.bslp_modal_grid {
    margin: 0px 15px;
}

.combi_bslp_wrapper {
    background-color: #f5f5f5;
    padding: 5px;
    margin: 15px 0 0;
    border: 1px dotted #ddd;
}

.single_bslp_wrapper {
    overflow-y: auto;
    padding-right: 2px;
    margin-top: 15px;
}

.single_bslp {
    padding: 5px;
    border: 1px dotted #ddd;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.bslp_table .rwhead {
    border-bottom: 2px solid #777;
    vertical-align: bottom;
    color: #555;
}

    .bslp_table .rwhead label {
        display: block;
        color: #444;
        margin-bottom: 2px;
        font-size: 13px;
    }

    .bslp_table .rwhead b {
        font-size: 14px;
    }

.bslp_league {
    display: block;
    margin-bottom: 3px;
}

.bslp_teams {
    display: block;
    font-weight: bold;
}

.bslp_border {
    border-bottom: 1px dashed #777;
    padding-bottom: 7px !important;
}

.bslp_padtop {
    padding-top: 8px !important;
}

.bslp_total td {
    font-weight: bold !important;
}

.bslp_terms td {
    border: 1px solid #ccc;
    padding: 5px 15px !important;
    font-size: 15px !important;
}

.bslp_footmsg td {
    border: 1px solid #ccc;
    color: #555 !important;
    font-weight: bold !important;
    padding: 10px 15px !important;
    font-size: 15px !important;
    text-align: center;
}

.bslp_scrolldiv {
    overflow-y: auto;
}

.bslp_closebtn {
    color: #333;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.bslp_table {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: none;
    table-layout: auto;
}

    .bslp_table thead th {
        padding: 20px 0;
    }

    .bslp_table tr td {
        padding: 5px 0;
        color: #666;
        font-size: 14px;
        font-weight: normal;
    }

    .bslp_table .ticket_name {
        font-size: 18px;
        color: #222;
    }

    .bslp_table .barcode_num {
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        color: #222;
    }

    .bslp_table .betslip_footer {
        background-color: #333;
        text-align: center;
        color: #fff;
        font-size: 18px;
        padding: 4px 0;
    }

.txt_center {
    text-align: center;
}

.preview_btn {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
    color: #fff;
    border-radius: 1px;
    background-color: #df5c00;
    width: 140px;
    height: 33px;
    border: 1px solid #3c3d42;
    cursor: pointer;
    transition: 0.3s;
}

    .preview_btn:hover {
        background-color: #ea6609;
    }

/*.Preview {
    width: 50%;
    height: 26px;
    float: right;
    background-color: #009688;
    color: #ffffff;
    font-family: 'bebas_neueregular';
    font-weight: bold;
    text-align: center;
    line-height: 23px;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    margin: 5px 0px 4px 5px;
    font-size: 12px;
    letter-spacing: 1px;
}*/

.Preview:hover {
    cursor: pointer;
    background-color: #ffa510;
}

.overlay {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    overflow: auto;
    /*
        top: 0;
    height: 100%;
    z-index: 11; */
}

#IT_ClientLogo {
    width: 230px;
    color: black;
}

#VS_ClientLogo {
    width: 260px;
    color: black;
}

/*@media print{*/
.pagePrint {
    page-break-after: always;
    page-break-inside: avoid;
}

#bslp_bet_table td {
    text-align: initial;
}

/*vs-ticketno-preview*/

.VSResultTicket {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    margin: 15px 0;
    text-align: center;
    display: block;
}

.VSCombiTicketNo {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
    display: block;
}

#ticket {
    width: 100%;
    margin-top: 15px;
}

    #ticket tr {
        border: 1px solid gray;
    }

    #ticket th, td {
        text-align: center;
        vertical-align: middle;
        text-wrap: normal;
    }

.SlipType {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0;
    margin: 2px 0;
    text-align: center;
    display: block;
}

.Print {
    width: 100px;
    height: 31px;
    float: right;
    background-color: #009688;
    color: #ffffff;
    font-family: 'bebas_neueregular';
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 31px;
    display: table;
    position: fixed;
    margin-left: 460px;
}

    .Print:hover {
        cursor: pointer;
        background-color: #ffa510;
    }

    .Print img {
        width: 15px;
        height: 15px;
    }

/*vs-popup-message*/


.message_head {
    text-align: left;
    font-size: 26px;
    padding: 10px;
    background-color: #df5c00;
    border-radius: 3px 3px 0 0;
    text-shadow: 0px 0px 1px #212121;
    position: relative;
}

.ITicon {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 20px;
}

.message_content {
    padding: 10px 10px;
    max-height: 320px;
    overflow: auto;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.popupmessage {
    text-align: center;
}

.popuptable {
    text-align: left;
}

.message_content .barcode {
    font-size: 30px;
    font-weight: bold;
    padding: 5px 0;
    margin: 15px 0;
    /*text-align: center;*/
    display: block;
    word-break: break-word;
}

.message_content .barcode1 {
    font-size: 30px;
    font-weight: bold;
    padding: 5px 0;
    margin: 15px 0;
    display: block;
    word-break: break-word;
}

.message_content .VSbarcode {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    margin: 15px 0;
    text-align: center;
    display: block;
    word-break: break-word;
}

.message_closebtn {
    position: absolute;
    right: 8px;
    top: -2px;
    cursor: pointer;
}

    .message_closebtn i {
        color: #111;
        cursor: pointer;
        transition: 0.3s;
    }

        .message_closebtn i:hover {
            color: #fff;
        }


.id_date_wrapper {
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    float: left;
    background-color: #171717;
}

    .id_date_wrapper div {
        width: 100%;
        float: left;
    }

    .id_date_wrapper span, .id_date_wrapper label {
        font-size: 14px;
        font-family: 'bebas_neueregular';
        padding: 0 3px;
        box-sizing: border-box;
        color: #fff;
        letter-spacing: 1px;
    }

    .id_date_wrapper span {
        float: left;
    }

    .id_date_wrapper span, .id_date_wrapper label {
        font-size: 14px;
        font-family: 'bebas_neueregular';
        padding: 0 3px;
        box-sizing: border-box;
        color: #fff;
        letter-spacing: 1px;
    }

    .id_date_wrapper label {
        float: right;
    }

.sacn_table_w table {
    width: 100%;
    font-size: 12px;
    border: 1px solid #171717;
    border-right: none;
}

table.lott_table_w th {
    color: #d15600;
}

.sacn_table_w {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #171717;
    clear: both;
    float: left;
}

.id_date_wrapper {
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    float: left;
}

.sacn_table_w table {
    width: 100%;
    font-size: 12px;
    border: 1px solid #171717;
    border-right: none;
}

.SportBetting_inner table {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: -999;
}

.sacn_table_w table th {
    color: #d15600;
}

.Total_Odds_w {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    float: left;
}

    .Total_Odds_w li {
        width: 33.333333%;
        height: 40px;
        line-height: 40px;
        float: left;
        text-align: center;
        font-size: 12px;
    }

        .Total_Odds_w li > span {
            color: #d15600;
        }

table td {
    text-align: center;
}

.id_date_wrapper span, .id_date_wrapper label {
    font-size: 14px;
    font-family: 'bebas_neueregular';
    padding: 0 3px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.id_date_wrapper label {
    float: right;
}

.OPEN {
    color: #FFFF00;
}

.CANCELLED {
    color: #A0522D;
}

.PAID {
    color: #F7941E;
}

.UNPAID {
    color: #DA70D6;
}

.LOST {
    color: #FF0000;
}

.WIN {
    color: Green;
}

.defaultStatus, .WAITING {
    color: white;
}

.EXPIRED {
    color: red;
}

td.bold {
    font-weight: bold;
}


/*vs-Left*/

.inlineMatchName {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.v_sports_left_menu_w {
    padding: 0 0 0 0;
}

    .v_sports_left_menu_w > li {
        display: block;
    }

        .v_sports_left_menu_w > li > div {
            padding: 15px 0 15px 47px;
            position: relative;
            font-size: 12px;
            border-bottom: 1px solid #080808;
            cursor: pointer;
        }

        .v_sports_left_menu_w > li.active > div {
            background-color: #5d2c1b;
        }

            .v_sports_left_menu_w > li.active > div:before {
                background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_imgActive.png?v1');
            }

            .v_sports_left_menu_w > li.active > div label {
                color: #fff !important;
            }

.v_sports_icon > li > div:before {
    content: "";
    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_img.png?v1');
    position: absolute;
    transform: scale(0.9);
    left: 10px;
    top: 5px;
}

.v_sports_left_menu_w > li > div.active {
    background-color: #5d2c1b;
}

.v_sports_left_menu_w.livematch_w > li > div.active {
    position: relative;
    background-color: #5d2c1b;
    border-right: 4px solid #e1571f;
    margin-right: 3px;
    border-radius: 0 3px 4px 0;
}

.v_sports_left_menu_w.allmatch_w > li > div.active {
    position: relative;
    background-color: #5d2c1b;
    border-right: 4px solid #e1571f;
    margin-right: 3px;
    border-radius: 0 3px 4px 0;
}

.v_sports_icon > li > div.active:before {
    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_imgActive.png?v1');
}

.v_sports_left_menu_w > li > div.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #e1571f;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -6px;
    z-index: 10;
}

.v_sports_left_menu_w > li > div label {
    float: right;
    padding: 0 14px 0 0;
    color: #555;
}

.v_sports_left_menu_w > li > div.active label {
    color: #fff;
}


.v_sports_left_menu_w > li > div span.live:after {
    margin: -10px 0 0 5px;
    content: "";
    display: inline-block;
    background: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_img.png?v1') no-repeat -161px -5px;
    width: 21px;
    height: 15px;
}

.v_sports_left_menu_w > li > ul {
    display: none;
}

    .v_sports_left_menu_w > li > ul.active {
        display: block;
    }

    .v_sports_left_menu_w > li > ul > li {
        display: block;
    }

        .v_sports_left_menu_w > li > ul > li > div > label {
            border-radius: 7px;
            background-color: #1a1e23;
            display: inline-block;
            padding: 8px;
            line-height: 0;
            margin: 0 0 0 8px;
        }

        .v_sports_left_menu_w > li > ul > li > div {
            display: block;
            padding: 12px 0 12px 15px;
            background-color: #0b0b0b;
        }

            .v_sports_left_menu_w > li > ul > li > div:before {
                border: 2px solid #242a33;
                box-sizing: content-box;
                border-radius: 1px;
            }

            .v_sports_left_menu_w > li > ul > li > div.active {
                background-color: #161a20;
            }

        .v_sports_left_menu_w > li > ul > li > ul > li {
            padding: 8px 0 8px 15px;
            background-color: #13171c;
            border-bottom: 1px solid #161a20;
            cursor: pointer;
        }

            .v_sports_left_menu_w > li > ul > li > ul > li:hover {
                background-color: #0f1216;
            }

            .v_sports_left_menu_w > li > ul > li > ul > li > label {
                border-radius: 2px;
                background-color: #1a1e23;
                display: inline-block;
                padding: 8px;
                line-height: 0;
                margin: 0 0 0 8px;
            }

            .v_sports_left_menu_w > li > ul > li > ul > li:before {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 2px;
                background-color: #1a1e23;
                display: inline-block;
                margin: 0 8px 0 0;
            }

            .v_sports_left_menu_w > li > ul > li > ul > li.active {
                background-color: #0d4441;
            }

                .v_sports_left_menu_w > li > ul > li > ul > li.active:before {
                    background-color: #df5c00;
                }

                .v_sports_left_menu_w > li > ul > li > ul > li.active > label {
                    background-color: #165754;
                }

.Soccer:before {
    background-position: -5px -3px !important;
    width: 34px !important;
    height: 28px !important;
    left: 10px !important;
    top: 5px !important;
}

.F1Cars:before {
    background-position: -42px -9px !important;
    width: 41px !important;
    height: 16px !important;
    transform: scale(0.8) !important;
    left: 2px !important;
    top: 13px !important;
}

.MotoGP:before {
    background-position: -85px -5px !important;
    width: 36px !important;
    height: 24px !important;
    transform: scale(0.8) !important;
    left: 6px !important;
    top: 8px !important;
}

.Horses:before {
    background-position: -5px -40px !important;
    width: 24px !important;
    height: 22px !important;
    left: 10px !important;
    top: 12px !important;
}

.lastResultRight_w > div > div.Horses:before {
    top: 5px !important
}

.Cycling:before {
    background-position: -39px -37px !important;
    width: 37px !important;
    height: 26px !important;
    transform: scale(0.8) !important;
    left: 6px !important;
    top: 8px !important;
}

.Boxing:before {
    background-position: -126px -5px !important;
    width: 26px !important;
    height: 24px !important;
    transform: scale(0.9) !important;
    left: 10px !important;
    top: 7px !important;
}

.Dogs:before {
    background-position: -80px -41px !important;
    width: 40px !important;
    height: 18px !important;
    transform: scale(0.9) !important;
    left: 2px !important;
    top: 13px !important;
}




.v_sports_left_menu_w1 {
    padding: 0 0 0 0;
}

    .v_sports_left_menu_w1 > li {
        display: block;
    }

    .v_sports_left_menu_w1.allmatch_w > li > div {
        padding: 15px 0 15px 47px;
        position: relative;
        font-size: 12px;
        border-bottom: 1px solid #080808;
        cursor: pointer;
    }

    .v_sports_left_menu_w1.allmatch_w > li.active > div {
        background-color: #5d2c1b;
    }

    .v_sports_left_menu_w1 > li.active > div:before {
        background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_imgActive.png?v1');
    }

    .v_sports_left_menu_w1 > li.active > div label {
        color: #fff !important;
    }

.v_sports_icon > li > div:before {
    content: "";
    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_img.png?v1');
    position: absolute;
    transform: scale(0.9);
    left: 10px;
    top: 5px;
}

.v_sports_left_menu_w1 > li > div.active {
    background-color: #5d2c1b;
}

.v_sports_left_menu_w1.allmatch_w > li > div.active {
    position: relative;
    background-color: #5d2c1b;
    border-right: 4px solid #e1571f;
    margin-right: 3px;
    border-radius: 0 3px 4px 0;
}


.v_sports_left_menu_w1 > li > div.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #e1571f;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -6px;
    z-index: 10;
}

.v_sports_left_menu_w1 > li > div label {
    float: right;
    padding: 0 14px 0 0;
    color: #555;
}

.v_sports_left_menu_w1 > li > div.active label {
    color: #fff;
}


.v_sports_left_menu_w1 > li > div span.live:after {
    margin: -10px 0 0 5px;
    content: "";
    display: inline-block;
    background: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_img.png?v1') no-repeat -161px -5px;
    width: 21px;
    height: 15px;
}

.v_sports_left_menu_w1 > li > ul {
    display: none;
}

    .v_sports_left_menu_w1 > li > ul.active {
        display: block;
    }

    .v_sports_left_menu_w1 > li > ul > li {
        display: block;
    }

        .v_sports_left_menu_w1 > li > ul > li > div > label {
            border-radius: 7px;
            background-color: #1a1e23;
            display: inline-block;
            padding: 8px;
            line-height: 0;
            margin: 0 0 0 8px;
        }

        .v_sports_left_menu_w1 > li > ul > li > div {
            display: block;
            padding: 12px 0 12px 15px;
            background-color: #0b0b0b;
        }

            .v_sports_left_menu_w1 > li > ul > li > div:before {
                border: 2px solid #242a33;
                box-sizing: content-box;
                border-radius: 1px;
            }

            .v_sports_left_menu_w1 > li > ul > li > div.active {
                background-color: #161a20;
            }

        .v_sports_left_menu_w1 > li > ul > li > ul > li {
            padding: 8px 0 8px 15px;
            background-color: #13171c;
            border-bottom: 1px solid #161a20;
            cursor: pointer;
        }

            .v_sports_left_menu_w1 > li > ul > li > ul > li:hover {
                background-color: #0f1216;
            }

            .v_sports_left_menu_w1 > li > ul > li > ul > li > label {
                border-radius: 2px;
                background-color: #1a1e23;
                display: inline-block;
                padding: 8px;
                line-height: 0;
                margin: 0 0 0 8px;
                position: absolute;
                top: 11px;
                right: 5px;
            }

            .v_sports_left_menu_w1 > li > ul > li > ul > li:before {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 2px;
                background-color: #1a1e23;
                display: inline-block;
                margin: 0 8px 0 0;
            }

            .v_sports_left_menu_w1 > li > ul > li > ul > li.active {
                background-color: #0d4441;
            }

                .v_sports_left_menu_w1 > li > ul > li > ul > li.active:before {
                    background-color: #df5c00;
                }

                .v_sports_left_menu_w1 > li > ul > li > ul > li.active > label {
                    background-color: #165754;
                }

        .v_sports_left_menu_w1 > li > ul > li > ul > li {
            padding: 11px 50px 5px 34px;
            background-color: #13171c;
            border-bottom: 1px solid #161a20;
            cursor: pointer;
            position: relative;
        }

            .v_sports_left_menu_w1 > li > ul > li > ul > li:before {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 2px;
                background-color: #1a1e23;
                display: inline-block;
                margin: 0 8px 0 0;
                position: absolute;
                top: 13px;
                left: 15px;
            }
/*  Match Search*/
/*#searchMatchEvents{
        color: rgb(186, 186, 186);
        background: #141414 url(//cdn2-5e15.kxcdn.com/NewDesign/images/VS/search_icon.png) no-repeat 3px center;
        border: solid 1px #2d2d2d;
        padding: 4px 0 4px 16px;
        border-radius: 10em;
        transition: all .5s;
        background-color: #141414;
                      width: 115px;
}
#searchMatchEvents:focus{
    width: 175px;
}*/

#searchMatchEvents {
    position: absolute;
    width: 100px;
    right: 0;
    padding: 0 0 0 5px;
    font-size: 12px;
    height: 34px;
    border: 1px solid #555;
    border-radius: 4px 0 0 4px;
    background-color: #212121;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    color: #fff;
    transition: all .5s;
}

    #searchMatchEvents:focus {
        -moz-box-shadow: inset 0 0 5px #000000;
        -webkit-box-shadow: inset 0 0 5px #000000;
        box-shadow: inset 0 0 5px #000000;
        background-color: rgba(33, 33, 33, 0.95);
        width: 209px;
    }


.MatchSearch {
    width: 120px;
}

.search > ul > li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #1a1e23;
    display: inline-block;
    margin: 0 8px 0 0;
    position: absolute;
    top: 13px;
    left: 15px;
    z-index: 100;
}

.search > ul > li:active :before {
    background-color: #df5c00;
}

.search > ul > li:hover {
    background-color: #0d4441;
}

.search > ul > li {
    padding: 11px 50px 5px 34px;
    background-color: #13171c;
    border-bottom: 1px solid #161a20;
    cursor: pointer;
    position: relative;
}

/*vs-Right*/

.cardSize {
    max-height: 155px;
}

/****************** Cards Preview **********************/
.notAvailable {
    float: left;
    width: 100%;
    position: relative;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: #30160e;
    line-height: 35px;
    padding: 0 0 0 25px;
    font-size: 14px;
}

.ITicket_Cards {
    overflow: auto;
    max-height: 275px;
}

.BetType {
    text-align: center;
    line-height: 30px;
    float: left;
    width: 50%;
    cursor: pointer;
}

.BetTypeSelected {
    background-color: #df5c00;
}

/****************** Betslip Preview **********************/
.slip_Preview_print {
    width: 98%;
    height: 29px;
    float: left;
    background-color: #009688;
    color: #ffffff;
    font-family: 'bebas_neueregular';
    text-align: center;
    line-height: 26px;
    border: 1px solid #2e2e2e;
    border-radius: 2px;
    margin: 5px 0 0 5px;
    font-size: 14px;
    letter-spacing: 1px;
}

    .slip_Preview_print:hover {
        cursor: pointer;
        background-color: #ffa510;
    }

.displayblock {
    display: block !important;
}

/*.bslp_modal {
            width: 450px;
            margin: 0 auto;
            position: fixed;
            left: 50%;
            margin-left: -225px;
            top: 15px;
            background-color: #fff;
            box-shadow: 0px 10px 2px #fff;
            border-radius: 6px;
            z-index: 1001;
            display: none;
        }*/

.bslp_modal_grid {
    margin: 0px 15px;
}

.combi_bslp_wrapper {
    background-color: #f5f5f5;
    padding: 5px;
    margin: 15px 0 0;
    border: 1px dotted #ddd;
}

.single_bslp_wrapper {
    overflow-y: auto;
    padding-right: 2px;
    margin-top: 30px;
}

.single_bslp {
    padding: 5px;
    border: 1px dotted #ddd;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.bslp_table .rwhead {
    border-bottom: 2px solid #777;
    vertical-align: bottom;
    color: #555;
}

    .bslp_table .rwhead label {
        display: block;
        color: #444;
        margin-bottom: 2px;
        font-size: 13px;
    }

    .bslp_table .rwhead b {
        font-size: 14px;
    }

.bslp_league {
    display: block;
    margin-bottom: 3px;
}

.bslp_teams {
    display: block;
    font-weight: bold;
}

.bslp_border {
    border-bottom: 1px dashed #777;
    padding-bottom: 7px !important;
}

.bslp_padtop {
    padding-top: 8px !important;
}

.bslp_total td {
    font-weight: bold !important;
}

.bslp_terms td {
    border: 1px solid #ccc;
    padding: 5px 15px !important;
    font-size: 15px !important;
}

.bslp_footmsg td {
    border: 1px solid #ccc;
    color: #555 !important;
    font-weight: bold !important;
    padding: 10px 15px !important;
    font-size: 15px !important;
    text-align: center;
}

.bslp_scrolldiv {
    overflow-y: auto;
}

.bslp_closebtn {
    color: #333;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}



.bslp_table {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: none;
    table-layout: auto;
}

    .bslp_table thead th {
        padding: 20px 0;
    }

    .bslp_table tr td {
        padding: 5px 0;
        color: #666;
        font-size: 14px;
        font-weight: normal;
    }

    .bslp_table .ticket_name {
        font-size: 18px;
        color: #222;
    }

    .bslp_table .barcode_num {
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        color: #222;
    }

    .bslp_table .betslip_footer {
        background-color: #333;
        text-align: center;
        color: #fff;
        font-size: 18px;
        padding: 4px 0;
    }

.txt_center {
    text-align: center;
}

.preview_btn {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
    color: #fff;
    border-radius: 1px;
    background-color: #df5c00;
    width: 140px;
    height: 33px;
    border: 1px solid #3c3d42;
    cursor: pointer;
    transition: 0.3s;
}

    .preview_btn:hover {
        background-color: #ea6609;
    }

.Preview, #Preview {
    width: 50%;
    height: 26px;
    float: right;
    background-color: #009688;
    color: #ffffff;
    font-family: 'bebas_neueregular';
    font-weight: bold;
    text-align: center;
    line-height: 23px;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    margin: 5px 0px 4px 5px;
    font-size: 12px;
    letter-spacing: 1px;
}

    span#Preview:hover, .Preview:hover {
        cursor: pointer;
        background-color: #ffa510;
    }

span#Preview.left {
    float: left;
}

#PrintPreview::after {
    clear: both;
}

span#Preview.two {
    width: 48%;
}

.EMessage {
    width: 99%;
    float: right;
    background-color: red;
    color: #ffffff;
    font-family: 'bebas_neueregular';
    text-align: center;
    line-height: 23px;
    margin: 5px 0px 4px 5px;
    font-size: 14px;
    letter-spacing: 1px;
}



.RacerResult_w .v_resul_H > span {
    width: 33.33333%;
}

.RacerResult_w .item > div > span {
    width: 33.33333%;
}



.lastResultRight_w {
    width: 100%;
}

    /*.lastResultRight_w > div> div:first-child {
                line-height: 45px;
            }*/

    .lastResultRight_w > div > div {
        width: 25%; /*33.333333%;*/
        float: left;
        height: 45px;
        text-align: center;
        line-height: 65px;
        background-color: #5d2c1b;
        color: #fff;
        position: relative;
        cursor: pointer;
    }

        .lastResultRight_w > div > div > span {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

            .lastResultRight_w > div > div > span.active {
                border-bottom: 3px solid #b85916;
            }

        .lastResultRight_w > div > div:before {
            content: "";
            display: inline-block;
            background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_img.png?v1');
            vertical-align: baseline;
            margin-top: -18px;
        }

        .lastResultRight_w > div > div.MotoGP:before {
            margin-top: 10px;
        }

        .lastResultRight_w > div > div.active {
            background-color: #4d1e0e;
            border-bottom: 3px solid #b85916;
        }

.resultDatew {
    float: left;
    width: 100%;
    padding: 0 30px;
    position: relative;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: #30160e;
}

    .resultDatew > span {
        width: 30px;
        height: 35px;
        line-height: 35px;
        position: absolute;
        top: 0;
        font-size: 12px;
        background-color: #5d2c1b;
        cursor: pointer;
    }

        .resultDatew > span:first-child {
            left: 0;
        }

        .resultDatew > span:last-child {
            right: 0;
        }

    .resultDatew > div > span {
        color: #fff;
        font-size: 14px;
    }

    /*.resultDatew > div > span:before {
                content: "[";
                margin: 0 5px;
            }

            .resultDatew > div > span:after {
                content: "]";
                margin: 0 5px;
            }*/

    .resultDatew > div {
        line-height: 35px;
        text-align: left;
    }


.v_resul_w {
    float: left;
    width: 100%;
}

.v_resul_H {
    width: 100%;
    float: left;
    background-color: #0a0b0d;
    padding: 0 0 0 50px;
}

    .v_resul_H > span {
        width: 50%;
        float: left;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        text-align: center;
        color: #ff6a00;
    }

.v_resul_w .item {
    width: 100%;
    float: left;
    border-bottom: 1px solid #0a0b0d;
    padding: 0 0 8px 0;
}

    .v_resul_w .item > span {
        display: block;
        padding: 6px 0 6px 54px;
    }

    .v_resul_w .item > div {
        position: relative;
        padding: 0 0 0 50px;
    }

        .v_resul_w .item > div > label {
            width: 50px;
            height: 40px;
            top: -18px;
            position: absolute;
            text-align: center;
        }

            .v_resul_w .item > div > label:first-child {
                left: 0;
                line-height: 70px;
            }

                .v_resul_w .item > div > label:first-child:before {
                    content: "";
                    display: inline-block;
                    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_img.png?v1');
                }


            .v_resul_w .item > div > label:last-child {
                right: 0;
            }

                .v_resul_w .item > div > label:last-child > i {
                    font-size: 24px;
                    display: inline-block;
                    line-height: 45px;
                    color: #555;
                }

        .v_resul_w .item > div > span {
            width: 50%;
            text-align: center;
            line-height: 25px;
            float: left;
            background-color: #0a0b0d;
            border: 2px solid #111;
        }

.RacerResult_w.v_resul_w .item > div > span {
    width: 33.333333%;
}

.noslip {
    text-align: center;
    padding: 12px;
    color: #ff6a00;
}

/*Result click*/
.lastResultRight_w {
    height: 45px;
    overflow: hidden;
    position: relative;
}

    .lastResultRight_w > div {
        transition: 1s;
    }

    .lastResultRight_w .nextbut, .lastResultRight_w .prevbut {
        position: absolute;
        right: 0;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
        text-align: center;
        width: 20px;
        cursor: pointer;
    }

    .lastResultRight_w .nextbut {
        right: 0;
    }

    .lastResultRight_w .prevbut {
        left: 0;
    }

        .lastResultRight_w .prevbut.disable, .lastResultRight_w .nextbut.disable {
            opacity: 0.2;
            cursor: auto;
        }


        .lastResultRight_w .prevbut:before {
            content: "\f104";
            display: inline-block;
            font: normal normal normal 24px/1 FontAwesome;
            line-height: 45px;
            font-size: 18px;
        }

    .lastResultRight_w .nextbut:before {
        content: "\f105";
        display: inline-block;
        font: normal normal normal 24px/1 FontAwesome;
        line-height: 45px;
        font-size: 18px;
    }

/*vs-Middle*/
.betselection_W {
    float: left;
    width: 100%;
    padding: 0 1px;
}

.betselection_H {
    float: left;
    width: 100%;
}

    .betselection_H > span {
        width: 33.33333%;
        float: left;
        line-height: 35px;
        height: 35px;
        text-align: center;
        color: #fff;
        background-color: #121212;
        font-size: 12px;
        border: 1px solid #000;
        cursor: pointer;
        transition: 0.3s;
        -moz-box-shadow: inset 0 0 22px rgb(0, 0, 0);
        -webkit-box-shadow: inset 0 0 22px rgb(0, 0, 0);
        box-shadow: inset 0 0 22px rgb(0, 0, 0);
    }

        .betselection_H > span:nth-child(1) {
            background-color: #959c13;
        }

        .betselection_H > span:nth-child(2) {
            background-color: #31a08d;
        }

        .betselection_H > span:nth-child(3) {
            background-color: #c7713f;
        }

        .betselection_H > span:nth-child(4) {
            background-color: #3a6aa9;
        }

        .betselection_H > span:nth-child(5) {
            background-color: #566c94;
        }




    .betselection_H.row_4 > span {
        width: 25% !important;
    }

    .betselection_H.row_5 > span {
        width: 20% !important;
    }




    .betselection_H > span:hover, .betselection_H > span.active {
        background-color: #151515;
        border-bottom: none;
        color: #ffc500;
    }

    .betselection_H > span:last-child {
        border-right: 1px solid #252525;
    }

.betSle_for_tri_w {
    float: left;
    width: 100%;
    padding: 0 250px 0 0;
    position: relative;
    height: 250px;
    border-bottom: 1px solid #252525;
}

    .betSle_for_tri_w.betSle_win_pla_sho_w {
        padding: 0 0 0 0;
    }


.betSle_for_tri_odd {
    width: 250px;
    position: absolute;
    height: 250px;
    right: 0;
    top: 0;
    background-color: #252525;
    border-right: 1px solid #252525;
}

    .betSle_for_tri_odd .betSle_odd {
        height: 130px;
        float: left;
        width: 100%;
    }

    .betSle_for_tri_odd .betSle_pick {
        height: 75px;
        float: left;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
        border-bottom: 1px solid #252525;
    }

    .betSle_for_tri_odd .betSle_Select {
        height: 45px;
        float: left;
        width: 74%; /*85*/
        text-align: center;
        line-height: 45px;
        color: #000;
        background-color: #ffc500;
        font-size: 14px;
        font-weight: bold;
        -moz-box-shadow: inset 0 0 22px rgb(0, 0, 0);
        -webkit-box-shadow: inset 0 0 22px rgb(0, 0, 0);
        box-shadow: inset 0 0 22px rgb(0, 0, 0);
        transition: 0.5s;
        cursor: pointer;
        opacity: 0.3;
    }

        .betSle_for_tri_odd .betSle_Select.active {
            opacity: 1;
        }

        .betSle_for_tri_odd .betSle_Select:hover {
            background-color: #ffd02f;
        }


.betSlection {
    float: left;
    width: 100%;
}

    .betSlection ul {
        float: left;
        width: 100%;
    }

        .betSlection ul li {
            float: left;
            width: 25%;
            height: 83px;
            text-align: center;
            border-right: 1px solid #252525;
            border-bottom: 1px solid #252525;
            background-color: #1f1f1f;
            -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);
            cursor: pointer;
        }

        .betSlection ul.forcastlength li {
            width: 50% !important;
        }

        .betSlection ul li > span:first-child {
            display: block;
            color: #fff;
            margin-top: 10px;
            margin-bottom: 6px;
        }


        .betSlection ul li > span:last-child, .betSlection ul li > span:nth-child(2), .betSlection ul li > span:nth-child(3) {
            display: inline-block;
            color: #fff;
            background-color: #555;
            width: 40%;
            height: 25px;
            line-height: 25px;
            border-radius: 2px;
            margin: 0 2%;
        }

        .betSlection ul li > div.betselectform {
            margin: 4px 0 0 0 !important;
            color: #717171 !important;
            display: block !important;
            background-color: transparent !important;
            width: 100% !important;
            height: auto !important;
            line-height: normal !important;
            border-radius: 2px !important;
        }

.betSle_odd {
    text-align: center
}

    .betSle_odd > div {
        text-align: center;
        margin: 40px 0 0 0;
        font-size: 20px;
    }

    .betSle_odd > span {
        color: yellow;
        font-size: 34px;
    }

.betSle_pick {
    padding: 0 0 0 0;
}

    .betSle_pick > div {
        margin-top: 7px;
        font-size: 20px;
        text-align: center;
    }

    .betSle_pick > span {
        color: yellow;
        font-size: 26px;
        text-align: center;
        display: block;
    }

.listView {
    font-size: 20px;
    padding: 10px;
    background-color: rgba(0,0,0,1);
    color: #ffc500;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

    .listView.active {
        background-color: rgba(0,0,0,0.5) !important;
    }

.betSlection ul li.active > span:first-child {
    color: #000;
}

.vrSportM_viewAniMathName {
    position: relative;
    white-space: nowrap;
}

    .vrSportM_viewAniMathName .textoverflow {
        float: left;
        width: 67%;
    }


@media only screen and (min-width : 180px) and (max-width : 1350px) {
    .ticket_popup {
        z-index: 10000 !important;
    }

    .nav_menu_slide_mb_JS {
        /*display: none;*/
    }

    .close_popup_JS {
        right: -7px;
        top: -7px;
    }

    .menu_bar_w {
        padding: 0;
    }

    .menu_icon_w > li {
        display: none;
    }

        .menu_icon_w > li:nth-child(2), .menu_icon_w > li:first-child, .menu_icon_w > li.LanguageSLanguagectBoxInnerW, .menu_icon_w > li.demoSite_JS {
            display: inline-block;
        }

    .search_slip_w {
        width: 163px !important;
    }

    .main_w {
        width: 100% !important;
    }

    .middle_W {
        padding: 0;
    }

    .in_left_aside {
        left: -250px;
        overflow: inherit !important;
        z-index: 100;
        width: 250px;
    }

    .liveBet_w.left_slideBUtAdd .in_left_aside_JS {
        left: 0 !important;
    }

    .liveBet_w .in_left_aside {
        width: 250px;
    }

    .in_left_aside .left_slideBUt {
        margin: 0 -67px 0 0;
        background-color: #555;
        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;
            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;
    }

    .message_content .barcode1, .message_content .barcode, .ticket_content .barcode, .message_content .VSbarcode {
        font-size: 24px !important;
        word-break: break-word;
    }

    span#Preview.three {
        width: 30.7% !important;
    }

    .vR_Slip_Print {
        width: 60px !important;
    }


    /*new cahnges 08-09-2018*/


    .vrSportW .MBviewIcon {
        display: none;
    }


    .landscape_mode_vp .header_w, .landscape_mode_vp .menu_bar_w, .landscape_mode_vp .footer_w {
        display: none;
    }

    .landscape_mode_vp .in_middle_head {
        background-color: #3e3c3c;
    }

    .landscape_mode_vp .livebet_class > span:before {
        margin: 0;
    }

    .landscape_mode_vp #VSMiddle {
        height: 100% !important;
        position: fixed !important;
        z-index: 0 !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0 !important;
        background-color: #3e3c3c;
    }

    .landscape_mode_vp .in_right_aside, .landscape_mode_vp .in_left_aside {
        height: 100% !important;
        position: fixed !important;
        z-index: 11 !important;
    }

        .landscape_mode_vp .in_right_aside > div, .landscape_mode_vp .in_left_aside > div {
            position: absolute !important;
            height: calc(100% - 37px) !important;
            overflow: auto !important;
            top: 37px !important;
            width: 100%;
        }

    .landscape_mode_vp .videofullscreen .L_st_iframe_w {
        height: calc(100% - 37px) !important;
        position: fixed !important;
        width: 100% !important;
    }

    .landscape_mode_vp .fullscreenVideo {
        z-index: 10 !important;
    }

    html {
        overflow: scroll;
    }
}

@media only screen and (min-width : 180px) and (max-width : 768px) {
    .popup_w {
        padding: 0 !important;
    }

        .popup_w .AjaxcallJS {
            padding: 15px !important;
        }
    /*.liveMatchList_w ul > li {
        width:100%;
    }*/
    span#Preview.three {
        width: 30.7% !important;
    }

    .message_content .barcode1, .message_content .barcode, .ticket_content .barcode, .message_content .VSbarcode {
        font-size: 20px !important;
        word-break: break-word;
    }


    .virtualSoccer_w_middle {
        padding: 0;
        height: auto;
    }

    .virtualSoccerSvg_w, .virtualSoccerSvg_w > div, .virtualSoccerSvg_w > div > div, .virtualSoccerSvg_w > div > div > iframe, .virtualSoccerSvg_w > div > div > .ysecplayer {
        width: 100%;
        position: inherit;
        float: left;
    }

    .liveMatchList_w ul {
        height: auto;
    }

    .ticket_popup {
        width: 400px;
        /* modified by dk 201903191206
            margin-left: -200px;*/
        z-index: 10000 !important;
    }
}

@media only screen and (min-width : 180px) and (max-width : 767px) {


    .betselection_H > span {
        font-size: 9px;
    }

    .betSlection ul li {
        width: 33.3333%;
    }

    .betSle_for_tri_w {
        padding: 145px 0 0 0;
    }

    .betSle_for_tri_odd {
        width: 100%;
        height: 100px;
    }

    .betSle_odd > div {
        text-align: center;
        margin: 26px 0 0 0;
    }

    .betSle_for_tri_odd .betSle_odd {
        height: 100px;
        float: left;
        width: 50%;
    }

    .betSle_for_tri_odd .betSle_pick {
        height: 100px;
        width: 50%;
    }

    .primeMatchResult {
        width: 295px !important;
        overflow: auto;
        display: inline-block;
    }

        .primeMatchResult table {
            width: 700px !important;
        }

    .allMatchResult {
        width: 295px !important;
    }
}

@media only screen and (min-width : 180px) and (max-width : 450px) {

    .vrSportMView .vsptimerH div {
        width: 50% !important;
        left: 25% !important;
    }

    .ticket_popup {
        width: 250px;
        /* modified by dk 201903191206 modifi margin-left: -125px;*/
        z-index: 10000 !important;
    }

    .vR_Slip_Print {
        width: 58px !important;
        margin: 2px !important;
    }
}




.vR_Slip_w .fa-times {
    float: right;
    margin-right: 5px;
}
/*.slip_Details_w .lotto_de_h.sp_de_c li{
    width:16.6666%!important;
}*/
.vR_Slip_Print {
    float: right;
    width: 80px;
    background: #df5c00;
    text-align: center;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.lotto_de_h > li, .lotto_de_c > li {
    /*width:16.6666%!important;*/
}

.slip_Details_w > .Slip_Repeat > ul.slipgrid_3 li {
    width: 33.333333%;
}

.slip_Details_w > .Slip_Repeat > ul li {
    float: left;
    font-size: 12px;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #212121;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slip_Details_w > .Slip_Repeat > .slipgrid_h > li {
    color: #ec5818;
    text-align: center;
    font-weight: 700;
    background-color: #232323;
}

.slip_Details_w > ul.slipgrid_h li {
    background-color: #232323 !important;
}

.slip_Details_w > ul.slipgrid_d {
    border: 1px solid #2d2d2d !important;
}

.sp_de_c > li:nth-child(odd) {
    background-color: rgba(0,0,0,0.1) !important;
}

.Slip_Repeat {
    margin-top: 3px;
    display: inline-table;
    width: 100%;
}

#VSMiddle .vR_Slip_w h3 {
    background-color: #ec5818;
    padding: 7px;
    margin: 0;
}

.lotto_de_c {
    background-color: black !important;
    border-bottom: 1px solid #ec5818;
}

.lotto_de_h {
    background-color: #fff !important;
    background-color: #272727 !important;
    border-bottom: 1px solid #2f2f2f !important;
}

    .lotto_de_h > li {
        color: #ec5818;
        text-align: center;
        font-weight: 700;
    }

#hSlipInfo {
    margin: 3px;
}

.NotFound_Message {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 2px;
}

.hVSSlipInfo {
    display: inline-block;
    width: 100%;
}

    .hVSSlipInfo h3 {
        background-color: #ec5818;
        padding: 7px;
        margin: 0;
    }

.f1race {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/F1Race.gif');
}


.slipAnimation {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.1);
    border: 2px dotted #fff;
}

#ITicket {
    position: relative;
}

#slipAnimationID {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 83px;
    z-index: -1;
}




.vspAnimation {
    width: 100%;
    position: relative;
    float: left;
}

    .vspAnimation > div > img {
        float: left;
        width: 100%;
        height: 307px;
    }

.expandAnimation .vspAnimation > div > img {
    height: 100%;
}

.vspAnimation:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}

.vsptimerW {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #fff;
    border: 2px solid #ffc500;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    background-color: rgba(0,0,0,0.5);
}
/*.vsptimerH{
    width: 50%;
    position: absolute;
    top: 20%;
    left: 25%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    
}*/
.vsptimerH {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #000;
    background-color: #ffc500;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

    .vsptimerH.active {
        width: 100%;
        left: 0;
    }

.vspStarted {
    width: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 22%;
    text-align: center;
    font-size: 18px;
    color: #df5c00;
}

.vspCountdown {
    line-height: 90px;
    display: block;
}

.vspNomorbet {
    line-height: 26px;
    color: #ff0000;
    margin-top: 0;
    display: inline-block;
    white-space: break-spaces !important;
}

.vspCarAniation {
    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/carSp.png?v1');
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 100%;
}

.AniationMotoGP {
    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/MotoGP.gif');
    display: block;
    width: 100%;
    height: 100%;
}

.AniationF1Cars {
    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/F1Cars.gif');
    display: block;
    width: 100%;
    height: 100%;
}

.AniationCycling {
    background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/Cycling.gif');
    display: block;
    width: 100%;
    height: 100%;
}



.slip_Details_w > ul.slipgrid_2 li {
    width: 50%;
}

.Slip_Repeat > ul.slipgrid_6 li {
    width: 10% !important;
}

    .Slip_Repeat > ul.slipgrid_6 li:nth-child(2) {
        width: 30% !important;
    }

    .Slip_Repeat > ul.slipgrid_6 li:nth-child(3) {
        width: 15% !important;
    }

    .Slip_Repeat > ul.slipgrid_6 li:last-child {
        width: 15% !important;
    }

/*Text Overflow*/
.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vR_Slip_w {
    display: inline-block;
    width: 100%;
    min-height: 100px;
}

.Loading {
    float: left;
    width: 100%;
    position: relative;
    height: 35px;
    color: #fff;
    background-color: #30160e;
    line-height: 35px;
    padding: 0 0 0 12px;
    font-size: 14px;
}

/****************** Keypad Preview **********************/
.keypadW {
    padding: 0;
    margin: 0;
    border: 1px solid #444;
    width: 228px;
    position: static; /*absolute;*/
    z-index: 99;
    right: 50px;
    background-color: #111;
    display: block !important;
}

    .keypadW .numkeys {
        padding: 0;
        margin: 0;
    }

.keypad_head {
    padding: 8px;
    background-color: #313131;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.keypad_close {
    padding: 4px 20px;
    background-color: #842626;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 0;
    font-style: normal;
    font-weight: bold;
    transition: 0.3s;
}

    .keypad_close:hover {
        cursor: pointer;
        background-color: #941e1e;
    }

.keypadW .numkeys li {
    list-style: none;
    float: left;
    text-align: center;
    width: 33.3%;
    padding: 15px;
    border: 1px solid #151515;
    background-color: #212021;
    box-sizing: border-box;
    transition: 0.3s;
}

    .keypadW .numkeys li:hover {
        background-color: #262626;
    }

span {
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.disableMatch {
    cursor: default;
    pointer-events: none;
}

#ulpadding100 {
    padding: 0 0 0 100px;
}

#liwidth100 {
    width: 100px
}

.emptycolor {
    background-color: #232323;
}

span.Select, li.Select {
    cursor: pointer;
}

    span.Select:hover, li.Select:hover {
        background-color: #ffc500;
    }

.vspAnimationsoccer {
    width: 100%;
    position: relative;
    float: left;
    left: 50%;
    transform: translate(-50%,0);
}

    .vspAnimationsoccer:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

/**view window Result*/
.viewResult {
    top: 40%;
    position: absolute;
    width: 60%;
    table-layout: fixed;
    left: 25%;
}

.viewResultSingle {
    width: 70%;
    left: 20%;
}

.viewResult th.rcast {
    background-color: #e8e7f3;
    color: black;
}

.resultSoccer th {
    color: #ff6a00;
}

.vsstarted, .vsloading {
    width: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #f6f6f6;
    animation: blink 1s linear infinite;
    background-color: red;
}

.vsloading {
    /* background-color: initial !important;*/
}

.vsstartedBottom {
    bottom: 3%;
}

.vsptimerHWidth {
    width: 90%;
}

.vsstartedLeft {
    text-align: left;
}

.vsptimerH div {
    width: 44%;
    left: 28%;
    text-align: left;
    position: relative;
    font-size: 14px;
}

.vrSportMView .vsptimerH div {
    width: 100%;
    left: 0;
    text-align: center;
}


@media only screen and (min-width : 1025px) and (max-width : 1350px) {

    .vsptimerH div {
        width: 46%;
        left: 27%;
        text-align: left;
        position: relative;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

span#Preview.three {
    width: 31.7%;
}

.in_right_aside {
    overflow: inherit !important;
}

.in_left_aside {
    overflow: inherit !important;
}

/*Right Result*/
.for_Try_Cast_r {
    padding: 2px;
    width: 100%;
    float: left;
    position: relative;
}

    .for_Try_Cast_r .fa-print {
        position: absolute;
        left: -14%;
        font-size: 22px;
        color: #4f4f4f;
    }

    .for_Try_Cast_r > span {
        width: 50%;
        float: left;
        text-align: center;
        background-color: #0a0b0d;
        border: 1px solid #0a0b0d;
        line-height: 25px;
    }

        .for_Try_Cast_r > span:before {
            content: attr(name);
            display: block;
            font-size: 11px;
            background-color: #555555;
            color: #ff6a00;
            font-weight: 700;
        }

/*.for_Try_Cast_r > span:last-child:before {
    content: "TRICAST";
    display: block;
    font-size: 11px;
    background-color: #555555;
}*/

/* Result in Animation */
.AnimationResult {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.4);
    padding: 0 0 10px 0;
    border-top: 1px solid #ffc500;
    border-bottom: 1px solid #ffc500;
}

    .AnimationResult > h3 {
        text-align: center;
        color: #ffc500;
        margin: 0;
        padding: 10px 0;
    }

.v_s_result {
    max-width: 300px;
    margin: auto;
    top: 0;
    text-align: center;
    width: 50%;
}

    .v_s_result > li {
        width: 33.33333%;
        display: inline-block;
        margin: 0 -4px;
    }

        .v_s_result > li:nth-child(4), .v_s_result > li:nth-child(5) {
            width: 50%;
        }

        .v_s_result > li > span {
            display: block;
            text-align: center;
        }

            .v_s_result > li > span:first-child {
                padding: 5px 0;
                font-size: 12px;
            }

            .v_s_result > li > span:last-child {
                padding: 8px 0;
                font-size: 14px;
            }

.animationResultBetHeadingColor {
    color: #ff6a00;
}

.commonResultColor {
    background-color: #272727;
    border: 1px solid rgba(0,0,0,0.8);
}

ul.resultSingleView {
    left: 50%;
}


/*views BetType*/
.singleviewBetType {
    left: 0%;
    position: relative;
    width: 100% !important;
}

.multiview1BetType {
    position: absolute;
    width: 250%;
}

.multiview2BetType {
    left: -133%;
    position: absolute;
    width: 334%;
}

.multiview3BetType {
    left: -235%;
    position: absolute;
    width: 334%;
}

/*VS Loading*/
.vsProgressbar {
    width: 100%;
    height: 100%;
    background-color: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*Result Module*/

.rSoccer > span {
    width: 50%;
    float: left;
    text-align: center;
    background-color: #0a0b0d;
    border: 1px solid #0a0b0d;
}

.rRacer > span {
    width: 33.333333% !important;
}

    .rRacer > span:before, .rSoccer > span:before {
        content: attr(name);
        display: block;
        font-size: 11px;
        background-color: #555555;
        color: #ff6a00;
        font-weight: 700;
    }

.resultAllIcon {
    font-weight: bolder;
    line-height: 50px;
}

.resultNoRecords {
    border: 1px solid #111111;
    line-height: 35px;
    font-weight: bold;
}

.cardCount {
    text-align: center;
    color: #ffc500;
    font-weight: 900;
    padding: 1px;
    top: -7px;
    left: -18px;
    position: absolute;
}

.HideViewImage {
    opacity: 0;
    visibility: hidden;
}

.ShowViewImage {
    visibility: visible;
}


@media only screen and (min-width : 10px) and (max-width : 767px) {

    .Slip_RepeatMB ul.lotto_de_h li:nth-child(4), .Slip_RepeatMB ul.lotto_de_h li:nth-child(5), .Slip_RepeatMB ul.lotto_de_h li:nth-child(6) {
        display: none
    }

    .Slip_RepeatMB ul li, .Slip_RepeatMB ul li:nth-child(3), .Slip_RepeatMB ul li:nth-child(2) {
        width: 40% !important;
    }

        .Slip_RepeatMB ul li:nth-child(1) {
            width: 20% !important
        }

    .Slip_RepeatMB ul.lotto_de_c li:nth-child(4), .Slip_RepeatMB ul.lotto_de_c li:nth-child(5), .Slip_RepeatMB ul.lotto_de_c li:nth-child(6) {
        width: 33.3333% !important;
        padding-top: 0;
        padding-bottom: 5px;
    }

        .Slip_RepeatMB ul.lotto_de_c li:nth-child(4):before {
            content: "Odd";
            display: block;
        }

        .Slip_RepeatMB ul.lotto_de_c li:nth-child(5):before {
            content: "Pick";
            display: block;
        }

        .Slip_RepeatMB ul.lotto_de_c li:nth-child(6):before {
            content: "Match status";
            display: block;
        }

    .Slip_RepeatMB ul.lotto_de_c li:before {
        display: block;
        font-size: 10px;
        color: #ec5818;
        line-height: 15px;
        background-color: rgba(255,255,255,0.1);
    }

    .Slip_RepeatMB ul li, .slip_Details_w > ul li {
        font-size: 11px !important;
    }

    .Slip_Repeat > ul.lotto_de_h.slipgrid_6 li {
        display: none !important;
        font-size: 11px;
    }

    .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li {
        width: 25% !important;
        font-size: 11px;
    }

    .Slip_Repeat > ul.slipgrid_6 li:nth-child(1), .Slip_Repeat > ul.slipgrid_6 li:nth-child(2), .Slip_Repeat > ul.slipgrid_6 li:nth-child(3) {
        width: 33.333% !important;
        display: block !important
    }

    .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:nth-child(4):before {
        content: attr(name);
    }

    .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:nth-child(5):before {
        content: attr(name);
    }

    .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:nth-child(6):before {
        content: attr(name);
    }

    .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:nth-child(7):before {
        content: attr(name);
    }

    .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:before {
        display: block;
        color: #ec5818;
        background-color: rgba(225,255,255,0.1)
    }

    .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:nth-child(4), .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:nth-child(5), .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:nth-child(6), .Slip_Repeat > ul.lotto_de_c.slipgrid_6 li:nth-child(7) {
        padding-top: 0;
        padding-bottom: 5px;
    }
}

.matchActiveColor {
    background-color: #0d4441;
}

.leftAllMatch {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.matchActiveColor .leftAllMatch > label {
    border-radius: 2px;
    background-color: #1a1e23;
    display: inline-block;
    padding: 8px;
    line-height: 0;
    margin: 0 0 0 8px;
    position: absolute;
    top: 11px;
    right: 5px;
}

.leftAllMatch > label {
    border-radius: 2px;
    background-color: #1a1e23;
    display: inline-block;
    padding: 8px;
    line-height: 0;
    margin: 0 0 0 8px;
    position: absolute;
    top: 11px;
    right: 5px;
}


/*Dinesh */
.autoSelect {
    font-size: 21px;
    /*background-color: rgba(0,0,0,0.3);*/
    color: #ffc500;
    cursor: pointer;
    right: 0;
    top: 0;
    position: relative;
    /*padding: 12px;*/
    margin: 0px;
    display: inline-block;
    width: 12%;
    height: 45px;
    line-height: 2;
    text-align: center;
}

    .autoSelect:hover {
        /*background-color: rgba(0,0,0,1);*/
        border: 1px solid #66541a;
    }

.expand {
    font-size: 18px;
    padding: 8px;
    color: #ffc500;
    cursor: pointer;
    position: absolute;
    right: 2%; /*48*/
    bottom: 46px;
    transition-duration: 0.3s;
    transition-property: transform;
    background-color: #070707;
}

    .expand:hover {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }

.vspAnimation2 .expand {
    bottom: 12px;
}
/*.screen2 {
    right: 24%; 
}*/
.isEnabledExpand {
    right: 2%;
}

.hVSSlipInfo {
    display: none;
}

.vspAnimation {
    width: 100%;
    position: relative;
    float: left;
    left: 50%;
    transform: translate(-50%,0);
}

.vsptimerW {
    top: 50%;
}

.vspStarted {
    display: none;
}

.multi_view_but_w {
    background-color: transparent;
    width: 79px;
}

    .multi_view_but_w > span {
        width: 50%;
        float: left;
        height: 22px;
        padding: 2px;
        background-color: #404040;
        padding: 3px;
        cursor: pointer;
    }

        .multi_view_but_w > span:first-child > span {
            width: 100%;
            background-color: #555555;
            height: 16px;
            float: left;
        }

        .multi_view_but_w > span:last-child > span {
            width: 8px;
            height: 16px;
            background-color: #555555;
            float: left;
            margin: 0 1px;
        }

            .multi_view_but_w > span:last-child > span:last-child {
                margin-right: 0;
            }

        .multi_view_but_w > span.active > span {
            background-color: #ffc500;
        }

.vrSportW .MBviewIcon {
    float: right;
    padding: 0;
}

    .vrSportW .MBviewIcon:before {
        content: "\f10b";
        font-size: 24px;
    }

    .vrSportW .MBviewIcon.active:before {
        content: "\f108";
        font-size: 16px;
    }

    .livebet_class > span:hover:before, .livebet_class > span.active:before, .vrSportW .MBviewIcon:hover:before, .noslip {
        color: #ffc500;
    }

.v_sports_left_menu_w > li.active > div, .v_sports_left_menu_w > li.active > div label, .lastResultRight_w > div > div, .resultDatew, .resultDatew > div > span, .BetTypeSelected {
    color: #000 !important;
    background-color: #ffc500;
}

    .lastResultRight_w > div > div > span.active {
        border-bottom: 3px solid #a98300;
    }

.lastResultRight_w .nextbut, .lastResultRight_w .prevbut {
    color: #000;
}

.vrSportM_view_w {
    float: left;
    width: 100%;
    padding: 300px 0 0 0;
}

.vrSportM_view {
    float: left;
    width: 100%;
    position: relative;
}

    .vrSportM_view .vrSportM_viewAniW {
        width: 30%;
        height: 350px;
        position: absolute;
        top: -300px;
        left: 0;
        background-color: #303031;
        padding: 1px;
        border: 1px solid #111111;
    }

    .vrSportM_view .vrSportM_viewAni {
        width: 100%;
        height: 510px; /*307px*/
        background-color: #111;
        overflow: hidden;
    }

.vrSportM_viewAniMathName {
    height: 40px;
    line-height: 40px;
    background-color: #303031;
    cursor: pointer;
}

    .vrSportM_viewAniMathName.active {
        color: #000 !important;
        background-color: #ffc500;
    }

    .vrSportM_viewAniMathName > span:before {
        content: "";
        background-image: url('//cdn2-5e15.kxcdn.com/betting/webportal/images/VS/V_Sp_imgActive.png?v1');
        position: absolute;
        transform: scale(.9);
        left: 10px;
        top: 5px;
    }

    .vrSportM_viewAniMathName > span {
        float: left;
        width: 50px;
        height: 40px;
        margin-right: 8px;
        position: relative;
        background-color: #ffc500;
    }

.vrSportM_view .vrSportM_viewAniW1 {
    width: 40%;
}

.vrSportM_view .vrSportM_viewAniW2 {
    left: 40%;
}

.vrSportM_view .vrSportM_viewAniW3 {
    left: 70%;
}

.vrSportM_view .vrSportM_viewAniW.expandAnimation {
    left: 0 !important;
    width: 100% !important;
    z-index: 11;
    height: auto;
}

    .vrSportM_view .vrSportM_viewAniW.expandAnimation .expand {
        /*top: 47px;
        bottom: inherit;*/
    }



    .vrSportM_view .vrSportM_viewAniW.expandAnimation .vsptimerW {
        width: 130px;
        height: 130px;
        font-size: 35px;
    }

        .vrSportM_view .vrSportM_viewAniW.expandAnimation .vsptimerW .vspCountdown {
            line-height: 130px;
        }

        .vrSportM_view .vrSportM_viewAniW.expandAnimation .vsptimerW .vspNomorbet {
            line-height: 40px;
            font-size: 32px;
            font-weight: 700;
        }

.vrSportM_view_odd_w {
    float: left;
    width: 100%;
    padding: 6px 2px;
    /*display: none;*/
}

.vspAnimationsoccer .expand {
    bottom: 12px;
}

.vrSportM_view_odd_w .itemW {
    padding: 1px;
    float: left;
}

    .vrSportM_view_odd_w .itemW > div {
        border: 1px solid #555555;
        float: left;
        width: 100%;
        transition: 1s;
    }

.vrSportM_view_odd_w .itemW1 {
    width: 100%;
}

.vrSportM_view_odd_w .itemW2 {
    width: 50%;
}

.vrSportM_view_odd_w .itemW3 {
    width: 75%;
}

.vrSportM_view_odd_w .itemW4 {
    width: 25%;
}

.vrSportM_view_odd_w .itemW6 {
    width: 33.333333%;
}

.vrSportM_view_odd_w .itemW > div > div.betName {
    background-color: #272727;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
}

    .vrSportM_view_odd_w .itemW > div > div.betName > label {
        display: inline-block;
        width: 33.3333%;
        background-color: #ffc500;
        color: #000;
    }

.vrSportM_view_odd_w .itemW > div > div.betoddW {
    float: left;
    width: 100%;
}

    .vrSportM_view_odd_w .itemW > div > div.betoddW > span {
        float: left;
    }

        .vrSportM_view_odd_w .itemW > div > div.betoddW > span > span {
            display: block;
            height: 20px;
            line-height: 20px;
            text-align: center;
            cursor: pointer;
            transition: 1s;
        }

            .vrSportM_view_odd_w .itemW > div > div.betoddW > span > span:first-child {
                background-color: #191919;
                color: #ffc500;
                border-right: 1px solid #191919;
            }

            .vrSportM_view_odd_w .itemW > div > div.betoddW > span > span:last-child {
                background-color: #111;
                color: #fff;
                border-right: 1px solid #191919;
            }

        .vrSportM_view_odd_w .itemW > div > div.betoddW > span:hover > span:first-child, .vrSportM_view_odd_w .itemW > div > div.betoddW > span.active > span:first-child, .vrSportM_view_odd_w .itemW > div > div.betoddW > span:hover > span:last-child {
            background-color: #ffc500;
            color: #000;
        }

        .vrSportM_view_odd_w .itemW > div > div.betoddW > span:hover > span:last-child, .vrSportM_view_odd_w .itemW > div > div.betoddW > span.active > span:last-child {
            background-color: #cfa30c;
            color: #000;
        }

.vrSportM_view_odd_w .itemW > div:hover {
    border: 1px solid #ffc500;
}

.vrSportM_view_odd_w .itemW.oddlength_3 > div > div.betoddW > span {
    width: 33.3333%;
}

.vrSportM_view_odd_w .itemW.oddlength_2 > div > div.betoddW > span {
    width: 50%;
}

.vrSportM_view_odd_w .itemW.oddlength_4 > div > div.betoddW > span {
    width: 25%;
}

.vrSportM_view_odd_w .itemW.oddlength_5 > div > div.betoddW > span {
    width: 20%;
}

.vrSportM_view_odd_w .itemW.oddlength_6 > div > div.betoddW > span {
    width: 16.6666666666%;
}

.vrSportM_view_odd_w .itemW.oddlength_7 > div > div.betoddW > span {
    width: 14.28571428%;
}

.vrSportC_tScore_w {
    float: left;
    width: 100%;
}

    .vrSportC_tScore_w .vrSportC_tScore_H {
        height: 22px;
        width: 100%;
        line-height: 20px;
        background-color: #555555;
        color: #fff;
        text-align: center;
        border: 1px solid #111;
    }


/*============*/

.vrSportM_view_odd_w2 {
    float: left;
    width: 100%;
    padding: 6px 2px;
}

    .vrSportM_view_odd_w2 > .headVR {
        width: 100%;
        float: left;
        height: 35px;
        background-color: #555;
    }

        .vrSportM_view_odd_w2 > .headVR > ul {
            width: 100%;
            float: left;
        }

ul.vrSportM_view_odds {
    position: relative;
    padding: 0 260px 0 50px;
    float: left;
    width: 100%;
}

.vrSportM_view_odd_w2 > .headVR ul.vrSportM_view_odds {
    width: 50%;
}

    .vrSportM_view_odd_w2 > .headVR ul.vrSportM_view_odds:last-child {
        background-color: #404040;
    }

ul.vrSportM_view_odds > li {
    float: left;
    line-height: 35px;
    top: 0;
    position: absolute;
    text-align: center;
    width: 65px;
    border-left: 1px solid rgba(64, 64, 64, 0.2);
}


    ul.vrSportM_view_odds > li:nth-child(1) {
        width: 50px;
        left: 0;
    }

    ul.vrSportM_view_odds > li:nth-child(2) {
        width: 100%;
        position: inherit;
        text-align: left;
        padding: 0 0 0 8px;
    }

    ul.vrSportM_view_odds > li:nth-child(6) {
        right: 0;
    }

    ul.vrSportM_view_odds > li:nth-child(5) {
        right: 65px;
    }

    ul.vrSportM_view_odds > li:nth-child(4) {
        right: 130px;
    }

    ul.vrSportM_view_odds > li:nth-child(3) {
        right: 195px;
        border: none;
        opacity: 0.3;
    }

.bodyVR ul.vrSportM_view_odds {
    background-color: #191919;
}

    .bodyVR ul.vrSportM_view_odds:nth-child(even) {
        background-color: #111;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(odd) {
        background-color: #191919;
    }

.bodyVR ul.vrSportM_view_odds {
    width: 50%;
}

    .bodyVR ul.vrSportM_view_odds:nth-child(4) {
        background-color: #191919;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(8) {
        background-color: #191919;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(12) {
        background-color: #191919;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(16) {
        background-color: #191919;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(3) {
        background-color: #111;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(6) {
        background-color: #111;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(7) {
        background-color: #111;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(9) {
        background-color: #191919;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(11) {
        background-color: #111;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(12) {
        background-color: #191919;
    }

    .bodyVR ul.vrSportM_view_odds:nth-child(15) {
        background-color: #111;
    }

.bodyVR {
    border: 1px solid #555;
    float: left;
    width: 100%;
}

    .bodyVR ul.vrSportM_view_odds > li > span {
        display: block;
        cursor: pointer;
    }

    .bodyVR ul.vrSportM_view_odds > li.active > span, .bodyVR ul.vrSportM_view_odds > li:hover > span {
        background-color: #ffc500;
        color: #000;
        border-right: 1px solid #000;
    }

.forandTricastHead {
    width: 100%;
    float: left;
    height: 35px;
    background-color: #555;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.forandTricastbody {
    float: left;
    width: 100%;
    padding: 0 0 0 200px;
    position: relative;
    border: 1px solid #555;
}

.Tricastbody {
    padding: 0 0 0 100px;
}

.forandTricastbody .forandTricastFixedH {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}

.Tricastbody .forandTricastFixedH {
    width: 100px;
}

    .Tricastbody .forandTricastFixedH ul li {
        text-align: center;
        border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    }

.forandTricastbody .forandTricastscrollB {
    float: left;
    width: 100%;
}

.forandTricastbody .forandTricastFixedH ul {
    float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
}

    .forandTricastbody .forandTricastFixedH ul > li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 0 0 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border-left: 1px solid rgba(64, 64, 64, 0.2);
    }

        .forandTricastbody .forandTricastFixedH ul > li:first-child {
            width: 50px;
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 0 0 0;
            text-align: center;
        }

ul.row12 li {
    width: 8.33333%;
}


ul.row11 li {
    width: 9.09090909%;
}

ul.row10 li {
    width: 10%;
}

ul.row9 li {
    width: 11.1111111%;
}

ul.row8 li {
    width: 12.5%;
}

ul.row7 li {
    width: 14.28571428%;
}

ul.row7 li {
    width: 9.09090909%;
}

ul.row6 li {
    width: 16.6666%;
}

ul.row5 li {
    width: 20%;
}

.forandTricastbody .forandTricastscrollB ul {
    float: left;
    width: 100%;
}

    .forandTricastbody .forandTricastscrollB ul > li {
        float: left;
        height: 35px;
        line-height: 35px;
        border-left: 1px solid rgba(64, 64, 64, 0.2);
        text-align: center;
        min-width: 50px;
    }

        .forandTricastbody .forandTricastscrollB ul > li > span {
            transition: 0.5s;
            display: block;
        }

            .forandTricastbody .forandTricastscrollB ul > li > span:hover, .forandTricastbody .forandTricastscrollB ul > li.active > span {
                cursor: pointer;
                background-color: #ffc500;
                color: #000;
            }



    .forandTricastbody .forandTricastscrollB ul:nth-child(odd), .forandTricastbody .forandTricastFixedH ul:nth-child(odd) {
        background-color: #191919;
    }

    .forandTricastbody .forandTricastscrollB ul:first-child, .forandTricastbody .forandTricastFixedH ul:first-child {
        background-color: #0a0b0d;
    }
/*mobile view*/
/*.vrSportW.vrSportMB_view .vrSportM_view_odd_w2 > .headVR ul.vrSportM_view_odds:last-child {
        display:none;
    }

    .vrSportM_view_odd_w2 > .headVR ul.vrSportM_view_odds {
        width:100%;
    }*/

.vrSportMB_view .bodyVR ul.vrSportM_view_odds, .vrSportMB_view .vrSportM_view_odd_w2 > .headVR ul {
    padding: 0 65px 0 50px;
}

    .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li {
        position: initial;
        width: 33.33333%;
    }

        .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(2) {
            width: 100%;
        }

        .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(1) {
            position: absolute;
            width: 50px;
            line-height: 79px;
        }

        .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(3) {
            position: absolute;
            right: 0;
            width: 65px;
            line-height: 79px;
        }

        .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(4), .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(5), .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(6) {
            background-color: rgba(0, 0, 0, 0.2);
        }

            .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(4):before {
                content: "WIN";
                line-height: 20px;
                height: 10px;
                color: #585858;
                float: left;
                width: 100%;
            }

            .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(5):before {
                content: "PLACE";
                line-height: 20px;
                height: 10px;
                color: #585858;
                float: left;
                width: 100%;
            }

            .vrSportMB_view .bodyVR ul.vrSportM_view_odds > li:nth-child(6):before {
                content: "SHOW";
                line-height: 20px;
                height: 10px;
                color: #585858;
                float: left;
                width: 100%;
            }

.vrSportMB_view .vrSportM_view_odd_w .itemW4, .vrSportMB_view .vrSportM_view_odd_w .itemW2, .vrSportMB_view .vrSportM_view_odd_w .itemW3, .vrSportMB_view .vrSportM_view_odd_w .itemW6 {
    width: 100%;
}

.vrSportMB_view .vrSportM_view_odd_w2 > .headVR ul li:nth-child(4), .vrSportMB_view .vrSportM_view_odd_w2 > .headVR ul li:nth-child(5), .vrSportMB_view .vrSportM_view_odd_w2 > .headVR ul li:nth-child(6) {
    display: none;
}

.vrSportMB_view .vrSportM_view_odd_w2 > .headVR ul li:nth-child(3) {
    right: 0;
}


.vrSportMView .vrSportM_view .vrSportM_viewAniW {
    width: 100% !important;
    position: initial;
    float: left;
}

.vrSportM_view_w.vrSportMView {
    padding: 0;
}

.forandTricastbody .forandTricastscrollB {
    overflow: auto;
}

    .forandTricastbody .forandTricastscrollB ul {
        min-width: 600px;
    }

.Tricastbody .forandTricastscrollB {
    overflow: auto;
}

    .Tricastbody .forandTricastscrollB ul {
        min-width: 550px;
    }
/*DINESH 201801011729   #987c1e*/
span.pick.active, li.pick.active {
    background-color: #ffc500;
    color: #000;
}

.soccerAnimation {
    width: 100%;
    height: 100%;
}

    .soccerAnimation iframe, .soccerAnimation .ysecplayer {
        width: 100%;
        height: 507px; /*307px*/
        border: none;
    }

@media only screen and (min-width :1351px) and (max-width : 1500px) {
    .vrSportM_view_odd_w2 > .headVR ul.vrSportM_view_odds, .bodyVR ul.vrSportM_view_odds {
        width: 100%;
    }

        .vrSportM_view_odd_w2 > .headVR ul.vrSportM_view_odds:last-child {
            display: none;
        }
}

@media only screen and (min-width :100px) and (max-width : 850px) {
    .vrSportM_view_odd_w2 > .headVR ul.vrSportM_view_odds, .bodyVR ul.vrSportM_view_odds {
        width: 100%;
    }

        .vrSportM_view_odd_w2 > .headVR ul.vrSportM_view_odds:last-child {
            display: none;
        }

    .screenMessage {
        z-index: 111 !important;
    }

        .screenMessage h2 {
            font-size: 32px !important;
        }
}

@media only screen and (min-width :100px) and (max-width : 1350px) {
    .in_middle_head {
        padding: 0 40px 0 40px;
    }
}


/*DINESH 2018030031602*/
.vrSportM_viewAniexpand {
    width: 99.5% !important;
    height: 100% !important;
    z-index: 1;
    position: absolute;
}

.vspAnimationexpand {
    width: 99% !important;
    height: 90% !important;
    background-color: rgba(0,0,0,0);
}

.svspAnimationexpand {
    width: 99% !important;
    height: 90% !important;
    background-color: rgba(0,0,0,0);
}

.iframeexpand {
    width: 100%;
    height: 100% !important;
}

.setheight100 {
    height: 100%;
}

.viewNative:before {
    background-color: transparent !important;
}



/*201803231627*/
.textAlignCenter {
    text-align: center;
}

.imageTempAnimationImage {
    width: initial;
}

/*201804031047*/
#middleResult {
    right: 0;
    position: absolute;
    top: 0;
    width: 277px;
    background-color: #0f0f0f;
}

.gameAnimation {
    height: 100%;
}

#fullscreen-controls-ysecPlayer {
    visibility: hidden;
}

#ysecPlayer {
    width: inherit !important;
    height: inherit !important;
    position: initial !important;
}

#controls-ysecPlayer {
    z-index: 10 !important;
}


/*201804181607*/
.logintowatchstreaming {
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: large;
    opacity: 0.9;
    color: #ffc500;
    background-color: #090909;
    width: 100%;
}

.logintowatchstreamed {
    height: 40px !important;
    line-height: 40px !important;
}
/*201804211321*/
.unSelectable {
    pointer-events: none;
}

/*screenMessage 201805031529*/
.screenMessage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    left: 0;
    top: 0;
    z-index: 111;
    overflow: auto;
}

    .screenMessage h2 {
        font-size: 52px;
        text-align: center;
        color: #ff0000;
        position: absolute;
        width: 100%;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        opacity: 0.8;
    }


.resultDatew > .result_Draw_date > input {
    background-color: #191919;
    border: 1px solid #2b2b2b;
    width: 49%;
    height: 38px;
    float: left;
    color: #fff;
    padding: 0 0 0 15px;
    font-size: 12px;
    margin-left: 2px;
    border-radius: 2px;
}

.resultDatew > .result_Draw_date {
    border-radius: 2px;
    height: 38px;
    width: 240px;
    margin: 13px 5px;
    color: #fff;
    position: relative;
    float: left;
}

    .resultDatew > .result_Draw_date > .fa-search {
        width: 35px;
        height: 39px;
        border-radius: 2px;
        margin: 0 5px;
        line-height: 35px;
        color: #fff;
        text-align: center;
        background-color: #009688;
        border: 1px solid #009688;
        cursor: pointer;
        position: absolute;
        left: 98%;
        top: 0px;
    }

    .resultDatew > .result_Draw_date > .fa-print {
        width: 35px;
        height: 39px;
        border-radius: 2px;
        margin: 0 5px;
        line-height: 35px;
        color: #fff;
        text-align: center;
        background-color: #009688;
        border: 1px solid #009688;
        cursor: pointer;
        position: absolute;
        right: -33%;
        top: 0px;
    }

.resultDatew .result_draw_head {
    line-height: 35px;
    float: left;
    background-color: #909090;
    padding: 0px 15px;
    width: 100%;
}

    .resultDatew .result_draw_head span {
        line-height: 34px;
        font-size: 16px;
        height: 34px;
        background: none;
        color: #fff !important;
        font-weight: bold;
    }
/*201805101247*/
.ticket_popup {
    z-index: 10000 !important;
}

.inlineBlock {
    display: inline-block !important;
}

.PrintSlipDet {
    padding: 9px;
    background-color: #cc5400;
    width: 110px;
    font-size: 1vw;
    line-height: 18px;
    margin: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    color: #fff;
}

.MsgPop_OK {
    margin: auto;
    display: block;
}

.err_msg {
    float: right;
    padding-top: 2px;
    color: #cc5400;
}

@media only screen and (max-width: 768px) and (min-width: 180px) {
    .sicbobetslip.slip_Details_w {
        padding: 25px 10px !important;
    }

    .sicbobetslip .popup_h h3 {
        padding: 0 0 0 15px !important;
    }

    .modal .modal-lg {
        max-width: 100%;
    }
}


.slip_Details_w table:first-child {
    margin-bottom: 5px;
}

.pdf_prnt_btn {
    width: 80px;
    background: #00695f;
    margin-top: 5px;
    padding: 5px;
    border-radius: 2px;
    color: white;
    display: inline-block;
}

    .pdf_prnt_btn span {
        margin-right: 5px;
    }

.slip_Details_w {
    margin: 0 auto;
    display: inline-block;
}

.soccer_prnt_bttn .fa-print {
    top: -22px;
}

.keypadW {
    position: fixed !important;
    right: 280px !important;
}

.uib-datepicker-popup.dropdown-menu {
    top: 40px !important;
    left: 8px !important;
}


/*20180517*/

.frmMatchResultByDate {
    margin: 5px;
}

    .frmMatchResultByDate .pageHeader {
        margin-left: 3px;
    }

.resultBetDefinition {
    padding: 4px;
    background-color: #656565;
    color: white;
}

.matchResultByDate {
    min-width: 300px;
    width: 100%;
    overflow: scroll;
    height: 100%;
    max-height: 200px;
    padding: 1px;
    margin-bottom: 5px;
}

    .matchResultByDate th {
        color: #ff6a00;
        text-align: center;
    }
    /*.matchResultByDate::-webkit-scrollbar {
            width: 20px;
            background: red;
        }*/
    .matchResultByDate::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        scrollbar-base-color: #ff6347;
    }

    .matchResultByDate::-webkit-scrollbar-track {
        background: white;
    }

    .matchResultByDate table {
        width: 1500px;
        border-collapse: collapse;
    }

.result_prnt_cancel-btn {
    margin: 1px auto;
    width: 100%;
    text-align: center;
}



.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(-50%,0);
    top: 10%;
    left: 50%;
    position: absolute;
}

.modal-open .modal {
    overflow-x: auto;
    overflow-y: auto;
}

.modal-content {
    min-width: 300px;
}

.modal-dialog {
    padding: 5px;
    margin: 0;
}

.modal-content .popup_w {
    position: initial;
    margin: 0;
    padding: 0;
}

.modal-open .vsProgressbar {
    display: none !important;
}

@media only screen and (min-height :150px) and (max-height : 600px) {
    .modal.in .modal-dialog {
        transform: translate(-50%,0) !important;
        top: 5% !important;
        left: 50% !important;
    }
}

/*201805211106*/
.selectedMatchResultDetails_w {
    margin: 0 auto;
    display: inline-block;
}

    .selectedMatchResultDetails_w table {
        border-collapse: collapse;
        margin-bottom: 5px;
    }

        .selectedMatchResultDetails_w table th {
            color: #b34a00;
        }

    .selectedMatchResultDetails_w img {
        height: 100%;
    }

    .selectedMatchResultDetails_w .tblHeaderTop {
        color: #883a03;
    }

.printbt_D {
    width: 160px;
    position: absolute;
    right: -73px;
    top: 38px;
    background-color: #191919;
    z-index: 1;
    border: 1px solid #2b2b2b;
    display: none;
}

    .printbt_D span {
        display: block;
        text-align: left;
        padding: 5px;
        border-bottom: 1px solid #2b2b2b;
        cursor: pointer;
        font-size: medium;
    }

        .printbt_D span:hover {
            background-color: #2b2b2b;
            font-weight: bold;
        }

    .selectedDateResultPrint:hover + .printbt_D, .selectedDateResultPrint:active + .printbt_D, .selectedDateResultPrint:focus + .printbt_D, .printbt_D:hover {
        display: block;
    }

/*201805221056*/
.frmPrimeMatchResult {
    width: 100%;
    margin: 5px;
}

.primeMatchResult {
    width: 98%;
    border: 1px solid;
}

    .allMatchResult tbody, .primeMatchResult tbody {
        display: block;
        height: 250px;
        overflow: auto;
    }

        .allMatchResult thead, .allMatchResult tbody tr, .primeMatchResult thead, .primeMatchResult tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed; /* even columns width , fix width of table too*/
        }

    .allMatchResult thead, .primeMatchResult thead {
        width: calc( 100% - 0.4em ) /* scrollbar is average 1em/16px width, remove it from thead width */
    }

    .primeMatchResult table {
        width: 100%;
        border-collapse: collapse;
    }

    .allMatchResult td, .allMatchResult th, .primeMatchResult td, .primeMatchResult th {
        word-break: break-word;
        text-align: center;
    }

    .allMatchResult th, .primeMatchResult th {
        color: #b34a00;
    }

.allMatchResult {
    width: 570px;
    overflow: auto;
    display: inline-block;
    border: 1px solid;
}

    .allMatchResult table {
        width: 900px !important;
        border-collapse: collapse;
    }


/*FireFox Browser Only*/
@-moz-document url-prefix() {
    .allMatchResult thead, .primeMatchResult thead {
        width: calc( 100% - 1.9em ) /* scrollbar is average 1em/16px width, remove it from thead width */
    }

    .scrollStyle::-moz-scrollbar {
        width: 1px;
    }
}
/*IE 10+ Browser Only*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .allMatchResult thead, .primeMatchResult thead {
        width: calc( 100% - 1.3em ) /* scrollbar is average 1em/16px width, remove it from thead width */
    }

    .vrSportM_view .vrSportM_viewAniW .vrSportM_view .vrSportM_viewAniW {
        position: static !important;
    }
}
/*IE Edge Browser Only*/
@supports (-ms-ime-align:auto) {
    .allMatchResult thead, .primeMatchResult thead {
        width: calc( 100% - 1.3em ) /* scrollbar is average 1em/16px width, remove it from thead width */
    }
}

/*201805231557*/
.vR_print_close_btn {
    width: 70%;
    float: left;
    position: absolute;
    bottom: 0;
}

.vR_Slip_w {
    position: relative;
}

/*201806211227*/
.Sprint:before {
    background-position: -124px -33px;
    width: 31px;
    height: 29px;
}

/*201808031231 - Changed by DK*/
.vrSportW .liveviewIcon {
    float: right;
    padding: 0;
}

.fa.liveviewIcon:before {
    content: "\f144";
    font-size: 18px;
}

.live-stream .fa-circle {
    color: #00da00;
    display: contents !important;
}

.EnablePointer {
    cursor: pointer;
}

.isLive {
    background-color: transparent;
    color: #f9f0f0;
    z-index: 1;
    padding: 0 5px;
    bottom: 0;
    left: 0;
}

.vrSportMView .vsptimerH > .live-stream {
    position: absolute;
    bottom: 2px;
    z-index: 117;
    background-color: #e01212;
    border-radius: 2px;
    left: 1px !important;
    width: 53px !important;
}

.L_st_iframe {
    position: relative;
}

.vsMatchTimer {
    width: 110px;
    height: 110px;
    font-size: 23px;
}

.vsMatchTimerText {
    line-height: 110px;
}


.in_left_aside .asideHead {
    padding: 0 34px 0 8px !important;
}

.playICon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translate(0,0);
    transition: 1s;
}

    .playICon i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-size: 34px;
        border: 2px solid #ffc500;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 37px;
        color: rgb(255, 105, 0);
        background-color: #212121;
    }

    .playICon:hover {
        background-color: rgba(0,0,0,0.7);
        cursor: pointer;
    }

        .playICon:hover i {
            color: rgb(255, 73, 0);
        }

.vrSportW .liveviewIcon:before {
    animation: blinkingIcon 0.8s infinite;
    background-color: #056505;
}

.vrSportW .liveviewIcon.active:before {
    animation: initial;
    color: #ffc500;
    background-color: #e01212;
}

.fa.liveviewIcon.active:before {
    content: "\f28e";
    font-size: 18px;
}

@keyframes blinkingIcon {
    0% {
        color: #ffc500;
    }

    49% {
        color: #555;
    }

    50% {
        color: #555;
    }

    75% {
        color: #ffc500;
    }

    100% {
        color: #ffc500;
    }
}

#exclamationSign-ysecPlayer {
    display: none !important;
}

/*201809281720*/
.deactive {
    position: relative;
    border-bottom: 1px solid #252525;
}

.removeAll {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: 7%;
    top: 50%;
    background-color: #111111;
    padding: 5px;
    border-radius: 2px;
    z-index: 5;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.enableRemoveAll {
    width: 93%;
    background-color: rgba(162, 35, 38,0.9) !important;
    cursor: pointer;
}

.deactive .enableRemoveAll {
    position: absolute;
    padding: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

    .deactive .enableRemoveAll label {
        position: absolute;
        padding: 5px;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }


/*Result No Record's Found and Loading Modification 201901311019*/
.isLoadingActive > .notFound {
    display: none;
}

.resultLoading {
    display: none;
}

.isLoadingActive > .resultLoading {
    display: block;
}

.colorDarksLateGrey {
    color: darkslategrey;
}

/**Notes*/
/*
    201903191206
    Popup Design fixed with middle center of screen


*/
