﻿html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    background: url(../images/body_bg.jpg) no-repeat top center #000;
    background-attachment: fixed;
}

a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

    a:visited, a:link {
        text-decoration: none;
    }


nav, menu, ul, ol, dl, li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.display_none {
    display: none!important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.mb-none {
    margin-bottom: 0 !important;
}

.pb-none {
    padding-bottom: 0 !important;
}

.red {
    color: #ff0000;
}

.blue {
    color: #022352;
}

.blue-cyan{
    color: #0177d2;

}

.yellow {
    color: #dbbc11;
}

.wrapper {
    width: 1027px;
    min-height: 100%;
    margin: 0 auto 60px auto;
    padding: 0;    
    position: relative;
    background:#fff;
}

/*================= Top Style ========================*/

#TopMsg {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    background-color: #30626f;
    text-align: left;
    margin-bottom:10px;
}

.new_time {    
    font: 100 10px/35px Tahoma;
    color: #fff;
    padding-right: 10px;
    float: left;
    line-height: 35px;
    padding: 0px 10px;
}

#msg {
    float: left;
    width: 390px;
    line-height: 35px;
    margin: 0;
    font: 100 11px/35px Tahoma;
}

.pointer {
    width: 310px!important;
}

#msg_L {
    background: url(../img/content_bg.gif) 0 -127px;
    width: 16px;
    height: 28px;
    float: left;
    display: block;
}

#msg_R {
    background: #2e606d;
    border: 1px solid #416e7b;
    display: block;
    cursor: pointer;
    color: #fff;
    font: 100 10px/10px Tahoma;
    text-align: center;
    line-height: 20px;
    border-radius: 0 2px 2px 0;
}

    #msg_R:hover {
        background-position: 0 -387px;
        cursor: pointer;
        color: #FFFF00;
    }

#msg_C {
    font: normal 11px/28px Tahoma;
    color: #000;
    width: 450px;
    background: #B6DDFC;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    margin: 1px 0 0 0;
}

#msg_Per {
    width: 97px;
    margin: 0 0 0 4px;
    padding: 0;
    height: 28px;
    float: left;
    background: url(../img/content_bg.gif) -80px -127px;
    font: normal 11px/28px Tahoma;
    text-align: center;
}

    #msg_Per a {
        color: #fff;
    }

        #msg_Per a:hover {
            color: #FFFF00;
        }

.show-msgicon {
    display: inline-block!important;
}

.person-msg-icon {
    display: none;
    min-width: 10px;
    padding: 1px 2px;
    font-size: 8px;
    font-weight: 100;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #c30c0c;
    border-radius: 5px;
    position: relative;
    top: -5px;
    cursor: pointer;
}

#lblmsg {
    float: left;
    color: #fff;
    line-height: 35px;
    padding: 0 5px 0 5px;    
}

.nav_2 {
    line-height: 20px;
    color: #bbb;
    float: right;
    text-align: left;
}

.Msgnav {
    margin: 6px 13px 0 7px;
    line-height: 20px;
    color: #bbb;
    float: right;
    text-align: left;
}

    .Msgnav a {
        background: #fff;
        border-radius: 2px;
        border: 1px solid #424242;
        color: #000;
        padding: 2px 7px;
        font: 500 12px arial;
    }

        .Msgnav a:hover {
            background: #9ee3f5;
        }

.search-team {
            display: inline-block;
            position: relative;
            height: 20px;
            width: 126px;
            padding: 0;
            border-radius: 2px;
            line-height: normal;
            margin-right: 4px;
        }

            .search-team input {
                padding: 3px 6px;
                width: 88px;
                border: 0 none;
                font-size: 12px;
                border-radius: 2px 0 0 2px;
            }

        .es-ES .search-team, .pt-PT .search-team {
            width: 112px;
        }

            .es-ES .search-team input, .pt-PT .search-team input {
                width: 75px;
            }

        .search-team input:focus {
            border-color: #66AFE9;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
            outline: 0 none;
        }

        .search-team .btn-search {
            position: absolute;
            display: inline-block;
            height: 18px;
            width: 25px;
            top: 0;
            right: 0;
            padding: 0;
            border-radius: 0 2px 2px 0;
            border: 1px solid #b5c3ce;
            background: url(../images/icon-search.png) no-repeat #b9bcbf;
            background-position: 0 -3px;
            cursor: pointer;
        }

            .search-team .btn-search:hover {
                background-color: #66c9e2;
            }

.ico_new {
    width: 24px;
    height: 14px;
    background: url(/App_Themes/Resources/Images/new_msg.gif) no-repeat 2px 0;
    display: inline-block;
}

/*================= Top Style End ========================*/


/*==== LEFT STYLE ====*/

#aside_left {
    width: 220px;
    height:  calc(100% - 45px);
    margin: 0;
    float: left;
    background: #fff;
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.al_width {
    width: 98%;
    margin-left: 2px;
}

.UserInfo {
    background: #30626f;
    /*background: -webkit-linear-gradient(#353535, #1d1c1c);
    background: -moz-linear-gradient(#353535, #1d1c1c);
    background: linear-gradient(#353535, #1d1c1c);*/
    padding: 7px;
    font-size: 13px;
    font-weight: 100;
    line-height: 22px;
    color: #fff;
    border: 1px solid #11718a;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

    /*.UserInfo input {
        float: right;
        background: url(../img/main/bg2014.png) no-repeat scroll -96px -396px rgba(255, 255, 255, 0.5);
        width: 16px;
        height: 16px;
        font: normal 11px/18px Arial;
        border: 0px solid #8194b7;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: 3px 0 0 0;
        padding: 0;
        cursor: pointer;
        color: #19406a;
        text-indent: 40px;
        outline: none;
    }

        .UserInfo input:hover {
            background-position: -81px -396px;
            color: #fff;
        }*/

    .UserInfo .refreshbtn {
        float: right;
        background: #70b1c1;
        width: 16px;
        height: 16px;
        text-align: center;
        font: normal 11px/16px Arial;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: 1px 0 0 0;
        padding: 1px;
        cursor: pointer;
        color: #eeeeee;
        outline: none;
    }

        .UserInfo .refreshbtn:hover {
            background: #27a0bf;
            color: #fff;
        }

    .UserInfo .hideIcon, .UserInfo .showIcon {
        margin-top: 1px;
        background: #70b1c1;
        float: right;
        width: 16px;
        height: 16px;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        font: 700 18px/16px Arial;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 1px;
        cursor: pointer;
        color: #eeeeee;
        outline: none;
    }

        .UserInfo .hideIcon:hover, .UserInfo .showIcon:hover {
            background: #27a0bf;
            color: #fff;
        }

.UserInfo2 {
    border: 1px solid #11718a;
    border-top: 0;
    background: rgba(255, 255, 255, 0.05);
}

    .UserInfo2 table {
        border-collapse: collapse;
        width: 100%;
    }

        .UserInfo2 table th {
            background: #e2ecef;
            border-bottom: 1px solid #b1b1b1;
            padding-left: 7px;
            text-align: left;
            font: normal 13px/24px Arial, "Microsoft Yahei", Helvetica, sans-serif;
            color: #000;
        }

        .UserInfo2 table td.b {
            font-size: 13px;
        }

        .UserInfo2 table td {
            border-bottom: 1px solid #b1b1b1;
            padding-left: 10px;
            color: #ff8300;
            font-size: 14px;
            line-height: 24px;
            font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
        }
        
.bet-credit {
    color: #ffa700;
    font-weight: bold;
}

.PlaceBetLeft {
    border: 1px solid #11718a;
    background: #fff;
    margin: 10px 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #000;
    font-size: 12px;
}

    .PlaceBetLeft h1 {
        margin: 0;
        color: #fff;
        padding: 7px;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
        background: #e2ecef;
        border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-bottom: 1px solid #b1b1b1;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .PlaceBetLeft table {
        width: 100%;
    }

.PlaceBetLeft_h1 {
    margin: 0;
    padding: 3px 0px 3px 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.PlaceBetLeft_2 {
    padding: 2px 10px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
}

.PlaceBetLeft_3 {
    background: #fff;
    padding: 2px 0 2px 10px;
    line-height: 18px;
    text-align: left;
    font-size: 12px;
    color: #000;
}

.PlaceBetLeft_4 {
    padding: 7px 0 3px;
    text-align: center;
    line-height: 24px;
}

    .PlaceBetLeft_4 b {
        color: #c2c2c2;
    }

    .PlaceBetLeft_4 input {
        font-size: 14px;        
        line-height: 24px;
        padding: 3px 5px;
        text-align: left;
        background: #d4d4d4;
        color: #151515;
        border: 0 none;
        outline: none;
    }

        .PlaceBetLeft_4 input#tx_stake_parlay {
            font-size: 12px;
            width: 50px;
            padding: 0 2px;
            text-align: right;
        }

.PlaceBetLeft_5 th {
    /*width: 70px;*/
    font-weight: normal;
    padding: 2px 0 2px 10px;    
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #868585;    
}

.PlaceBetLeft_5 td {
    padding: 2px 10px 2px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #424242;
    font-weight: normal;
}

    .PlaceBetLeft_5 td b {
        font-weight: 100;
    }

.PlaceBetLeft_6 {
    padding: 7px 0 0;
    background: #e2ecef;
}

.PlaveBet_white {
    color: #116fb7;
    font-size: 13px;
    text-decoration: none;
}

.PlaceBetLeft_7 th {
    width: 70px;
    background-color: #b7d6ff;
    border-bottom: #9ec3d2 1px solid;
    padding: 0 0 0 5px;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
}

.PlaceBetLeft_7 td {
    padding: 0 0 0 3px;
    background-color: #d7e7fc;
    border-bottom: #9ec3d2 1px solid;
    text-align: left;
    font-size: 11px;
}

.oddsbox {
    background: #e2ecef;
}

.oddsbox ul {
    padding:2px 10px;    
}

.oddsbox li {
    margin: 2px 0;
}

    .oddsbox li .text-right {
        float: right;
    }

.bet-btngroup {
    background: #fff;
    padding: 5px 10px;
}

    .bet-btngroup .btn-group {
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

.btn-group .btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;    
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-group .btn-broen {
    width: 28.5%;
    color: #fff;
    background-color: #30626f;
    border: 0;
    margin: 6px 3px;
    border-radius: 4px;
}

    .btn-group .btn-broen:not(.btn-black):hover, .btn-group .btn-broen:not(.btn-black):focus, .btn-group .btn-broen:not(.btn-black):active {
        color: #fff;
        background-color: #70b1c1;
        border: 0;
        outline: none;
        cursor: pointer;
    }

.btn-group .btn-black {
    background-color: #caced2;
    color: #fff;
}

.Oddsbox_left {
    width: 70%;
    float: left;
    margin: 10px 0;
    color: #c2c2c2;
}

    .Oddsbox_left span {
        padding: 0 10px;
        line-height: 24px;
    }

.Oddsbox_right {
    width: 30%;
    float: right;
    margin: 10px 0;
}

    .Oddsbox_right span {
        width: 80%;
        line-height: 24px;
        font-size: 18px;
        padding: 3px;
        font-weight: bold;
        margin: 10px auto;
        color: #cb0000;
        display: block;
        background: rgba(0,0,0,0.5);
        text-align: center;
    }

.BetChoice {
    color: #BB1313;
    margin-right: 10px;
}

.Disin {
    display: inline;
}

.btnbet {
    min-width: 90%;
    margin: 5px;
    background-color: #30626f;
    border: 0px solid #275387;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

#btnCancel.btnbet {
    background-color: #9e9e9e;
    border: 0px solid #275387;
    color: #fff;
}

    .btnbet:hover, .btnbet:focus, #btnCancel.btnbet:hover, #btnCancel.btnbet:focus {
        background-color: #70b1c1;
        border: 0px solid #D1591F;
        color: #fff;
    }

.fs {
    color: #323232;
    padding: 5px;
    display: block;
}

.table-limit {
    background: #1e1e1e;
    border: 0 none;
    color: #c2c2c2;
    padding: 0 10px 7px;
}

.minibetlist {
    border: 1px solid #11718a;
    background: #fff;
    margin: 10px 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.BetBill {
    margin: 0;
        color: #fff;
        padding: 7px;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
        background: #30626f;
        border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;        
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
}

.BetBill2 {
    display: none;
}

    .BetBill2 ul {
        margin: 4px 3px 3px;
        padding: 0;
    }

    .BetBill2 li {
        padding: 0 3px;
        clear: both;
        word-break: break-all;
        word-wrap: break-word;
        font-size: 10px;
        line-height: 15px;
    }

    .BetBill2 ul.betlistRow0, .BetBill2 ul.betlistRow1 {
        padding: 3px;
    }

    /*.BetBill2 li.list-group-item a{
        color:#0066ff;
    }

        .BetBill2 li.list-group-mixdate {
            border-top: 1px solid #aaa;
            display: block;
        }*/

    .BetBill2 h1 {
        font: 100 10px Arial, "Microsoft Yahei", Helvetica, sans-serif;
        padding: 0 3px;
        margin: 0;
        margin-bottom: 3px;
    }

    .BetBill2 u {
        font-weight: 700;
        text-decoration: none;
    }

.badge {
    float: right;
}

.title {
    display: inline-block;
    width: 65px;
    text-align: right;
    padding-right: 4px;
}

.BetMix {
    border-top: 1px solid #aaa;
    font: bold 10px Arial, "Microsoft Yahei", Helvetica, sans-serif;
    text-align: right;
    margin: 2px;
}

.BetBill2 h1 img {
    vertical-align: top;
    cursor: pointer;
    padding: 0 2px;
    height: 15px;
}

.bgdanger {
    background: url(../img/main/blink3.gif);    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 4px 3px 3px;
    padding: 3px;
}

.bgdanger li a {
    color:#0066ff;
}

.bg-gif {
    background: url(../img/main/blink3.gif);
    border-radius: 2px;
}

.bgreject {
    background: transparent url(../img/resources/img/reject_all.gif) no-repeat right 6%;
}

#bet_list .bgreject:hover {
    background: #f5f1d6 url("../img/resources/img/reject_all.gif") no-repeat scroll right 6%;
    z-index: 999;
}

.txreject {
    text-decoration: line-through;
}

.BetBill3 {
    width: 100%;
    height: 24px;
    color: #fff;
    background: #70b1c1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

    .BetBill3 span {
        width: 49%;
        font-weight: 700;
        display: block;
        float: left;
        line-height: 24px;
        text-align: center;
        cursor: pointer;
    }

    .BetBill3 span:hover {
        color:#f3453b;        
    }

.BetBill_c {
    background: #e7e8e8!important;
    color: #ff8300;
    border: 1px solid #fff;
    border-bottom: 0;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;    
}

.float_R {
    float: right;
}

.betlistRow0 {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #9a9a9a;
    -webkit-border-radius: 3px;
    margin: 4px 3px 3px; 
}

.betlistRow1 {
    background-color: #d8e3f1;
    border: 1px solid #cbd7e6;
    -webkit-border-radius: 3px;
    margin: 4px 3px 3px; 
}

#mb_items_right div.betlistRow0 li a,#mb_items_right div.betlistRow1 li a {
    color: #0066ff;
}

.betlisttr2 {
    font-weight: 700;
}

.betlisttr3 span.red {
    color: #022352;
}

.betlisttr3 span.blue {
    color: #022352;
}

.BetBill2 span b.red {
    color: #B50000;
}

.BetBill2 span b.blue {
    color: #B50000;
}

.BetBill2 span b.black {
    color: #B50000;
}

#bet_list div {
    padding-bottom: 1px;
}

#bet_list ul:hover {
    background: #f5f1d5;
}

#bet_list div.bgreject ul:hover {
    background: transparent;
}

/*=======================tradeIn===================*/
.tradIn {
    font-weight: bold;
    line-height: 18px;
}

.tradIn-price {
    border-top: 1px solid #a8a8a8;
    margin-top: 2px;
    text-align: center;
}

.tradIn-info {
    float: right;
    margin: 3px 2px 2px;
    background-image: url(../images/ico-info-12.png);
    width: 12px;
    height: 12px;
    cursor: pointer;
    transition: .2s;
}

    .tradIn-info:hover {
        background-image: url(../images/ico-info-13.png);
    }


label.price {
    float: right;
    margin: 0 4px;
}

.tradIn .highlight {
    padding: 5px;
    margin: 3px 0;
    background: #FCF8E3;
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #CE8483;
    outline: 0 none;
}

.tradIn label {
    white-space: nowrap;
}

.tradIn-sell input {
    margin: -5px 5px 5px;
    background: #9c0808;
    border: 0 none;
    border-radius: 3px;
    outline: none;
    color: #fff;
    padding: 2px 5px;
    vertical-align: middle;
    cursor: pointer;
    transition: .2s;
}

    .tradIn-sell input:hover {
        background: #c60c0c;
    }

.tradIn-sell {
    padding: 0 2px;
    margin: 2px 0;
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    box-shadow: 0 1px 1px #cccccc,0 0 3px #bbbbbb;
}

    .tradIn-sell.highlight .label {
        color: #333;
    }


    .tradIn-sell label {
        color: green;
        margin: 0 3px;
    }

.sellReturn {
    color: green;
    margin-left: 3px;
}

.sellStatus {
    color: green;
}

.fright {
    float: right;
}

.tradIn-return {
    padding: 2px 0;
}

.sell-input {
    width: 68px;
    height: 12px;
    font-size: 12px;
    padding: 2px;
}

.absolute-r-40 {
    position: absolute;
    right: 42px;
}

.ja-JP .tradIn-confirm .sellStatus {
    font-size: 8px;
}

.ja-JP .tradIn-confirm .btn {
    margin: 0;
    font-size: 9px;
    padding: 0;
}
/*.ja-JP .BetList dt{ font-size: 8px;}*/

/*==== LEFT END ====*/

/*==== RIGHT STYLE ====*/

#container {
    width: 807px;
    height:  calc(100% - 45px);
    margin: 0;
    position: absolute;
    left: 220px;
    float: right;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
}

.datestyle {
    width: 100%;
    height: 45px;
    background: #30626f;
    /*background: -webkit-linear-gradient(#c70c0c, #9a0909);
    background: -moz-linear-gradient(#c70c0c, #9a0909);
    background: linear-gradient(#c70c0c, #9a0909);*/
}

    .datestyle ul li {
        width: 12.5%;
        height: 45px;
        float: left;
        cursor: pointer;
        background: url(../images/nav-line.png) no-repeat center right;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .datestyle ul li:hover {
            background: #053844;
        }

        .datestyle ul li:last-child {
            background: transparent;
        }

    .datestyle li:last-child span {
        line-height: 15px;
    }

    .datestyle ul li:last-child:hover {
        background: #053844;
    }

    .datestyle a {
        display: block;        
        font-size: 0.8em;
        width: 100%;
        padding: 15px 0;
    }

        .datestyle a span {
            display: block;
            width: 100%;
            line-height: 0px;
            text-align: center;
        }

.current {
    width: 100%;
    padding: 15px;
    background: url(../images/date-current-icon.png) no-repeat bottom center #053844;
}

.main_section {
    margin: 10px 0 0;
    padding: 10px;
    border: 0;
    outline: 0;
    /*background: transparent;*/
    background: #e2ecef;
}


/*==== Hgroup Style ====*/

.hgroup {
    position: relative;
    clear: both;
    /*overflow: hidden;
    margin: 5px 10px;*/
    transition: .2s;
}

    .hgroup .esport_ico {
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
    }

    .hgroup h1 {
        display: inline-block;
        font-size: 22px;
        vertical-align: middle;
        color: #30626f;
    }

.date-filter {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
}

.sort-by-label {
    padding-top: 10px;
    padding-right: 5px;
    color: #000;
}

.date-filter a {
    min-width: 60px;
    color: #eee;
    margin: 0 1px;
    padding: 8px 10px;
    text-align: center;
    /*border-top: 1px solid #7b7b7b;*/
    background: #b1b1b1;
    /*background: -webkit-linear-gradient(#353535, #1d1c1c);
    background: -moz-linear-gradient(#353535, #1d1c1c);
    background: linear-gradient(#353535, #1d1c1c);*/
    transition: .2s;
}

    .date-filter a.time {
        border-radius: 3px 0 0 3px;
    }

    .date-filter a.outright {
        border-radius: 0 3px 3px 0;
    }

    .date-filter a.active, .date-filter a:hover {
        color: #fff;
        border-top-color: #041d31;
        background: #30626f;
    }

    
        .actions span ul {
            -webkit-margin-before: 0px;
            -webkit-margin-after: 0px;
        }

        .actions ul {
            background-color: #e9f4ff;
            border: 1px solid #d0e0f3;
            box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
            -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
            -moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
            overflow: hidden;
            position: absolute;
            top: -9999px;
            z-index: 995;
            padding: 4px 8px 4px 4px;
        }

        .actions span:hover ul.subs {
            left: 0;
            top: 27px;
            width: 116px;
            -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -o-transform: scaleY(1);
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .actions ul li {
            background: none;
            width: 100%;
        }

        .actions li a {
            padding: 0px 6px;
        }

        .actions li a {
            color: #19406a;
            line-height: 28px;
            display: block;
            float: left;
            height: 28px;
            padding: 0px 10px;
            position: relative;
            text-decoration: none;
        }


.hgroup .actions {
    position: absolute;
    right: 0;
    top: 8px;
}

    .hgroup .actions span {
        min-width: 33px;
        height: 32px;
        color: #eee;
        margin-left: 5px;
        border: 0 none;
        border-radius: 3px;
       /* border-top: 1px solid #7b7b7b;*/
        background: #b1b1b1;
        cursor: pointer;
        transition: .2s;
        display: inline-block;
        text-align: center;
        line-height: 33px;
    }

        .hgroup .actions span:active, .hgroup .actions span:hover {
            color: #fff;
            border-top-color: #041d31;
            background: #30626f;
        }

        .hgroup .actions span a.hsubs {
            font-size: 14px;
        }

        .hgroup .actions span:hover ul.subs {
            left: -45px;
            top: 33px;
            width: 116px;
            -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -o-transform: scaleY(1);
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            font-size: 13px;
            border: 1px solid rgba(200, 200, 200, 0.2);
            background: #b1b1b1;
            overflow: hidden;
            z-index: 99999;
        }

        .hgroup .actions span li {
            height: 30px;
            line-height: 30px;            
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-right: 5px;
        }

            .hgroup .actions span li:hover {
                background: #30626f;
                cursor: pointer;
            }

            .hgroup .actions span li a {            
            color: #fff!important;            
        }


        .hgroup .actions span i.fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

/*==== Hgroup Style End ====*/

/*================= Match_time Style ======================*/


.match_time {
    font-weight: 400;
    margin-top: 15px;
    padding-bottom: 20px;
}

.match_box {
    background: #090909;
}

    .match_box table {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #292929;
        border-collapse: separate;
    }

.tbl_list .table-tr {
    background: #202020;
    font-size: 13px;
    transition: .2s;
}

    .tbl_list .table-tr:hover {
        background: #292929;
    }

.tbl_list thead th {
    height: 20px;
    color: #888;
    font-weight: 100;
    font-size: 14px;
}

    .tbl_list thead th.event {
        text-align: left;
        padding-left: 13px;
        color: #fff;
        font-size: 14px;
        transition: .2s;
    }

        .tbl_list thead th.event:hover {
            color: #888;
        }

    .tbl_list thead th .favorite {
        overflow: hidden;
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 0;
        border: 0 none;
        background: url(../images/favorite.png) no-repeat 0 0;
        transition: .2s;
        text-indent: -9999px;
        outline: none;
    }

        .tbl_list thead th .favorite:hover, .tbl_list thead th .favorite:focus {
            background-position: 0 -16px;
            cursor: pointer;
        }


.tbl_list tbody th {
    position: relative;
    /*height: 44px;*/
    padding: 0 10px 0 10px;
    border-bottom: 1px solid #0f0f0f;
    border-right: 1px solid #0f0f0f;
    font-weight: 400;
    text-align: left;
    font-family: 'verdana';
    font-size: 10px;
}

    .tbl_list tbody th:first-child {
        border-left: 1px solid #0f0f0f;
    }

.tbl_list .cal-time {
    padding: 0 5px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .tbl_list .cal-time span {
        display: inline-block;
    }

.tbl_list .match-name-link {
    font-size: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: .2s;
}

    .tbl_list .match-name-link b {
        flex-grow: 1;
    }

.tbl_list a.match-name-link:hover {
    color: #777;
    text-decoration: none;
}

.match-icon-link {
    position: absolute;
    right: 5px;
    top: 6px;
}

    .match-icon-link .box_icon {
        display: inline-block;
        margin-bottom: 2px;
        /*color: #d4baba!important;*/
        font-size: 10px;
        transition: .2s;
        vertical-align: middle;
        cursor: pointer;
    }

        .match-icon-link .box_icon.tvon i.fa {
            color: #1a93b3;
            font-size: 16px;
            transition: .2s;
        }

        .match-icon-link .box_icon.tvon i.fa:hover {
            color: #ff8f00;            
        }

        .match-icon-link .box_icon.tvoff i.fa {
            color: #aaa;
            font-size: 16px;
            transition: .2s;
        }

    .match-icon-link .live_text {
        border: 1px solid #9c0909;
        padding: 0px 5px;
        line-height: 14px;
        color: #9c0909;
        font-style: italic;
        cursor: pointer;
    }

        .match-icon-link .live_text:hover {
            border: 1px solid #c40c0c;
            color: #ff0000;
        }

    .match-icon-link .tv_icon {
        width: 20px;
        height: 20px;
        background: url(../images/tv-ico.png) no-repeat center center;
        background-size: cover;
        cursor: pointer;
    }

        .match-icon-link .tv_icon:hover {
            background: url(../images/tv-icoh.png) no-repeat center center;
            background-size: cover;
        }

    .match-icon-link .tv_icon_off {
        width: 20px;
        height: 20px;
        background: url(../images/tv-icooff.png) no-repeat center center;
        background-size: cover;
    }

    .match-icon-link .livestatics_icon {
        width: 20px;
        height: 20px;
        background: url(../images/livestatics-ico.png) no-repeat center center;
        background-size: cover;
        cursor: pointer;
    }

        .match-icon-link .livestatics_icon:hover {
            background: url(../images/livestatics-icoh.png) no-repeat center center;
            background-size: cover;
        }

    .match-icon-link img {
        width: 20px;
    }

.tbl_list tbody td {
    position: relative;
    /*height: 44px;*/
    padding: 0;
    border-bottom: 1px solid #0f0f0f;
    border-right: 1px solid #0f0f0f;
    /*background: -webkit-linear-gradient(#202020, #0e0e0e);
    background: -moz-linear-gradient(#202020, #0e0e0e);
    background: linear-gradient(#202020, #0e0e0e);
    background: url(../images/td-bg.png) repeat-x top #1d1c1c;*/
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /*.tbl_list tbody tr:first-child th, .tbl_list tbody tr:first-child td {
    border: 1px solid #0f0f0f;
}*/

    .tbl_list tbody td.esports-market {
        text-align: center;
        padding: 0;
    }

    .tbl_list tbody td.coeff {
        cursor: pointer;
    }

    /*.tbl_list tbody td.coeff:hover, .tbl_list tbody td.coeff:focus, .tbl_list tbody td.linked:hover, .tbl_list tbody td.linked:focus {
        background: url(../images/td-bg-hover.png) repeat-x top #1d1c1c;
        background: #292929;
        color: #fff;
    }*/

    .tbl_list tbody td.text_center {
        /*padding-left: 10px;
    padding-right: 10px;*/
        text-align: center;
    }

.txt_yellow {
    color: #0177d2;
    font-size: 11px;
    font-weight: 100;
    font-family: 'verdana';
    transition: .2s;
}

.tbl_list tbody td.linked {
    padding: 0;
}

    .tbl_list tbody td.linked a {
        display: block;
        height: 30px;
        padding: 1px 30px 1px 10px;
        background: url(../images/forward-17.png) no-repeat 80% 50%;
        background-size: 13px;
    }

        .tbl_list tbody td.linked a .txt_mint {
            color: #eee;
            font-size: 11px;
            line-height: 31px;
            font-weight: 400;
            font-family: 'verdana';
            transition: .2s;
        }

/*====================== Match_time Style End =========================*/

/*====================== Match_country Style =========================*/

.match_country, .match_league {
    font-weight: 400;
    padding-bottom: 20px;
}

.hgroup.country_name, .hgroup.league_name {
    padding: 5px 0 10px;
    margin: 0;
    border-bottom: 1px solid #151515;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

    .hgroup.country_name h2, .hgroup.league_name h2 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: #30626f;
        text-indent: 5px;
        transition: .2s;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 740px;
    }

        .hgroup.country_name h2:hover, .hgroup.league_name h2:hover {
            color: #888;
        }

    .hgroup.country_name i.fa, .hgroup.league_name i.fa {
        color: #30626f;
        float: right;
        font-size: 24px;
        line-height: 18px;
        transition: .2s;        
    }

        .hgroup.country_name i.fa:hover, .hgroup.league_name i.fa:hover {
            color: #27a0bf;
            cursor: pointer;
        }

.hgroup.showhide {
    /*background: url(../images/forward-17.png) no-repeat 100% 50%;*/
    cursor: pointer;
}

.hgroup.showon {
    /*background: url(../images/down-17.png) no-repeat 100% 50%;*/
    cursor: pointer;
    border-bottom: 1px solid #000;
}


.match_country .esports-cat {
    position: relative;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .match_country .esports-cat img {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 0;
        vertical-align: middle;
        max-width: 100%;
    }



.match_country .bg-battles {
    background: url(/App_Themes/Resources/esports/battles.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-callofduty {
    background: url(/App_Themes/Resources/esports/callofduty.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-cs {
    background: url(/App_Themes/Resources/esports/cs.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-dota2 {
    background: url(/App_Themes/Resources/esports/dota2.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-halo {
    background: url(/App_Themes/Resources/esports/halo.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-hearthstone {
    background: url(/App_Themes/Resources/esports/hearthstone.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-heroes {
    background: url(/App_Themes/Resources/esports/heroes.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-lol {
    background: url(/App_Themes/Resources/esports/lol.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-overwatch {
    background: url(/App_Themes/Resources/esports/overwatch.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-smite {
    background: url(/App_Themes/Resources/esports/smite.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-starcraft {
    background: url(/App_Themes/Resources/esports/starcraft.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-starcraft2 {
    background: url(/App_Themes/Resources/esports/starcraft2.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-kingofglory {
    background: url(/App_Themes/Resources/esports/kingofglory.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-wow {
    background: url(/App_Themes/Resources/esports/wow.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-streetfighter {
    background: url(/App_Themes/Resources/esports/streetfighter.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-pubg {
    background: url(/App_Themes/Resources/esports/pubg.jpg) no-repeat center center;
    background-size: cover;
}

.match_country .bg-nba2k {
    background: url(/App_Themes/Resources/esports/nba2k.jpg) no-repeat center center;
    background-size: cover;
}
/*====================== Match_country Style End =========================*/

/*====================== Match_league Style =========================*/



/*====================== Match_league Style End =========================*/



/*==== STYLE MATCH-TV ====*/

.match-tv {
    width: 100%;    
    /*background: url(../images/tvbg.jpg) no-repeat center center; */
}

    .match-tv .hgroup {
        width: 750px;
        height: 74px;
        margin: 0 auto;
        /*background: url(../images/tv-title-bg.png) no-repeat top center;*/
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center; 
    }

    .match-tv .hgroup div {
        display: inline-block;       
    }

    .match-tv .hgroup_l {
        /*width: 39%;
        text-align: right; 
        margin-right: 10px;*/     
    }

    .match-tv .hgroup_r {
        /*width: 39%; 
        text-align: left;  
        margin-left:10px;*/  
    }  

    .match-tv .hgroup_c {
        width: 20%;
        text-align: center;      
    }

    .match-tv .hgroup img {
        display: inline-block; 
        vertical-align: middle;  
    }

    .match-tv .hgroup h3 {
        font-size: 0.8em;
        font-weight: 100;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        max-width: 200px;
        text-align: left;
    }
      
    .match-tv .hgroup_c img {
        min-width: 50px;
        max-width: 105px;
        max-height: 50px;
    }       

    .match-tv .tv-box {            
        vertical-align: middle;
    }

        .match-tv .tv-box .tv_con {
            /*width: 482px;
            height: 362px;
            margin: 0 auto;
            background: #090909;*/
        }


.ng-scope .match_team_tv table {
    width: 100%;
    border: 0;
    padding: 15px;
}

.ng-scope .match_team_tv th img {
    float: right;
    margin: 0 5px;
}

.ng-scope .match_team_tv td {
    text-align: center;
}

    .ng-scope .match_team_tv td .odd_text {
        background: rgba(181, 0, 0, 0.3);
        padding: 0 10px;
    }

    .ng-scope .match_team_tv td span {
        height: 36px;
        margin: 10px;
        display: inline-block;
        text-align: center;
        line-height: 36px;
    }

    .ng-scope .match_team_tv td .odd_text:hover {
        background: #B50000;
        cursor: pointer;
    }

/*==== STYLE MATCH-TV END ====*/

/*==== STYLE MORE ====*/

#more, #tv {
    margin: 0;
    border-bottom: 1px solid #0f0f0f;
}

    #more .hgroup_teamname, #tv .hgroup_teamname {
        padding: 17px 0;
        background: #090909;
        margin: 0;
        text-indent: 15px;
    }

        #more .hgroup_teamname img, #tv .hgroup_teamname img {
            width: 25px;
            text-indent: 5px;
            transition: .2s;
            vertical-align: middle;
        }

        #more .hgroup_teamname h2, #tv .hgroup_teamname h2 {
            margin: 0;
            padding: 0;
            font-size: 16px;
            color: #fff;
            text-indent: 5px;
            transition: .2s;
            display: inline-block;
            vertical-align: middle;
        }

.more-content, .tv-content {
    margin: 0 15px;
    padding: 5px 0 10px;
    display: block;
    border-bottom: 1px solid rgba(72, 72, 72, 0.5);
    border-top: 1px solid #000000;
}

.more-hgroup h3, .tv-hgroup h3 {
    font-weight: 100;
    font-size: inherit;
    line-height: 16px;
    text-indent: 10px;
    margin: 8px 0;
    color: #fff;
}

.more-odds-box table, .tv-odds-box table {
    width: 100%;
    font-size: 11px;
    color: #Fff;
    font-weight: 700;
    font-family: 'verdana';
}

.more-odds-box td, .tv-odds-box td {
    width: 50%;
    padding: 0 8px;
    position: relative;
    height: 33px;
    padding: 0 15px 0 20px;
    background: url(../images/td-bg.png) repeat-x top #1d1c1c;
    color: #fff;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 10px;
}

    .more-odds-box td:hover, .tv-odds-box td:hover {
        width: 50%;
        background: url(../images/td-bg-hover.png) repeat-x top #1d1c1c;
        cursor: pointer;
    }

    .more-odds-box td.more-oddsl, .more-odds-box td.more-oddsr, .tv-odds-box td.tv-oddsl, .tv-odds-box td.tv-oddsr {
        width: 40%;
    }

    .more-odds-box td.more-oddsh, .tv-odds-box td.tv-oddsh {
        width: 20%;
        text-align: center;
    }

    .more-odds-box td span, .tv-odds-box td span {
        margin-right: 5px;
    }



#more, #tv  {
    position: relative;
    padding: 0 0 15px;
    border-top: 0px solid #0f0f0f;
    border-left: 0px solid #0f0f0f;
    background: #e2ecef;
    color: #000;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #more .more-content, #more .tv-content, #tv .more-content, #tv .tv-content {
        border-bottom: 1px solid rgba(71, 71, 71, 0.8);
        border-top: 1px solid #323232;
    }

    #more td, #tv td {
        position: relative;
        height: 33px;
        padding: 0 15px 0 20px;
        border-top: 1px solid #666;
        border: 1px solid #202020;
        color: #fff;
        transition: .2s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #4c4c4c;
        background: -webkit-linear-gradient(#4c4c4c, #3b3b3b);
        background: -moz-linear-gradient(#4c4c4c, #3b3b3b);
        background: linear-gradient(#4c4c4c, #3b3b3b);
    }

        #more td:hover, #tv td:hover {
            background: #9c0909;
            background: -webkit-linear-gradient(#9c0909, #770707);
            background: -moz-linear-gradient(#9c0909, #770707);
            background: linear-gradient(#9c0909, #770707);
        }

    #more tr:first-child td, #tv tr:first-child td {
        border-top: 1px solid #666;
    }



/*=========================== ADD NEW Style =============================*/

.events-wrapper {
    margin-bottom: 15px;
    border: 1px solid #005c73;
    font-size: 13px;
}

.selected-market {
    color: #dcecf9;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-top: 1px solid #005c73;
    border-left: 1px solid #005c73;
    background-color: #216071;
}

    .selected-market .market-name {
        padding: 0 15px;
        -flex-grow: 1;
        width: 474px;
        flex-grow: 1;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 480px;
    }

.events-market-types {
    width: 110px;
}

.market-line-details {
    width: 60px;
}

.events-all-markets {
    width: 50px;
}

.suspended .coefficient span {
    display: none;
}

.suspended-img {
    display: none;
}

.suspended .suspended-img {
    display: inline;
    vertical-align: top;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.delta {
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}

.suspended .delta {
    display: none;
}

.suspended:hover {
    cursor: not-allowed !important;
}

.match-markets-view .hide-entity {
    display: none;
}

.table-row, .selected-market {
    display: -webkit-flex;
    display: flex;
}

.table-row {
    background-color: #fff;
    font-size: 13px;
    transition: .2s;
}

    .table-row:hover {
        background: #ffeec9;
    }

.events-table, .odds-container {
    background-color: #e2ecef;
    border-top: 1px solid #005c73;
    border-left: 1px solid #005c73;
}

.table-row > div {
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}

.table-row .time {
    color: #ff8300;
    padding: 7px 0;
    font-weight: 100;
    width: 85px;
}

    .table-row .time span {
        color: #ff8300;
    }

.table-row .event-name {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 402px;
}

    .table-row .event-name a {
        display: block;
        position: relative;
        text-align: left;
        padding: 7px 9px;
    }

        .table-row .event-name a .match-team-name {
            display: block;
            width: 335px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #000;
        }

.feats {
    position: absolute;
    right: 5px;
}

.table-row .odd {
    position: relative;
    width: 60px;
    cursor: pointer;
    transition: .2s;
}

.header-event-info .odd {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 7px 0;
    border-bottom: 1px solid #191e26;
}

.table-row .market-type {
    width: 110px;
    color: #000;
    text-align: center;
    padding: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.odd.more-markets {
    width: 230px;
}

    .odd.more-markets.wide {
        width: 345px;
    }

.single-odd.odd {
    width: 100% !important;
    padding: 7px 15px;
    border-bottom: 1px solid #191e26;
}

.header-event-info .odd.more-markets {
    width: 100%;
    display: inline-block;
}

.table-row .odd .coefficient {
    position: relative;
    display: block;
    padding: 8px 0;
}

.header-event-info .odd .coefficient {
    float: right;
}

.header-event-info .odd a.coefficient {
    display: block;
}

.odd .odd-title {
    padding-left: 10px;
}

.odd .odd-value {
    padding-right: 10px;
}

.odd:hover:not(.suspended), .odd.selected {
    color: #c30e00;
    background-color: #fddc00;
    box-shadow: 0 0 10px rgba(197, 12, 12, 0.2) inset;
}

    .odd:hover:not(.suspended)::before, .odd.selected::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 11px;
        height: 11px;
        border-left: 1px solid #c40c0c;
        border-top: 1px solid #c40c0c;
    }

    .odd:hover:not(.suspended)::after, .odd.selected::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        width: 11px;
        height: 11px;
        border-right: 1px solid #c40c0c;
        border-top: 1px solid #c40c0c;
    }

    .odd:hover:not(.suspended) span::before, .odd.selected span::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 11px;
        height: 11px;
        border-left: 1px solid #c40c0c;
        border-bottom: 1px solid #c40c0c;
    }

    .odd:hover:not(.suspended) span::after, .odd.selected span::after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        width: 11px;
        height: 11px;
        border-right: 1px solid #c40c0c;
        border-bottom: 1px solid #c40c0c;
    }

.all-markets {
    width: 50px;
    color: #4c4c4c;
    transition: .2s;
    cursor: pointer;
}

.all-markets:hover a, .all-markets:hover i {    
    color: #000;    
}

.all-markets a {
    color: #4c4c4c;
    display: inline-block;
    padding: 7px 5px;    
}

.all-markets i.fa {
    font-size: 16px;
    margin-right: 3px;
}

@-webkit-keyframes corners-blink {
    0% {
        opacity: 0;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    50% {
        opacity: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    100% {
        opacity: 0;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
}

@keyframes corners-blink {
    0% {
        opacity: 0;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    50% {
        opacity: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    100% {
        opacity: 0;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
}

.odd .corners {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: opacity .25s;
}

.odd:hover:not(.suspended) .corners {
    -webkit-animation: corners-blink 1s infinite;
    animation: corners-blink 1s infinite;
}

.inner-tl {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 10px;
    width: 10px;
    border-left: 2px solid rgba(156, 9, 9, 1);
    border-top: 2px solid rgba(156, 9, 9, 1);
}

.inner-tr {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 10px;
    width: 10px;
    border-right: 2px solid rgba(156, 9, 9, 1);
    border-top: 2px solid rgba(156, 9, 9, 1);
}

.inner-bl {
    position: absolute;
    bottom: -8px;
    left: -8px;
    height: 10px;
    width: 10px;
    border-left: 2px solid rgba(156, 9, 9, 1);
    border-bottom: 2px solid rgba(156, 9, 9, 1);
}

.inner-br {
    position: absolute;
    bottom: -8px;
    right: -8px;
    height: 10px;
    width: 10px;
    border-right: 2px solid rgba(156, 9, 9, 1);
    border-bottom: 2px solid rgba(156, 9, 9, 1);
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}


.flex-sb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.match-markets-view header {
    color: #557186;
    padding: 0 15px;
    font-weight: bold;
    line-height: 26px;
    border-left: 0px solid #0f0f0f;
    border-right: 0px solid #0f0f0f;
    background-color: #e2ecef;
    display: block;
    margin-top: 8px;
}

.odds-container {
    background-color: #e2ecef;
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    width: 98.5%;
    margin: 0 auto;    
}

/*.odds-container .odd {
    position: relative;
    cursor: pointer;
    width: 50%;
    padding: 7px 15px;
    border-bottom: 1px solid #202020;
    border-right: 1px solid #202020;    
    background: #323232;
}

    .odds-container .odd .odds-text {
        width: 80%;
        display: inline-block;
        text-align: left;
    }

    .odds-container .odd .coefficient {
        width: 20%;
        display: inline-block;
        text-align: right;        
    }*/

.odds-container .odd {
    position: relative;
    cursor: pointer;
    width: 50%;
    padding: 7px 0;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    background: #fff;
}

    .odds-container .odd .odds-text {
        width: 75%;
        display: inline-block;
        text-align: left;
        padding-left: 10px; 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .odds-container .odd .odds-text-inline {
    font-weight: 100;
    max-width: 88%;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ng-binding b {
    vertical-align: middle;
}

    .odds-container .odd .coefficient {
        width: 19%;
        display: inline-block;
        text-align: right;
        padding-right: 10px; 
    }

    .odds-container .odd:hover .coefficient .txt_yellow {
    color: #c30e00;
}

.odds-container .odd.odds-hdp {    
    width: 33.3%;    
} 

.in-play .events-heading {
    border-bottom: 0;
}

.match-wrapper {
    border: 1px solid #0f0f0f;
}

    /*.match-wrapper .match-markets-view {
        width: 99%;
        margin: 0 auto;
    }*/

.m-ov {
    position: relative;
    text-align: center;
    padding: 20px;
    border: 1px solid #191e26;
    border-top: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-shadow: 1px 1px 0 #000;
}

.m-ov-1 {
    background-image: url("../img/ground/dota2.jpg");
}

.m-ov-2 {
    background-image: url("../img/ground/sc.jpg");
}

.m-ov-3 {
    background-image: url("../img/ground/lol.jpg");
}

.m-ov-4 {
    background-image: url("../img/ground/cs.jpg");
}

.m-ov-7 {
    background-image: url("../img/ground/heroes-of-the-storm.jpg");
}

.m-ov-8 {
    background-image: url("../img/ground/hearthstone.jpg");
}

.m-ov-9 {
    background-image: url("../img/ground/smite.jpg");
}

.m-ov-10 {
    background-image: url("../img/ground/wot.jpg");
}

.m-ov-11 {
    background-image: url("../img/ground/broodwar.jpg");
}

.m-ov-12 {
    background-image: url("../img/ground/quake.jpg");
}

.m-ov-13 {
    background-image: url("../img/ground/cod.jpg");
}

.m-ov-14 {
    background-image: url("../img/ground/halo.jpg");
}

.m-ov-15 {
    background-image: url("../img/ground/wow.jpg");
}

.match-name, .teams-logos {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    display: -webkit-flex;
    display: flex;
}

    .match-name span {
        width: 45%;
    }

    .match-name .vs, .teams-logos .vs {
        width: 10%;
    }

.teams-logos {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.team-logo {
    padding: 10px;
    width: 18%;
    background: rgba(0, 0, 0, 0.75);
}

.match-info {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin: 20px 0 0;
    background-color: rgba(0, 0, 0, 0.5);
}

    .match-info h3 {
        margin: 0;
        font-size: 16px;
    }

    .match-info h4 {
        margin: 0;
        font-size: 14px;
    }

.stream-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

    .stream-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.has-stream .teams-logos .vs {
    padding: 0 10px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.theater-mode, .theater-mode .teams-logos .vs {
    padding: 0;
}

    .theater-mode .team-logo, .theater-mode .match-name, .theater-mode .match-info {
        display: none;
    }

.theater-mode {
    background: none;
}

.text-right {
    text-align: right !important;
}

.oddschg {
    background: rgba(255, 255, 0, 0.40);
    padding: 1px;
}

.outright-sortby {
    cursor: pointer;
    font-size: 0.7em;
    padding: 6px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.hgroup.country_name .outright-sortby i.fa{
    margin-right: 5px;
    font-size: 14px
}

.search-keywords {
     background-color: #770707;
}
/*=========================== ADD NEW Style End =========================*/

/*=========================== Outright Style Start  =========================*/

.outright {
    position: relative;
    color: #000;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .outright .match-wrapper {
        border: 0px solid #0f0f0f;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-right: 8px;
    }

    .outright .events-wrapper {
        margin-bottom: 10px;
        border: 1px solid #292929;
        font-size: 13px;
    }

    .outright .match-markets-view {
        width: 49.5%;
        margin: 0;
        display: inline-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .outright .odds-container {
        width: 100%;
    }

        .outright .odds-container .odd {
            width: 96.5%;
            padding: 7px 10px;
        }

    .outright .flex-sb {
        display: block;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .outright .selected-market .refreshbtn {
        width: 16px;
        height: 16px;
        text-align: right;
        margin-right: 10px;
        cursor: pointer;
        color: #d6d6d6;
        outline: none;
    }

    .outright .selected-market .refreshbtn:hover {        
        color: #fff;
        
    }

/*=========================== Outright Style End =========================*/
