/* Changed - moved from main4.css*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/* #### Desktops #### */
@media screen and (min-width: 1024px) {
    width:device-width;
    user-zoom:fixed;
    zoom:50%;
}

/* Changed */
div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /*display:block;*/
    display: flow-root;
}

html, body {
    padding: 0;
    margin: 0;
}

body {
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}

#pgLobby, #pgSetting, #pgAccount{
	background-color: rgb(13, 58, 100);
}

#wrap {
    display: table;
}

#cell {
    display: table-cell;
    vertical-align: middle;
}

#floater {
    float: left;
    height: 50%;
    margin-bottom: -200px;
    width: 1px;
}

#middle {
    clear: both;
    height: 400px;
    position: relative;
}

/* Changed */
a {
    text-decoration: none;
    cursor: pointer;
    /*new*/
    text-align: center;
}

.indexAll {
    width: 100%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: rgba(0,0,0,0);
    background-color: #2a2a2a;
    height: 100%;
}

/* Changed */
body {
    /*background-color:#ebebeb;*/
    background: rgb(48,108,161);
    font-family: Arial;
}

.waitingheader {
    margin-top: 7px;
    background-color: #373737;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #6c7381;
    color: #fbed07;
    font-family: Arial;
    font-size: 22px;
    line-height: 42px;
    min-height: 30px;
    padding: 6px 5px 5px 15px;
    text-align: center;
}

table.mainPage {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.user-icon{
    border-left: 1px rgba(255, 255, 255, 0.5) dashed;
    padding-left: 10px;
	padding-top:7px;
}

.mainHr {
    margin: 0;
}

.loading {
    position: fixed;
    z-index: 20001;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0;
}

    .loading .loader {
        margin: 42% auto;
        width: 180px;
        height: 160px;
        padding-top: 48px;
        background-color: rgba(0,0,0,.7);
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 10px;
    }

.contentBetList {
    padding: 20px 16px;
    margin: 15px 15px 15px 15px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    /*padding: 5px;margin:10px;*/
    background: linear-gradient(to bottom, white 0px, #eaeaea 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #bebebe;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
}

.homeleft {
    float: left;
    line-height: 30px;
    padding: 10px;
    width: 50%;
}

.awayright {
    float: right;
    line-height: 30px;
    padding: 10px;
    width: 50%;
}

.inArrows {
    filter: alpha(opacity=20);
    opacity: 0.2;
    border: outset 2px solid;
    border-radius: 0.2em;
    float: left;
}

#relDiv:hover .inArrows {
    filter: alpha(opacity=80);
    opacity: .8;
}

@media screen and (orientation:landscape) {

    .loading .loader {
        margin: 18% auto;
    }
}

.copyRight {
    width: 100%;
    padding: 0px 0 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
    float: left;
    font-size: 10pt;
    color: white;
}

    .copyRight p {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }

    .copyRight a {
        font-size: 14px;
        color: #5585D3;
        padding: 0 6px;
    }

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.space_4 {
    height: 4px;
}

.space_8 {
    height: 8px;
}

.space_10 {
    height: 10px;
}

hr {
    height: 1px;
    background: rgba(65,65,65,.3);
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #fff;
}

@-webkit-keyframes highLight {

    from {
        box-shadow: 0 0 10px rgba(122,128,236,0)
    }

    to {
        box-shadow: 0 0 15px #7a80ec
    }
}

.search .announce {
    height: 70px;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -linear-gradient(top,#f5f5f5 0,#FFF 100%);
}

    .search.announce .filter {
        border-bottom: 1px solid #222222;
    }

        .search.announce .filter > div {
            float: none;
            width: 294px;
            margin: 0 auto;
            border-right: 1px solid #222222;
            border-left: 1px solid #222222;
        }

        .search.announce .filter div select {
            text-align: left;
        }

    .search.announce .list .number {
        width: 10%;
        background-color: #e2e2e2;
    }

    .search.announce .list .date {
        width: 18%;
        background-color: #f9f9f9;
    }

    .search.announce .list .content {
        width: 72%;
        background-color: #e2e2e2;
        line-height: 22px;
        color: #222;
        font-weight: 400;
        text-align: left;
    }

    .search.announce .list .number.first {
        background-color: #FFC6C6;
    }

    .search.announce .list .date.first {
        background-color: #FFDFDF;
    }

    .search.announce .list .content.first {
        background-color: #FFC6C6;
    }

    .search.announce .list td {
        text-align: center;
        vertical-align: middle;
        padding: 20px 10px;
        color: #838383;
        font-size: 20px;
        font-weight: 700;
    }

    .search.announce .list tr {
        border-top: 2px solid #696969;
        border-bottom: 2px solid #222222;
    }

.umpage h2 {
    width: 100%;
    height: 66px;
    color: #243b7a;
    font-size: 30px;
}

    .umpage h2 > div {
        text-align: center;
        padding-top: 4px;
        width: 420px;
        margin: 0 auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .umpage h2 > div > p {
            background: url(../img/imgAll.png) -40px -4px no-repeat;
            width: 47px;
            height: 40px;
            margin: 0;
            padding: 0;
            float: left;
        }

.login .form .input.umpageText {
    color: #243b7a;
    line-height: normal;
    padding: 34px;
}

.login.umpage .umpageDer {
    position: absolute;
    top: -2px;
    right: -2px;
    background: url(../img/imgAll.png) -124px -204px no-repeat;
    width: 90px;
    height: 70px;
}

    .login.umpage .umpageDer img {
        position: absolute;
        right: -15px;
        top: -15px;
    }

.login {
    width: 100%;
    position: relative;
}

@media screen and (orientation:portrait) {

    .login {
        height: 100%;
    }
}

.login .radialbg {
    width: 100%;
    height: 700px;
    position: absolute;
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0%,#FFF),color-stop(70%,rgba(255,255,255,0)),color-stop(99%,rgba(255,255,255,0)));
    background: -moz-gradient(radial,center center,0,center center,100%,color-stop(0%,#FFF),color-stop(70%,rgba(255,255,255,0)),color-stop(99%,rgba(255,255,255,0)));
    background: -ms-gradient(radial,center center,0,center center,100%,color-stop(0%,#FFF),color-stop(70%,rgba(255,255,255,0)),color-stop(99%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center,ellipse cover,#FFF 0,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 99%);
    background: -moz-radial-gradient(center,ellipse cover,#FFF 0,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 99%);
    background: -ms-radial-gradient(center,ellipse cover,#FFF 0,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 99%);
    top: -150px;
    z-index: 1;
}

.login .wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    float: left;
    width: 100%;
}

.login h1 {
    width: 280px;
    height: 80px;
    margin: 30px auto 0;
    text-indent: -99999px;
    background: url(../img/imgAll.png) -567px -5px no-repeat;
    padding-top: 40px;
}

.login hr {
    height: 10px;
    border: 0;
    background: url(../img/bg_indexhr.png) center center no-repeat;
}

.login .term {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 90%;
    background: #f5f5f5;
    border: 2px solid #858595;
    box-shadow: inset 0 0 2px #FFF,0 15px 30px rgba(0,0,0,.3);
    margin: 40px auto;
    background: #ededed;
    background: -webkit-linear-gradient(left,#ededed 0,#FFF 50%,#ededed 100%);
    background: -moz-linear-gradient(left,#ededed 0,#FFF 50%,#ededed 100%);
    background: -ms-linear-gradient(left,#ededed 0,#FFF 50%,#ededed 100%);
    background: -o-linear-gradient(left,#ededed 0,#FFF 50%,#ededed 100%);
    background: linear-gradient(left,#ededed 0,#FFF 50%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=0);
}

    .login .term .content a {
        font-size: 28px;
        color: #243b7a;
        text-decoration: underline;
    }

    .login .term .content h3 {
        padding-left: 6%;
        margin-top: 6%;
        font-size: 24px;
        font-family: Arial;
        color: #292929;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .login .term .content p.top {
        margin-top: 10px;
    }

    .login .term .content hr {
        border-top: dashed #AAA 2px;
        height: 0;
    }

    .login .term .content p {
        font-size: 20px;
        color: #6e6e6e;
        margin-top: 6%;
        margin-bottom: 6%;
        padding: 0 6%;
    }

        .login .term .content p.bottom {
            margin-bottom: 6%;
            color: #79a0d7;
            font-weight: 700;
            font-size: 26px;
        }

    .login .term .notice {
        line-height: 55px;
        border-top: 2px dashed #bababa;
        padding-left: 80px;
        font-size: 18px;
        color: #79a0d7;
        font-family: Arial;
        font-weight: bolder;
    }

.login .button {
    width: 90%;
    margin: 20px auto;
}

    .login .button a {
        display: inline-block;
        width: 48%;
        line-height: 58px;
        border-radius: 8px;
        border: 1px solid #999;
        box-shadow: inset 0 1px 0 #FFF,0 2px 5px rgba(0,0,0,.5);
        text-align: center;
        font-size: 30px;
        color: #666;
        font-family: Arial;
        font-weight: 100;
        background-color: #f5f5f5;
        background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -linear-gradient(top,#f5f5f5 0,#FFF 100%);
    }

        .login .button a.cancel {
            float: left;
        }

        .login .button a.agree {
            color: #6289c1;
            float: right;
        }

.login .lang {
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.login .selectBG {
    display: block;
}

.login .selectBG {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: url(../img/select_icon_kind.png) no-repeat 98% 55%;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    -ms-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login .lang select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    height: 50px;
    -ms-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    -ms-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 26px;
    font-weight: 700;
    color: #5a5a5a;
    padding-top: 2%;
    background: 0;
}

.login .kind {
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.login .selectBGKind {
    display: block;
}

.login .selectBGKind {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background: url(../img/select_icon_kind.png) no-repeat 98% 55%;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    -ms-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login .kind select {
    width: 100%;
    height: 70px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    -ms-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 26px;
    font-weight: 700;
    color: #5a5a5a;
    padding-left: 2%;
    background: 0;
}

.login .form {
    width: 90%;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

    .login .form .input {
        /* line-height:70px; */
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #b4b4b4;
        box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
        background: #fff;
        font-size: 30px;
        margin: 0 0 10px;
        padding: 10px;
    }

        .login .form .input span {
            color: #666;
            padding: 0 2%;
            font-size: 14pt;
        }

        .login .form .input input {
            border: 0;
            color: #5a5a5a;
            width: 87%;
            overflow: hidden;
            font-size: 29px;
            height: 55px;
        }

    .login .form input.verif {
        font-size: 25px;
        color: #888;
        padding-left: 10px;
        margin-bottom: 15px;
        border: 1px solid #999;
        border-radius: 4px;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
        height: 60px;
        width: 40%;
    }

    .login .form .code {
        display: inline-block;
        margin-left: 10px;
        width: 234px;
        height: 70px;
        margin-top: 7px;
    }

        .login .form .code img {
            vertical-align: middle;
            margin: 0 4px;
        }

        .login .form .code .refresh {
            display: inline-block;
            vertical-align: middle;
            width: 42px;
            height: 42px;
            background: url(../img/imgAll.png) -294px -5px no-repeat;
            margin-left: 8px;
        }

    .login .form button {
        width: 100%;
        height: 50px;
        text-align: center;
        border-radius: 6px;
        background-color: #5585d3;
        background: -webkit-linear-gradient(top,#5585d3 0,#20447d 100%);
        background: -moz-linear-gradient(top,#5585d3 0,#20447d 100%);
        background: -ms-linear-gradient(top,#5585d3 0,#20447d 100%);
        background: -o-linear-gradient(top,#5585d3 0,#20447d 100%);
        background: linear-gradient(to bottom,#5585d3 0,#20447d 100%);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 2px 5px rgba(0,0,0,.7);
        border: 1px solid #336;
        font-size: 15pt;
        color: #fff;
        text-shadow: -1px -1px 0 rgba(0,0,0,.5);
    }

.login .remember {
    width: 290px;
    height: 50px;
    line-height: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

    .login .remember span {
        font-size: 30px;
        color: #666;
    }

.login .footer {
    width: 100%;
    padding: 0px 0 0px;
    text-align: center;
}

    .login .footer button.old {
        width: 29%;
        height: 70px;
        padding: 14px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 24px;
        font-weight: 100;
        color: #ffffff;
        border-radius: 6px;
        border: 1px solid #464646;
        background-color: #6f6f6f;
        background: -webkit-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -moz-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -ms-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -o-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: linear-gradient(to bottom,#6f6f6f 0,#4c4c4c 100%);
        box-shadow: 0 2px 2px rgba(0,0,0,.3);
        margin: 0 auto;
        margin-right: 5px;
    }

.mainPage.footer {
    float: left;
    width: 100%;
    padding: 24px 0 34px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: #666 solid 1px;
    background-color: #3e4758;
    background: -webkit-linear-gradient(bottom,#303a4c 0,#475571 100%);
    background: -moz-linear-gradient(bottom,#303a4c 0,#475571 100%);
    background: -ms-linear-gradient(bottom,#303a4c 0,#475571 100%);
    background: -o-linear-gradient(bottom,#303a4c 0,#475571 100%);
    background: linear-gradient(to top,#303a4c 0,#475571 100%);
}

.login .footer span a {
    display: block;
    margin: 52px auto 0;
    font-size: 36px;
    color: #5585D3;
    text-align: center;
}

    .login .footer span a img {
        position: relative;
        top: 3px;
    }

.login .footer .copyRight p {
    position: relative;
    padding: 15px 0;
}

.login .footer .copyRight .piped {
    display: block;
    color: #7296c9;
}

.piped li {
    float: left;
    display: inline;
    padding: 0 0 0 2px;
}

    .piped li a {
        border-left: #d0d0d0 solid 1px;
    }

        .piped li a.first {
            border-left: 0 !important;
            padding-left: 0;
            margin-left: 0 !important;
        }

.mainPage.footer button.old {
    width: 44%;
    line-height: 60px;
    font-size: 26px;
    font-weight: 100;
    font-family: Arial;
    color: #666;
    border-radius: 6px;
    border: 1px solid #999;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: linear-gradient(to bottom,#f5f5f5 0,#FFF 100%);
    box-shadow: 0 2px 2px rgba(0,0,0,.3);
    margin: 0 auto;
    margin-right: 6px;
}

.login .footer p {
    font-size: 14px;
    font-family: AppleGothic;
    color: #ffffff;
}

#header {
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 1000;
    width: 100%;
}

#inner {
    position: relative;
}

.sportMenuSubBg {
    display: none;
    position: relative;
    top: 0;
    left: 41px;
    width: 51px;
    height: 29px;
    background: url(../img/imgAll.png) -337px -54px no-repeat;
}

.highlight .sportMenuSubBg {
    display: block;
}

.topScrollBar_1 {
    border-top: 2px solid #00344c;
    height: 162px;
    /*width:100%;*/
    background: url(../img/bg_bet.png);
    overflow: hidden;
    vertical-align: top;
}

.Wp8SpFiller {
    width: 50px;
}

.spScrollBtn {
    background-color: rgba(255,255,255,.15);
    background-repeat: no-repeat;
    background-position-x: right;
    position: absolute;
    top: 78px;
    display: block;
    height: 138px;
    width: 8%;
    z-index: 500;
}

.spScrollLeft {
    left: 0;
}

.spScrollRight {
    right: 0;
}

.spScrollIcon {
    position: absolute;
    height: 50px;
    width: 30px;
    top: 44px;
}

    .spScrollIcon.spScrollLeft {
        background: url(../img/topscrollArrow.png) 0 -71px;
        left: 10px;
    }

    .spScrollIcon.spScrollRight {
        background: url(../img/topscrollArrow.png) 0 0;
        right: 10px;
    }

.topScrollBar {
    display: block;
    margin: 0;
    /*width:100%;*/
    height: 138px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    z-index: 0;
}

.topScroll {
    float: left;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

    .topScroll li {
        float: left;
        background: url(../img/topMenuSlideLine.png) top left no-repeat;
        margin-top: 8px;
        position: relative;
        margin-right: 10px;
    }

        .topScroll li.first {
            background: 0;
        }

        .topScroll li a {
            font-size: 20px;
            height: 133px;
            display: block;
            text-align: center;
            line-height: 20px;
            padding: 0 12px;
            color: #FFF;
            font-weight: 700;
            -webkit-transform: translate3d(0,0,0);
        }

        .topScroll li.highlight a {
            color: #FFF;
        }

            .topScroll li.highlight a > div {
                background-position-y: -77px;
            }

        .topScroll li.Soccer.highlight a > div {
            background-position: 0 -77px;
        }

        .topScroll li.WorldCup.highlight a > div {
            background-position: 0 -77px;
        }

        .topScroll li.Basketball.highlight a > div {
            background-position: -123px -77px;
        }

        .topScroll li.Tennis.highlight a > div {
            background-position: -253px -77px;
        }

        .topScroll li.Financial.highlight a > div {
            background-position: -382px -77px;
        }

        .topScroll li.4D.highlight a > div {
            background-position: -512px -75px;
        }

        .topScroll li.Keno.highlight a > div {
            background-position: -640px -76px;
        }

        .topScroll li.Olympics.highlight a > div {
            background-position: -771px -76px;
        }

        .topScroll li.US_Football.highlight a > div {
            background-position: -899px -77px;
        }

        .topScroll li.Baseball.highlight a > div {
            background-position: -1020px -76px;
        }

        .topScroll li.Ice_Hockey.highlight a > div {
            background-position: -1155px -77px;
        }

        .topScroll li.Snooker.highlight a > div {
            background-position: -1287px -76px;
        }

        .topScroll li.Rugby.highlight a > div {
            background-position: -1408px -77px;
        }

        .topScroll li.Darts.highlight a > div {
            background-position: -1538px -76px;
        }

        .topScroll li.Boxing.highlight a > div {
            background-position: -1664px -77px;
        }

        .topScroll li.Formula_1.highlight a > div {
            background-position: -1796px -77px;
        }

        .topScroll li.MotoGP.highlight a > div {
            background-position: -1796px -77px;
        }

        .topScroll li.Golf.highlight a > div {
            background-position: -1920px -77px;
        }

        .topScroll li.Pool.highlight a > div {
            background-position: -1287px -76px;
        }

        .topScroll li.Futsal.highlight a > div {
            background-position: -2048px -77px;
        }

        .topScroll li.Badminton.highlight a > div {
            background-position: -2176px -77px;
        }

        .topScroll li.Water_Polo.highlight a > div {
            background-position: -2304px -77px;
        }

        .topScroll li.Table_Tennis.highlight a > div {
            background-position: -2432px -77px;
        }

        .topScroll li.Cricket.highlight a > div {
            background-position: -2555px -77px;
        }

        .topScroll li.Volleyball.highlight a > div {
            background-position: -2688px -77px;
        }

        .topScroll li.HandBall.highlight a > div {
            background-position: -2816px -77px;
        }

        .topScroll li.Cycling.highlight a > div {
            background-position: -2944px -77px;
        }

        .topScroll li.Beach_Soccer.highlight a > div {
            background-position: -3072px -77px;
        }

        .topScroll li.Miss_World.highlight a > div {
            background-position: -3205px -77px;
        }

        .topScroll li.Athletics.highlight a > div {
            background-position: -3328px -77px;
        }

        .topScroll li.Winter_Sport.highlight a > div {
            background-position: -3456px -77px;
        }

        .topScroll li.Squash.highlight a > div {
            background-position: -3586px -77px;
        }

        .topScroll li.Super_Combo.highlight a > div {
            background-position: -3724px -77px;
        }

        .topScroll li.live a > div {
            background-position-y: -150px;
        }

        .topScroll li.Soccer.live a > div {
            background-position: 0 -150px;
        }

        .topScroll li.WorldCup.live a > div {
            background-position: 0 -150px;
        }

        .topScroll li.Basketball.live a > div {
            background-position: -128px -150px;
        }

        .topScroll li.Tennis.live a > div {
            background-position: -256px -150px;
        }

        .topScroll li.Financial.live a > div {
            background-position: -384px -150px;
        }

        .topScroll li.4D.live a > div {
            background-position: -512px -150px;
        }

        .topScroll li.Keno.live a > div {
            background-position: -640px -150px;
        }

        .topScroll li.Olympics.live a > div {
            background-position: -768px -150px;
        }

        .topScroll li.US_Football.live a > div {
            background-position: -896px -150px;
        }

        .topScroll li.Baseball.live a > div {
            background-position: -1024px -150px;
        }

        .topScroll li.Ice_Hockey.live a > div {
            background-position: -1152px -150px;
        }

        .topScroll li.Snooker.live a > div {
            background-position: -1280px -150px;
        }

        .topScroll li.Rugby.live a > div {
            background-position: -1408px -150px;
        }

        .topScroll li.Darts.live a > div {
            background-position: -1536px -150px;
        }

        .topScroll li.Boxing.live a > div {
            background-position: -1664px -150px;
        }

        .topScroll li.Formula_1.live a > div {
            background-position: -1792px -150px;
        }

        .topScroll li.MotoGP.live a > div {
            background-position: -1792px -150px;
        }

        .topScroll li.Golf.live a > div {
            background-position: -1920px -150px;
        }

        .topScroll li.Futsal.live a > div {
            background-position: -2048px -150px;
        }

        .topScroll li.Badminton.live a > div {
            background-position: -2176px -150px;
        }

        .topScroll li.Water_Polo.live a > div {
            background-position: -2304px -150px;
        }

        .topScroll li.Table_Tennis.live a > div {
            background-position: -2432px -150px;
        }

        .topScroll li.Cricket.live a > div {
            background-position: -2560px -150px;
        }

        .topScroll li.Volleyball.live a > div {
            background-position: -2688px -150px;
        }

        .topScroll li.HandBall.live.highlight a > div {
            background-position: -2944px -150px;
        }

        .topScroll li.Cycling.live a > div {
            background-position: -3072px -150px;
        }

        .topScroll li.Beach_Soccer.live a > div {
            background-position: -3200px -150px;
        }

        .topScroll li.Miss_World.live a > div {
            background-position: -3328px -150px;
        }

        .topScroll li.Athletics.live a > div {
            background-position: -3456px -150px;
        }

        .topScroll li.Winter_Sport.live a > div {
            background-position: -3586px -150px;
        }

        .topScroll li.Squash.live a > div {
            background-position: -3716px -150px;
        }

        .topScroll li.SuperCombo.live a > div {
            background-position: -3842px -150px;
        }

        .topScroll li.live.highlight a > div {
            background-position-y: -226px;
        }

        .topScroll li.Soccer.live.highlight a > div {
            background-position: 0 -226px;
        }

        .topScroll li.Others.live.highlight a > div {
            background-position: 0 -226px;
        }

        .topScroll li.WorldCup.live.highlight a > div {
            background-position: 0 -226px;
        }

        .topScroll li.Basketball.live.highlight a > div {
            background-position: -128px -226px;
        }

        .topScroll li.Tennis.live.highlight a > div {
            background-position: -256px -226px;
        }

        .topScroll li.Financial.live.highlight a > div {
            background-position: -384px -226px;
        }

        .topScroll li.4D.live.highlight a > div {
            background-position: -512px -226px;
        }

        .topScroll li.Keno.live.highlight a > div {
            background-position: -640px -226px;
        }

        .topScroll li.Olympics.live.highlight a > div {
            background-position: -768px -226px;
        }

        .topScroll li.US_Football.live.highlight a > div {
            background-position: -896px -226px;
        }

        .topScroll li.Baseball.live.highlight a > div {
            background-position: -1024px -226px;
        }

        .topScroll li.Ice_Hockey.live.highlight a > div {
            background-position: -1152px -226px;
        }

        .topScroll li.Snooker.live.highlight a > div {
            background-position: -1280px -226px;
        }

        .topScroll li.Rugby.live.highlight a > div {
            background-position: -1408px -226px;
        }

        .topScroll li.Darts.live.highlight a > div {
            background-position: -1536px -226px;
        }

        .topScroll li.Boxing.live.highlight a > div {
            background-position: -1664px -226px;
        }

        .topScroll li.Formula_1.live.highlight a > div {
            background-position: -1792px -226px;
        }

        .topScroll li.MotoGP.live.highlight a > div {
            background-position: -1792px -226px;
        }

        .topScroll li.Golf.live.highlight a > div {
            background-position: -1920px -226px;
        }

        .topScroll li.Futsal.live.highlight a > div {
            background-position: -2048px -226px;
        }

        .topScroll li.Badminton.live.highlight a > div {
            background-position: -2176px -226px;
        }

        .topScroll li.Water_Polo.live.highlight a > div {
            background-position: -2304px -226px;
        }

        .topScroll li.Table_Tennis.live.highlight a > div {
            background-position: -2432px -226px;
        }

        .topScroll li.Cricket.live.highlight a > div {
            background-position: -2560px -226px;
        }

        .topScroll li.Volleyball.live.highlight a > div {
            background-position: -2688px -226px;
        }

        .topScroll li.HandBall.live.highlight.highlight a > div {
            background-position: -2816px -226px;
        }

        .topScroll li.Cycling.live.highlight a > div {
            background-position: -2944px -226px;
        }

        .topScroll li.Beach_Soccer.live.highlight a > div {
            background-position: -3200px -226px;
        }

        .topScroll li.Miss_World.live.highlight a > div {
            background-position: -3328px -226px;
        }

        .topScroll li.Athletics.live.highlight a > div {
            background-position: -3456px -226px;
        }

        .topScroll li.Winter_Sport.live.highlight a > div {
            background-position: -3586px -226px;
        }

        .topScroll li.Squash.live.highlight a > div {
            background-position: -3716px -226px;
        }

        .topScroll li.SuperCombo.live.highlight a > div {
            background-position: -3842px -226px;
        }

        .topScroll li.highlight a > div.sportMenuSubBg {
            background-position: -337px -54px !important;
        }

.topMenuIcon.Soccer.live.highlight {
    background-position: -25px 0;
}

.topMenuIcon.WorldCup.live.highlight {
    background-position: -25px 0;
}

.topMenuIcon.Basketball.live.highlight {
    background-position: -132px 0;
}

.topMenuIcon.Tennis.live.highlight {
    background-position: -230px 0;
}

.topMenuIcon.Financial.live.highlight {
    background-position: -333px 0;
}

.topMenuIcon.4D.live.highlight {
    background-position: -434px 0;
}

.topMenuIcon.Keno.live.highlight {
    background-position: -529px 0;
}

.topMenuIcon.Olympics.live.highlight {
    background-position: -626px 0;
}

.topMenuIcon.US_Football.live.highlight {
    background-position: -730px 0;
}

.topMenuIcon.Baseball.live.highlight {
    background-position: -826px 0;
}

.topMenuIcon.Ice_Hockey.live.highlight {
    background-position: -930px 0;
}

.topMenuIcon.Snooker.live.highlight {
    background-position: -1034px 0;
}

.topMenuIcon.Rugby.live.highlight {
    background-position: -1128px 0;
}

.topMenuIcon.Darts.live.highlight {
    background-position: -1230px 0;
}

.topMenuIcon.Boxing.live.highlight {
    background-position: -1329px 0;
}

.topMenuIcon.Formula_1.live.highlight {
    background-position: -1425px 0;
}

.topMenuIcon.MotoGP.live.highlight {
    background-position: -1425px 0;
}

.topMenuIcon.Golf.live.highlight {
    background-position: -1523px 0;
}

.topMenuIcon.Futsal.live.highlight {
    background-position: -1629px 0;
}

.topMenuIcon.Badminton.live.highlight {
    background-position: -1727px 0;
}

.topMenuIcon.Water_Polo.live.highlight {
    background-position: -1829px 0;
}

.topMenuIcon.Table_Tennis.live.highlight {
    background-position: -1925px 0;
}

.topMenuIcon.Cricket.live.highlight {
    background-position: -2030px 0;
}

.topMenuIcon.Volleyball.live.highlight {
    background-position: -2125px 0;
}

.topMenuIcon.HandBall.live.highlight {
    background-position: -2225px 0;
}

.topMenuIcon.Cycling.live.highlight {
    background-position: -2330px 0;
}

.topMenuIcon.Beach_Soccer.live.highlight {
    background-position: -2415px 0;
}

.topMenuIcon.Miss_World.live.highlight {
    background-position: -2525px 0;
}

.topMenuIcon.Athletics.live.highlight {
    background-position: -2625px 0;
}

.topMenuIcon.Winter_Sport.live.highlight {
    background-position: -2720px 0;
}

.topMenuIco.Squash.live.highlight {
    background-position: -2828px 0;
}

.topMenuIcon.SuperCombo.live.highlight {
    background-position: -2930px 0;
}

.topMenuIcon.Soccer.highlight {
    background-position: -25px 0;
}

.topMenuIcon.WorldCup.highlight {
    background-position: -25px 0;
}

.topMenuIcon.Basketball.highlight {
    background-position: -132px 0;
}

.topMenuIcon.Tennis.highlight {
    background-position: -230px 0;
}

.topMenuIcon.Financial.highlight {
    background-position: -333px 0;
}

.topMenuIcon.4D.highlight {
    background-position: -434px 0;
}

.topMenuIcon.Keno.highlight {
    background-position: -529px 0;
}

.topMenuIcon.Olympics.highlight {
    background-position: -626px 0;
}

.topMenuIcon.US_Football.highlight {
    background-position: -730px 0;
}

.topMenuIcon.Baseball.highlight {
    background-position: -826px 0;
}

.topMenuIcon.Ice_Hockey.highlight {
    background-position: -930px 0;
}

.topMenuIcon.Snooker.highlight {
    background-position: -1034px 0;
}

.topMenuIcon.Rugby.highlight {
    background-position: -1128px 0;
}

.topMenuIcon.Darts.highlight {
    background-position: -1230px 0;
}

.topMenuIcon.Boxing.highlight {
    background-position: -1329px 0;
}

.topMenuIcon.Formula_1.highlight {
    background-position: -1425px 0;
}

.topMenuIcon.MotoGP.highlight {
    background-position: -1425px 0;
}

.topMenuIcon.Golf.highlight {
    background-position: -1523px 0;
}

.topMenuIcon.Futsal.highlight {
    background-position: -1629px 0;
}

.topMenuIcon.Badminton.highlight {
    background-position: -1727px 0;
}

.topMenuIcon.Water_Polo.highlight {
    background-position: -1829px 0;
}

.topMenuIcon.Table_Tennis.highlight {
    background-position: -1925px 0;
}

.topMenuIcon.Cricket.highlight {
    background-position: -2030px 0;
}

.topMenuIcon.Volleyball.highlight {
    background-position: -2125px 0;
}

.topMenuIcon.HandBall.highlight {
    background-position: -2225px 0;
}

.topMenuIcon.Cycling.highlight {
    background-position: -2330px 0;
}

.topMenuIcon.Beach_Soccer.highlight {
    background-position: -2415px 0;
}

.topMenuIcon.Miss_World.highlight {
    background-position: -2525px 0;
}

.topMenuIcon.Athletics.highlight {
    background-position: -2625px 0;
}

.topMenuIcon.Winter_Sport.highlight {
    background-position: -2720px 0;
}

.topMenuIco.Squash.highlight {
    background-position: -2828px 0;
}

.topMenuIcon.SuperCombo.highlight {
    background-position: -2930px 0;
}

.bottomList {
    width: 100%;
    box-shadow: 0 2px 5px #555;
}

    .bottomList ul {
        width: 100%;
    }

        .bottomList ul li {
            height: 64px;
            line-height: 64px;
            background: url(../img/slideLine_2.png) top left no-repeat;
            text-align: center;
        }

            .bottomList ul li a {
                color: #FFF;
                font-size: 24px;
                width: 100%;
                height: 62px;
                overflow: hidden;
                text-align: left;
                padding-left: 5%;
                padding-right: 6%;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

                .bottomList ul li a span {
                    color: #FFF;
                    font-size: 30px;
                    float: right;
                }

            .bottomList ul li.highlight a {
                color: #FFF;
            }

    .bottomList .noline {
        background: 0;
    }

        .bottomList .noline.first {
            border-top: 0;
        }

    .bottomList .closeBtn {
        clear: both;
        width: 100%;
    }

        .bottomList .closeBtn a {
            display: block;
            float: right;
        }

.topNav {
    background-color: #555555;
    background: -webkit-linear-gradient(top,#555555 0,#555555 100%);
    background: -moz-linear-gradient(top,#555555 0,#555555 100%);
    background: -ms-linear-gradient(top,#555555 0,#555555 100%);
    background: -o-linear-gradient(top,#555555 0,#555555 100%);
    background: linear-gradient(to bottom,#555555 0,#555555 100%);
    height: 40px;
    width: 100%;
}

    .topNav.main {
        background-color: #555555;
        background: -webkit-linear-gradient(top,#555555 0,#555555 100%);
        background: -moz-linear-gradient(top,#555555 0,#555555 100%);
        background: -ms-linear-gradient(top,#555555 0,#555555 100%);
        background: -o-linear-gradient(top,#555555 0,#555555 100%);
        background: linear-gradient(to bottom,#555555 0,#555555 100%);
        text-align: center;
        font-size: 36px;
        text-shadow: 0 -2px 0 rgba(0,0,0,.8);
        color: #FFF;
        line-height: 78px;
        z-index: 3;
        top: 0;
    }

    .topNav.en {
        line-height: 24px;
        font-size: 22px;
    }

        .topNav.en li:nth-child(1) {
            width: 38%;
        }

        .topNav.en li:nth-child(2) {
            width: 20%;
        }

        .topNav.en li:nth-child(3) {
            width: 26%;
        }

    .topNav.zh {
        line-height: 24px;
        font-size: 22px;
    }

        .topNav.zh li:nth-child(1) {
            width: 42%;
        }

        .topNav.zh li:nth-child(2) {
            width: 20%;
        }

        .topNav.zh li:nth-child(3) {
            width: 26%;
        }

    .topNav.id {
        line-height: 24px;
        font-size: 20px;
    }

        .topNav.id li:nth-child(1) {
            width: 42%;
        }

        .topNav.id li:nth-child(2) {
            width: 12%;
        }

        .topNav.id li:nth-child(3) {
            width: 34%;
        }

    .topNav.th {
        line-height: 24px;
        font-size: 26px;
    }

        .topNav.th li:nth-child(1) {
            width: 48%;
        }

        .topNav.th li:nth-child(2) {
            width: 12%;
        }

        .topNav.th li:nth-child(3) {
            width: 28%;
        }

    .topNav.vi {
        line-height: 24px;
        font-size: 25px;
    }

        .topNav.vi li:nth-child(1) {
            width: 47%;
        }

        .topNav.vi li:nth-child(2) {
            width: 12%;
        }

        .topNav.vi li:nth-child(3) {
            width: 29%;
        }

    .topNav.ko {
        line-height: 24px;
        font-size: 25px;
    }

        .topNav.ko li:nth-child(1) {
            width: 47%;
        }

        .topNav.ko li:nth-child(2) {
            width: 12%;
        }

        .topNav.ko li:nth-child(3) {
            width: 29%;
        }

    .topNav.bsi {
        line-height: 24px;
        font-size: 22px;
    }

        .topNav.bsi li:nth-child(1) {
            width: 42%;
        }

        .topNav.bsi li:nth-child(2) {
            width: 20%;
        }

        .topNav.bsi li:nth-child(3) {
            width: 38%;
            border-right: 0;
        }

        .topNav.bsi li:last-child {
            width: 0;
            box-flex: 0;
            border: hidden;
        }

.signinBox {
    margin: 0 6px;
}

.signinInfo {
    display: inline-block;
}

.signinBtn {
    margin: 20px 0 0 5px;
    background: #3f5c98;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.signinLang {
    display: inline-block;
    margin-right: 5px;
}

    .signinLang .selectBG {
        width: 66px;
        height: 30px;
        background: url(../img/select_icon_lang.png) -770px -144px no-repeat;
    }

    .signinLang .lang {
        padding-right: 65px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        border: 0;
        color: #E6E6E6;
        font-weight: bolder;
    }

#logoInfo {
    width: 100%;
    background-color: #e4e5e5;
    background: -webkit-linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
    background: -moz-linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
    background: -o-linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
    background: -ms-linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
    background: -linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}

    #logoInfo h1 {
        width: 300px;
        margin: 0 auto;
        text-indent: -99999px;
        background: url(../img/imgAll.png) -490px -275px no-repeat;
        height: 78px;
    }

    #logoInfo .join {
        color: #3f5c98;
        font-size: 24px;
        font-weight: bolder;
        position: absolute;
        top: 96px;
        right: 30px;
        border: 1px solid #B4B4B4;
        background-color: #e4e5e5;
        background: -webkit-linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
        background: -moz-linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
        background: -o-linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
        background: -ms-linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
        background: -linear-gradient(90deg,#c0c7ca 0,#EEE 100%);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        padding: 5px 30px;
        box-shadow: 0 1px 2px rgba(0,0,0,.3);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.footerBsi {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding-top: 17px;
    text-align: center;
    background-color: #e4e5e5;
    box-shadow: 0 -1px 10px rgba(0,0,0,.3);
}

    .footerBsi button.old {
        width: 30%;
        padding: 6px 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 24px;
        font-weight: 100;
        font-family: Arial;
        color: #666;
        border-radius: 6px;
        border: 0;
        background-color: #eee;
        box-shadow: 0 1px 4px rgba(0,0,0,.3);
        margin: 3px auto;
        margin-right: 6px;
    }

#hdp {
    width: 26%;
}

.topList {
    width: 9%;
}

.topNav ul {
    width: 100%;
    height: 70px;
}

    .topNav ul li {
        text-align: center;
        border-right: 2px solid rgba(0,30,72,.4);
        border-left: 2px solid rgba(255,255,255,.2);
        float: left;
        height: 78px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.topMenu a .topMenuWrp {
    height: 70px;
}

.topMenu a .topMenuBox {
    display: inline-block;
    margin-top: 10px;
}

.topMenu a .topMenuTable {
    display: table;
    text-align: center;
}

.topMenu a .topMenuTableRow {
    display: table-row;
}

.topMenu a .topMenuIcon {
    height: 59px;
    width: 56px;
    display: table-cell;
}

.topMenu a .topMenuTitle {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.topMenu a .topMenuWrp .imgFix {
    width: 23%;
    height: 68px;
    overflow: hidden;
}

.topMenu a .topMenuWrp > div {
    float: left;
    overflow: hidden;
    text-align: left;
}

.topMenu a .topMenuWrp #wrap {
    width: 100%;
    height: 100%;
}

    .topMenu a .topMenuWrp #wrap #content {
        display: inline-block;
        width: 100%;
    }

.topMenu a .topMenuWrp div img {
    width: 100px;
}

.topNav ul li:first-child {
    border-left: 0;
}

.topOdds p {
    display: inline-block;
    color: #fff;
    background: #c80000;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 32px;
    margin: 0;
    border: 1px solid #394b8c;
    box-shadow: 1px 1px 0 rgba(255,255,255,.5),inset 1px 1px 2px rgba(0,0,0,.5);
}

.topNav ul li:last-child {
    border-right: 0;
    width: 12%;
    box-flex: 0;
    text-indent: -99999px;
}

    .topNav ul li:last-child a {
        width: 32px;
        height: 32px;
        margin-top: 26px;
        margin-left: 25px;
        background: url(../img/imgAll.png) -498px -144px no-repeat;
    }

.topNav ul li.active {
    background-color: #325494;
    background: -webkit-linear-gradient(top,#325494 0,#496eb2 100%);
    background: -moz-linear-gradient(top,#325494 0,#496eb2 100%);
    background: -ms-linear-gradient(top,#325494 0,#496eb2 100%);
    background: -o-linear-gradient(top,#325494 0,#496eb2 100%);
    background: linear-gradient(to bottom,#325494 0,#496eb2 100%);
}

.topNav ul li a {
    color: #FFF;
    display: block;
    height: 78px;
    vertical-align: middle;
    text-align: center;
    font-weight: bolder;
    width: 100%;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
}

.topNav ul .league a, .topNav ul .topOdds a, .topNav ul .topList a {
    line-height: 78px;
}

.topNav .button {
    line-height: 36px;
    text-align: center;
    font-size: 26px;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
    position: absolute;
    padding: 0 5px;
    font-family: Arial;
    color: #fff;
}

    .topNav .button > span {
        display: block;
        height: 38px;
        width: 38px;
        background-color: #b1d4f5;
        background: -webkit-linear-gradient(top,#b1d4f5 0,#9bc4ec 100%);
        background: -moz-linear-gradient(top,#b1d4f5 0,#9bc4ec 100%);
        background: -ms-linear-gradient(top,#b1d4f5 0,#9bc4ec 100%);
        background: -o-linear-gradient(top,#b1d4f5 0,#9bc4ec 100%);
        background: linear-gradient(to bottom,#b1d4f5 0,#9bc4ec 100%);
        position: absolute;
        left: -21px;
        top: 4px;
        -webkit-transform: rotate(45deg);
        -webkit-mask-image: -webkit-gradient(linear,left bottom,right top,from(#b1d4f5),color-stop(0.5,#b1d4f5),color-stop(0.5,transparent),to(transparent));
        border: 3px solid #466aa1;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

.topNav .back {
    display: block;
    left: 8px;
    top: 5px;
}

.topNav .remove, .topNav .home {
    display: block;
    right: 8px;
    top: 10px;
}

.topNav .remove_1 {
    float: left;
    width: 10px;
    height: 57px;
    background: url(../img/removeBtn_1.png) no-repeat;
}

.topNav .remove_2 {
    float: left;
    min-width: 80px;
    height: 57px;
    line-height: 57px;
    background: url(../img/removeBtn_bg.png) repeat-x;
}

.topNav .remove_3 {
    float: left;
    width: 10px;
    height: 57px;
    background: url(../img/removeBtn_2.png) no-repeat;
}

.topNav .home_1 {
    float: left;
    width: 10px;
    height: 57px;
    background: url(../img/removeBtn_1.png) no-repeat;
}

.topNav .home_2 {
    float: left;
    min-width: 66px;
    height: 57px;
    line-height: 57px;
    background: url(../img/removeBtn_bg.png) repeat-x;
}

.topNav .home_3 {
    float: left;
    width: 10px;
    height: 57px;
    background: url(../img/removeBtn_2.png) no-repeat;
}

.topNav .menu_1 {
    float: left;
    width: 10px;
    height: 57px;
    background: url(../img/removeBtn_1.png) no-repeat;
}

.topNav .menu_2 {
    float: left;
    top: 5px;
    min-width: 66px;
    height: 57px;
    line-height: 57px;
    background: url(../img/removeBtn_bg.png) repeat-x;
}

.topNav .menu_3 {
    float: left;
    width: 10px;
    height: 57px;
    background: url(../img/removeBtn_2.png) no-repeat;
}

.topNav .home_2 div {
    width: 33px;
    height: 33px;
    position: relative;
    left: 16px;
    top: 12px;
    background: url(../img/imgAll.png) -695px -140px no-repeat;
}

.topNav .menu_2 div {
    width: 33px;
    height: 33px;
    position: relative;
    left: 17px;
    top: 15px;
    background: url(../img/imgAll.png) -498px -144px no-repeat;
}

.topNav .backArrow {
    float: left;
    width: 21px;
    height: 57px;
    background: url(../img/backHomeArrow.png) no-repeat;
}

.topNav .backMain {
    float: left;
    min-width: 80px;
    height: 57px;
    line-height: 57px;
    background: url(../img/backHomeBg.png) repeat-x;
    font-weight: 700;
    cursor: pointer;
}

.topNav .backMain_2 {
    float: left;
    width: 5px;
    height: 57px;
    background: url(../img/backHomeBg_2.png) no-repeat;
    cursor: pointer;
}

.topNav .refresh {
    background: url(../img/imgAll.png) -96px -53px no-repeat;
    right: 10px;
    width: 80px;
    height: 58px;
    line-height: 56px;
    top: 10px;
    cursor: pointer;
}

.load {
    transform: scale(1);
    animation-timing-function: linear;
    animation: icon-animation 1s;
    animation-iteration-count: infinite;
    -webkit-animation: icon-animation 1s;
    -webkit-animation-timing-function: linear;
    -webkit-transform: scale(1);
    -webkit-animation-iteration-count: infinite;
}

.topNav .refresh a {
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 10px;
    margin-left: 18px;
    background: url(../img/imgAll.png) -347px -4px no-repeat;
    cursor: pointer;
}

.topNav h1 {
    text-align: center;
    line-height: 78px;
    font-size: 36px;
    text-shadow: 0 2px 0 rgba(0,0,0,.8);
    color: #FFF;
    font-family: Arial;
}

div.menu_sp {
    display: block;
    height: 75px;
    width: 128px;
    background-image: url(../img/sportSprite.png);
    background-position: 0;
    margin: 0 auto;
    margin-bottom: 6px;
}

div.topMenuIcon {
    background: url(../img/sportSprite_s.png) no-repeat;
    background-position: 0 6px;
}

.moreLeagues {
    border-top: 2px solid #9d9c9c;
    border-bottom: 2px solid #222222;
    width: 100%;
    height: 74px;
    text-align: center;
    padding-top: 22px;
    float: left;
    font-size: 24px;
    box-shadow: 0 2px 5px #555;
    background-color: #4c4c4c;
    background: -webkit-linear-gradient(90deg,#4c4c4c 0,#6f6f6f 100%);
    background: -moz-linear-gradient(90deg,#4c4c4c 0,#6f6f6f 100%);
    background: -o-linear-gradient(90deg,#4c4c4c 0,#6f6f6f 100%);
    background: -ms-linear-gradient(90deg,#4c4c4c 0,#6f6f6f 100%);
    background: -linear-gradient(90deg,#4c4c4c 0,#6f6f6f 100%);
    font-weight: 700;
}

    .moreLeagues a {
        position: relative;
        color: #FFF;
    }

        .moreLeagues a span {
            display: block;
            width: 12px;
            height: 12px;
            background: url(../img/imgAll.png)-594px -145px no-repeat;
            position: absolute;
            right: -19px;
            top: 9px;
        }

div.Soccer.highlight {
    background-position: 0 0;
}

div.WorldCup.highlight {
    background-position: 0 0;
}

div.Basketball.highlight {
    background-position: -123px 0;
}

div.Tennis.highlight {
    background-position: -253px 0;
}

div.Financial.highlight {
    background-position: -382px 0;
}

div.4D.highlight {
    background-position: -512px 0;
}

div.Keno.highlight {
    background-position: -640px 0;
}

div.Olympics.highlight {
    background-position: -771px 0;
}

div.US_Football.highlight {
    background-position: -899px 0;
}

div.Baseball.highlight {
    background-position: -1020px 0;
}

div.Ice_Hockey.highlight {
    background-position: -1155px 0;
}

div.Snooker.highlight {
    background-position: -1032px 0;
}

div.Rugby.highlight {
    background-position: -1408px 0;
}

div.Darts.highlight {
    background-position: -1538px 0;
}

div.Boxing.highlight {
    background-position: -1664px 0;
}

div.Formula_1.highlight {
    background-position: -1796px 0;
}

div.MotoGP.highlight {
    background-position: -1796px 0;
}

div.Golf.highlight {
    background-position: -1920px 0;
}

div.Futsal.highlight {
    background-position: -2048px 0;
}

div.Badminton.highlight {
    background-position: -2176px 0;
}

div.Water_Polo.highlight {
    background-position: -2304px 0;
}

div.Table_Tennis.highlight {
    background-position: -2432px 0;
}

div.Cricket.highlight {
    background-position: -2555px 0;
}

div.Volleyball.highlight {
    background-position: -2688px 0;
}

div.HandBall.highlight {
    background-position: -2816px 0;
}

div.Cycling.highlight {
    background-position: -2944px 0;
}

div.Beach_Soccer.highlight {
    background-position: -3205px 0;
}

div.Miss_World.highlight {
    background-position: -3328px 0;
}

div.Athletics.highlight {
    background-position: -3456px 0;
}

div.Winter_Sport.highlight {
    background-position: -3586px 0;
}

div.Squash.highlight {
    background-position: -3724px 0;
}

div.SuperCombo.highlight {
    background-position: -3842px 0;
}

div.Soccer {
    background-position: 0 0;
}

div.WorldCup {
    background-position: 0 0;
}

div.Basketball {
    background-position: -123px 0;
}

div.Tennis {
    background-position: -253px 0;
}

div.Financial {
    background-position: -382px 0;
}

div.4D {
    background-position: -512px 0;
}

div.Keno {
    background-position: -640px 0;
}

div.Olympics {
    background-position: -771px 0;
}

div.US_Football {
    background-position: -899px 0;
}

div.Baseball {
    background-position: -1020px 0;
}

div.Ice_Hockey {
    background-position: -1155px 0;
}

div.Snooker {
    background-position: -1287px 0;
}

div.Rugby {
    background-position: -1408px 0;
}

div.Darts {
    background-position: -1538px 0;
}

div.Boxing {
    background-position: -1664px 0;
}

div.Formula_1 {
    background-position: -1796px 0;
}

div.MotoGP {
    background-position: -1796px 0;
}

div.Golf {
    background-position: -1920px 0;
}

div.Futsal {
    background-position: -2048px 0;
}

div.Badminton {
    background-position: -2176px 0;
}

div.Water_Polo {
    background-position: -2304px 0;
}

div.Table_Tennis {
    background-position: -2432px 0;
}

div.Cricket {
    background-position: -2555px 0;
}

div.Volleyball {
    background-position: -2688px 0;
}

div.HandBall {
    background-position: -2816px 0;
}

div.Cycling {
    background-position: -2944px 0;
}

div.Beach_Soccer {
    background-position: -3205px 0;
}

div.Miss_World {
    background-position: -3328px 0;
}

div.Athletics {
    background-position: -3456px 0;
}

div.Winter_Sport {
    background-position: -3586px 0;
}

div.Squash {
    background-position: -3724px 0;
}

div.SuperCombo {
    background-position: -3842px 0;
}

div.Others {
    background-position: 0 0;
}

div.myBetsSp1 {
    background-position: -25px 0;
}

div.myBetsSp2 {
    background-position: -121px 2px;
}

div.myBetsSp3 {
    background-position: -225px -6px;
}

div.myBetsSp4 {
    background-position: -320px -5px;
}

div.myBetsSp5 {
    background-position: -423px -2px;
}

div.myBetsSp6 {
    background-position: -522px -3px;
}

div.myBetsSp7 {
    background-position: -624px -3px;
}

div.myBetsSp8 {
    background-position: -726px 0;
}

div.myBetsSp9 {
    background-position: -821px -2px;
}

div.myBetsSp10 {
    background-position: -920px 0;
}

div.myBetsSp11 {
    background-position: -1026px -3px;
}

div.myBetsSp12 {
    background-position: -1122px -3px;
}

div.myBetsSp13 {
    background-position: -1218px -1px;
}

div.myBetsSp14 {
    background-position: -1320px -1px;
}

div.myBetsSp15 {
    background-position: -1423px -3px;
}

div.myBetsSp16 {
    background-position: -1520px 0;
}

div.myBetsSp17 {
    background-position: -1618px -1px;
}

div.myBetsSp18 {
    background-position: -1720px -1px;
}

div.myBetsSp19 {
    background-position: -1818px 0;
}

div.myBetsSp20 {
    background-position: -1919px 0;
}

div.myBetsSp21 {
    background-position: -2020px -3px;
}

div.myBetsSp22 {
    background-position: -2121px -3px;
}

div.myBetsSp23 {
    background-position: -2219px -4px;
}

div.myBetsSp24 {
    background-position: -2325px -2px;
}

div.myBetsSp25 {
    background-position: -2418px -3px;
}

div.myBetsSp26 {
    background-position: -2520px -2px;
}

div.myBetsSp27 {
    background-position: -2615px -3px;
}

div.myBetsSp28 {
    background-position: -2717px -3px;
}

div.myBetsSp29 {
    background-position: -2822px 0;
}

div.myBetsSp30 {
    background-position: -2921px -2px;
}

div.myBetsSp31 {
    background-position: -3020px -3px;
}

#quickinfo {
    width: 100%;
    background: url(../img/bg_parlayitem.png);
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 10;
    border-top: 4px solid #696969;
    border-bottom: 2px solid #696969;
}

.quickinfo_1 {
    margin: 0 auto;
    width: 100%;
}

#quickinfo .quickbet, #quickinfo .early {
    display: inline-block;
    height: 70px;
    margin: 11px 20px 0 20px;
    border: 2px solid #696969;
    background: rgba(27,27,27,.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#quickinfo div p {
    margin: 0;
    font-size: 24px;
    line-height: 65px;
    color: #ff4949;
    display: inline-block;
    font-weight: 700;
}

/* Changed */
#parlayInfo {
    width: 100%;
    /*background: url(../img/bg_parlayinfo.png?20220713);*/
    background-size: 1px 1px;
    height: 50px;
    text-align: center;
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, .5);*/
    position: relative;
    /*z-index: 10;*/
    top: 55px;
}

.parlayInfo_1 {
    margin: 0 auto;
    width: 100%;
}

#parlayInfo .parlay, #parlayInfo .waiting {
    display: inline-block;
    border: 2px solid #fff;
    background: rgba(0,0,0,.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 15px 0 0;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#parlayInfo div p {
    margin: 0;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
    font-weight: 700;
}

#parlayInfo div mark {
    display: inline-block;
    background: #c80000;
    line-height: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    font-size: 22px;
    color: #fff;
    border: 1px solid #000;
    box-shadow: 1px 1px 3px rgba(0,0,0,.8);
    font-weight: bolder;
    font-family: Arial;
    letter-spacing: -1px;
    min-width: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
}

#parlayInfo div.waiting mark {
    background: #31b3e4;
}

#parlayInfo div span {
    display: inline-block;
    background: #F30;
    line-height: 32px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    font-size: 22px;
    color: #fff;
    margin-left: 0;
    border: 1px solid #000;
    box-shadow: 1px 1px 3px rgba(0,0,0,.8);
    font-weight: bolder;
    font-family: Arial;
    letter-spacing: -1px;
    min-width: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
}

/*parlay*/

.parlay-inner-layer{
    padding: 10px;
    background-color: #efefef;
}

.parlay-inner-layer .bet-slip-inner{
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}

.parlay-inner-layer .bet-details{
    margin: 0px -10px -10px -10px;
}

.score_1 {
    padding-left: 10px;
}

.wrapperAll {
    background: url(../img/bg_parlayarea.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

#mainWrapper {
    float: left;
    width: 100%;
}

.mainWrapper.hasParlay {
    margin-top: 135px;
}

#mainWrapper2 {
    position: relative;
    margin-top: 78px;
}

    #mainWrapper2 > div {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    #mainWrapper2 > .switchTab {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    #mainWrapper2 > .block {
        float: none;
        width: 95%;
        margin: 0 auto 30px;
    }

.alertBox {
    position: absolute;
    z-index: 100;
    top: 293px;
    color: #999;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

    .alertBox.parlay {
        top: 650px;
    }

    .alertBox > div {
        width: 80%;
        margin: 0 auto;
    }

.minHeight {
    min-height: 900px
}

.contentH1s {
    background-color: #373737;
    min-height: 30px;
    border-top: 1px solid #6c7381;
    border-bottom: 1px solid #222222;
    font-size: 22px;
    color: #fbed07;
    line-height: 42px;
    padding: 6px 5px 5px 15px;
    font-family: Arial;
    text-align: center;
}

.contentH1_withSportIcon {
    text-align: left;
    margin: 0px;
    height: 40px;
    padding-top: 0px;
    white-space: nowrap;
}

.category_score {
    color: #F77;
}

.contentH2 span:nth-child(2) {
    margin-left: 10px;
}

.mainContent .article .scoreBoard {
    position: relative;
    background: #e4eefd;
    /*box-shadow: -10px 0 20px rgba(0, 0, 0, 0.3) inset;*/
    /* border-top: solid rgba(255,255,255,.1); */
    height: 45px;
    overflow: hidden;
    display: flex;
}

.scoreBoard_live {
    background: #FBE7DE !important;
}

.mainContent .article .scoreBoard > div h2 {
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 5px 0 0 10px;
    text-shadow: 0 -1px 0 #000;
}

.mainContent .article .scoreBoard .redCard {
    padding-top: 0px;
}

.redCard span {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: red;
    margin-right: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 2px #000;
}

.w4 {
    width: 11.5%;
}

.mainContent .article .scoreBoard .left {
    height: 100%;
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.title_wrap_L {
}

.title_wrap_R {
    padding-right: 5px;
}

.title_cell {
    font-size: 0.75rem;
    color: #FFF;
    font-weight: 700;
    line-height: 40px;
    overflow: hidden;
}

.title_wrap_L .title_content {
    text-align: right;
    padding-right: 10px;
    color: #061d52;
}

.title_wrap_R .title_content {
    text-align: left;
    padding-left: 10px;
    color: #061d52;
}

    .title_wrap_L .title_content.hot, .title_wrap_R .title_content.hot {
        color: #b53f39;
    }

.redCard {
    background-image: url("../images/red.png");
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    height: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 15px;
}

.mainContent .article .scoreBoard .left a {
    display: block;
    height: 39px;
    height: 100%;
    background: #2c2c2c;
    box-shadow: inset -10px 0 20px rgba(0,0,0,.3);
    width: 85px;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

    .mainContent .article .scoreBoard .left a > div {
        height: 60px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
        width: 100%;
    }

        .mainContent .article .scoreBoard .left a > div .img {
            border-bottom: 1px solid #000;
            width: 40px;
            height: 22px;
            margin-left: 18px;
            background: url(../img/imgAll.png) -101px -1px no-repeat;
            box-shadow: 0 1px 0 rgba(255,255,255,.1);
        }

            .mainContent .article .scoreBoard .left a > div .img.hasStats {
                background: url(../img/imgAll.png) -152px -1px no-repeat;
            }

    .mainContent .article .scoreBoard .left a .block {
        display: block;
        width: 100%;
        height: 22px;
        margin: 0 auto;
        line-height: 22px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-weight: bolder;
        font-family: Arial;
        border-bottom: 1px solid #000;
        box-shadow: 0 1px 0 rgba(255,255,255,.1);
    }

    .mainContent .article .scoreBoard .left a .live {
        box-shadow: inset 1px 1px 0 rgba(255,255,255,.3),0 1px 0 #000;
        line-height: 22px;
        -webkit-text-stroke: .1px rgba(0,0,0,.2);
        -moz-text-stroke: .1px rgba(0,0,0,.2);
        -ms-text-stroke: .1px rgba(0,0,0,.2);
    }

    .mainContent .article .scoreBoard .left a .redLive {
        background: #c80000;
    }

    .mainContent .article .scoreBoard .left a .blueLive {
        background: #439ecf;
    }

    .mainContent .article .scoreBoard .left a .live {
        background: #c80000;
        font-style: italic;
    }

    .mainContent .article .scoreBoard .left a .timeout {
        background: #0062c5;
    }

    .mainContent .article .scoreBoard .left a .time {
        display: inline-block;
        color: #dcdcdc;
        text-shadow: 0 -1px 0 rgba(0,0,0,.8);
        font-family: Arial;
        font-size: 15px;
        padding-left: 2px;
    }

    .mainContent .article .scoreBoard .left a .timer {
        display: inline-block;
        color: #dcdcdc;
        text-shadow: 0 -1px 0 rgba(0,0,0,.8);
        font-family: Arial;
        padding: 2px 2px 0 5px;
    }

.mainContent .article .scoreBoard .right {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

    .mainContent .article .scoreBoard .right a {
        display: block;
        height: 39px;
        background: #2c2c2c;
        box-shadow: inset 10px 0 20px rgba(0,0,0,.3);
        width: 35px;
        height: 100%;
        vertical-align: top;
        float: right;
        font-size: 20px;
        color: #a3c7f0;
        text-shadow: 0 1px 0 rgba(0,0,0,.8);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
    }

.scoreBoard .right .eventRefresh div.refresh {
    transform: scale(1);
    animation-timing-function: linear;
    animation: icon-animation 1s;
    animation-iteration-count: infinite;
    -webkit-animation: icon-animation 1s;
    -webkit-animation-timing-function: linear;
    -webkit-transform: scale(1);
    -webkit-animation-iteration-count: infinite;
}

.scoreBoard .right a > div {
    width: 39px;
    height: 39px;
    background: url(../img/imgAll.png) -3px -1px no-repeat;
    margin-left: 20px;
    margin-top: 24px;
}

.orLabel {
    width: 100%;
}

.orRefresh {
    width: 75px;
    background: #09090A;
}

    .orRefresh div {
        width: 39px;
        height: 39px;
        background: url(../img/imgAll.png) -3px -1px no-repeat;
        margin-left: 18px;
    }

.refresh .scoreBoard .right a > div, .refresh .orRefresh div {
    transform: scale(1);
    animation-timing-function: linear;
    animation: icon-animation 1s;
    animation-iteration-count: infinite;
    -webkit-animation: icon-animation 1s;
    -webkit-animation-timing-function: linear;
    -webkit-transform: scale(1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation: icon-animation 1s;
    -moz-animation-timing-function: linear;
    -moz-transform: scale(1);
    -moz-animation-iteration-count: infinite;
    -o-animation: icon-animation 1s;
    -o-animation-timing-function: linear;
    -o-transform: scale(1);
    -o-animation-iteration-count: infinite;
    -ms-animation: icon-animation 1s;
    -ms-animation-timing-function: linear;
    -ms-transform: scale(1);
    -ms-animation-iteration-count: infinite;
}

.mainContent .article .scoreBoard .score {
    padding: 1px 2.5px 0;
    color: #b53f39;
    text-align: center;
    font-size: 11px;
    float: left;
    line-height: 20px;
    height: 45px;
    overflow: hidden;
    font-weight: 700;
    width: 100%;
    font-size: 1rem;
}

    .mainContent .article .scoreBoard .score span {
        padding: 1px;
    }

.parlayArea {
    width: 100%;
    /*z-index: 11;*/
    background: white;
}

    .parlayArea .underLine {
        width: 100%;
        position: relative;
        z-index: 11;
        background-color: #f1d5ce;
    }

.live {
    background-color: #FEF5F2;
    height: 100%;
}

.row.minBg.live, .minBg.live {
    background: #FFEFE8;
}


.parlayArea .header {
    display: -webkit-box;
    display: box;
    -webkit-box-align: stretch;
    -webkit-box-orient: horizontal;
    -moz-box-align: stretch;
    -ms-box-orient: horizontal;
    -moz-box-align: stretch;
    -ms-box-orient: horizontal;
}

    .parlayArea .header h3 {
        -webkit-box-flex: 1;
        box-flex: 1;
        color: #6e6e6e;
        text-align: center;
        padding: 5px 0;
        width: 33%;
    }

        .parlayArea .header h3:nth-child(2) {
            background: rgba(65,65,65,.08);
            width: 34%;
        }

/* Changed */
.row {
    width: 40%;
    float: left;

    /* new */
    --bs-gutter-x:0;
}
    .row.market {
        width: 98%;
        float: none;
        margin: 0 auto;
    }

        .minBg, .row.minBg, .row.market.oetg .oetgSubRight {
            background-color: #f6f6f6;
        }

.parlayArea.outright #wrap {
    float: left;
    width: 100%;
    height: 86px;
    width: 75%;
}

.outrightList {
    border-top: #FFF solid 1px;
    border-bottom: rgba(65,65,65,.2) solid 1px;
}

.parlayArea.outright .outrightList .column {
    width: 25%;
    margin-right: 0;
    padding: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(65,65,65,.08);
}

    .parlayArea.outright .outrightList .column .dataBox, .parlayArea.outright .outrightList .column .dataBox p {
        margin: 0;
        color: #5e526b;
    }

        .parlayArea.outright .outrightList .column .dataBox a {
            font-size: 24px;
            font-weight: 700;
        }

.parlayArea.outright #wrap #content {
    font-size: 20px;
    padding: 10px 0 10px 3%;
    color: #555;
}

/* Changed */
.column {
/*    padding-top: 9px;
    padding-bottom: 9px;*/
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    width: 80%;
    float: left;
    margin-right: 2.5%;
}

.row.kickOff {
    width: 98%;
    float: none;
    margin: 0 auto;
}

    .row.kickOff .column {
        width: 49%;
        padding-right: .5%;
        padding-left: .5%;
        margin: 0;
    }

.row.market .column {
    width: 11%;
    padding-right: .5%;
    padding-left: .5%;
    margin: 0;
}

.row.market.cs .column {
    width: 16.5%;
}

.row.market.oetg {
    width: 100%;
}

    .row.market.oetg .column {
        padding-right: 1%;
        padding-left: 0;
        margin: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .row.market.oetg .oetgSubRight .column {
        width: 25%;
    }

        .row.market.oetg .oetgSubRight .column.last {
            padding-right: 0;
        }

    .row.market.oetg .oetgSubLeft .column {
        padding-right: 2%;
        width: 50%;
    }

    .row.market.oetg .oetgSubLeft {
        padding-left: 1%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        float: left;
        width: 33.2%;
    }

    .row.market.oetg .oetgSubRight {
        padding-right: 1%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        float: left;
        width: 66.7%;
    }

.row.market.fglg .column {
    width: 30%;
    padding-right: 1%;
    padding-left: 3%;
    margin: 0;
}

.row.market.dc1x2 .column {
    width: 29%;
    padding-left: 3%;
    margin: 0;
}

.row.market.dc .column {
    width: 32.2%;
}

.row.market.model_3 .column {
    width: 33%;
}

.row.market.model_2 .column {
    width: 49%;
}

.row.market.model_4 .column {
    width: 24.5%;
}

    .row.market.model_4 .column.table {
        padding-bottom: 0;
        width: 100%;
    }

.row.market.model_3 .column.table {
    padding-bottom: 0;
    width: 100%;
}

.row.market.model_2 .column.table {
    padding-bottom: 0;
    width: 100%;
}

.row.market.model_4 tr td {
    padding-left: 4px;
    padding-right: 4px;
    width: 24%;
}

.row.market.model_3 tr td {
    padding-left: 4px;
    padding-right: 4px;
    width: 33%;
}

.row.market.model_2 tr td {
    padding-left: 4px;
    padding-right: 4px;
    width: 48%;
}

/* Changed */
.column .dataBox {
    display: inline-block;
    /* width:100%; */
    width: 99%;
    text-align: center;
    /*height: 70px;*/
    height: 35px;
    position: relative;
    border-radius: 4px;
    /*border-radius: 2px;*/

    background-color: #f5f5f5;
    background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: linear-gradient(to bottom,#f5f5f5 0,#FFF 100%);
    /*margin-bottom: 12px;*/
    margin-bottom: 6px;
}

.row.market .column .dataBox a p {
    color: #5a5064;
}

/* Changed */
.column .dataTitle {
    text-align: center;
    /*font-size: 20px;*/
    font-size: 20px;
    font-weight: 700;
    /*color: #fff;*/
    color: #6e6e6e;
    line-height: 18px;
    margin-bottom: 4px;
    /*margin-bottom: 4px;*/
    /* new */
    width: 90%;
}

    .column .dataTitle.gray {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #777777;
        line-height: 18px;
        margin-bottom: 4px;
    }

.column .dataBox.highLight a {
    -webkit-animation: highLight .7s linear .7s infinite alternate;
    -moz-animation: highLight .7s linear .7s infinite alternate;
    -ms-animation: highLight .7s linear .7s infinite alternate;
}


.column .dataBox a {
    height: 70px;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 4px;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #e1e7f1;
    justify-content: center;
}

/* Changed */
.column .list {
    /*height:70px;*/
    height: 35px;
    padding-top: 0;
    position: relative;
    z-index: 11;
}

.row .grayBg {
    background: rgba(65,65,65,.08);
}

/* Changed */
.mainContent h3 {
    /*color:black;*/
    color: #777;
    text-align: center;
    height: 30px;
    /*line-height: 30px;*/
    line-height: 15px;
    width: 40%;
    float: left;
    padding-top: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*new*/
    min-height: 20px;
    padding-top: 3.5px;
    display: inline-flex;
    margin: 0;
}

.row.market.fglg .column h3 {
    width: 100%;
}

    .row.market.fglg .column h3:nth-child(3) {
        margin-left: 1%;
        width: 28%;
    }

.row.market.dc1x2 .column h3 {
    width: 100%;
}

/* Changed */
.mainContent h3 p {
    margin: 0;
    float: left;
    width: 41%;
    text-align: center;
    /*font-size:20px;*/
    font-size: 10px;
}

.mainContent h3 .first {
    margin: 0 0 0 30%;
}

.lastColumn {
    height: 48px;
    line-height: 48px;
}

.row .column.left {
    width: 11%;
    margin-right: 2%;
}

.row.market .column.left {
    width: 20px;
}

.row.market.fglg .column.left {
    padding-left: .5%;
    width: 18px;
    margin-top: 28px;
    height: 100%;
}

.row.market.dc1x2 .column.left {
    padding-left: .5%;
    margin-top: 28px;
}

.row .column.left b:nth-child(2), .row .column.left b:nth-child(3) {
    margin-top: 21px;
}

.row.market.dc1x2 .column.left.third, .row.market.dc1x2 .column.left.third b {
    margin-right: 4px;
}

/* Changed */
.row .column b {
    /*font-size:20px;*/
    font-size: 10px;
    /*color: black;*/
    color: #777;
    /*padding: 4px;*/
    padding: 2px;
    display: block;
    /*margin: 24px 2px 0 5px;*/
    margin: 7px 1px 12px 2.5px;
    font-family: Arial;
    text-align: center;
}

/* Changed */
.row .column .list .dataBox {
    float: left;
    display: inline-block;
    width: 45%;
    text-align: center;
    /*height:64px;*/
    height: 32px;
    position: relative;
    /*margin:0 8px 5px 0;*/
    margin: 0 4px 2.5px 0;
    /*border-radius:4px;*/
    border-radius: 2px;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: linear-gradient(to bottom,#f5f5f5 0,#FFF 100%);
}

.row .column .dataBox.nonDisplay {
    float: left;
    background: 0;
}

/* Changed */
.row .column .dataBox a {
    height: 2.5rem;
    display: block;
    text-shadow: none;
    border-radius: 4px;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #e1e7f1;
    justify-content: center;
    /* new */
    overflow: hidden;
}

.a_live {
    background-color: #F6DFD8 !important;
}

.a_mm {
    background-color: #CFECE1 !important;
}

/* Changed */
.row .column .dataBox.select a {
    /*background-color: #e1e7f1;*/
    /*new*/
    background-color: #a8d0fb;
    background: -webkit-linear-gradient(#a0c5ee 10%, #a8d0fb 60%);
    background: -moz-linear-gradient(#a0c5ee 10%, #a8d0fb 60%);
    background: -o-linear-gradient(#a0c5ee 10%, #a8d0fb 60%);
    background: -ms-linear-gradient(#a0c5ee 10%, #a8d0fb 60%);
}

/* Changed */
.row.market.fglg .column.goal .dataBox {
    /*height: 138px;*/
    height: 69px;
}

    .row.market.fglg .column.goal .dataBox a {
        /*height: 151px;*/
        height: 75px;
        /*line-height: 60px;*/
        line-height: 120px;
    }

.dataBox .arrowUp, .dataBox .arrowDown {
    position: absolute;
}

/* Changed */
.dataBox .arrowUp {
    right: 0;
    top: 0;
    /*width:17px;*/
    width: 10px;
    /*height: 17px;*/
    height: 15px;
    background: url(../img/imgAll.png) -443px -54px no-repeat;
    /*new*/
    background-size: 512px 240px;
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
}

/* Changed */
.dataBox .arrowDown {
    right: 0;
    /*top: 57px;*/
    top: 20.5px;
    /*width: 17px;*/
    width: 10px;
    height: 17px;
    background: url(../img/imgAll.png) -407px -54px no-repeat;
    /*new*/
    background-size: 512px 240px;
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
}

.outrightList .dataBox .arrowDown {
    /*top:54px;*/
    top: 19px;
}

.row .column .dataBox span {
    display: block;
	color: #000;
    line-height: 1.1rem;
    font-weight: 500;
    font-size: 0.8rem;
    min-height: 0.9rem;
    width: 100%;
}

/* Changed */
.row .column .dataBox .negative_span {
    /*height:5px;*/
    height: 2px;
}

.HDPSpan {
    background-color: #c4d1e4;
}


.HDPSpan_live {
    background-color: #F4D1C5;
}

.HDPSpan_mm {
    background-color: #BEE1D4;
}

.row .column .dataBox p {
    width: 100%;
    margin: 0;
    padding: 0;
	font-weight: 600;
    line-height: 1.3rem;
    min-height: 1.3rem;
    font-size: 16px;
    color: #2c2c2c;
    vertical-align: middle;
    letter-spacing: -1px;
    
}

.row .column .dataBox a.negative p {
    color: #ab160a;
}

.row .column .dataBox p.negative {
    color: #ab160a;
}

/* Changed */
.row .column:nth-child(3) .list ul li a p {
    /*line-height:50px;*/
    line-height: 25px;
}

/* Changed */
.row .indexRefresh {
    /*height:64px;*/
    height: 32px;
    width: 78%;
    /*border-radius:4px;*/
    border-radius: 2px;
    position: relative;
    /*margin:88px auto 30px;*/
    margin: 44px auto 15px;
}
/* Changed - new class*/
.row p.indexRefresh_1 {
    color: #FFF;
    line-height: 34px;
    height: 38px;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding-top: 3px;
    background-color: #789fd6;
    background: -webkit-linear-gradient(bottom, #46699d 0, #79a0d7 100%);
    background: -moz-linear-gradient(bottom, #46699d 0, #79a0d7 100%);
    background: -o-linear-gradient(bottom, #46699d 0, #79a0d7 100%);
    background: -ms-linear-gradient(bottom, #46699d 0, #79a0d7 100%);
    background: linear-gradient(bottom, #46699d 0, #79a0d7 100%);
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #CCC;
    text-align: center;
}

/* Changed */
.row a.indexRefresh_1 {
    color: #FFF;
    /*line-height:68px;
      height:76px;*/
    line-height: 68px;
    height: 76px;
    display: block;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding-top: 6px;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding-top: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*background-color: #196a95;*/
    background-color: #789fd6;
    background: -webkit-linear-gradient(bottom,#196a95 0,#32b6e8 100%);
    background: -moz-linear-gradient(bottom,#196a95 0,#32b6e8 100%);
    background: -o-linear-gradient(bottom,#196a95 0,#32b6e8 100%);
    background: -ms-linear-gradient(bottom,#196a95 0,#32b6e8 100%);
    background: linear-gradient(bottom,#196a95 0,#32b6e8 100%);
    /*font-size: 24px;
    font-weight: 700;
    border: #4c4c4c solid 1px;*/
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #CCC;
    text-align: center;
}

/* Changed */
.row .column .list ul li a.indexRefresh_1 span.small {
    font-weight: 700;
    color: #FFF;
    /*font-size:16px;*/
    font-size: 8px;
    display: inline;
}
/* Changed */
.row .indexRefresh .leftIcon {
    position: absolute;
    left: 28%;
    /*top: 31px;
    width: 21px;
    height: 21px;*/
    left: 28%;
    top: 15.5px;
    width: 10px;
    height: 10px;
    background: url(../img/indexPlus.png);
    /*new*/
    background-size: 10.5px 10.5px;
}

    /* Changed */
    .row .indexRefresh .leftIcon.indexNegative {
        background: url(../img/indexNegative.png);
        /*new*/
        background-size: 10.5px 10.5px;
    }

.msgborder_2 {
    width: 32px;
    height: 21px;
    position: absolute;
    top: -17px;
    z-index: 10002;
    left: 50px;
}

#menu01 {
    width: 80%;
    height: 440px;
}

/* Changed */
.sportNav {
    width: 100%;
    /*background: #2a2a2a;*/
    background: #E8EFF5;
}

    .sportNav .categoryAll {
        height: 440px;
        width: 100%;
        overflow: scroll;
    }

#menu01 .msgborder {
    left: 50px;
}

#menu01 .category {
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid #000;
    position: relative;
}

    #menu01 .category .major {
        width: 100px;
        height: 108px;
        display: inline-block;
        background: url(../img/bg_menu_major.png);
        float: left;
        text-align: center;
    }

        #menu01 .category .major .img {
            width: 30px;
            height: 26px;
            margin: 20px auto 10px;
        }

        /* Changed */
        #menu01 .category .major p {
            /*font-size:18px;*/
            font-size: 14px;
            color: #fff;
            text-shadow: 0 1px 0 #000;
            margin: 0 0 5px;
        }

        #menu01 .category .major span {
            color: #69f;
            text-shadow: 0 1px 0 #000;
        }

    #menu01 .category .itemlist {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
    }

        #menu01 .category .itemlist ul li {
            float: left;
            text-align: center;
            width: 100px;
            padding: 0 5px;
            height: 108px;
            position: relative;
        }

            #menu01 .category .itemlist ul li.active a {
                border: 3px solid #69f;
            }

            #menu01 .category .itemlist ul li a {
                display: block;
                width: 94%;
                height: 90px;
                color: #fff;
                padding: 0 5px;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                position: absolute;
                left: 7px;
                top: 6px;
            }

                #menu01 .category .itemlist ul li a p {
                    margin: 0;
                }

                #menu01 .category .itemlist ul li a span {
                    color: #69f;
                }

            #menu01 .category .itemlist ul li .img {
                width: 45px;
                height: 45px;
                margin: 0 auto 5px;
            }

.leagueNav {
    width: 100%;
    position: relative;
}

#leagueMenu .msgborder {
    left: 25%;
}

.leagueList {
    float: left;
    width: 100%;
    box-shadow: 0 2px 5px #555;
    padding-top: 28px;
}

/* Changed */
#leagueMenu .leagueList ul {
    /*width: 100%;*/
    width: 95%;
    height: 100%;
}

    /* Changed */
    #leagueMenu .leagueList ul li {
        width: 100%;

        /* new */
        /*background-color: #666;*/
        background-color: #fff;
        border-bottom: 1px solid #757575;
        border-top: 0 none;
        box-sizing: border-box;
        /*color: #ddd;*/
        color: #0f4f8c;
        display: flex;
        font-size: 13px;
        overflow: hidden;
        padding-left: 11px;
        width: 100%;
    }

        /* Changed */
        #leagueMenu .leagueList ul li a {
            display: block;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            /*font-size:24px;*/
            font-size: 14px;
            font-family: Arial;
            color: #FFF;
        }

.leagueList .name {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
    color: #dcdcdc;
    text-shadow: 0 1px 0 #000;
    height: 60px;
}

    .leagueList .name .cell {
        display: table-cell;
        vertical-align: middle;
        width: 84%;
    }

        /* Changed */
        .leagueList .name .cell .inner {
            float: left;
            /*font-size:30px;*/
            font-size: 14px;
            line-height: 1.1;
            font-family: Arial;
            color: #dcdcdc;
            text-shadow: 0 1px 0 #000;
            margin-left: 10px;
            line-height: 28px;
            padding-top: 10px;
        }

.leagueList .set {
    margin-right: 30px;
    margin-top: 8px;
    float: right;
}

#leagueMenu .leagueList ul li.active a {
    border: 3px solid #69f;
}

.leagueNavBottom {
    height: 104px;
    width: 100%;
    background: #0c5678;
    position: fixed;
    bottom: 0;
}

/* Changed */
.leagueNavTop {
    /*font-size: 30px;*/
    font-size: 14px;
    min-height: 40px;
    width: 100%;
    background: url(../img/leagueNavBottomBg.jpg) repeat-x;
    line-height: 1.1;
    overflow: hidden;
    font-family: Arial;
    color: #dcdcdc;
    text-shadow: 0 1px 0 #000;
    float: left;
    border-top: #001b28 solid 2px;
}

    .leagueNavTop .name {
        min-height: 90px;
        width: 100%;
        background: #002e43;
    }

    .leagueNavTop .set {
        float: right;
        margin-top: 20px;
        margin-right: 30px;
    }

    .leagueNavTop .cell {
        float: left;
        width: 84%;
        margin: 30px 0 10px 30px;
        overflow: hidden;
    }

.leagueNavBottom .leagueNavBottom_1 {
    width: 158px;
    margin: 0 auto;
    padding-top: 21px;
}

/* Changed */
.leagueNavBottom .leagueSubmit {
    width: 170px;
    height: 64px;
    /*font-size: 26px;*/
    font-size: 14px;
    color: #023047;
    font-weight: bolder;
    background: #FFF;
    border-radius: 10px;
}

.leagueNavBottom .closeBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 18px;
    top: 34px;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

    .overlay.earlyMarket {
        z-index: 999;
    }

    .overlay.mixparlayList {
        z-index: 10003;
    }

.delete .delBtn {
    display: none;
}

.parlayDialog {
    background: url(../img/bg_bet.png);
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
    border-top: 2px solid #144d67;
    box-shadow: 0 2px 5px #555;
}

    .parlayDialog.betList {
        float: none;
        position: inherit;
    }

.positionFix {
    position: inherit;
    width: 100%;
}

.parlayDialog p {
    margin: 0;
}

/* Changed */
.parlayDialog .infoHeader {
    width: 100%;
    background: #003e5a;
    /*box-shadow: 0 2px 10px #000;*/
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
    position: relative;
    z-index: 10;
    /* new */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    color: #ddd;
    font-family: "Helvetica Neue",Helvetica,"Segoe UI",Roboto,"Droid Sans",Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
}

    .parlayDialog .infoHeader .info {
        height: 70px;
        width: 100%;
        float: left;
        padding: 10px 0 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        /* new */
        background: white none repeat scroll 0 0;
        display: flex;
    }

        .parlayDialog .infoHeader .info .text {
            /*width:84%;*/
            width: 80%;
            height: 70px;
            padding-left: 25px;
            background: #001f2d;
            display: inline-block;
            vertical-align: top;
            background: url(../img/barBg.jpg) repeat-x;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            /* new */
            color: #545454;
            font-size: 15px;
            overflow: hidden;
            overflow-wrap: break-word;
            text-align: unset;
            position: unset;
            padding: unset;
        }

            .parlayDialog .infoHeader .info .text > p {
                color: #dcdcdc;
                text-shadow: 0 1px 0 #000;
                display: inline-block;
                font-family: Arial;
                margin-top: 18px;
                /*new*/
                padding: 12px 4px;
            }

            .parlayDialog .infoHeader .info .text .name {
                width: 80%;
                margin-top: 8px;
                height: 49px;
                display: table;
                float: left;
                color: #dcdcdc;
                text-shadow: 0 1px 0 #000;
                font-weight: 700;
            }

                .parlayDialog .infoHeader .info .text .name .cell {
                    display: table-cell;
                    vertical-align: middle;
                    /*new*/
                    color: #dcdcdc;
                    display: table;
                    float: left;
                    padding: 14px 7px;
                    width: 80%;
                }

                    .parlayDialog .infoHeader .info .text .name .cell .inner {
                        /*font-size:24px;*/
                        font-size: 14px;
                        line-height: 1.1;
                        overflow: hidden;
                        font-family: Arial;
                        /*color:#EEE;*/
                        color: black;
                        text-shadow: 0 1px 0 #000;
                    }

            .parlayDialog .infoHeader .info .text .odds {
                margin-left: 5px;
                float: left;
                /*font-size:30px;*/
                font-size: 14px;
                font-weight: 700;
                color: #FFF;
            }

            .parlayDialog .infoHeader .info .text p.rate {
                float: right;
                color: #ff4949;
                width: 20%;
                font-size: 30px;
                font-family: Arial;
                text-align: right;
                padding-right: 6px;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                font-weight: 700;
            }

@keyframes blink2 {
    0% {
        background-color: yellow;
    }

    100% {
        background-color: none;
    }
}

@-webkit-keyframes blink2 {
    0% {
        background-color: yellow;
    }

    100% {
        background-color: none;
    }
}

@-moz-keyframes blink2 {
    0% {
        background-color: yellow;
    }

    100% {
        background-color: none;
    }
}

.glowUp {
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink2 0.5s linear infinite;
    color: #FF0;
}

.contentBetListGlow {
    padding: 20px 16px;
    margin: 15px 15px 15px 15px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    /*padding: 5px;margin:10px;
	background: linear-gradient(to bottom, white 0px, #eaeaea 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    border: 1px solid #bebebe;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    -webkit-animation: blink2 0.5s linear infinite;
    -moz-animation: blink2 0.5s linear infinite;
    -ms-animation: blink2 0.5s linear infinite;
    -o-animation: blink2 0.5s linear infinite;
    animation: blink2 0.5s linear infinite;
}

.parlayDialog .infoHeader .info .timer {
    padding-left: 12px;
    padding-top: 16px;
    display: inline-block;
    background: url(../img/imgAll.png) -8px -54px no-repeat;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 69px;
    height: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.backToMain {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 20px;
    top: 16px;
}

/* Changed */
.parlayDialog .infoHeader .info .timer a, #function_bal a {
    font-size: 26px;
    color: #ff4949;
    font-weight: 700;
    /*width: 39px;
    height: 39px;*/
    width: 16px;
    height: 16px;
    display: block;
    /*background:url(../img/imgAll.png) -3px -1px no-repeat;*/
    background: rgba(0, 0, 0, 0) url("../img/refreshing.png") no-repeat scroll 0 0;
    text-align: center;
    /*padding-top: 9px;*/
    padding: 9px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*new*/
    text-align: center;
}

    .parlayDialog .infoHeader .info .timer a.refresh, #function_bal a.refresh {
        transform: scale(1);
        animation-timing-function: linear;
        animation: icon-animation 1s;
        animation-iteration-count: infinite;
        -webkit-animation: icon-animation 1s;
        -webkit-animation-timing-function: linear;
        -webkit-transform: scale(1);
        -webkit-animation-iteration-count: infinite;
    }

@keyframes icon-animation {

    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes icon-animation {

    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes icon-animation {

    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes icon-animation {

    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes icon-animation {

    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg)
    }
}

/* Changed */
.parlayDialog .infoHeader .info .timer span {
    /*font-size:20px;*/
    font-size: 14px;
    color: #bf2929;
    line-height: 48px;
    font-family: Arial;
}

.infoHeaderText {
    width: 100%;
    float: left;
    margin-top: 16px;
}

/* Changed */
.parlayDialog .infoHeader .infoHeaderText {
    width: 90%;
    margin-left: 5px;
    /*font-size:24px;*/
    font-size: 14px;
    font-family: Arial;
    font-weight: bolder;
    color: #EEE;
    padding: 0 0 0 20px;
    line-height: 30px;
}

    .parlayDialog .infoHeader .infoHeaderText .newBetType {
        color: #a3c5f5;
    }

    /* Changed */
    .parlayDialog .infoHeader .infoHeaderText .score {
        color: #ff3d3d;
        /*font-size:18px;*/
        font-size: 14px;
        width: 540px;
    }

.parlayDialog .infoHeader .closeBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.closeBtn a {
    width: 59px;
    height: 60px;
    display: block;
    text-indent: -9999px;
}

.parlayDialog .set {
    padding: 10px 0 10px 25px;
    border-top: 2px dashed #111;
}

    /* Changed */
    .parlayDialog .set span {
        float: left;
        display: block;
        height: 39px;
        line-height: 39px;
        color: #FFF;
        font-family: Arial;
        font-weight: bolder;
        /*font-size:18px;*/
        font-size: 14px;
    }

.parlayDialog .bet {
    /*  background:#003e5a;
    padding:18px 0;*/
    background-color: #bbb;
    padding: 10px;
    position: relative;
    /*new*/
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: medium none;
}

    .parlayDialog .bet .input {
        width: 93%;
        line-height: 50px;
        background: #FFF;
        -webkit-border-radius: 66px;
        -moz-border-radius: 66px;
        -ms-border-radius: 66px;
        border-radius: 66px;
        margin: 0 20px;
        padding: 7px 0;
        box-shadow: inset 0 2px 5px rgba(30,30,30,.5);
        position: relative;
    }

        /* Changed */
        .parlayDialog .bet .input .currency {
            font-family: Arial;
            font-size: 24px;
            color: #8c8c8c;
            /*margin:0 20px 0 30px;*/
            margin: 0 auto;
            /*new*/
            background: #fff none repeat scroll 0 0;
            padding: 7px 0;
            width: 93%;
        }

        .parlayDialog .bet .input input {
            font-family: Arial;
            color: #000;
            /*font-size:46px;*/
            font-size: 14px;
            width: 90%;
            border: 0;
            font-weight: bolder;
            padding: 0;
            margin-top: 8px;
        }

        /* Changed */
        .parlayDialog .bet .input button {
            /*width:200px;
    height:68px;*/
            height: 100%;
            width: 100%;
            text-align: center;
            /*border:#646464;*/
            border: medium none;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
            background: #000;
            position: absolute;
            right: 8px;
            top: 9px;
            color: #FFF;
            text-shadow: 0 -1px 0 rgba(0,0,0,.8);
            font-size: 30px;
            /*font-weight:bolder;*/
            font-weight: bold;
            /*background-color:#32b6e8;*/
            background-color: transparent !important;
            background: -webkit-linear-gradient(top,#32b6e8 0,#196a95 100%);
            background: -moz-linear-gradient(top,#32b6e8 0,#196a95 100%);
            background: -ms-linear-gradient(top,#32b6e8 0,#196a95 100%);
            background: -o-linear-gradient(top,#32b6e8 0,#196a95 100%);
            background: linear-gradient(to bottom,#32b6e8 0,#196a95 100%);
            /* new */
            cursor: pointer;
            display: block;
            line-height: 1;
            margin: 0;
            outline: medium none;
            padding: 0;
            text-align: center;
            text-shadow: 0 1px rgba(255, 255, 255, 0.2);
            vertical-align: middle;
        }

    .parlayDialog .bet .quickBet {
        margin: 20px 0 0 20px;
    }

        /* Changed */
        .parlayDialog .bet .quickBet button {
            margin-right: 4px;
            width: 116px;
            height: 65px;
            background-color: #FFF;
            background: -webkit-linear-gradient(top,#FFF 0,#f5f5f5 100%);
            background: -moz-linear-gradient(top,#FFF 0,#f5f5f5 100%);
            background: -ms-linear-gradient(top,#FFF 0,#f5f5f5 100%);
            background: -o-linear-gradient(top,#FFF 0,#f5f5f5 100%);
            background: linear-gradient(to bottom,#FFF 0,#f5f5f5 100%);
            color: #000;
            /*font-size:40px;*/
            font-size: 14px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            border-radius: 6px;
            font-weight: bolder;
            font-family: Arial;
            /*new*/
            display: none;
        }

    .parlayDialog .bet .addParlay {
        position: absolute;
        right: 20px;
        top: 112px;
        width: 226px;
        height: 65px;
        /*font-size:26px;*/
        font-size: 14px;
        color: #004a6d;
        background-color: #FFF;
        background: -webkit-linear-gradient(top,#FFF 0,#f5f5f5 100%);
        background: -moz-linear-gradient(top,#FFF 0,#f5f5f5 100%);
        background: -ms-linear-gradient(top,#FFF 0,#f5f5f5 100%);
        background: -o-linear-gradient(top,#FFF 0,#f5f5f5 100%);
        background: linear-gradient(to bottom,#FFF 0,#f5f5f5 100%);
        box-shadow: 0 1px 5px rgba(0,0,0,.8);
        border-radius: 8px;
        font-weight: bolder;
    }

.parlayDialog .betInfo {
    padding: 12px 0;
    /*new*/
    background-color: #bbb;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: medium none;
}

    .parlayDialog .betInfo p {
        display: inline-block;
        /*font-size:24px;*/
        font-size: 14px;
        color: #FFF;
        /*margin-left:25px;*/
        margin-left: 10px;
        font-weight: 700;
    }

        .parlayDialog .betInfo p span {
            font-family: Arial;
            color: #31b3e4;
            font-weight: bolder;
        }

.parlayDialog .footer {
    height: 60px;
    /*background-color:#003e5a;*/
    background-color: #bbb;
    background: -webkit-linear-gradient(top,#003e5a 0,#012c40 100%);
    background: -moz-linear-gradient(top,#003e5a 0,#012c40 100%);
    background: -ms-linear-gradient(top,#003e5a 0,#012c40 100%);
    background: -o-linear-gradient(top,#003e5a 0,#012c40 100%);
    background: linear-gradient(to bottom,#003e5a 0,#012c40 100%);
    /*border-top:1px solid #144d67;*/
    /*new*/
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: medium none;
    padding: 10px;
}

.balance {
    line-height: 56px;
    padding-left: 24px;
    font-family: Arial;
}

    /* Changed */
    .balance b {
        /*font-size:24px;*/
        font-size: 14px;
        color: #FFF;
    }

    .balance .currency {
        /*font-size:24px;*/
        font-size: 14px;
        color: #FFF;
        padding-left: 5px;
    }

    .balance .money {
        /*font-size:24px;*/
        font-size: 14px;
        color: #fff;
        padding-left: 5px;
        font-weight: 700;
    }

.parlayinList {
    position: relative;
}

.parlayDialog .bet.mixparlayStyle .quickBet button {
    width: 31%;
}

/* Changed */
.mixparlay .empty {
    font-family: Arial;
    font-weight: bolder;
    /*font-size:48px;*/
    font-size: 14px;
    color: rgba(0,0,0,.2);
    text-shadow: -1px -1px 1px rgba(0,0,0,.1),1px 1px 0 #FFF;
    text-align: center;
    padding-top: 300px;
    min-height: 500px;
}

.BetVoid {
    text-decoration: line-through;
}

.listArea {
    overflow: auto;
}

    .listArea ul {
        display: table;
        width: 100%;
    }

        .listArea ul li {
            display: table-row;
        }

            /* Changed */
            .listArea ul li .itemNum {
                display: table-cell;
                vertical-align: middle;
                width: 30px;
                text-align: center;
                /*font-size:26px;*/
                font-size: 14px;
                color: #FFF;
                text-shadow: 0 -1px 0 rgba(0,0,0,.8);
                background-color: #bebebe;
                background: -webkit-linear-gradient(left,#bebebe 0,#AAA 100%);
                background: -moz-linear-gradient(left,#bebebe 0,#AAA 100%);
                background: -o-linear-gradient(left,#bebebe 0,#AAA 100%);
                background: -ms-linear-gradient(left,#bebebe 0,#AAA 100%);
            }

    .listArea .list, .statement .block .list {
        border-top: 2px dashed #bebebe;
        /*padding:20px 16px;*/
        padding: 0 5px;
    }

    .listArea ul li .list .listSportIcon {
        float: left;
        margin-top: 4px;
        /*new*/
        display: none;
    }

    .listArea ul li .list h3, .statement .block .list h3 {
        /*font-size:24px;*/
        font-size: 14px;
        font-family: Arial;
        font-weight: bolder;
        color: #4a4a4a;
        margin-bottom: 3px;
        width: 88%;
        float: left;
        overflow: hidden;
        display: inline;
        margin-left: 7px;
    }

.listH3 {
    color: #5e85bd;
}

.listArea ul li.delete .list h3, .listArea ul li.delete .list h3 .listH3,
.listArea ul li.delete .list h4, .listArea ul li.delete .list h4 .red,
.listArea ul li.delete .list .list_2, .listArea ul li.delete .list .list_2 {
    color: #b7b7b7;
}

.listH3 {
    color: #5e85bd;
}

    .listH3.changed {
        color: #b3b3b3;
        text-decoration: line-through;
    }

/* Changed */
.listArea ul li .list h4, .statement .block .list h4 {
    width: 500px;
    float: left;
    /*font-size:24px;*/
    font-size: 14px;
    color: #4a4a4a;
    overflow: hidden;
    display: inline;
    margin-left: 7px;
    margin-bottom: 3px;
}

.listArea ul li .list .list_2 {
    /*font-size:20px;*/
    font-size: 9pt;
    color: #7b7b7b;
    /*new*/
    width: 90%;
}

.listArea ul li .list {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ababab;
    width: auto;
    position: relative;
    /*background-color:#ECECEC;*/
    background-color: white;
    /*new*/
    padding-bottom: 8px;
}

    .listArea ul li .list p {
        color: #7b7b7b;
        /*font-size:20px;*/
        font-size: 14px;
        margin: 0;
    }

        .listArea ul li .list p span {
            color: #5e85bd;
        }

    .listArea ul li .list .category {
        padding-bottom: 10px;
        width: 94%;
    }

.listArea ul li.delete {
    background-color: #dfdfdf;
}

.listArea ul li .list .category .item {
    width: 50px;
    height: 50px;
    background: url(../img/bg_parlayitem.png);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 0 0;
    margin: 10px 0 0 15px;
    float: left;
}

    .listArea ul li .list .category .item .img {
        width: 45px;
        height: 45px;
        margin: 0 auto;
    }

.listArea ul li .list .category .name {
    margin: 20px 0 0 5px;
    float: left;
}
    /*Changed*/
    .listArea ul li .list .category .name p {
        margin: 0;
        /*font-size:20px;*/
        font-size: 14px;
        color: #282828;
        font-weight: bolder;
    }

    .listArea ul li .list .category .name span {
        font-family: Arial;
        font-weight: bolder;
        color: #8c8c8c;
    }

.listArea ul li .list .status {
    padding: 10px 0 10px 15px;
}

    /* Changed */
    .listArea ul li .list .status p {
        margin: 0;
        /*font-size:20px;*/
        font-size: 14px;
        color: #424b5e;
        font-family: Arial;
    }

        .listArea ul li .list .status p b {
            /*font-size:20px;*/
            font-size: 14px;
            margin-right: 10px;
            font-weight: 400;
        }

    .listArea ul li .list .status span {
        font-family: Arial;
        color: #8c8c8c;
    }
/* Changed */
.listArea ul li .list .delBtn {
    position: absolute;
    /*    top:40px;
    right:20px;*/
    top: 12px;
    right: 20px;
}

    .listArea ul li .list .delBtn a {
        display: block;
        /*width:42px;
    height:42px;*/
        height: 16px;
        width: 16px;
        line-height: 42px;
        background-color: #d66868;
        background: -webkit-linear-gradient(top,#d66868 0,#962828 100%);
        background: -moz-linear-gradient(top,#d66868 0,#962828 100%);
        background: -ms-linear-gradient(top,#d66868 0,#962828 100%);
        background: -o-linear-gradient(top,#d66868 0,#962828 100%);
        background: linear-gradient(to bottom,#d66868 0,#962828 100%);
        -webkit-border-radius: 42px;
        border-radius: 42px;
        text-align: center;
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        font-family: Arial;
        border: 1px solid #be5050;
        /*new*/
        padding: 5px;
    }

.listArea .list h4 .red, .statement .block .list h4 .red {
    color: #ab160a;
}

.mixparlay .removeBtn {
    padding-top: 17px;
    text-align: center;
}

    /* Changed */
    .mixparlay .removeBtn button {
        width: 320px;
        line-height: 60px;
        /*font-size:30px;*/
        font-size: 14px;
        font-weight: 100;
        font-family: Arial;
        color: #666;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #999;
        background-color: #f5f5f5;
        background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: linear-gradient(to bottom,#f5f5f5 0,#FFF 100%);
        box-shadow: 0 2px 2px rgba(0,0,0,.3);
    }

    .mixparlay .removeBtn p {
        font-size: 14px;
        font-family: AppleGothic;
        color: #959595;
    }

.mixparlayGMT {
    font-size: 14px;
    font-family: AppleGothic;
    color: #959595;
    width: 100%;
    text-align: center;
}

.myBets .switchTab {
    margin-bottom: 20px;
}

/* Changed */
.myBets .block, .statement .list .subList .block {
    width: 96%;
    /*margin: 0 auto 25px;*/
    margin: 0 auto;
    background-color: white;
    background: -webkit-linear-gradient(top,white 0,#EAEAEA 100%);
    background: -moz-linear-gradient(top,white 0,#EAEAEA 100%);
    background: -ms-linear-gradient(top,white 0,#EAEAEA 100%);
    background: -o-linear-gradient(top,white 0,#EAEAEA 100%);
    background: linear-gradient(to bottom,white 0,#EAEAEA 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    border: 1px solid #BEBEBE;
    border-radius: 4px;
}

    .myBets .block, .statement .list .subList .block.tran .otherInfo div:nth-child(1) {
        float: left;
    }

    /* Changed */
    .myBets .block, .statement .list .subList .block.tran .otherInfo div:nth-child(2) {
        float: right;
        /*font-size:30px;*/
        font-size: 14px;
        color: #000;
    }

.statement .block.tran .title .content .betsInfo_2 {
    /*font-size:24px;*/
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    width: 80%;
    display: inline-block;
}

.myBets .block, .statement .list .subList .block.tran .otherInfo div:nth-child(2) b {
    color: #597cb4;
}

    /* Changed */
    .myBets .block .title {
        /*padding: 20px 0 0 16px;*/
        padding: 5px 23px;
        position: relative;
    }

        .myBets .block .title .item {
            width: 54px;
            height: 50px;
            background: url(../img/bg_parlayitem.png);
            -webkit-border-radius: 4px;
            border-radius: 4px;
            padding: 4px 0 0;
            float: left;
            margin-right: 10px;
        }

            .myBets .block .title .item .img {
                width: 45px;
                height: 45px;
                margin: 0 auto;
            }

        .myBets .block .title .content {
            position: relative;
        }

            .myBets .block .title .content p {
                margin: 0;
            }

            /* Changed */
            .myBets .block .title .content .betsInfo_1, .statement .block .title .content .betsInfo_1 {
                /*font-size:20px;*/
                font-size: 14px;
                font-family: Arial;
                /*width:336px;*/
                width: 50%;
                overflow: hidden;
                font-weight: 700;
                color: #4a4a4a;
                margin-bottom: 5px;
            }

                .myBets .block .title .content .betsInfo_1 b, .statement .block .title .content .betsInfo_1 b {
                    color: #31b3e4;
                }

                /* Changed */
                .myBets .block .title .content .betsInfo_1 span, .myBets .block .title .content .betsInfo_2 span, .myBets .block .list h3 .small {
                    /*font-size:18px;*/
                    font-size: 14px;
                }

            .myBets .block .title .content .betsInfo_2, .statement .block .title .content .betsInfo_2 {
                /*font-size:30px;*/
                font-size: 14px;
                font-family: Arial;
                /*width:100%;*/
                width: auto;
                overflow: hidden;
                font-weight: 700;
                color: #4a4a4a;
            }

.betsInfo_2 .stake01 {
    float: left;
}

.betsInfo_2 .stake02 {
    float: right;
}

    .betsInfo_2 .stake02 b {
        color: #31b3e4;
    }

/* Changed */
.myBets .block .title .content .betsInfo_R {
    /*font-size:20px;*/
    font-size: 14px;
    font-family: Arial;
    padding: 5px 0 10px;
    width: 208px;
    float: right;
    text-align: right;
    overflow: hidden;
}

    .myBets .block .title .content .betsInfo b, .myBets .block .title .content .betsInfo_R b {
        color: #5e85bd;
    }

.myBets .block .title .content .betsInfo span {
    color: #68577a;
    font-size: 12px;
}

.list .blank {
    margin: 0 10px;
}

/* Changed */
.myBets .block .title .content .otherInfo {
    /*font-size:20px;*/
    font-size: 14px;
    color: #a0a0a0;
    font-family: Arial;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: #d2d2d2;
    margin: 0 10px;
    vertical-align: middle;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    /*new*/
    margin-left: 2%;
}

.myBets .block .title .content .otherInfo .blank {
    margin: 0 8px;
}

/* Changed */
.myBets .block .title .label {
    position: absolute;
    top: 13px;
    right: 0;
    /*width:140px;
    line-height:36px;*/
    width: 32px;
    line-height: 26px;
    border: solid 0 #FFF;
    border-radius: 20px 0 0 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-family: Arial;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
    color: #FFF;
    /*new*/
    background-color: #1D6587;
    top: 0;
    right: 0;
}

.block .title .label.labelBox_L, .block .title .label.labelBox_T {
    background-color: #ab160a;
}

/* Changed */
.block .title .label.labelBox_W {
    /*background-color:#31b3e4;*/
    background-color: #01aa01;
}

.block .title .label.labelBox_R {
    /*background-color:#f20000;*/
    background-color: #01aa01;
}

.block .title .label.labelBox_D {
    background-color: #dde000;
}

.block .title .label.labelBox_V, .block .title .label.labelBox_X, .block .title .label.labelBox_C, .block .title .label.labelBox_A {
    background-color: #a6a6a6;
}

.myBets .block .list, .statement .block .list {
    border-top: 2px dashed #696969;
    padding: 0px 16px;
    background-color: #ECECEC;
}

/* Changed */
.list .list_date p {
    margin: 0 16px 0 0;
    float: left;
    /*new*/
    font-size: 10px !important;
}

.list .list_2 p {
    float: left;
    margin: 0 16px 0 0;
    /*new*/
    font-size: 10px;
}

.deleteText {
    text-decoration: line-through;
}

/* Changed */
.list .list_date {
    /*margin-top:10px;*/
    margin: 0 6px;
    color: #7b7b7b;
    /*font-size:20px;*/
    font-size: 9pt;
    width: 100%;
    display: inline-block;
}

.list .list_excluding {
    /*margin-top:0px;*/
    margin-top: 10px;
    color: #000;
    /*font-size:20px;*/
    font-size: 14px;
    width: 60%;
}

.list .list_2 {
    /*font-size:20px;*/
    font-size: 14px;
    color: #7b7b7b;
}

.myBets .block .list .listSportIcon, .statement .block .list .listSportIcon, .mixparlay .listSportIcon {
    float: left;
    margin-top: 4px;
    width: 54px;
    height: 54px;
    background: url(../img/imgAll.png) -267px -54px no-repeat;
    /*new*/
    display: none;
}

    .myBets .block .list .listSportIcon > div, .statement .block .list .listSportIcon > div, .mixparlay .listSportIcon > div {
        background-image: url(../img/sportSprite_s.png);
        background-repeat: no-repeat;
        height: 54px;
        width: 54px;
    }

.mixparlay .delete .listSportIcon {
    background: url(../img/imgAll.png) -193px -54px no-repeat;
}

/* Changed */
.myBets .block .list h3, .statement .block .list h3 {
    /*font-size:20px;*/
    font-size: 14px;
    font-family: Arial;
    font-weight: bolder;
    color: #4a4a4a;
    margin-bottom: 3px;
    /*width:88%;*/
    width: 80%;
    float: left;
    overflow: hidden;
    display: inline;
    margin-left: 7px;
}

.myBets .block .list h4, .statement .block .list h4 {
    /*width: 500px;*/
    width: 80%;
    float: left;
    /*font-size: 20px;*/
    font-size: 14px;
    color: #4a4a4a;
    overflow: hidden;
    display: inline;
    margin-left: 7px;
    margin-top: 7px;
}

    .myBets .block .list h4 .red, .statement .block .list h4 .red {
        color: #ab160a;
    }

.myBets .block .list .footer {
    margin-top: 10px;
    color: #a0a0a0;
    font-family: Arial;
}

    .myBets .block .list .footer span {
        float: right;
    }

.statement .filter {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 12px 5px;
    background-color: #3e3e3e;
    background: -webkit-linear-gradient(top,#3e3e3e 0,#2c2c2c 100%);
    background: -moz-linear-gradient(top,#3e3e3e 0,#2c2c2c 100%);
    background: -ms-linear-gradient(top,#3e3e3e 0,#2c2c2c 100%);
    background: -o-linear-gradient(top,#3e3e3e 0,#2c2c2c 100%);
    background: linear-gradient(to bottom,#3e3e3e 0,#2c2c2c 100%);
    width: 100%;
    overflow: hidden;
}

    .statement .filter > div {
        /*width:49%;
    height:48px;*/
        width: 45%;
        height: 24px;
        display: inline-block;
        border: 1px solid #999;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        background-color: #f5f5f5;
        background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -linear-gradient(top bottom,#f5f5f5 0,#FFF 100%);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .statement .filter.index > div {
        width: 98%;
    }

    .statement .filter > div.date {
        margin-left: 4px;
    }

    .statement .filter select option {
        width: 100%;
        text-align: left;
    }

/* Changed */
.statement .list .headList {
    position: relative;
    border-top: 1px solid #696969;
    border-bottom: 2px solid #222222;
    /* new */
    background-color: #666;
    border-left: 2px solid #545454;
    border-radius: 2px;
    display: inline-block;
    font-size: 0;
    line-height: 2;
    overflow: hidden;
    padding-top: 6px;
    vertical-align: top;
    width: 100%;
}

    .statement .list .headList .topInfo {
        /*width:86%;*/
        min-width: 100%;
        border-bottom: 1px dashed #191919;
        font-family: Arial;
        padding: 15px 0;
        position: relative;
        /* new */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .statement .list .headList .topInfo p {
            margin: 0;
            font-weight: bolder;
            /*font-size:26px;*/
            font-size: 14px;
            /*color:#191919;*/
            color: #000;
            display: inline-block;
            width: 70%;
            margin-left: 30px;
        }

        .statement .list .headList .topInfo span {
            /*color:#191919;*/
            color: #bbb;
            display: block;
            position: absolute;
            right: 0;
            bottom: 17px;
            text-align: right;
            /*font-size:26px;*/
            font-size: 11px;
            font-weight: bolder;
            /* new */
            height: 17px;
            line-height: 9pt;
            padding: 0 11px 6px;
        }

    .statement .list .headList .bottomInfo {
        /*width:86%;*/
        width: 100%;
        font-family: Arial;
        padding: 15px 0;
        position: relative;
        /* new */
        background-color: #777;
        display: flex;
        margin-top: 11px;
    }

        .statement .list .headList .bottomInfo p {
            margin: 0;
            /*font-size:30px;*/
            font-size: 14px;
            display: inline-block;
            width: 46%;
            margin-left: 30px;
            font-weight: 700;
        }

            .statement .list .headList .bottomInfo p.total {
                width: auto;
                top: 0;
                text-align: right;
                margin-left: 0;
                float: right;
            }

            .statement .list .headList .bottomInfo p b {
                color: #31b3e4;
            }

                /* Changed */
                .statement .list .headList .bottomInfo p b:nth-child(2) {
                    color: #fff;
                    /*font-size:22px;*/
                    font-size: 14px;
                }

                .statement .list .headList .bottomInfo p b.negative, .betsInfo_2 .stake02 b.negative,
                .myBets .block .title .content .betsInfo_1 b.negative, .statement .block .title .content .betsInfo_1 b.negative {
                    color: #B64C4C;
                }

        .statement .list .headList .bottomInfo span {
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 6px;
            background: #d2d2d2;
            margin: 0 10px;
            vertical-align: middle;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
        }

/* Changed */
.detailBtn {
    /*width: 11%;
    height: 100%;*/
    width: 16px;
    height: 16px;
    position: absolute;
    right: 2%;
    top: -5px;
    /* new */
    background: rgba(0, 0, 0, 0) url("../img/down-arrow.png") no-repeat scroll 0 0;
    display: block !important;
    float: right;
    margin-right: 14px;
    margin-top: -22px;
}

    .detailBtn a {
        margin: 0 auto;
        display: block;
        width: 42px;
        height: 42px;
        margin-top: 45px;
    }

        /* Changed */
        .detailBtn a.close {
            background: url(../img/imgAll.png) -100px -144px no-repeat;
            /*new*/
            height: 16px;
        }

        .detailBtn a.open {
            background: url(../img/imgAll.png) -154px -144px no-repeat;
        }

        .detailBtn a.load {
            background: url(../img/loader.gif) center center no-repeat;
        }

.detailBtn_s {
    height: 100%;
}

    .detailBtn_s a {
        margin: 0 auto;
        display: block;
        width: 42px;
        height: 100%;
    }

        .detailBtn_s a.close {
            background: url(../img/imgAll.png) -153px -144px no-repeat;
        }

/* Changed */
.statement .list .subList {
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 5px rgba(0,0,0,.2);
    /*padding: 1px 0;*/
    padding: 10px 10px 0;
    background: #cfcfcf;
}

    .statement .list .subList .block .title {
        /*padding:20px 16px;*/
        padding: 3px 16px;
        position: relative;
        border-bottom: 2px dashed #696969;
    }

        .statement .list .subList .block .title.last {
            border-bottom: 0;
        }

        .statement .list .subList .block .title .item {
            width: 54px;
            height: 75px;
            background: url(../img/bg_parlayitem.png);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            padding: 4px 0 0;
            float: left;
            margin-right: 10px;
        }

            .statement .list .subList .block .title .item .img {
                width: 45px;
                height: 45px;
                margin: 0 auto;
            }

        .statement .list .subList .block .title .content {
            position: relative;
        }

            .statement .list .subList .block .title .content p {
                margin: 0;
            }

            /* Changed */
            .statement .list .subList .block .title .content .betsInfo {
                /*font-size:20px;*/
                font-size: 14px;
                font-family: Arial;
                padding: 3px 0 0;
            }

                .statement .list .subList .block .title .content .betsInfo b {
                    color: #68577a;
                    padding: 0 10px;
                }

                    .statement .list .subList .block .title .content .betsInfo b.negative {
                        color: #a36060;
                    }

                .statement .list .subList .block .title .content .betsInfo span {
                    color: #68577a;
                    font-size: 12px;
                }

            /* Changed */
            .statement .list .subList .block .title .content .otherInfo {
                /*font-size:20px;*/
                font-size: 14px;
                color: #a0a0a0;
                font-family: Arial;
                font-weight: 700;
                margin-bottom: 5px;
                line-height: 30px;
                width: 100%;
                display: inline-block;
            }

                .statement .list .subList .block .title .content .otherInfo span {
                    display: inline-block;
                    width: 6px;
                    height: 6px;
                    border-radius: 6px;
                    background: #d2d2d2;
                    margin: 0 10px;
                    vertical-align: middle;
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
                }

        /* Changed */
        .statement .list .subList .block .title .label {
            position: absolute;
            /*top:13px;*/
            top: 100%;
            right: 0;
            width: 140px;
            /*line-height:36px;*/
            line-height: 20px;
            border: solid 0 #FFF;
            border-radius: 20px 0 0 20px;
            text-align: center;
            /*font-size:24px;*/
            font-size: 14px;
            font-weight: 700;
            text-shadow: 0 2px 1px rgba(0,0,0,.5);
            font-family: Arial;
            box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
            color: #FFF;
        }

            .statement .list .subList .block .title .label.win {
                background-color: #3185b3;
            }

            .statement .list .subList .block .title .label.lose {
                background-color: #b64c4c;
            }

            .statement .list .subList .block .title .label.draw {
                background-color: #b29807;
            }

            .statement .list .subList .block .title .label.rejected {
                background-color: #AAA;
            }

    .statement .list .subList .block .list .footer {
        margin-top: 10px;
        color: #a0a0a0;
        font-family: Arial;
        position: relative;
    }

        .statement .list .subList .block .list .footer p {
            display: inline-block;
            margin: 0;
            margin-right: 15px;
        }

            .statement .list .subList .block .list .footer p span {
                color: #68577a;
                padding: 0 5px;
            }

        .statement .list .subList .block .list .footer .date {
            position: absolute;
            right: 0;
            bottom: 0;
        }

/* Changed */
.statement .block .title .content .betsInfo_1 span, .statement .block .title .content .betsInfo_2 span, .statement .block .list h3 .small {
    /*font-size:18px;*/
    font-size: 14px;
}

.statement .block .list .listSportIcon {
    float: left;
    margin-top: 4px;
}

/* Changed */
.switchTab {
    /*height:72px;    
      padding-top:10px;*/
    height: 45px;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 6%;
    background-color: #3e3e3e;
    background: -webkit-linear-gradient(top,#3e3e3e 0,#2c2c2c 100%);
    background: -moz-linear-gradient(top,#3e3e3e 0,#2c2c2c 100%);
    background: -ms-linear-gradient(top,#3e3e3e 0,#2c2c2c 100%);
    background: -o-linear-gradient(top,#3e3e3e 0,#2c2c2c 100%);
    background: linear-gradient(to bottom,#3e3e3e 0,#2c2c2c 100%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.search .listTable .list.body ul li {
    /*font-size:22px;*/
    font-size: 14px;
    height: 70px;
    padding-top: 6px;
    overflow: hidden;
    float: left;
    font-family: Arial;
    color: #656565;
    border-bottom: 2px solid #222222;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-overflow: ellipsis;
    font-weight: 700;
}

    .search .listTable .list.body ul li.switchBox {
        padding-top: 0;
    }

.search .listTable.outright .list.body ul li {
    line-height: 70px;
    padding-top: 0;
}

.search .listTable .list.body.outright ul li {
    text-align: left;
}

    .search .listTable .list.body.outright ul li #content {
        line-height: normal;
    }

.switchTab div {
    background: #fff;
    border: 1px solid #000;
    font-family: Arial;
    text-align: center;
    width: 46%;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    float: left;
    font-weight: bolder;
    background-color: #FFF;
    background: -webkit-linear-gradient(90deg,#DDD 0,#FFF 56%);
    background: -moz-linear-gradient(90deg,#DDD 0,#FFF 56%);
    background: -o-linear-gradient(90deg,#DDD 0,#FFF 56%);
    background: -ms-linear-gradient(90deg,#DDD 0,#FFF 56%);
}

    .switchTab div.left {
        border-radius: 6px 0 0 6px;
    }

    .switchTab div.right {
        border-radius: 0 6px 6px 0;
    }

    /* Changed */
    .switchTab div a {
        /*font-size:30px;*/
        font-size: 14px;
        display: block;
        /*color:#31b3e4;*/
        color: #2E678D;
        line-height: 50px;
    }

    .switchTab div.active {
        /*background:#31b3e4;*/
        background: #2E678D;
    }

        .switchTab div.active a {
            color: #fff;
        }

/* Changed */
.search .filter {
    /*height:70px;*/
    height: 43px;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
    background: linear-gradient(to bottom,#f5f5f5 0,#FFF 100%);
    border-bottom: #222 solid 3px;
}

    .search .filter > div {
        width: 33.3%;
        height: 70px;
        float: left;
        border-right: 2px solid #222222;
        padding-top: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        overflow: hidden;
    }

    .search .filter div select option {
        width: 100%;
        text-align: left;
    }

    .search .filter div.last {
        position: relative;
        border-right: 0;
    }

.search .listTable .list {
    width: 100%;
}

    .search .listTable .list.head {
        height: 52px;
        overflow: hidden;
    }

    .search .listTable .list.body {
        position: relative;
    }

    .search .listTable .list ul {
        width: 100%;
        min-height: 70px;
    }

        .search .listTable .list ul li {
            vertical-align: middle;
            text-align: center;
        }

            .search .listTable .list ul li p {
                margin: 0;
            }

.search .listTable.beachSoccer .list ul li .bodySubList {
    height: 36px;
    min-height: 36px;
}

    .search .listTable.beachSoccer .list ul li .bodySubList li {
        width: 33.3%;
        font-size: 18px;
        padding: 0;
        text-align: center;
        height: 36px;
        line-height: 36px;
        border-bottom: 1px dashed #696969;
    }

.search .listTable.beachSoccer .list.head.beachSoccer ul li .gList li {
    padding: 5px 0 0;
    height: 40px;
    overflow: hidden;
    line-height: 16px;
    width: 33.3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search .listTable.beachSoccer .tennisHeadSpan span {
    font-size: 12px;
    line-height: 12px;
}

.search .listTable.beachSoccer .list ul li:nth-child(1) {
    width: 10%;
}

.search .listTable.beachSoccer .list ul li:nth-child(2) {
    width: 45%;
}

.search .listTable.beachSoccer .list ul li:nth-child(3) {
    width: 16%;
}

.search .listTable.beachSoccer .list ul li:nth-child(4) {
    width: 18%;
}

.search .listTable.beachSoccer .list ul li:nth-child(5) {
    width: 11%;
}

.search .listTable .list.head.beachSoccer ul li .gList {
    min-height: 40px;
    height: 40px;
    overflow: hidden;
}

@media screen and (orientation:portrait) {

    .search .listTable.bedminton .refunded, .search .listTable.tableTennis .refunded {
        position: absolute;
        right: 14%;
        top: 25px;
        font-weight: 700;
        color: #666;
        font-size: 20px;
    }
}

@media screen and (orientation:landscape) {

    .search .listTable.bedminton .refunded, .search .listTable.tableTennis .refunded {
        position: absolute;
        right: 16%;
        top: 25px;
        font-weight: 700;
        color: #666;
        font-size: 20px;
    }
}

.search .listTable.bedminton .list ul li .bodySubList {
    height: 36px;
    min-height: 36px;
}

    .search .listTable.bedminton .list ul li .bodySubList li {
        width: 33.3%;
        font-size: 18px;
        padding: 0;
        text-align: center;
        height: 36px;
        line-height: 36px;
        border-bottom: 1px dashed #696969;
    }

.search .listTable.bedminton .tennisHeadSpan span {
    font-size: 12px;
    line-height: 12px;
}

.search .listTable .list.head.bedminton {
    height: 40px;
    overflow: hidden;
}

    .search .listTable .list.head.bedminton ul li .gList {
        min-height: 40px;
        height: 40px;
        overflow: hidden;
    }

        .search .listTable .list.head.bedminton ul li .gList li {
            padding: 5px 0 0;
            height: 40px;
            overflow: hidden;
            line-height: 16px;
            width: 33%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

.search .listTable.bedminton .list ul li:nth-child(1) {
    width: 10%;
}

.search .listTable.bedminton .list ul li:nth-child(2) {
    width: 42%;
}

.search .listTable.bedminton .list ul li:nth-child(3) {
    width: 16%;
}

.search .listTable.bedminton .list ul li:nth-child(4) {
    width: 11%;
}

.search .listTable.bedminton .list ul li:nth-child(5) {
    width: 11%;
}

.search .listTable.bedminton .list ul li:nth-child(6) {
    width: 10%;
}

.search .list.head.bedminton ul li:nth-child(4), .search .list.head.bedminton ul li:nth-child(5) {
    padding-top: 7px;
    line-height: 14px;
}

.search .listTable.golf .list ul li:nth-child(1) {
    width: 10%;
}

.search .listTable.golf .list ul li:nth-child(2) {
    width: 61%;
}

.search .listTable.golf .list ul li:nth-child(3) {
    width: 18%;
}

.search .listTable.golf .list ul li:nth-child(4) {
    width: 11%;
}

@media screen and (orientation:portrait) {

    .search .listTable.tennis .refunded {
        position: absolute;
        right: 15%;
        top: 25px;
        font-weight: 700;
        color: #666;
        font-size: 18px;
    }
}

@media screen and (orientation:landscape) {

    .search .listTable.tennis .refunded {
        position: absolute;
        right: 17%;
        top: 25px;
        font-weight: 700;
        color: #666;
        font-size: 20px;
    }
}

.search .listTable.tennis .list ul li .bodySubList {
    height: 36px;
    min-height: 36px;
}

    .search .listTable.tennis .list ul li .bodySubList li {
        width: 20%;
        font-size: 18px;
        padding: 0;
        text-align: center;
        height: 36px;
        line-height: 36px;
        border-bottom: 1px dashed #696969;
        letter-spacing: -2px;
    }

.search .listTable.tennis .tennisHeadSpan span, .search .listTable.tableTennis .tennisHeadSpan span {
    font-size: 12px;
    line-height: 12px;
}

.search .listTable .list.head.tennis {
    height: 50px;
    overflow: hidden;
}

    .search .listTable .list.head.tennis ul li.gListFix {
        padding-top: 6px;
    }

    .search .listTable .list.head.tennis ul li .gList {
        min-height: 40px;
        height: 40px;
        overflow: hidden;
    }

        .search .listTable .list.head.tennis ul li .gList li {
            padding: 5px 0 0;
            height: 40px;
            overflow: hidden;
            line-height: 16px;
            width: 20%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

.search .listTable.tennis .list ul li:nth-child(1) {
    width: 10%;
}

.search .listTable.tennis .list ul li:nth-child(2) {
    width: 42%;
}

.search .listTable.tennis .list ul li:nth-child(3) {
    width: 16%;
}

.search .listTable.tennis .list ul li:nth-child(4) {
    width: 11%;
}

.search .listTable.tennis .list ul li:nth-child(5) {
    width: 11%;
}

.search .listTable.tennis .list ul li:nth-child(6) {
    width: 10%;
}

.search .listTable.tableTennis .list ul li:nth-child(1) {
    width: 10%;
}

.search .listTable.tableTennis .list ul li:nth-child(2) {
    width: 36%;
}

.search .listTable.tableTennis .list ul li:nth-child(3) {
    width: 22%;
}

.search .listTable.tableTennis .list ul li:nth-child(4) {
    width: 11%;
}

.search .listTable.tableTennis .list ul li:nth-child(5) {
    width: 11%;
}

.search .listTable.tableTennis .list ul li:nth-child(6) {
    width: 10%;
}

.search .listTable.tableTennis .list ul li .bodySubList li {
    width: 14%;
    font-size: 18px;
    padding: 0;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #696969;
    letter-spacing: -2px;
}

    .search .listTable.tableTennis .list ul li .bodySubList li.last {
        width: 16%;
    }

.search .listTable.tableTennis .list.head.tennis ul li .gList li {
    padding: 5px 0 0;
    height: 40px;
    overflow: hidden;
    line-height: 30px;
    width: 14.2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 700;
}

.search .listTable.outright .list.outright ul li:nth-child(1), .search .listTable.outright .list.head.outright ul li:nth-child(1) {
    width: 12%;
    padding-top: 14px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #323232;
    line-height: 20px;
}

.search .listTable.outright .list.outright ul li:nth-child(2), .search .listTable.outright .list.head.outright ul li:nth-child(2) {
    width: 66%;
}

.search .listTable.outright .list.outright ul li:nth-child(3), .search .listTable.outright .list.head.outright ul li:nth-child(3) {
    width: 22%;
    text-align: center;
}

.search .listTable .list.body ul li.won {
    color: #F77;
}

.search .listTable .list.body ul li #wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.search .listTable .list.body ul li #cell {
    display: table-cell;
    vertical-align: middle;
}

.search .listTable .list.body ul li.pdt0 {
    padding-top: 0;
}

.search .listTable.tableTennis .list ul li .bodySubList {
    height: 36px;
    min-height: 36px;
}

.search .listTable .list ul li:nth-child(1) {
    width: 10%;
}

.search .listTable .list ul li:nth-child(2) {
    width: 46%;
}

.search .listTable .list ul li:nth-child(3) {
    width: 17%;
    font-size: 20px;
    padding-top: 20px;
}

.search .listTable .list ul li:nth-child(4) {
    width: 17%;
    font-size: 20px;
    padding-top: 20px;
}

.search .listTable .list ul li:nth-child(5) {
    width: 10%;
    padding-top: 20px;
}

.search .listTable .list ul li:nth-child(6) {
    width: 10%;
}

.search .listTable .list ul li:nth-child(7) {
    width: 10%;
}

.search .listTable .list ul li:nth-child(8) {
    width: 10%;
}

.search .listTable .list.head ul {
    background: #363e4a;
    font-weight: 700;
}

    .search .listTable .list.head ul li {
        color: #fff;
        padding: 14px 0 5px;
        font-size: 20px;
        float: left;
        height: 40px;
    }

        .search .listTable .list.head ul li a {
            color: #fff;
            display: block;
        }

            .search .listTable .list.head ul li a img {
                margin-left: 5px;
            }

.search .listTable .list.body ul {
    background: #fff;
}

    .search .listTable .list.body ul li:nth-child(odd) {
        background: #f9f9f9;
    }

    .search .listTable .list.body ul li:nth-child(even) {
        background: #e2e2e2;
    }

    .search .listTable .list.body ul li:nth-child(2) {
        padding-left: 8px;
        text-align: left;
    }

    .search .listTable .list.body ul li p {
        margin: 0;
        font-size: 22px;
        font-weight: bolder;
        color: #323232;
        line-height: 26px;
        margin-bottom: 6px;
    }

        .search .listTable .list.body ul li p.name {
            font-weight: 700;
            color: #838383;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

@media screen and (orientation:portrait) {

    .search .listTable .list.body ul li #content {
        width: 98%;
    }

    .search .listTable.golf .list.body ul li #content {
        width: 350px;
    }
}

@media screen and (orientation:landscape) {

    .search .listTable .list.body ul li #content {
        width: 98%;
    }

    .search .listTable.golf .list.body ul li #content {
        width: 500px;
    }
}

.search .listTable .list.body ul li p.name.highlight {
    color: #6189c0;
}

.search .listTable .list.body ul li span {
    font-family: Arial;
    color: #666;
}

.search .listTable .list.body ul li .moreBtn {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background-color: #87aee5;
    background: -webkit-linear-gradient(top,#87aee5 0,#6f96cd 100%);
    background: -moz-linear-gradient(top,#87aee5 0,#6f96cd 100%);
    background: -ms-linear-gradient(top,#87aee5 0,#6f96cd 100%);
    background: -o-linear-gradient(top,#87aee5 0,#6f96cd 100%);
    background: linear-gradient(to bottom,#87aee5 0,#6f96cd 100%);
    margin: 0 auto;
}

    .search .listTable .list.body ul li .moreBtn.open {
        background: #cacaca;
    }

.search .listTable .list .subAreaTitle {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    padding-left: 22px;
    color: #FFF;
    width: 100%;
    background: url(../img/subAreaTitleBg.jpg) repeat-x;
}

.search .listTable .list.body ul li .moreBtn a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-family: Arial;
}

.search .listTable .list.body ul li .moreBtn.active {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
}

    .search .listTable .list.body ul li .moreBtn.active a {
        text-indent: -99999px;
    }

.search .listTable .list .subArea {
    width: 100%;
}

    .search .listTable .list .subArea ul li {
        background: #dcdcdc;
        color: #6189c0;
    }

        .search .listTable .list .subArea ul li:nth-child(odd) {
            background: #e5e5e5;
        }

        .search .listTable .list .subArea ul li:nth-child(even) {
            background: #d3d3d3;
        }

        .search .listTable .list .subArea ul li p {
            margin: 0;
            font-size: 18px;
            font-weight: bolder;
            color: #465a78;
        }

        .search .listTable .list .subArea ul li span {
            font-family: Arial;
            color: #5a6e96;
        }

.search .subject {
    padding: 10px;
    background: #1f2732;
    min-height: 30px;
    padding-left: 22px;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.functions .subject {
    background: 0;
    min-height: 30px;
    color: #fff;
    font-size: 22px;
    border-top: 2px solid #696969;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(../img/bg_menu.png);
}

.subject p {
    color: #ff4949;
    margin: 0;
}

.search .listTable.outright .body ul li:nth-child(2) {
    text-align: left;
}

.contactList ul li {
    line-height: 74px;
    font-family: Arial;
    font-size: 28px;
    padding: 0 30px;
    border-top: 2px solid #696969;
    border-bottom: 2px solid #222222;
    color: #fff;
    position: relative;
    width: 100%;
    display: inline-block;
}

.contactList ul ul.subList {
    border-bottom: 2px solid #fff;
}

    .contactList ul ul.subList li {
        background: #f9f9f9;
        border-bottom: 1px solid rgba(105,105,105,.9);
        border-top: 1px solid rgba(34,34,34,.9);
        height: 86px;
        line-height: 34px;
        color: #696969;
        padding-top: 20px;
        border-radius: 2px;
    }

        .contactList ul ul.subList li a {
            color: #31b3e4;
            text-decoration: underline;
        }

.balanceList ul li {
    line-height: 85px;
    font-family: Arial;
    font-size: 26px;
    padding: 0 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #ababab;
    position: relative;
}

    .balanceList ul li b {
        color: #000;
    }

    .balanceList ul li p {
        position: absolute;
        right: 30px;
        top: 0;
        text-align: right;
        color: #5a5a5a;
        margin: 0;
    }

.balanceList ul ul.subList {
    border-bottom: 2px solid #fff;
}

    .balanceList ul ul.subList li {
        background: #fff;
        border-bottom: 2px solid rgba(171,171,171,.5);
        border-top: 2px solid rgba(255,255,255,.4);
    }

.balanceList .subList li.contactLi {
    font-size: 24px;
}

.settings ul li {
    line-height: 85px;
    font-family: Arial;
    font-size: 26px;
    border-top: 2px solid #696969;
    border-bottom: 2px solid #222222;
    position: relative;
}

    .settings ul li b {
        color: white;
        margin-left: 30px;
    }

    .settings ul li p {
        background: url(../img/icon_arrow.png) right 10px no-repeat;
        width: 200px;
        position: absolute;
        right: 35px;
        top: 25px;
        text-align: right;
        color: #5a5a5a;
        margin: 0;
    }

.selectBG {
    display: block;
}

.selectHid {
    display: block;
    overflow: hidden;
}

    .selectHid option {
        padding-right: 7px;
        text-align: center;
    }

    .selectHid select {
        background: 0;
    }

/*
.login .selectBG{
    width:323px;
    height:54px;
    margin:0 auto;
    background:url(../img/select_icon_lang.png) no-repeat 86% 50%;
}
*/

.login .selectHid {
    height: 40px;
    display: block;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.kind .selectHid {
    height: 70px;
    display: block;
    overflow: hidden;
}

.login .selectHid select {
    text-align: center;
    text-align: -webkit-center;
    width: 100%;
    -webkit-appearance: none;
}

.kind .selectHid select {
    text-align: left;
    text-align: -webkit-left;
    width: 110%;
}

.settings .selectBG {
    width: 301px;
    height: 36px;
    position: absolute;
    right: 35px;
    top: 25px;
    margin: 0;
    background: url(../img/icon_arrow.png) no-repeat 286px 10px;
}

.settings .selectHid {
    width: 282px;
    height: 36px;
    display: block;
    overflow: hidden;
}

.settings ul li select {
    border: 0;
    background: 0;
    height: 36px;
    width: 280px;
    text-align: right;
    text-align: -webkit-right;
    color: white;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    .settings ul li select option {
        text-align: right;
        text-align: -webkit-right;
    }

.announce .selectBG {
    width: 295px;
    height: 70px;
}

.announce .selectHid {
    width: 298px;
    height: 70px;
    display: block;
    overflow: hidden;
}

    .announce .selectHid select {
        text-align: right;
        text-align: -webkit-right;
    }

.search.announce .filter > div {
    float: none;
    width: 294px;
    margin: 0 auto;
    border-right: 2px solid #222222;
    border-left: 2px solid #222222;
}

.search.announce .filter div select {
    text-align: left;
}

.statement .selectBG {
    width: 49%;
    height: 36px;
    position: absolute;
    top: 16px;
    margin: 0;
    background: url(../img/icon_arrow.png) no-repeat 90% 14px;
}

.statement .filter.index .selectBG {
    width: 100%;
    background: url(../img/icon_arrow.png) no-repeat 92% 14px;
}

.statement .selectHid {
    width: 98%;
    height: 36px;
    display: block;
    overflow: hidden;
}

.statement .filter.index .selectHid {
    width: 85%;
}

.statement .filter select {
    width: 100%;
    height: 40px;
    border: 0;
    text-align: left;
    text-align: -webkit-left;
    font-size: 24px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.statement .filter.index {
    position: relative;
}

.statement .filter > div.dotDot {
    background: #f5f5f5;
    position: absolute;
    right: 9%;
    top: 20px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    font-weight: 700;
    border: 0;
}

.statement .filter.index select {
    display: block;
    width: 102%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search .selectBG {
    width: 100%;
    margin: 0;
    background: url(../img/icon_arrow.png) no-repeat 98% 14px;
}

.search .selectHid {
    width: 100%;
    display: block;
    overflow: hidden;
}

    .search .selectHid.league {
        width: 80%;
    }

.search .selectDot {
    display: block;
    position: absolute;
    right: 11%;
    top: 0;
    font-size: 24px;
    letter-spacing: -2px;
}

.search.results .filter div select {
    width: 100%;
    margin-top: 0;
}

.search .filter div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    -ms-appearance: none;
    -o-appearance: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: left;
    background: 0;
    padding-left: 3%;
    padding-top: 2%;
    font-size: 24px;
    color: #666;
    font-family: Arial;
    font-weight: 100;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    height: 40px;
    width: 310px;
    letter-spacing: -1px;
}

.settings ul li a {
    display: block;
}

    .settings ul li a.touchActive {
        background: rgba(0,0,0,.1) url(../img/icon_arrow.png) 96% center no-repeat;
    }

.switch {
    position: absolute;
    width: 160px;
    right: 25px;
    top: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .switch .switch-checkbox {
        display: none;
    }

        .switch .switch-checkbox:checked + .switch-label .switch-inner {
            margin-left: 0;
        }

        .switch .switch-checkbox:checked + .switch-label .switch-switch {
            right: 0;
        }

    .switch .switch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #999;
        border-radius: 6px;
        height: 50px;
    }

        .switch .switch-label .switch-inner {
            width: 200%;
            margin-left: -100%;
            -webkit-transition: margin .3s ease-in 0s;
        }

            .switch .switch-label .switch-inner:before, .switch .switch-label .switch-inner:after {
                float: left;
                width: 50%;
                height: 50px;
                padding: 0;
                line-height: 50px;
                font-size: 30px;
                color: #fff;
                font-family: Arial;
                font-weight: 100;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

            .switch .switch-label .switch-inner:before {
                content: "ON";
                padding-left: 15px;
                background-color: #7aa1d8;
                background: -webkit-linear-gradient(top,#7aa1d8 0,#537ab3 100%);
                background: -moz-linear-gradient(top,#7aa1d8 0,#537ab3 100%);
                background: -ms-linear-gradient(top,#7aa1d8 0,#537ab3 100%);
                background: -o-linear-gradient(top,#7aa1d8 0,#537ab3 100%);
                background: linear-gradient(to bottom,#7aa1d8 0,#537ab3 100%);
                color: #FFF;
                text-shadow: 0 1px 2px rgba(0,0,0,.5);
                box-shadow: inset 0 2px 2px rgba(0,0,0,.4);
            }

            .switch .switch-label .switch-inner:after {
                content: "OFF";
                padding-right: 10px;
                background-color: #f5f5f5;
                background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
                background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
                background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
                background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
                background: linear-gradient(to bottom,#f5f5f5 0,#FFF 100%);
                color: #999;
                text-align: right;
                box-shadow: inset 0 2px 2px rgba(0,0,0,.2);
            }

    .switch .switch-switch {
        width: 80px;
        border: 1px solid #999;
        border-radius: 6px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 80px;
        -webkit-transition: all .3s ease-in 0s;
        box-shadow: 0 1px 3px rgba(0,0,0,.5);
        background-color: #f5f5f5;
        background: -webkit-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -moz-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -ms-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: -o-linear-gradient(top,#f5f5f5 0,#FFF 100%);
        background: linear-gradient(to bottom,#f5f5f5 0,#FFF 100%);
    }

.password .form {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

.password label {
    display: block;
    font-size: 26px;
    color: white;
    font-family: Arial;
    font-weight: bolder;
}

.password input {
    height: 60px;
    width: 95%;
    font-size: 30px;
    margin-bottom: 15px;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

    .password input.verif {
        width: 220px;
        float: left;
        font-size: 25px;
        color: #888;
        padding-left: 10px;
    }

.password .code {
    float: left;
    height: 70px;
}

    .password .code img {
        vertical-align: middle;
        margin: 15px 10px 0 10px;
    }

    .password .code .refresh {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        background: url(../img/imgAll.png) -294px -5px no-repeat;
        margin-top: 20px;
    }

.password .notice {
    font-size: 16px;
    font-family: Arial;
    color: #ff4949;
}

    .password .notice ul li {
        margin-bottom: 1em;
        text-indent: -1em;
        margin-left: 1em;
    }

        .password .notice ul li:before {
            content: "ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Å¡";
        }

        .password .notice ul li span {
            color: #547bb4;
        }

    .password .notice p {
        margin: 0;
        text-align: center;
    }

    .password .notice a {
        text-decoration: none;
        color: #007ddd;
    }

.password .save {
    color: #ffffff;
    font-size: 42px;
    text-align: center;
    width: 95.3%;
    margin: 20px 0;
    height: 66px;
    line-height: 34px;
    border-radius: 6px;
    background-color: #5585d3;
    background: -webkit-linear-gradient(top,#5585d3 0,#20447d 100%);
    background: -moz-linear-gradient(top,#5585d3 0,#20447d 100%);
    background: -ms-linear-gradient(top,#5585d3 0,#20447d 100%);
    background: -o-linear-gradient(top,#5585d3 0,#20447d 100%);
    background: linear-gradient(to bottom,#5585d3 0,#20447d 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 2px 5px rgba(0,0,0,.7);
    border: 1px solid #336;
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    padding: 15px 5px;
}


    .password .save a {
        width: 90%;
        text-align: center;
        font-size: 30px;
        color: #fff;
        height: 60px;
    }

.register .form {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

.register .subject {
    padding: 10px;
    background: #31b3e4;
    min-height: 30px;
    padding-left: 22px;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px 0;
}

    .register .subject .first {
        margin: 0 0 10px 0;
    }

.register label {
    display: block;
    font-size: 26px;
    color: #fff;
    font-family: Arial;
    font-weight: bolder;
}

    .register label span {
        color: #ff4949;
    }

.register input, select {
    height: 60px;
    width: 95%;
    font-size: 30px;
    margin-bottom: 15px;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

.register .bank select {
    width: 95%;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    font-size: 30px;
    margin-bottom: 15px;
    background: #fff;
}

.register input.verif {
    width: 220px;
    float: left;
    font-size: 25px;
    color: #888;
    padding-left: 10px;
}

.register .code {
    float: left;
    height: 70px;
}

    .register .code img {
        vertical-align: middle;
        margin: 15px 10px 0 10px;
    }

    .register .code .refresh {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        background: url(../img/imgAll.png) -294px -5px no-repeat;
        margin-top: 20px;
    }

.register .line {
    border-bottom: 1px dashed #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

.register .notice {
    font-size: 26px;
    font-family: Arial;
    color: #ff4949;
    text-align: left;
}

    .register .notice .agree {
        padding-left: 25px;
    }

    .register .notice span {
        color: #ffffff;
    }

    .register .notice p {
        margin: 0;
        text-align: center;
    }

.register .check {
    text-align: center;
    margin: 20px 0;
    height: 66px;
}

    .register .check button {
        width: 90%;
        text-align: center;
        border-radius: 6px;
        background-color: #32b6e8;
        background: -webkit-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -moz-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -ms-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -o-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: linear-gradient(to bottom,#32b6e8 0,#196a95 100%);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 2px 5px rgba(0,0,0,.7);
        border: 1px solid #336;
        font-size: 30px;
        color: #fff;
        text-shadow: -1px -1px 0 rgba(0,0,0,.5);
        box-shadow: 0 2px 2px rgba(0,0,0,.5);
        height: 60px;
    }

.register .submit {
    text-align: center;
    margin: 20px 0;
    height: 66px;
}

    .register .submit button {
        width: 90%;
        text-align: center;
        border-radius: 6px;
        background-color: #32b6e8;
        background: -webkit-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -moz-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -ms-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -o-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: linear-gradient(to bottom,#32b6e8 0,#196a95 100%);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 2px 5px rgba(0,0,0,.7);
        border: 1px solid #336;
        font-size: 30px;
        color: #fff;
        text-shadow: -1px -1px 0 rgba(0,0,0,.5);
        box-shadow: 0 2px 2px rgba(0,0,0,.5);
        height: 60px;
    }

.deposit .form {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

.deposit .subject {
    padding: 10px;
    background: #31b3e4;
    min-height: 30px;
    padding-left: 22px;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px 0;
}

    .deposit .subject .first {
        margin: 0 0 10px 0;
    }

.deposit label {
    display: block;
    font-size: 26px;
    color: #000000;
    font-family: Arial;
    font-weight: bolder;
}

.deposit .form .yellow {
    display: block;
    font-size: 26px;
    color: #fbed07;
    font-family: Arial;
    font-weight: bolder;
    padding: 10px 0;
}

.deposit .form .red {
    display: block;
    font-size: 26px;
    color: #ff4949;
    font-family: Arial;
    font-weight: bolder;
    padding: 10px 0;
}

.deposit input, textarea, select {
    height: 60px;
    width: 95%;
    font-size: 30px;
    margin-bottom: 15px;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

.deposit .bank select {
    width: 95%;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    font-size: 30px;
    margin-bottom: 15px;
    background: #fff;
}

.deposit .payment select {
    width: 95%;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    font-size: 30px;
    margin-bottom: 15px;
    background: #fff;
}

.deposit textarea {
    height: 150px;
}

.deposit .line {
    border-bottom: 1px dashed #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

.deposit .notice {
    font-size: 26px;
    font-family: Arial;
    color: #ff4949;
    text-align: center;
}

    .deposit .notice p {
        margin: 0;
        text-align: center;
    }

.deposit .submit {
    text-align: center;
    margin: 20px 0;
    height: 66px;
}

    .deposit .submit button {
        width: 90%;
        text-align: center;
        border-radius: 6px;
        background-color: #32b6e8;
        background: -webkit-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -moz-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -ms-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -o-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: linear-gradient(to bottom,#32b6e8 0,#196a95 100%);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 2px 5px rgba(0,0,0,.7);
        border: 1px solid #336;
        font-size: 30px;
        color: #fff;
        text-shadow: -1px -1px 0 rgba(0,0,0,.5);
        box-shadow: 0 2px 2px rgba(0,0,0,.5);
        height: 60px;
    }

.button1 {
    width: 100%;
    text-align: center;
    border-radius: 6px;
    background-color: #32b6e8;
    background: -webkit-linear-gradient(top,#32b6e8 0,#196a95 100%);
    background: -moz-linear-gradient(top,#32b6e8 0,#196a95 100%);
    background: -ms-linear-gradient(top,#32b6e8 0,#196a95 100%);
    background: -o-linear-gradient(top,#32b6e8 0,#196a95 100%);
    background: linear-gradient(to bottom,#32b6e8 0,#196a95 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 2px 5px rgba(0,0,0,.7);
    border: 1px solid #336;
    font-size: 30px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    height: 60px;
    line-height: 2;
}

.withdraw .form {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

.withdraw .subject {
    padding: 10px;
    background: #31b3e4;
    min-height: 30px;
    padding-left: 22px;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px 0;
}

    .withdraw .subject .first {
        margin: 0 0 10px 0;
    }

.withdraw label {
    display: block;
    font-size: 26px;
    color: #fff;
    font-family: Arial;
    font-weight: bolder;
}

.withdraw .form .yellow {
    display: block;
    font-size: 26px;
    color: #fbed07;
    font-family: Arial;
    font-weight: bolder;
    padding: 10px 0;
}

.withdraw .form .red {
    display: block;
    font-size: 26px;
    color: #ff4949;
    font-family: Arial;
    font-weight: bolder;
    padding: 10px 0;
}

.withdraw input {
    height: 60px;
    width: 95%;
    font-size: 30px;
    margin-bottom: 15px;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

.withdraw .line {
    border-bottom: 1px dashed #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

.withdraw .notice {
    font-size: 26px;
    font-family: Arial;
    color: #ff4949;
    text-align: center;
}

    .withdraw .notice p {
        margin: 0;
        text-align: center;
    }

.withdraw .submit {
    text-align: center;
    margin: 20px 0;
    height: 66px;
}

    .withdraw .submit button {
        width: 90%;
        text-align: center;
        border-radius: 6px;
        background-color: #32b6e8;
        background: -webkit-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -moz-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -ms-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: -o-linear-gradient(top,#32b6e8 0,#196a95 100%);
        background: linear-gradient(to bottom,#32b6e8 0,#196a95 100%);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 2px 5px rgba(0,0,0,.7);
        border: 1px solid #336;
        font-size: 30px;
        color: #fff;
        text-shadow: -1px -1px 0 rgba(0,0,0,.5);
        box-shadow: 0 2px 2px rgba(0,0,0,.5);
        height: 60px;
    }

.scoreBar {
    background-color: #121922;
    background: -webkit-linear-gradient(top,#121922 0,#272d3b 100%);
    background: -moz-linear-gradient(top,#121922 0,#272d3b 100%);
    background: -o-linear-gradient(top,#121922 0,#272d3b 100%);
    background: -ms-linear-gradient(top,#121922 0,#272d3b 100%);
    background: linear-gradient(to bottom,#121922 0,#272d3b 100%);
    min-height: 60px;
}

    .scoreBar div {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
        font-size: 22px;
        padding: 14px 0;
        color: #fff;
        float: left;
        height: 100%;
    }

        .scoreBar div.teamName {
            width: 43%;
        }

        .scoreBar div.score {
            color: #c8c8c8;
            width: 14%;
        }

            .scoreBar div.score span {
                color: #fff;
                padding: 0 3px;
            }

        .scoreBar div.left {
            text-align: right;
        }

        .scoreBar div.right {
            text-align: left;
        }

.categoriesBar {
    background: #424b5e;
    border-top: 1px solid #6c7381;
    box-shadow: inset 0 -1px 3px rgba(0,0,0,.7),0 2px 6px rgba(0,0,0,.7);
}

    .categoriesBar p {
        margin: 0;
        margin-left: 15px;
        font-size: 20px;
        color: #FFF;
        text-shadow: 0 -1px 0 rgba(0,0,0,.8);
        line-height: 150%;
    }

.listContent {
    background: url(../img/bg_parlayarea.png);
    padding: 5px;
}

    .listContent .list {
        display: inline-block;
        vertical-align: top;
        margin-right: 3px;
    }

        .listContent .list.ml {
            margin-left: 12px;
        }

        .listContent .list span {
            display: block;
            width: 100%;
            height: 4px;
            font-size: 18px;
            color: #aaa;
            line-height: normal;
            margin: 10px 0 2px;
        }

        .listContent .list.wide, .listContent .list.short {
            width: 14%;
        }

            .listContent .list.short h3 {
                color: #777;
                text-align: center;
            }

        .listContent .list p {
            text-align: center;
            color: #6e6e6e;
            margin: 0;
            padding: 3px 0;
        }

        .listContent .list .red {
            color: #B15252;
        }

        .listContent .list a {
            margin: 0 0 6px;
            text-align: center;
            display: block;
            line-height: 46px;
            color: #5f4d71;
            text-shadow: 1px 1px 0 rgba(255,255,255,.8);
            font-size: 24px;
            border: 1px solid #a6a6a6;
            border-radius: 4px;
            background: #FFF;
            box-shadow: 0 1px 3px rgba(0,0,0,.5);
            font-weight: bolder;
            font-family: Arial;
        }

        .listContent .list.sub b {
            display: block;
        }

        .listContent .list.sub .first, .listContent .list.sub .second {
            color: #fff;
            text-shadow: 0 1px 0 rgba(0,0,0,.5);
            padding: 5px 5px 3px;
            background: #bebebe;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            display: block;
            font-family: Arial;
        }

        .listContent .list.sub .first {
            margin-top: 50px;
        }

        .listContent .list.sub .second {
            margin-top: 30px;
        }

        .listContent .list a.active {
            background: rgba(0,0,0,.5);
            color: #FFF;
        }

        .listContent .list a.higher {
            line-height: 100px;
        }

.functions {
    /*background:#001f2d;*/
    width: 100%;
}

    .functions .subject_2 {
        height: 90px;
        line-height: 90px;
        border-top: 2px solid #696969;
        border-bottom: 2px solid #222222;
        margin: 0;
    }

        .functions .subject_2 span {
            display: block;
            float: left;
            color: #fbed07;
            font-size: 30px;
            font-family: Arial;
            padding-left: 58px;
        }

        .functions .subject_2 a {
            display: block;
            float: right;
            margin-top: 24px;
            margin-right: 40px;
        }

    .functions .subject_3 {
        height: 90px;
        line-height: 90px;
        border-top: 2px solid #696969;
        border-bottom: 2px solid #222222;
        margin: 0;
    }

    .functions .subject_4 {
        height: 90px;
        line-height: 90px;
        border-top: 2px solid #696969;
        border-bottom: 2px solid #222222;
        margin: 0;
    }

    .functions .moreFunction {
        height: 50px;
    }

        .functions .moreFunction a {
            font-size: 20px;
            font-weight: 700;
            height: 50px;
            line-height: 50px;
            padding-left: 26px;
        }

    .functions .subject_1 {
        height: 90px;
        padding-left: 58px;
        margin: 0;
        color: #fff;
        font-family: Arial;
        line-height: 90px;
        font-size: 30px;
        border-bottom: 2px solid #222222;
    }

        .functions .subject_1 .name {
            color: #fbed07;
        }

    .functions .subject_3 {
        padding-left: 58px;
        margin: 0;
        color: #fff;
        font-family: Arial;
        line-height: 90px;
        font-size: 30px;
        border-bottom: 2px solid #222222;
    }

        .functions .subject_3 .txn {
            color: #fbed07;
        }

    .functions .subject_4 {
        padding-left: 58px;
        margin: 0;
        color: #fff;
        font-family: Arial;
        line-height: 90px;
        font-size: 30px;
    }

        .functions .subject_4 .minbet {
            color: #fbed07;
        }

    .functions ul li, .sportNav .bottomList ul li, #leagueMenu .leagueList ul li {
        height: 40px;
        /*border-top:2px solid #696969;*/
        /*border-bottom: 2px solid #696969;*/
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
        /* Changed - removed */
        /*
#leagueMenu .leagueList ul li{
	height: 45px;
	padding-top: 15px;
	padding-bottom:20px;
}
*/

        .functions ul li.active {
            border-top: 0;
        }

        .functions ul li a, .sportNav .bottomList ul li a, .sportNav ul.sportNavTop li a, #leagueMenu .leagueList ul, .topBack a {
            display: block;
            /* background: #2c2c2c; */
            font-family: Arial;
            /* height: 90px; */
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            /* text-shadow: 0 1px 0 #141414; */
            position: relative;
            padding-left: 10px;
            /* padding-top: 24px; */
            text-align: left;
            /* align-content: center; */
        }

.topScrollBar_1 .blankLine {
    width: 100%;
    height: 23px;
    line-height: 0;
    background: #555555;
    background: -webkit-linear-gradient(top,#555555 15%,#555555 100%);
    background: -moz-linear-gradient(top,#555555 15%,#555555 100%);
    background: -ms-linear-gradient(top,#555555 15%,#555555 100%);
    background: -o-linear-gradient(top,#555555 15%,#555555 100%);
    background: linear-gradient(to bottom,#555555 15%,#555555 100%);
    border-top: 0;
    margin-top: -3px;
}

.bottomList ul li.highlight a, .bottomList ul li.highlight a span {
    color: #3DB3FA;
}

#leagueMenu .leagueList ul li.highlight {
    background: #001f2d;
    border-top: 0;
}

.functions ul.topBack li a, .topBack a {
    padding-left: 80px;
    background-color: #3c3c3c;
    background: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background: -moz-linear-gradient(top,#3c3c3c 0,#222 100%);
    background: -ms-linear-gradient(top,#3c3c3c 0,#222 100%);
    background: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
}

.sportNav .bottomList ul li a {
    padding-left: 30px;
}

#leagueMenu .leagueList ul {
    padding-left: 0;
    padding-top: 0;
    height: auto;
}

.functions ul li a .icon {
    /*width: 45px;
	height: 45px;
	position: absolute;
	top: -7px;*/
    margin-right: 5px;
}


    .functions ul li a .icon.deposit {
        background: url(../img/imgAll.png) -243px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.withdraw {
        background: url(../img/imgAll.png) -299px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.stake {
        background: url(../img/imgAll.png) -352px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.statement {
        background: url(../img/imgAll.png) -408px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.results {
        background: url(../img/imgAll.png) -463px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.password {
        background: url(../img/imgAll.png) -516px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.mail {
        background: url(../img/imgAll.png) -569px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.support {
        background: url(../img/imgAll.png) -633px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.logout {
        background: url(../img/imgAll.png) -683px -204px no-repeat;
        transform: scale(0.6);
    }

    .functions ul li a .icon.home {
        background: url(../img/imgAll.png) -738px -204px no-repeat;
        transform: scale(0.6);
    }

.functions ul li a span {
    /*color:#ff4949;
    padding-left:20px;*/
}

.functions ul li a.active {
    background: #001f2d;
}

.functionTxtStyle {
    /*margin-left:50px;
	margin-top:-8px;*/
}

/* Changed */
.functionLogoutBtn {
    padding: 10px 10px;
    border-radius: 3px;
    color: #fff;
    background: #0f4f8c;
    border-bottom: 3px rgb(9, 68, 134) solid !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
    font-size: 0.8rem;
    display: block;
    text-align: center;
    width: 80%;
    /*margin: 6px auto;*/
    margin: 15px auto;
}

.addHome {
    position: fixed;
    bottom: 40px;
    width: 100%;
    height: 180px;
    z-index: 10;
}

    .addHome > div {
        margin: 0 auto;
        width: 500px;
        height: 180px;
        background: url(../img/imgAll.png) 16px -278px no-repeat;
    }

    .addHome a.close {
        display: block;
        width: 55px;
        height: 55px;
        background: url(../img/imgAll.png) -57px -204px no-repeat;
        position: relative;
        left: 440px;
        top: -20px;
    }

    .addHome h3 {
        font-size: 18px;
        color: #515151;
        font-family: Arial;
        font-weight: bolder;
        margin-left: 150px;
    }

    .addHome p {
        margin-left: 150px;
        margin-top: 0;
        font-size: 18px;
        color: #515151;
    }

        .addHome p b {
            font-size: 20px;
            display: block;
            color: #272727;
        }

.alert {
    position: fixed;
    width: 560px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    top: 15%;
    left: 50%;
    margin-left: -280px;
    z-index: 30001;
}

    .alert .msg {
        text-align: center;
        padding: 36px 0;
    }

        .alert .msg p {
            font-size: 32px;
            color: #000;
            font-family: Arial;
            font-weight: bolder;
            margin: 0;
            padding-left: 32px;
            padding-right: 32px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

.msg .msg_2 {
    font-family: Arial,sans-serif;
    display: block;
    font-size: 20px;
    color: #6289c1;
    margin-top: 32px;
    width: 80%;
    margin: 16px auto 0;
}

.alert .footer {
    vertical-align: bottom;
    background: #cfcfcf;
    padding: 30px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-top: 1px dashed #a6a6a6;
}

.alert .msgBtn01, .alert .msgBtn02 {
    float: left;
    width: 48%;
    margin-left: 7px;
}

.alert .footer .notice p {
    font-size: 20px;
    color: #515151;
    margin: 0 0 1em;
}

.alert .footer .remember {
    width: 250px;
    line-height: 50px;
    vertical-align: middle;
}

.alert .footer .dontshow {
    width: 320px;
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 20px;
}

.footerCon {
    color: #333;
    margin-bottom: 36px;
    font-size: 18px;
}

.alert .footer .remember span {
    font-size: 30px;
    color: #6289c1;
}

.alert .footer button {
    width: 100%;
    height: 70px;
    text-align: center;
    border-radius: 6px;
    background-color: #32b6e8;
    background: -webkit-linear-gradient(top,#32b6e8 0,#196a95 100%);
    background: -moz-linear-gradient(top,#32b6e8 0,#196a95 100%);
    background: -ms-linear-gradient(top,#32b6e8 0,#196a95 100%);
    background: -o-linear-gradient(top,#32b6e8 0,#196a95 100%);
    background: linear-gradient(to bottom,#32b6e8 0,#196a95 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 2px 5px rgba(0,0,0,.7);
    border: 1px solid #336;
    font-size: 38px;
    color: #fff;
}

    .alert .footer button.style2 {
        color: #ffffff;
        background-color: #6f6f6f;
        background: -webkit-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -moz-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -ms-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -o-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
    }

div.checker {
    width: 44px;
    height: 44px;
    float: left;
    position: relative;
    margin-right: 10px;
    background: url(../img/imgAll.png) -274px -143px no-repeat;
    cursor: pointer;
}

    div.checker.black {
        background: url(../img/imgAll.png) -219px -143px no-repeat;
        cursor: pointer;
    }

    div.checker.checked {
        background: url(../img/imgAll.png) -380px -143px no-repeat;
        cursor: pointer;
    }

    div.checker.black.checked {
        background: url(../img/imgAll.png) -329px -143px no-repeat;
        cursor: pointer;
    }

div.checkers {
}

    div.checkers.checked {
    }

div.mainDisable {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: #000 5px 0 15px;
}

.resultLeague {
    width: 100%;
    border-bottom: #1f2732 solid 5px;
    text-align: center;
}

.scoreTable.top {
    font-size: 22px;
    text-align: center;
    color: #FFF;
    background: #363e4a;
    font-weight: 700;
    height: 144px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.scoreTable > div, .scoreTable > ul {
    height: 48px;
    line-height: 48px;
    float: left;
    border-top: #696969 solid 1px;
    border-bottom: #222 solid 1px;
    border-left: #696969 solid 1px;
    border-right: #222 solid 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.scoreTable > ul {
    border-right: 0;
    border-left: 0;
}

.resultTitle {
    width: 100%;
    float: left;
    color: #FFF;
    line-height: 24px;
    min-height: 48px;
    background-color: #1f2732;
    font-weight: 700;
    font-size: 22px;
    padding-left: 12px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 16px;
    border-top: #696969 solid 1px;
    border-bottom: #222 solid 1px;
}

#mainWrapper2 > .blankTop, .blank {
    width: 15%;
    float: left;
    padding-top: 46px;
}

.blankTop {
    height: 96px;
    background-color: #363e4a;
}

.resultLeague .blank {
    height: 140px;
    background-color: #f9f9f9;
    border-top: #696969 solid 1px;
}

.blank a.open {
    background: url(../img/imgAll.png) -153px -144px no-repeat;
}

.blank a.close {
    background: url(../img/imgAll.png) -100px -144px no-repeat;
}

.blank a {
    margin: 0 auto;
    display: block;
    width: 44px;
    height: 44px;
}

.resultTitle.sub {
    color: #FFF;
    background: #acabab;
}

.scoreTable.sub > ul {
    overflow: hidden;
}

.scoreTable.tennis > ul li {
    width: 20%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.scoreTable.tennis > .scoreTennis {
    width: 40%;
}

.scoreTable.tennis > .point, .scoreTable.tennis > .set {
    width: 30%;
}

.scoreTable.tennis > ul li:nth-child(7), .scoreTable.tennis.sub > ul li:nth-child(7) {
    border-right: 0;
}

.scoreTable.tennis .time {
    width: 20%;
}

.scoreTable.tennis .teams {
    width: 80%;
}

.scoreTable.tennis.sub {
    height: 140px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 22px;
    width: 85%;
    float: left;
}

    .scoreTable.tennis.sub > div, .scoreTable.tennis.sub > ul {
        height: 70px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .scoreTable.tennis.sub > ul {
        border-right: 0;
    }

    .scoreTable.tennis.sub > ul, .scoreTable.tennis.sub > .point, .scoreTable.tennis.sub > .set {
        background: #f9f9f9;
    }

        .scoreTable.tennis.sub > ul li {
            width: 20%;
            float: left;
            border: 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
        }

    .scoreTable.tennis.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 30px;
        line-height: 34px;
        text-align: left;
        padding-left: 14px;
    }

    .scoreTable.tennis.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.tennis.sub > ul li > div {
        width: 100%;
        height: 34px;
        line-height: 35px;
        float: left;
        overflow: hidden;
    }

    .scoreTable.tennis.sub > ul li .top {
        border-bottom: #777 dashed 1px;
    }

    .scoreTable.tennis.sub p {
        margin: 0;
        padding: 0;
    }

    .scoreTable.tennis.sub .point, .scoreTable.tennis.sub .set {
        height: 70px;
        line-height: 55px;
        padding-top: 22px;
    }

    .scoreTable.tennis.sub .time {
        padding-top: 10px;
        line-height: 24px;
    }

    .scoreTable.tennis.sub .point span, .scoreTable.tennis.sub .set span {
        display: block;
        height: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.tennis.sub .point.twoLines, .scoreTable.tennis.sub .set.twoLines {
        padding-top: 13px;
    }

.scoreTable.tableTennis > ul li {
    width: 14%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.scoreTable.tableTennis > .scoreTennis {
    width: 40%;
}

.scoreTable.tableTennis > .point, .scoreTable.tableTennis > .set {
    width: 30%;
}

.scoreTable.tableTennis > ul li:nth-child(1), .scoreTable.tableTennis.sub > ul li:nth-child(1) {
    width: 16%;
}

.scoreTable.tableTennis > ul li:nth-child(7), .scoreTable.tableTennis.sub > ul li:nth-child(7) {
    border-right: 0;
}

.scoreTable.tableTennis .time {
    width: 20%;
}

.scoreTable.tableTennis .teams {
    width: 80%;
}

.scoreTable.tableTennis.sub {
    height: 140px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 22px;
    width: 85%;
    float: left;
}

    .scoreTable.tableTennis.sub > div, .scoreTable.tableTennis.sub > ul {
        height: 70px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .scoreTable.tableTennis.sub > ul {
        border-right: 0;
    }

    .scoreTable.tableTennis.sub > ul, .scoreTable.tableTennis.sub > .point, .scoreTable.tableTennis.sub > .set {
        background: #f9f9f9;
    }

        .scoreTable.tableTennis.sub > ul li {
            width: 14%;
            float: left;
            border: 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
        }

    .scoreTable.tableTennis.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 30px;
        line-height: 34px;
        text-align: left;
        padding-left: 14px;
    }

        .scoreTable.tableTennis.sub .teams p:nth-child(1), .scoreTable.tennis.sub .teams p:nth-child(1),
        .scoreTable.beachSoccer.sub .teams p:nth-child(1), .scoreTable.bedminton.sub .teams p:nth-child(1),
        .scoreTable.football.sub .teams p:nth-child(1), .scoreTable.golf.sub .teams p:nth-child(1) {
            margin-top: 2px;
        }

    .scoreTable.tableTennis.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.tableTennis.sub > ul li > div {
        width: 100%;
        height: 35px;
        line-height: 35px;
        float: left;
    }

    .scoreTable.tableTennis.sub > ul li .top {
        border-bottom: #777 dashed 1px;
    }

    .scoreTable.tableTennis.sub p {
        margin: 0;
        padding: 0;
    }

    .scoreTable.tableTennis.sub .point, .scoreTable.tableTennis.sub .set {
        height: 70px;
        line-height: 55px;
        padding-top: 22px;
    }

    .scoreTable.tableTennis.sub .time {
        padding-top: 10px;
        line-height: 24px;
    }

    .scoreTable.tableTennis.sub .point span, .scoreTable.tableTennis.sub .set span {
        display: block;
        height: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.tableTennis.sub .point.twoLines, .scoreTable.tableTennis.sub .set.twoLines {
        padding-top: 13px;
    }

.scoreTable.beachSoccer > ul li {
    width: 33%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.scoreTable.beachSoccer > .scoreTennis {
    width: 40%;
}

.scoreTable.beachSoccer > .point, .scoreTable.beachSoccer > .set {
    width: 60%;
}

.scoreTable.beachSoccer > ul li:nth-child(1), .scoreTable.beachSoccer.sub > ul li:nth-child(1) {
    width: 34%;
}

.scoreTable.beachSoccer > ul li:nth-child(7), .scoreTable.beachSoccer.sub > ul li:nth-child(7) {
    border-right: 0;
}

.scoreTable.beachSoccer .time {
    width: 20%;
}

.scoreTable.beachSoccer .teams {
    width: 80%;
}

.scoreTable.beachSoccer.sub {
    height: 140px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 22px;
    width: 85%;
    float: left;
}

    .scoreTable.beachSoccer.sub > div, .scoreTable.beachSoccer.sub > ul {
        height: 70px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .scoreTable.beachSoccer.sub > ul {
        border-right: 0;
    }

    .scoreTable.beachSoccer.sub > ul, .scoreTable.beachSoccer.sub > .point, .scoreTable.beachSoccer.sub > .set {
        background: #f9f9f9;
    }

        .scoreTable.beachSoccer.sub > ul li {
            width: 33%;
            float: left;
            border: 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
        }

    .scoreTable.beachSoccer.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 30px;
        line-height: 34px;
        text-align: left;
        padding-left: 14px;
    }

    .scoreTable.beachSoccer.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.beachSoccer.sub > ul li > div {
        width: 100%;
        height: 35px;
        line-height: 35px;
        float: left;
    }

    .scoreTable.beachSoccer.sub > ul li .top {
        border-bottom: #777 dashed 1px;
    }

    .scoreTable.beachSoccer.sub p {
        margin: 0;
        padding: 0;
    }

    .scoreTable.beachSoccer.sub .point, .scoreTable.beachSoccer.sub .set {
        height: 70px;
        line-height: 55px;
        padding-top: 22px;
    }

    .scoreTable.beachSoccer.sub .time {
        padding-top: 10px;
        line-height: 24px;
    }

    .scoreTable.beachSoccer.sub .point span, .scoreTable.beachSoccer.sub .set span {
        display: block;
        height: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.beachSoccer.sub .point.twoLines, .scoreTable.beachSoccer.sub .set.twoLines {
        padding-top: 13px;
    }

.scoreTable.bedminton > ul li {
    width: 33%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.scoreTable.bedminton > .scoreTennis {
    width: 30%;
}

.scoreTable.bedminton > .point, .scoreTable.bedminton > .set {
    width: 35%;
}

.scoreTable.bedminton > ul li:nth-child(1), .scoreTable.bedminton.sub > ul li:nth-child(1) {
    width: 34%;
}

.scoreTable.bedminton > ul li:nth-child(7), .scoreTable.bedminton.sub > ul li:nth-child(7) {
    border-right: 0;
}

.scoreTable.bedminton .time {
    width: 20%;
}

.scoreTable.bedminton .teams {
    width: 80%;
}

.scoreTable.bedminton.sub {
    height: 140px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 22px;
    width: 85%;
    float: left;
    overflow: hidden;
}

    .scoreTable.bedminton.sub > div, .scoreTable.bedminton.sub > ul {
        height: 70px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .scoreTable.bedminton.sub > ul {
        border-right: 0;
    }

    .scoreTable.bedminton.sub > ul, .scoreTable.bedminton.sub > .point, .scoreTable.bedminton.sub > .set {
        background: #f9f9f9;
    }

        .scoreTable.bedminton.sub > ul li {
            width: 33%;
            float: left;
            border: 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
        }

    .scoreTable.bedminton.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 30px;
        line-height: 34px;
        text-align: left;
        padding-left: 14px;
    }

    .scoreTable.bedminton.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.bedminton.sub > ul li > div {
        width: 100%;
        height: 35px;
        line-height: 35px;
        float: left;
    }

    .scoreTable.bedminton.sub > ul li .top {
        border-bottom: #777 dashed 1px;
    }

    .scoreTable.bedminton.sub p {
        margin: 0;
        padding: 0;
    }

    .scoreTable.bedminton.sub .point, .scoreTable.bedminton.sub .set {
        height: 70px;
        line-height: 55px;
        padding-top: 22px;
    }

    .scoreTable.bedminton.sub .time {
        padding-top: 10px;
        line-height: 24px;
    }

    .scoreTable.bedminton.sub .point span, .scoreTable.bedminton.sub .set span {
        display: block;
        height: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.bedminton.sub .point.twoLines, .scoreTable.bedminton.sub .set.twoLines {
        padding-top: 13px;
    }

.scoreTable.golf > ul li {
    width: 33%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.scoreTable.golf > .scoreTennis {
    width: 30%;
}

.scoreTable.golf > .point, .scoreTable.golf > .set {
    width: 100%;
}

.scoreTable.golf > ul li:nth-child(1), .scoreTable.golf.sub > ul li:nth-child(1) {
    width: 34%;
}

.scoreTable.golf > ul li:nth-child(7), .scoreTable.golf.sub > ul li:nth-child(7) {
    border-right: 0;
}

.scoreTable.golf .time {
    width: 20%;
}

.scoreTable.golf .teams {
    width: 80%;
}

.scoreTable.golf.sub {
    height: 140px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 22px;
    width: 85%;
    float: left;
}

    .scoreTable.golf.sub > div, .scoreTable.golf.sub > ul {
        height: 70px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .scoreTable.golf.sub > ul {
        border-right: 0;
    }

    .scoreTable.golf.sub > ul, .scoreTable.golf.sub > .point, .scoreTable.golf.sub > .set {
        background: #f9f9f9;
    }

        .scoreTable.golf.sub > ul li {
            width: 33%;
            float: left;
            border: 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
        }

    .scoreTable.golf.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 30px;
        line-height: 34px;
        text-align: left;
        padding-left: 14px;
    }

    .scoreTable.golf.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.golf.sub > ul li > div {
        width: 100%;
        height: 35px;
        line-height: 35px;
        float: left;
    }

    .scoreTable.golf.sub > ul li .top {
        border-bottom: #777 dashed 1px;
    }

    .scoreTable.golf.sub p {
        margin: 0;
        padding: 0;
    }

    .scoreTable.golf.sub .point, .scoreTable.golf.sub .set {
        height: 70px;
        line-height: 55px;
        padding-top: 22px;
    }

    .scoreTable.golf.sub .time {
        padding-top: 10px;
        line-height: 24px;
    }

    .scoreTable.golf.sub .point span, .scoreTable.golf.sub .set span {
        display: block;
        height: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.golf.sub .point.twoLines, .scoreTable.golf.sub .set.twoLines {
        padding-top: 13px;
    }

.scoreTable.football > ul li {
    width: 33%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.scoreTable.football > .scoreTennis {
    width: 30%;
}

.scoreTable.football > .point, .scoreTable.football > .set {
    width: 50%;
}

.scoreTable.football > ul li:nth-child(1), .scoreTable.football.sub > ul li:nth-child(1) {
    width: 34%;
}

.scoreTable.football > ul li:nth-child(7), .scoreTable.football.sub > ul li:nth-child(7) {
    border-right: 0;
}

.scoreTable.football .time {
    width: 100%;
    height: 50px;
}

.scoreTable.football .teams {
    width: 100%;
    height: 70px;
}

.scoreTable.football .teamsheader {
    width: 100%;
    height: 50px;
}

.scoreTable.football.sub {
    height: 190px;
    color: #696969;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    float: left;
}

    .scoreTable.football.sub > div, .scoreTable.football.sub > ul {
        float: left;
        border: 0;
        border-top: #696969 solid 1px;
        border-right: #696969 solid 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .scoreTable.football.sub > ul {
        border-right: 0;
    }

    .scoreTable.football.sub > ul, .scoreTable.football.sub > .point, .scoreTable.football.sub > .set {
        background: #f9f9f9;
    }

        .scoreTable.football.sub > ul li {
            width: 33%;
            float: left;
            border: 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
        }

    .scoreTable.football.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 30px;
        line-height: 34px;
        text-align: left;
        padding-left: 14px;
    }

    .scoreTable.football.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.football.sub > ul li > div {
        width: 100%;
        height: 35px;
        line-height: 35px;
        float: left;
    }

    .scoreTable.football.sub > ul li .top {
        border-bottom: #777 dashed 1px;
    }

    .scoreTable.football.sub p {
        margin: 0;
        padding: 0;
    }

    .scoreTable.football.sub .point, .scoreTable.football.sub .set {
        height: 70px;
        line-height: 55px;
        padding-top: 5px;
    }

    .scoreTable.football.sub .time {
        padding-top: 10px;
        line-height: 24px;
    }

    .scoreTable.football.sub .point span, .scoreTable.football.sub .set span {
        height: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.football.sub .point.twoLines, .scoreTable.football.sub .set.twoLines {
        padding-top: 13px;
    }

.flash .arrowDown {
    display: none;
}

.flash .arrowUp {
    display: none;
}

.moreMarket {
    overflow-x: visible;
    overflow-y: visible;
}

.moreMarket_table {
    border-collapse: collapse;
    float: left;
}

.moreMarket_noOdds {
    color: #999;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.divtable {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.topOdds.changed a {
    color: #ff0;
    text-shadow: 0 1px 3px #011E2C;
}

.flash .topOdds.changed a {
    color: #fff;
}

#SelectEvent.changed {
    color: red;
}

#SelectEvent option {
    color: #000;
}

#SelectEvent .changed {
    color: red;
}

/* Changed */
#mainWrapper.myBets .block {
    float: none;
    width: 95%;

    /*new*/
   	margin-bottom: 10px;

}

#mainWrapper .list_1 h3 {
    text-align: left;
    overflow: visible;
}

#mainWrapper div.mixparlay h3 {
    text-align: left;
    overflow: visible;
}

#mainWrapper .alertBox.parlay {
    top: 508px;
}

#header.statement .selectBG {
    top: 94px;
}

.AnnRed {
    color: red;
}

tbody {
    width: 100%;
}

tr {
    width: 100%;
}

.announce td.content {
    max-width: 460px;
    word-wrap: break-word;
}

.productSwitcher {
    width: 502px;
    height: 62px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

    .productSwitcher > div {
        width: 240px;
        height: 62px;
        margin: 0 4px;
        line-height: 62px;
        text-align: center;
        color: #EEE;
        float: left;
        font-size: 26px;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        background: #6585b4;
        background: -moz-linear-gradient(top,rgba(101,133,180,1) 19%,rgba(60,88,130,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(19%,rgba(101,133,180,1)),color-stop(100%,rgba(60,88,130,1)));
        background: -webkit-linear-gradient(top,rgba(101,133,180,1) 19%,rgba(60,88,130,1) 100%);
        background: -o-linear-gradient(top,rgba(101,133,180,1) 19%,rgba(60,88,130,1) 100%);
        background: -ms-linear-gradient(top,rgba(101,133,180,1) 19%,rgba(60,88,130,1) 100%);
        background: linear-gradient(to bottom,rgba(101,133,180,1) 19%,rgba(60,88,130,1) 100%);
        border-radius: 8px 8px 0 0;
        border-top: 2px #777 solid;
        border-left: 2px #777 solid;
        border-right: 2px #777 solid;
    }

        .productSwitcher > div.hover {
            color: #3f5c98;
            background: #FFF;
        }

    .productSwitcher .new {
        position: absolute;
        left: -2px;
        top: -2px;
    }

/* Changed */
.langBg {
    width: 100%;
    /*height: 96px;*/
    height: 126px;

    margin-top: -25px;
}

.lang.outline {
    position: relative;
    top: 30px;
}

.kindBg {
    width: 100%;
    height: 126px;
}

.kind.outline {
    position: relative;
    top: 30px;
}

.kindBg.sports {
    height: 56px;
}

/*---------- Waiting----------------------------------------------------------------------------------------------------------*/
.cssSet3 {
    display: inline-block;
    float: left;
    font: 700 18px Tahoma, Helvetica, sans-serif;
    border-bottom: 1px solid #a5a4a4
}

.wait_left {
    color: #000000;
    padding: 13px 1%;
    width: 51%;
    line-height: 20pt;
    background-color: #ffdfdf;
    height: 150px;
    font-size: 19px;
}

.wait_right {
    background-color: #ffdfdf;
    padding: 13px 1%;
    width: 45%;
    height: 60px;
    color: #000000;
    height: 150px;
}

.wait_detail {
    width: 70%;
    height: 75px;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 16pt;
    background: #8f8f8f;
    float: right;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.wait_blank {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    padding-top: 15px;
    text-align: center;
    color: #000000;
    font: 700 15px Tahoma, Arial, Helvetica, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .8);
}

.statement_left {
    padding-left: 30px;
    padding-top: 10px;
    color: #000000;
    width: 60%;
    line-height: 20pt;
    height: 145px;
    font-size: 16px;
    background-color: #f3f3f3;
}

.statement_right {
    padding: 13px 1%;
    width: 40%;
    background-color: #f3f3f3;
    height: 145px;
    color: #000000;
}

.statement_detail {
    width: 80%;
    height: auto;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 16pt;
    background: #8f8f8f;
    float: right;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font: 700 20px tahoma;
}

.white_content {
    display: none;
    position: fixed;
    top: 25%;
    /*left: 25%;*/
    width: 100%;
    /*height: 40%;
    padding: 16px;*/
    /*border: 16px solid orange;
    background-color: white;*/
    z-index: 1002;
    overflow: auto;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.betlistWrapper {
    width: 92%;
    min-height: 100px;
    margin: 0 auto 30px auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(150, 150, 150);
    -webkit-box-shadow: 0px 0px 5px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 5px rgb(150, 150, 150);
    -o-box-shadow: 0px 0px 5px rgb(150, 150, 150);
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.betUL {
    width: 100%;
    list-style: none;
}

.betULtext1 {
    font: 15pt Tahoma, Arial, Helvetica, sans-serif;
    color: #908e8e;
}

.betULtext2 {
    font: 15pt Tahoma, Arial, Helvetica, sans-serif;
    color: #4a4a4a;
}

.betULtext3 {
    font: 700 20px Arial,Helvetica,sans-serif;
    color: #6a85bd;
}

.betULtext4 {
    font: 700 20px Tahoma, Arial, Helvetica, sans-serif;
    color: #4a4a4a;
}

.betULtext5 {
    font: 700 28px Tahoma, Arial, Helvetica, sans-serif;
    color: #4a4a4a;
}

.betULtext6 {
    font: 700 21px Tahoma, Arial, Helvetica, sans-serif;
    color: #a36060;
}

.betULtext7 {
    color: #5f5e5e;
    font: 17px Tahoma, Arial, Helvetica, sans-serif;
}

.betULtext8 {
    font: 700 28px Tahoma, Arial, Helvetica, sans-serif;
    color: #a36060;
}

.betULtext9 {
    font: 700 28px Tahoma, Arial, Helvetica, sans-serif;
    color: #6a85bd;
}
/*
.betULtext1 { font-weight:700; color:#908e8e;}
.betULtext2 { font-weight:700; color:#4a4a4a;}
.betULtext3 { font-weight:700; color:#6a85bd; font-size:20px;}
.betULtext4 { font-weight:700; color:#4a4a4a;font-size:13px;}
.betULtext5 { font-weight:700; color:#4a4a4a;font-size:20px;}
.betULtext6 { font-weight:700; color:#a36060; font-size:20px;}
.betULtext7 {color:#5f5e5e; font-size:18px; }
*/

/*----------- Confirmation POP UP ------------------------*/
.betUL .li1Top2 {
    min-height: 40px;
    padding: 20px 20%;
    background-color: #fafafa;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 2px dashed #bebebe;
    text-align: center;
    line-height: 19pt;
    position: relative;
    z-index: 1;
}

.betUL .li2Bottom2 {
    min-height: 60px;
    background-color: #ececec;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 30px 5%;
}

.ok {
    font: 700 28px Tahoma, Arial, Helvetica, sans-serif;
    float: left;
    padding-top: 10px;
    width: 100%;
    height: 55px;
    background: #096ca7;
    color: #FFFFFF;
    text-align: center;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #53537c;
}
/*---- live----*/


.oddsPart1 {
    width: 31%;
    float: left;
    text-align: center;
    color: #777777;
    background: #CCCCCC;
    padding: 0 1% 0 1%;
    font-weight: 700;
}

.oddsPart2 {
    width: 31%;
    float: left;
    text-align: center;
    color: #777777;
    background: #b0b7be;
    padding: 0 1% 0 1%;
    font-weight: 700;
}

.oddsPart3 {
    width: 32%;
    float: left;
    text-align: center;
    color: #777777;
    background: #CCCCCC;
    padding: 0 1% 0 1%;
    font-weight: 700;
}

.oddsPart3Morebet {
    width: 32%;
    float: left;
    color: #777777;
    background: #CCCCCC;
    padding: 0 1% 0 1%;
    font-weight: 700;
}

.oddsPart25_1 {
    background: #CCCCCC;
    width: 25%;
    float: left;
    text-align: center;
    color: #777777;
}

.oddsPart25_2 {
    background: #b0b7be;
    width: 25%;
    float: left;
    text-align: center;
    color: #777777;
}

/* --------------------- More Bet ------------------------------------------------------------------------------------------------------*/
.morebet_title {
    color: #3E4F59;
    font-weight: bold;
    height: 38px;
    background: url(../images/selectMatch_bg.jpg) repeat-x;
    border-bottom: 1px solid #434851;
    padding: 15px 0 0 1%;
    font-size: 21px;
    clear: left;
}

.morebet_table {
    display: inline-block;
    font-weight: 700;
    float: left;
    text-align: center;
    padding: 3px 0;
    font-size: 22px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.MoreBet_bttbet {
    line-height: 66px;
    height: 74px;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 4px;
    border: 1px solid #a0a0a0;
    padding-top: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #f7f7f7;
    background: -webkit-linear-gradient(90deg,#DDD 0,#FFF 56%);
    background: -moz-linear-gradient(90deg,#DDD 0,#FFF 56%);
    background: -o-linear-gradient(90deg,#DDD 0,#FFF 56%);
    background: -ms-linear-gradient(90deg,#DDD 0,#FFF 56%);
    cursor: pointer;
}

.MoreBet_bttbet2 {
    background: #FFFFFF url(../images/bttbet_bg2.jpg) left bottom repeat-x;
    height: 106px;
    width: 90%;
    margin: 5px 5%;
    -moz-border-radius: 5px;
    padding: 2px;
    border-radius: 5px;
    border: #a0a0a0 1px solid;
    font-size: 25px;
    cursor: pointer;
}

/*//////////////////////Outright///////////////////////////////////////*/

.Result_left {
    width: 80%;
    height: 50px;
    float: left;
    padding: 2% 0 0 2%;
    background: none repeat scroll 0 0 #424B5E;
    border-top: 1px solid #6C7381;
    box-sizing: border-box;
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    line-height: 150%;
    margin: 0;
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.Result_right {
    float: right;
    width: 20%;
}

.Result_right .dataBox {
	background: linear-gradient(to bottom, #F5F5F5 0px, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;
	display: inline-block;
	/*height: 73px;*/
	position: relative;
	text-align: center;
	width: 100%;
}

.Result_right .dataBox a p {
	color: #5A5064;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 100%;
}

.Result_right .dataBox a {
	background: -moz-linear-gradient(90deg, #DDDDDD 0px, #FFFFFF 56%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	height: 50px;
	line-height: 50px;
	/*padding-top: 5px;*/
	text-shadow: 0 1px 0 #FFFFFF;
}

input[type="checkbox"] {
	display: inline-block;
    /*width: 44px;
	height: 44px;
	float: left;
	position: relative;*/
	margin: 0 5px;
	/*background: url(../img/imgAll.png) -274px -143px no-repeat;*/
	cursor: pointer;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
	appearance: checkbox;
	-moz-border: 0;
}

input[type="checkbox"]:checked {
	display: inline-block;
	/*background: url(../img/imgAll.png) -381px -143px no-repeat;*/
	cursor: pointer;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
	appearance: checkbox;
	-moz-border: 0;
}

div.leaguelistinner {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0 1px 0 #141414;
}



.logoCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.chromeframe {
    background: none repeat scroll 0 0 #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}

#loader-wrapper {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 2s linear 0s normal none infinite running spin;
    border-color: #3498db transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-right: 3px solid transparent;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 150px;
    left: 50%;
    margin: -75px 0 0 -75px;
    position: relative;
    top: 50%;
    width: 150px;
    z-index: 1001;
}

    #loader::before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        animation: 3s linear 0s normal none infinite running spin;
        border-color: #e74c3c transparent transparent;
        border-image: none;
        border-radius: 50%;
        border-right: 3px solid transparent;
        border-style: solid;
        border-width: 3px;
        bottom: 5px;
        content: "";
        left: 5px;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    #loader::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        animation: 1.5s linear 0s normal none infinite running spin;
        border-color: #f9c922 transparent transparent;
        border-image: none;
        border-radius: 50%;
        border-right: 3px solid transparent;
        border-style: solid;
        border-width: 3px;
        bottom: 15px;
        content: "";
        left: 15px;
        position: absolute;
        right: 15px;
        top: 15px;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    background: none repeat scroll 0 0 #222222;
    height: 100%;
    position: fixed;
    top: 0;
    transform: translateX(0px);
    width: 51%;
    z-index: 1000;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.loaded #loader-wrapper {
    transform: translateY(-100%);
    transition: all 0.3s ease-out 1s;
    visibility: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

#content {
    margin: 0 auto;
    max-width: 978px;
    padding-bottom: 50px;
    width: 80%;
}

.ir {
    background-color: transparent;
    border: 0 none;
    overflow: hidden;
}

    .ir::before {
        content: "";
        display: block;
        height: 150%;
        width: 0;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
}

@media screen and (max-device-width: 780px) and (orientation: portrait) {

    .login .footer button.old {
        width: 29%;
        height: 50px;
        padding: 14px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        font-weight: 100;
        color: #ffffff;
        border-radius: 6px;
        border: 1px solid #464646;
        background-color: #6f6f6f;
        background: -webkit-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -moz-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -ms-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: -o-linear-gradient(top,#6f6f6f 0,#4c4c4c 100%);
        background: linear-gradient(to bottom,#6f6f6f 0,#4c4c4c 100%);
        box-shadow: 0 2px 2px rgba(0,0,0,.3);
        margin: 0 auto;
        margin-right: 5px;
    }
}

@media print, not all, not all, (min-resolution: 120dpi) {
}

@media print {
    * {
        background: none repeat scroll 0 0 transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .ir a::after, a[href^="javascript:"]::after, a[href^="#"]::after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
}
/*------ ICON ---*/

@media screen and (max-width: 1920px) {
    .LiveCast {
        height: 335px;
    }
}

@media screen and (max-width: 1440px) {
    .LiveCast {
        height: 305px;
    }
}

/*------------------- ICON -----------------------------------------------------------*/

.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Changed- already exist in bootstrap */
/*.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
    }

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev, .carousel-control-next {
    z-index: 10;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/*Bet List*/
.prematch-outright,
.live-upcoming-hours,
.bets-wrap {
    border-top: 1px solid #164978;
}

.early-dropdown-menu {
    z-index: 10;
    background-color: #0d3a64;
    border-radius: 0;
    padding: 0;
    margin: 0;
    left: -6px !important;
    border: 1px rgba(255,255,255,0.2) solid;
    min-width: initial;
    width: calc( 100% + 2px );
}

ul.early-dropdown-menu li {
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}

    ul.early-dropdown-menu li a {
        text-align: left;
        font-size: 0.75rem;
        padding: .5rem .7rem;
        border-bottom: 0;
        display: block;
    }

.early-dropdown-menu li .custom-icon img {
    width: 100%;
}

/*top 3 col tab*/
.sticky-top {
    position: sticky;
    top: 0;
    /* z-index: 1031; */
}

/* Changed */
.bets-wrap {
    padding: 0;
    position: sticky;
    /*top: 0;*/
    top: 5.8%;
    width: 100%;
    z-index: 5;
    color: #fff;
    background-color: #092e59;
}

    .bets-wrap ul {
        padding: 0px;
        margin: 0px;
        background: rgb(28, 44, 70);
        -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
        display: flex;
        position: relative;
        z-index: 1;
    }

        .bets-wrap ul li {
            flex-grow: 1;
            flex-basis: 0;
        }

    .bets-wrap .headline-bar {
        border-top: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

/*filter running*/

.filter-running {
    position: relative;
    padding: 0.5rem 0.7rem;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

    .filter-running .bet-type-select:after {
        font-family: 'Font Awesome 5 pro';
        content: "\f078";
        font-size: 10px;
        font-weight: 300;
        width: 100%;
        color: #fff;
        margin-left: 5px;
    }

    /* Changed - added important */
    .filter-running .bet-type-select-menu {
        position: absolute;
        top: 36px !important;
        left: 0 !important;
        margin: 0;
        padding: 0;
        display: none;
        width: 150px;

        /*new*/
        transform:none!important;
    }


        .filter-running .bet-type-select-menu li {
            width: 100%;
            text-align: left;
        }

            .filter-running .bet-type-select-menu li a {
                display: block;
                line-height: 30px;
                font-weight: 400;
                font-size: 0.8rem;
                padding: 0px 10px;
                border-bottom: 1px solid rgba(255,255,255,0.2);
                color: #fff !important;
                background-color: #0d3a64;
                text-align: left;
            }

/*Bet Slip*/
.page-group .bet-slip {
    margin: 0.5rem;
    border-radius: 3px;
    overflow: hidden;
}

.page-group .bet-slip .footer-slip {
	background-color: transparent;
	color: #000;
	position: static;
}

.page-group .bet-slip .footer-slip .payout-wrapper {
	background-color: #ddd;
}

.page-group .stake-info-wrapper {
    margin: 0 auto;
    border-radius: 0;
}

.page-group .bet-slip .btn-more-detail {
    text-align: center;
    background-color: #efefef;
    color: #000;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    z-index: 1;
    position: relative;
    padding: 0rem 0.7rem;
}

    .page-group .bet-slip .btn-more-detail:after {
        font-family: 'Font Awesome 5 pro';
        content: "\f078";
        font-size: 10px;
        font-weight: 300;
        font-size: 0.8rem;
        display: inline-block;
        margin-left: 10px;
    }


    .page-group .bet-slip .btn-more-detail.active:after {
        content: "\f077";
    }

.page-group .bet-slip .bet-details-important {
    font-size: 0.6rem;
    padding: 0.7rem;
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    background-color: #efefef;
    text-align: left;
    color: #000;
}

.page-group .bet-slip .bet-details {
    background-color: #efefef;
    color: #000;
    text-align: left;
    padding: 0.7rem;
}

    .page-group .bet-slip .bet-details .bet-details-row {
        display: flex;
        justify-content: space-between;
        font-size: 0.7rem;
    }

        .page-group .bet-slip .bet-details .bet-details-row .left {
            padding-right: 10px;
        }

/* .page-group .parlay .stake-info{
    border-top: 3px #032e69 solid;
} */

.page-group .parlay .selector-odd {
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    padding: 0.1rem 0.5rem;
}

    .page-group .parlay .selector-odd:last-child {
        border-bottom: none;
    }


.page-group .footer-slip .payout-amount {
    font-weight: bold;
}

.page-group .footer-slip .win-amount {
    color: #479015;
    font-weight: bold;
}

.page-group .footer-slip .lose-amount {
    color: #d22222;
    font-weight: bold;
}

.footer-group {
    position: sticky;
    bottom: -2px;
    width: 100%;
}

.footer-wrapper {
    display: flex;
    border-top: 1px rgba(255,255,255,0.2) solid;
    border-bottom: 1px rgba(255,255,255,0.2) solid;
    width: 100%;
    background-color: #0c3154;
}

.footer-nav .dropdown-menu.account-menu .footer-group .footer-item {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem 0.7rem;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    font-weight: 400;
}

    .footer-nav .dropdown-menu.account-menu .footer-group .footer-item .icon {
        width: 50px;
        display: block;
        margin: 0 auto;
        font-size: 1.8rem;
        color: #c1dbf9;
        line-height: 35px;
    }

        .footer-nav .dropdown-menu.account-menu .footer-group .footer-item .icon.lang-pic {
            width: 30px;
        }

        .footer-nav .dropdown-menu.account-menu .footer-group .footer-item .icon img {
            width: 100%;
        }

    .footer-nav .dropdown-menu.account-menu .footer-group .footer-item:nth-child(2) {
        border-left: 1px rgba(255,255,255,0.2) solid;
        border-right: 1px rgba(255,255,255,0.2) solid;
    }

.footer-nav .dropdown-menu.account-menu .btn-logout {
    padding: 10px 10px;
    border-radius: 3px;
    color: #fff;
    background: #0f4f8c;
    border-bottom: 3px rgb(9, 68, 134) solid !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
    font-size: 0.8rem;
    display: block;
    text-align: center;
    width: 80%;
    margin: 15px auto;
}

.footer-nav .footer-wrap .footer-single:first-child .dropdown-menu {
    left: 0px !important;
    transform: translateX(0%) !important;
}

/*MoreBetPanel*/
.match-function {
    position: relative;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.15);
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    -webkit-appearance: none;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.icon-function {
    padding: .5rem 0;
}

    .icon-function img {
        width: 25px;
    }

    .icon-function.bg-star {
        background-color: #e4e4e4;
        padding: 0.5rem;
    }

.match-function .more {
    padding: 0.5rem;
}

#more-leagues .bg-more-head {
    display: flex;
    justify-content: center;
    padding: 0.3rem 0.69rem;
    margin-bottom: 0px;
    border-bottom: none;
}

.market-card {
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 1px;
    border-radius: 0px;
    border: none;
}

.bg-star {
    margin-right: 7px;
    float:left;
}

    .bg-star:before {
        width: 18px;
        height: 18px;
        display: block;
        content: url(../images/favorite-inactive.svg);
    }

    .bg-star.active:before {
        content: url(../images/favorite-active.svg);
    }

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

/*MoreBetPage*/
.content-more {
    position: fixed;
}

/* Changed - added from main2.css */
.content-center {
    padding-top: 55px;
    padding-bottom: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    /*new*/
    /*-webkit-overflow-scrolling: touch;*/
}


.position-relative {
    position: relative !important;
}

.morebet-wrapper {
    width: 100%;
    background: #0a2b4a;
    position: relative;
}

.morebet-back {
    background: #0a2b4a;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0px;
    height: 58px;
    width: 55px;
    border-radius: 0;
    box-shadow: none;
}

    .morebet-back a {
        min-width: inherit;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        padding: 0.9rem 0;
        width: 50px;
        background: #0f4f8c;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border-radius: 0px 3px 3px 0px;
        z-index: 10;
        opacity: 1;
    }

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.morebet-nav ul {
    display: block;
}

.nav {
    list-style: none;
}

.morebet-nav .league-card {
    white-space: nowrap;
    display: inline-block;
    margin: 0.4rem 0.1rem;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.7);
    width: calc( 100% - 55px);
    max-width: 304px;
    vertical-align: middle;
}

.league-card a.active {
    border-radius: 3px;
    opacity: 1;
}

.morebet-nav ul li a .match-info {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    position: static;
    height: 46px;
}

.team-black {
    color: #061d52;
}

.match-info-home-name {
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
    /* color: #061d52; */
    white-space: initial;
    width: calc( 50% - 30px );
    align-items: center;
    text-align: left;
    /* padding: 0.3rem 0px; */
    padding-right: 2px;
    /* font-size: 0.75rem; */
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.team-red {
    color: #b53f39;
}

.match-info-away-name {
    display: flex;
    align-items: center;
    font-weight: 700;
    white-space: initial;
    text-align: right;
    justify-content: flex-end;
    /* color: #b53f39; */
    width: calc( 50% - 30px );
    padding-left: 2px;
    padding-right: 0px;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.match-info-team {
    display: flex;
    height: 100%;
}

.select-league-dropdown {
    display: inline-block;
    vertical-align: top;
    margin: 0.4rem 0.1rem;
    position: initial;
    background: #0f4f8c;
    border-radius: 3px;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.btn-select-league {
    white-space: nowrap;
    display: block;
    width: 50px;
    height: 46px;
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.content-center .tab-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.tab-content > .active {
    display: block;
}

/*.tab-content > .tab-pane {
	display: none;
}*/

.fade {
    transition: opacity .15s linear;
}

.match-detail-function-tab {
    display: flex;
    text-align: center;
    background: #0d3a64;
    border-top: 1px rgba(255,255,255,0.1) solid;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

#live-widget {
    position: relative;
}

.live-center {
    background-image: url(../images/tracker-base.png?v=1);
    background-position: 50%;
    background-size: 100% auto;
    width: 100vw;
    height: 56.52174vw;
    text-align: center;
    color: hsla(0,0%,100%,.8);
    font-family: Oswald,Tahoma,sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-shadow: inset 0 7px 5px -5px #000, inset 0 -7px 5px -5px #000;
    box-shadow: inset 0 7px 5px -5px #000, inset 0 -7px 5px -5px #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.live-center iframe {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0
}

#live-widget-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

#iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    pointer-events: auto;
}

.screen-btn:before, .screen-btn.show:before {
    font-family: 'Font Awesome 5 pro';
    content: "\f078";
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    color: #fff;
}

.d-flex {
    display: flex !important;
}

.justify-content-center{
    -ms-flex-align: center !important;
    justify-content: center !important;
}


.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}


.function-bar {
    background-color: #092a4b;
    padding: 7px 10px;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5) inset;
    z-index: 3;
    position: relative;
}

    .function-bar .tab-wrapper {
        width: calc( 100% - 100px );
        overflow: hidden;
    }

        .function-bar .tab-wrapper .nav-pills-wrapper {
            width: 100%;
            overflow-x: scroll;
            white-space: nowrap;
        }

    .function-bar .nav-pills {
        margin: 0px;
        padding: 0;
        display: block;
    }

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.function-bar .nav-item {
    display: inline-block;
    white-space: nowrap;
}

.function-bar .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #f9d040;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}

.function-bar .function-item-more {
    width: 100px;
}
    .function-bar .function-item-more.livetv {
        width: 120px !important;
    }

.function-bar .tab-wrapper {
    width: calc( 100% - 100px );
    overflow: hidden;
}

    .function-bar .tab-wrapper .nav-pills-wrapper {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

.function-bar .nav-pills {
    margin: 0px;
    padding: 0;
    display: block;
}

.function-bar .nav-item {
    display: inline-block;
    white-space: nowrap;
}

.function-bar .nav-pills .nav-link {
    list-style: none;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 500;
    background-color: #0d3a64;
    padding: 0 20px;
    display: block;
}

    .function-bar .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000;
        background-color: #f9d040;
        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
        box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    }
.btn-favorite, .btn-league {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-favorite {
    color: #f9d040;
}

.btn-parlay, .btn-parlay-early, .btn-collapse, .btn-league, .btn-favorite, .btn-tv-match, .btn-refresh, .btn-mmo-parlay {
    padding: 2px 10px;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #0f4f8c;
    border-bottom: 3px rgb(9, 68, 134) solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
    margin: 0px 2px;
    font-size: 0.8rem;
    height: 30px;
}

    /* Changed - new css */
    .btn-favorite.active, .btn-parlay.active {
        color: #001e4c;
        background: #f9d040;
        border-bottom: 1px solid #f9d040;
        -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,.6);
        box-shadow: inset 0 0 3px 0 rgba(0,0,0,.6);
    }

.market-card {
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 1px;
    border-radius: 0px;
    border: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.accordion-all-leagues .card-header {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 0.2rem 0.7rem 0.2rem 0.5rem;
    position: relative;
    border: none;
    height: 27px;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}


.bg-more-head {
    margin-bottom: 0;
}

.bg-normal-head, .bg-more-head {
    background-color: #bcd0ef;
    color: #0e0e0e;
    border-bottom: none;
    margin-bottom: 1px;
}


.normal-title {
    background-color: #eaeaea;
    color: #000;
    padding: 0.2rem 1rem;
    font-weight: 500;
    text-align: center;
}

.normal-odd-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 1rem;
}

.normal-odd-area-oddtype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: 0.2rem;
    font-weight: 400;
}

.normal-odd-area-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0.5rem;
}


.market-card-content .swiper-container {
    width: 100%;
    height: 100%;
}

/*.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}*/

.market-card-content .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.odd-box {
    position: relative;
    -webkit-box-flex: 2rem;
    -ms-flex: 2rem;
    flex: 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.odd.center {
    margin: 0.15rem auto;
}

.odd {
    position: relative;
    /* padding: 0 0.3rem; */
    margin: 0.15rem 0;
    background-color: #e1e7f1;
    color: #000;
    border-radius: 3px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-height: 2.3rem;
    max-width: 120px;
}

.odd.center.outright{
    max-width: 200px;
}

.outright .odd-box{
    margin: 0.25rem;
}

.outright .swiper-wrapper{
   padding-bottom: 15px;
}

.odd-point {
    color: #566b9a;
    line-height: 1.1rem;
    font-weight: 500;
    font-size: 0.8rem;
    min-height: 0.9rem;
    background-color: #c4d1e4;
    width: 100%;
}

.outright-team{
    background-color: #c4d1e4;
    color: #093463;
    padding: 0.2rem 0;
    font-size: 0.7rem;
    text-align: center;
}

.odd-value.negative {
    color: #bf3318;
}

.odd-value {
    font-weight: 600;
    line-height: 1.3rem;
    min-height: 1.3rem;
    font-size: 0.85rem;
}

.odd.lock {
    color: rgba(0,0,0,0.3);
    background-color: rgba(0,0,0,0.05);
    text-align: center;
    justify-content: center;
    flex-direction: initial;
    align-items: center;
    margin: .15rem auto;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.three-column-group:first-child, .three-column-group:last-child {
    background-color: #f6f6f6;
}

.three-column-group, .two-column-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5rem 0;
}

.three-column-odd-area, .two-column-odd-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0rem 1rem;
}

.three-column-odd-area-oddtype, .two-column-odd-area-oddtype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: 0.2rem;
    font-weight: 400;
}

.three-column-odd-area-group:last-child, .two-column-odd-area-group:last-child {
    margin-right: 0;
}

.three-column-odd-area-group, .two-column-odd-area-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0.5rem;
}

.three-column-content, .two-column-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notAOS {
    margin-right: 0.6rem;
}

/* Changed - new css*/
#OddsContent {
    margin-bottom: 65px;
}

#pgLeague {
    background: #2f527f;
}

#leagueMenu .leagueList .single-league {
    line-height: 1.5;
    height: auto;
}

/* Changed - moved from main2 main3 and main4 */
/* #region moved from main2,3,4 */

a:hover {
    text-decoration: none;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.img-fluid {
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
}

#toolbar {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 55px;
    width: 100%;
    border-bottom: 0;
    z-index: 1031;
    background: #0d3977;
    border-bottom: 1px rgba(255,255,255,0.1) solid;
}

    #toolbar .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        text-align: center;
        width: 115px;
        margin: 0 auto;
        padding: 8px 0px;
    }

        #toolbar .logo img {
            width: 100%;
        }

    #toolbar .userpart {
        color: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        width: auto;
        padding: 0px 8px;
        text-align: right;
        max-width: 35%;
        z-index: 1035;
        font-size: 0.65rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
		display:flex;
    }

        #toolbar .userpart .username {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            letter-spacing: -0.07rem;
        }
		
		#toolbar .username-wrapper{
			padding-right: 10px;
		}

        #toolbar .userpart .balanceToolbar {
            text-transform: uppercase;
            font-size: .7rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #f0d802;
        }

            #toolbar .userpart .balanceToolbar .currency {
                font-size: 0.7rem;
                color: rgba(255,255,255,0.8);
            }

@media only screen and (min-width: 375px) {
    #toolbar .userpart {
        max-width: 30%;
    }

        #toolbar .userpart,
        #toolbar .userpart .balanceToolbar {
            font-size: 0.75rem;
        }

            #toolbar .userpart .username {
                letter-spacing: -0.05rem;
            }
}

.footer-nav,
.footer-nav-login {
    width: 100%;
    background: #0e3f7d;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
}

    .footer-nav .footer-wrap {
        border-top: 1px rgba(255,255,255,0.1) solid;
    }

        .footer-nav .footer-wrap .footer-single {
            color: #333;
            text-align: center;
            text-transform: capitalize;
            width: 25%;
        }

            .footer-nav .footer-wrap .footer-single .footer-name {
                color: #c2dcf5;
                font-size: 0.65rem;
            }

            .footer-nav .footer-wrap .footer-single .footer-icon .custom-icon {
                color: #c2dcf5 !important;
            }

            .footer-nav .footer-wrap .footer-single .footer-icon.active .custom-icon .fa-2x,
            .footer-nav .footer-wrap .footer-single .footer-icon.active .footer-name {
                color: #f9d040 !important;
            }

            .footer-nav .footer-wrap .footer-single .footer-icon {
                width: auto;
                padding: 0.3rem 0;
                z-index: 1001;
            }

                .footer-nav .footer-wrap .footer-single .footer-icon .custom-icon img {
                    width: 28px;
					padding-top: 5px;
					display: inline-block;
                }

    .footer-nav .nav-sub-menu:before {
        font-family: "Font Awesome 5 pro";
        content: "\f078";
        position: absolute;
        right: 10px;
        font-weight: 300;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    .footer-nav .dropdown-menu {
        bottom: 59.59px !important;
        top: inherit !important;
        transform: none !important;
        padding: 0;
        font-size: .9rem;
        border: 1px #435a8e solid;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background-color: #0d3a64;
        box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.5) inset;
        border-radius: 0;
        overflow: visible;
    }

    .footer-nav .dropdown.dropdown-full {
        position: static;
    }

    .footer-nav .dropdown-menu.quickbet-menu {
        width: 100%;
        left: 0 !important;
        transform: translateX(0%) !important;
        border: 0;
        border-top: 1px #435a8e solid;
        border-bottom: 1px #435a8e solid;
    }

    /* Changed */
    .footer-nav .dropdown-menu.account-menu {
        bottom: 59.59px !important;
        width: 100%;
        height: 100%;
        left: 0 !important;
        transform: translateX(0%) !important;
        border: 0;
        border-bottom: 1px #435a8e solid;
        position: fixed !important;
        box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.5) inset;
        /*padding-top: 115px;*/
        padding-top: 65px;
        overflow-y: scroll;

    }


        .footer-nav .dropdown-menu.account-menu ul {
            margin: 0;
            padding: 0;
        }

        .footer-nav .dropdown-menu.account-menu li {
            list-style: none;
        }

        /*Changed - new class */
            .footer-nav .dropdown-menu.account-menu li a {
                font-size:0.9rem;
            }

            .footer-nav .dropdown-menu.account-menu li.sub-menu li a {
                padding-left: 32px;
            }

            .footer-nav .dropdown-menu.account-menu li .icon {
                margin-right: 5px;
                width: 15px;
                display: inline-block;
            }

    .footer-nav .dropdown-menu .icon-prematch img {
        width: 25px;
        margin-right: 10px;
        margin-left: 0;
        vertical-align: middle;
    }

    
    .footer-nav .dropdown-menu.account-menu .footer-group {
        position: sticky;
        bottom: -2px;
        width: 100%;
    }

    .footer-nav .dropdown-menu.account-menu .footer-wrapper {
        display: flex;
        border-top: 1px rgba(255,255,255,0.2) solid;
        border-bottom: 1px rgba(255,255,255,0.2) solid;
        width: 100%;
        background-color: #0c3154;
    }

    /* Changed */
    .footer-nav .dropdown-menu li a,
    .footer-nav .dropdown-menu li a:active {
        display: block;
        line-height: 35px;
        font-weight: 400;
        font-size: 0.8rem;
        padding: 0px 10px;
        /*border-bottom: 1px solid rgba(255,255,255,0.2);*/
        color: #fff !important;
        background-color: #0d3a64;
        /* new */
        text-align: left;
    }
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.justify-content-around {
    justify-content: space-around !important;
}

.card-header.bg-normal-head.live .league-number {
    background-color: #f9d040;
    color: #0e4784;
}

    .card-header.bg-normal-head.live .league-number:before {
        border-bottom: 27px solid #f9d040;
    }

.league-number {
    width: 30px;
    height: 100%;
    color: #fff;
    /*background-color: #7087ab;*/
	background-color: #2c4693;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 900;
    border-top-left-radius: 3px;
}

.league-number_live {
    /*background-color: #B95030;*/
	background-color: #b64851;
    color: #fff;
}

.league-number:before {
    content: "";
    width: 0;
    height: 0;
    /*border-bottom: 39px solid #7087ab;*/
	border-bottom: 39px solid #2c4693;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -19px;
    z-index: 1;
}

.league-number_live.league-number:before {
    /*border-bottom: 39px solid #B95030;*/
	border-bottom: 39px solid #b64851;
    color: #0e4784;
}

.more-number {
    color: #fff;
    background-color: #17a2b8;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
    /* font-size: 10px; */
    padding: 0.1rem;
    top:50%;
    transform: translateY(-50%);
    right: 5px;
    border-radius: 3px;
}

.function-bar .function-item,
.function-bar .function-item-more {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0px;
    flex-grow: 1;
}

.function-btn {
    display: flex;
    /*width: 50%;*/
}

    .function-btn div:first-child {
        margin-left: 0px;
    }

.btn-select-league img,
.btn-favorite img {
    width: 17px;
    height: 17px;
}

.btn-parlay {
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
}

.btn-mmo-parlay {
    background: #0f8c52;
    border-bottom: 3px #0d6d40 solid;
    text-align: center;
    width: 65px;
}

.btn-parlay-early.active,
.btn-parlay.active {
    color: #001e4c;
    border: none;
    background: #f9d040;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}

.btn-mmo-parlay.active {
    color: #072c3a;
    border: none;
    background: #f9d040;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}

.btn-parlay-early {
    margin: 0;
}

    .btn-parlay-early:after {
        font-family: 'Font Awesome 5 pro';
        content: "\f078";
        font-size: 10px;
        font-weight: 300;
        font-size: 0.8rem;
        display: inline-block;
        margin-left: 10px;
    }

.parlay-early-dropdown {
    margin-right: 2px;
}

    .parlay-early-dropdown .early-dropdown-menu {
        z-index: 10;
        left: 0px !important;
        width: 100%;
    }

    .parlay-early-dropdown a,
    .parlay-early-dropdown li a:hover {
        color: #fff;
    }

.btn-collapse {
    margin-right: 0px;
}

.btn-tv-match.active {
    background: #c1dbf9;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    border: none;
}

.btn-collapse.close-all {
    color: #001e4c;
    border: none;
    background: #c1dbf9;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}

    .btn-collapse.close-all:before,
    .btn-collapse.open-all:before {
        content: url(../images/view-all-close.svg);
        width: 15px;
        margin-top: 5px;
    }

.btn-collapse.open-all:before {
    content: url(../images/view-all-open.svg);
}

.btn-tv-match:before {
    content: url(../images/tv-icon.svg);
    width: 17px;
    margin-top: 5px;
}

.btn-tv-match.active:before {
    content: url(../images/tv-icon-active.svg);
    width: 17px;
    margin-top: 5px;
}

.btn-collapse.open-all {
    color: #fff;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-refresh {
    width: 35px;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    padding: 0px 5px;
    border-bottom: none;
    background: none;
    color: rgba(193,219,249,0.8);
    border: 1px rgba(193,219,249,0.4) solid;
}

    .btn-refresh span {
        display: inline-block;
        margin-left: 3px;
    }

    .btn-refresh:first-child {
        color: rgba(239,167,147,1);
        border: 1px rgba(239,167,147,0.6) solid;
    }

.match-info-score,
.match-info-date {
    font-size: 0.7rem;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    color: white;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 14.5%;
    height: 100%;
    float: left;
    background: #eef5ff;
}

.match-info-score_live {
    background: #fffcf2;
    color: #000;
}

.match-info-score .time {
    color: #545454;
    font-weight: 400;
    text-align: center;
    font-size: 0.75rem;
}

.font-weight-bold {
    font-weight: 700 !important;
}


/*subpage title bar*/
.headline-bar {
    background-color: #0d3a64;
    padding: 0.2rem 1rem;
    font-size: 0.9rem;
    color: #fff;
}

    .headline-bar .favourites .yellow,
    .headline-bar .prematch .icon {
        color: #f9d040;
        font-size: 0.75rem;
        margin-right: 0.5rem;
        width: 15px;
    }

.modal-common .modal-header {
    padding: 0 1rem;
    background: #1252a5;
    background: -moz-linear-gradient(left, #1252a5 0%, #0f4f8c 51%, #0d3977 100%);
    background: -webkit-linear-gradient(left, #1252a5 0%, #0f4f8c 51%, #0d3977 100%);
    background: linear-gradient(to right, #1252a5 0%, #0f4f8c 51%, #0d3977 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1252a5', endColorstr='#0d3977', GradientType=1);
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #fff;
}

    .modal-common .modal-header .modal-title {
        height: 35px;
        line-height: 35px;
        font-size: .9rem;
        text-transform: capitalize;
        color: #fff;
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }

.modal-bottom .modal-content {
    border: none;
    background: #dddddd;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

  .modal-content {
	max-height: 817px;
    overflow: hidden;
  }


.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}


.modal-bottom .modal-dialog {
    position: fixed;
    width: 100%;
    bottom: 60px;
    max-width: 100%;
}

.modal-common .modal-content {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
    background-color: #FAFAFA;
}

.modal-common .modal-header .icon {
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.modal-bottom.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
    transition: all 0.6s ease-in-out;
}

.modal-bottom.show .modal-dialog {
    transform: translate3d(0, 0, 0);
    transition: all 0.6s ease-in-out;
}


.fade:not(.show) {
    opacity: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.form-control-sm {
    /*height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;*/ 
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;*/ 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    /* new */
    overflow:hidden;

}
    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

.stake-mask input {
    font-weight: 500;
}

.place-bet .btn {
    background-color: #f9d040 !important;
    font-weight: 500 !important;
}
.text-dark {
    color: #343a40 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

/* Changed - to important */
.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.dropdown-item {
    list-style-type: none !important
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.headline-title {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
    height: 27px;
}

.select-header {
    position: sticky;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2f527f;
    top: 0px;
    padding: 0.5rem 0.5rem;
    z-index: 10;
}

    .select-header .select-btn-wrapper {
        display: flex;
    }

    .select-header .btn-select-all,
    .select-header .btn-deselect-all,
    .select-header .btn-done {
        background-color: #52739e;
        border-radius: 3px;
        padding: 0.3rem 0.5rem;
        margin: 0 0.2rem;
        font-size: 0.9rem;
        color: rgba(255,255,255,0.9);
    }

        .select-header .btn-select-all.active,
        .select-header .btn-deselect-all.active {
            background-color: #f9d040;
            color: #000;
        }

    .select-header .btn-done {
        color: #fff;
        margin: 0;
        padding: 0.3rem 1rem;
    }

    .select-header .icon {
        height: 20px;
        color: #fff;
    }

        .select-header .icon .remember {
            margin-top: 0px;
            margin-right: 15px;
        }

            .select-header .icon .remember .text {
                display: inline-block;
                color: #fff;
            }

            .select-header .icon .remember .checkmark {
                border: 1px solid rgba(255,255,255,0.2);
                background: none;
            }

            .select-header .icon .remember input:checked ~ .checkmark {
                background-color: #f9d040;
                border: 1px solid #f9d040;
                border-radius: 3px;
            }

                .select-header .icon .remember input:checked ~ .checkmark:after {
                    left: 6px;
                    top: 3px;
                    border: solid #000;
                    border-width: 0 2px 2px 0;
                }

.select-league .single-league {
    background: #efefef;
    color: #0f4f8c;
    padding: .7rem 1rem;
    margin: .5rem;
}
    .select-league .single-league:last-child {
        margin-bottom: 0;
    }

    .select-league .single-league .remember {
        text-align: left;
        margin-top: 0;
    }
        .select-league .single-league .remember .checkmark {
            left: 0;
        }

        .select-league .single-league .remember .badge-league {
            color: #ff0000;
            font-weight: 700;
        }

.filter-result,
.filter-running {
    padding: 0.5rem;
    color: #fff;
    background-color: #0a2b4a;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

    .filter-result .input-group-text {
        border-radius: 0;
        background-color: #0e4583;
        color: #fff;
        border: none;
    }

    .filter-result .input-group {
        display: flex;
        margin-right: 5px;
        flex-grow: 1;
        flex-basis: 0;
    }

        .filter-result .input-group > .form-control {
            background-color: #607ba0;
            border: none;
            line-height: 30px;
            height: 30px;
            color: #000;
            font-size: 0.75rem;
        }

            .filter-result .input-group > .form-control:not(:last-child),
            .filter-result .input-group > .custom-select:not(:last-child) {
                border-radius: 0;
            }

    .filter-result .btn-result-group {
        display: flex;
        flex-grow: 1;
        flex-basis: 0;
    }

    .filter-result .btn-result {
        border: none;
        padding: 2px 10px;
        border-radius: 3px;
        position: relative;
        color: #fff;
        background: #0f4f8c;
        border-bottom: 3px rgb(9, 68, 134) solid;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        line-height: normal;
        margin: 0px 5px;
        font-size: 0.8rem;
        height: 30px;
        flex-grow: 1;
        flex-basis: 0;
        text-align: center;
    }

        .filter-result .btn-result:last-child {
            margin-right: 0px;
        }


body {
    font-family: 'Roboto', "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
    background: #2f527f;
    font-size: 12px;
    touch-action: none;
    font-weight: 500;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    scroll-behavior: smooth;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.text-secondary {
    color: #6c757d !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
    float: none;
    width: 100%;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}
.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.rowResult {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}



.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
 

.text-center {
    text-align: center !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.contentH1s {
    -moz-box-align: center;
    -moz-box-pack: justify;
    align-items: center;
    background-color: #C6D4F1;
    border: 1px solid #b2b2b2;
    display: flex;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 11px;
    color: #0F3889;
    font-family: HelveticaNeue-CondensedBold,HelveticaNeueBoldCondensed,HelveticaNeue-Bold-Condensed,Helvetica Neue Bold Condensed,HelveticaNeueBold,HelveticaNeue-Bold,Helvetica Neue Bold,HelveticaNeue,Helvetica Neue,Roboto Condensed,Handset Condensed Bold,Samsung Sans,TeXGyreHerosCnBold,TeXGyreHerosBold,Segoe UI Semibold,Trebuchet MS,Roboto Bold,Roboto,Helvetica,Tahoma,Geneva,Arial Narrow,Arial,sans-serif;
    font-size: 21px;
    font-stretch: condensed;
    font-weight: 400;
    white-space: pre;
}

.contentH1Parlay {
    margin: 0px;
}

.contentH1 {
    background-color: #0a0d12;
	/*background: -webkit-linear-gradient(180deg, #bcd0ef 0, #bcd0ef 100%);*/
    background: -webkit-linear-gradient(180deg, #2c4693 0, #2c4693 100%);
    background: -moz-linear-gradient(90deg, #4b4b4b 0, #4b4b4b 100%);
    background: -o-linear-gradient(90deg, #4b4b4b 0, #4b4b4b 100%);
    background: -ms-linear-gradient(90deg, #4b4b4b 0, #4b4b4b 100%);
    background: -linear-gradient(90deg, #4b4b4b 0, #4b4b4b 100%);
    min-height: 15px;
    border-bottom: 1px solid #4f545f;
    font-size: 11px;
    /*color: #0e0e0e;*/
	color:#ffffff;
    line-height: 21px;
    padding: 11px 0 3px 0;
    font-family: Arial;
    margin: 0;
    position: relative;
}

.contentH1_live {
	/*background: -webkit-linear-gradient(180deg, #F8D6CA 0, #F8D6CA 100%);*/
    background: -webkit-linear-gradient(180deg, #b64851 0, #b64851 100%);
   /*color: #0e0e0e;*/
	color:#ffffff;
}

.contentH2 {
    margin: 0;
    font-size: 11px;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
    line-height: 150%;
    width: 100%;
    float: left;
    overflow: hidden;
    background: #424b5e;
    border-top: 1px solid #6c7381;
    padding: 2.5px 0 2.5px 7.5px;
}

.ticketWrapper {
    background: #003e5a none repeat scroll 0 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 18888;
}

.page-group {
    width: 100%;
}

.item-group {
    -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
    background-color: #efefef;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #E0E0E0;
    font-size: .9rem;
    margin: 0.5rem;
}

    .item-group .item-single {
        line-height: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

        .item-group .item-single:last-child {
            border-bottom: none;
        }

        .item-group .item-single .value {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: .5rem;
            text-transform: capitalize;
        }

        .item-group .item-single .detail {
            text-align: right;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-left: .5rem;
        }

            .item-group .item-single .detail.grey {
                color: rgba(0, 0, 0, 0.54);
            }

            .item-group .item-single .detail.editable {
                color: #0073E6;
            }

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.w-50 {
    width: 50% !important;
}

.early-dropdown-menu {
    z-index: 10;
    background-color: #0d3a64;
    border-radius: 0;
    padding: 0;
    margin: 0;
    left: -6px !important;
    border: 1px rgba(255,255,255,0.2) solid;
    min-width: initial;
    width: calc( 100% + 2px );
}

ul.early-dropdown-menu li {
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}

    ul.early-dropdown-menu li a {
        text-align: left;
        font-size: 0.75rem;
        padding: .5rem .7rem;
        border-bottom: 0;
        display: block;
    }

.early-dropdown-menu li .custom-icon img {
    width: 100%;
}

/*live match - live stream - statistics tab*/
.match-detail-function-tab {
    display: flex;
    text-align: center;
    background:#0d3a64;
    border-top:1px rgba(255,255,255,0.1) solid;
}
.match-detail-function-tab li {
    list-style: none;
    border-left:1px rgba(255,255,255,0.1) solid;
    text-align: center;
    flex-grow: 1;
}
.match-detail-function-tab li:first-child{
    border-left: none;
}

.match-detail-function-tab .back-4d{
    width: 40px;
    background: #144777;
}
.match-detail-function-tab li a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 0.3rem;
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 2px solid transparent;
}

.match-detail-function-tab li a.active{
    background-color: #092a4b;
    border-bottom: 2px solid #f9d040;
}
.screen-btn{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #0f4f8c;
    text-align: center;
}

.screen-btn:before,
.screen-btn.show:before{
    font-family: 'Font Awesome 5 pro';
    content: "\f078";
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    color: #fff;
}

.screen-btn.show:before{
    content: "\f077";
    border-top: 1px #435a8e solid;
}

.match-detail-function-tab li a .icon-function{
    padding: 0;
}

.prematch-outright{
    background-color: #F1F1F1;
    border-top:1px solid rgba(0,0,0,0.1);
    padding:3px 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.prematch-outright ul li{
    list-style: none;
    text-align: center;
}

.prematch-outright ul li a{
    color: #022C53;
    display:flex;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    position: relative;
    align-items: center;
}

.prematch-outright ul li a:before{
    content: "|";
    font-weight: 100;
    color:rgba(0,0,0,0.2);
    position: absolute;
    right:0;
}

.prematch-outright ul li:last-child a:before{
    content: "";
}

.prematch-outright ul li a span{
    display: inline-block;
    background-color: #58738A;
    color:#fff;
    font-size: 10px;
    padding: 2px;
    border-radius: 3px;
    line-height: 10px;
    margin-left: 3px;
}

.prematch-outright ul li a.active{
    background-color: #F6C344;
    border: 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.prematch-outright ul li a img{
    margin-right: 3px;
}

.prematch-outright ul li a.active:before{
    content: "";
}

.prematch-outright ul li a.active span{
    background-color: #fff;
    color:rgb(0, 0, 0);
}

.live-upcoming-hours ul li,
.prematch-outright ul li,
.bets-wrap ul li {
    list-style: none;
    text-align: center;
}

.live-upcoming-hours ul li a,
.bets-wrap ul li a {
	color: #fff;
	display: block;
	background-color: #0d3a64;
	padding: 5px 5px 3px 5px;
	font-weight: 400;
	border-bottom: 2px solid #0d3a64;
	width: 100%;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 20px;
}

.live-upcoming-hours ul li:nth-child(2) a,
.bets-wrap ul li:nth-child(2) a {
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
}

.live-upcoming-hours ul li:last-child a,
.bets-wrap ul li:last-child a {
	border-right: none;
}


.live-upcoming-hours ul li a.active,
.parlay-early-dropdown ul li a.active,
.bets-wrap ul li a.active {
	color: #f9d040;
	font-weight: bold;
	background-color: #092a4b;
	border-bottom: 2px solid #f9d040;
}

.btn-result-group button.active{
	color: #f9d040;
	font-weight: bold;
	border-bottom: 2px solid #f9d040;
}

.refresh-wrapper {
    padding: 0.5rem 0.7rem 0px;
}

.refresh-wrapper .refresh-count {
	color: #000;
	text-transform: capitalize;
	font-size: 0.8rem;
	padding: 0.3rem 0.5rem;
	background-color: #f9d040;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	text-align: center;
	border: 1px #b79930 solid;
}

.result-dropdown-group {
    background-color: #092e59;
    height: 32px;
}

    .result-dropdown-group .dropdown {
        width: 30%;
        float: left;
        vertical-align: top;
        border-right: 1px rgba(255,255,255,0.2) solid;
        border-bottom: 1px rgba(255,255,255,0.2) solid;
    }

        .result-dropdown-group .dropdown:last-child {
            width: 70%;
            border-right: none;
            float: right;
        }

    .result-dropdown-group .dropdown-resultsport {
        border: none;
        background-color: transparent;
        position: relative;
        color: #fff;
        padding: 0.5rem 25px 0.5rem 0.7rem;
        font-size: 0.7rem;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        background-color: #082342;
        text-transform: uppercase;
        height: 32px;
    }

        .result-dropdown-group .dropdown-resultsport:after {
            font-family: 'Font Awesome 5 pro';
            content: "\f078";
            font-size: 10px;
            font-weight: 300;
            color: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 10px;
        }

    .result-dropdown-group .resultsport-menu {
        border-radius: 0;
        padding: 0;
        margin: 0;
        transform: none !important;
        top: 32px !important;
        max-height: 300px;
        overflow-y: scroll;
        width: 100%;
        min-width: 100%;
        background-color: #203a65;
    }

        .result-dropdown-group .resultsport-menu ul {
            display: block;
            margin: 0;
            padding: 0;
        }

        .result-dropdown-group .resultsport-menu li {
            list-style: none;
        }

            .result-dropdown-group .resultsport-menu li a {
                border-bottom: 1px rgba(255,255,255,0.2) solid;
                color: #fff;
                background-color: #0d3a64;
                text-align: left;
                padding: 0.4rem 0.7rem;
                font-size: 0.7rem;
                text-transform: uppercase;
                width: 100%;
                display: block;
                text-decoration: none;
                border-bottom: 1px rgba(255,255,255,0.2) solid;
                font-weight: 400;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
             }


/* page message */

.message {
    padding: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12);
    margin: 0.5rem;
    background-color: #efefef;
}

.message .empty {
	font-size: 2rem;
	color: #eee;
}

.message-filter {
    padding: 0.5rem;
    color: #607ba0;
    background-color: #0a2b4a;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #164978;
    border-bottom: 1px solid #164978;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    align-items: center;
}

.message-filter .text {
	padding: 0px 0.5rem;
}

.message-filter .form-control {
	background-color: transparent;
	border: none;
	line-height: normal;
	height: 30px;
	color: #fff;
	font-size: 0.75rem;
	border-radius: 0;
	border: 1px rgba(255,255,255,0.2) solid;
	text-align: center;
}

.message.dark {
    background: hsla(0,0%,100%,.53);
    height: 165px;
}
.dark {
    color: #000;
}

.note-panel {
    padding: .5rem;
    margin: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/*check box custom*/
.remember {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 0.55rem;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.remember input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.remember .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #0f4f8c;
    border-radius: 3px;
}

.remember:hover input~.checkmark {
    background-color: transparent;
    border: 1px solid #0f4f8c;
    border-radius: 3px;
}

.remember input:checked~.checkmark {
    background-color: #0f4f8c;
    border: 1px solid #0f4f8c;
    border-radius: 3px;
}

.remember .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.remember input:checked~.checkmark:after {
    display: block;
}

.remember .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.remember span {
    position: relative;
    font-size: 13px;
    color: #0f4f8c;
    left: -5px;
    text-transform: capitalize;
}

.check-select .remember {
    margin-top: .6rem;
}

.check-select .remember .checkmark {
    left: inherit;
    right: 0;
}

/* page betting rules */

.betting-rules-item {
    border: none;
    border-radius: 0px;
    padding: 0.3rem 0.7rem;
    cursor: pointer;
    font-size: .9rem;
    margin: 0.5rem;
    background-color: #eef5ff;
    color: #000;
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}

    .betting-rules-item span {
        font-size: 0.8rem;
    }

    .betting-rules-item .icon {
        width: 20px;
        margin-right: 10px;
    }

.tc-content {
    font-size: .8rem;
    text-align: justify;
    padding: 0.7rem;
    color: #000;
    background-color: #fff;
    margin: 0.5rem;
}

    .tc-content ul {
        padding-left: 15px;
    }

    .tc-content li {
        list-style: none;
        margin-top: 10px;
    }

    .tc-content h1 {
        font-size: 0.9rem;
        font-weight: 700;
        margin-top: 35px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .tc-content p {
        margin-bottom: 0px;
    }

    .tc-content dt,
    .tc-content dd {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        margin-bottom: 0px;
    }

        .tc-content dd dt,
        .tc-content dd dd {
            display: block;
            width: auto;
        }

            .tc-content dd dt span {
                font-size: 0.9rem;
                font-weight: 700;
            }

    .tc-content dt {
        width: 30px;
        font-size: 0.8rem;
        font-weight: 900;
    }

    .tc-content dd {
        width: calc(100% - 34px);
    }

    .tc-content table td {
        padding: 5px 10px;
        vertical-align: top;
    }

.swith-market-btn {
    padding: 0rem 1rem;
    color: #fff;
    background: #0f4f8c;
    border-bottom: 2px rgb(8, 47, 90) solid;
    text-align: center;
}

    .swith-market-btn a {
        color: #fff;
        display: block;
    }

    .swith-market-btn span {
        display: inline-block;
        vertical-align: middle;
    }

    .swith-market-btn .icon {
        font-size: 1.2rem;
        margin-left: 5px;
    }


/*SettingPage*/
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.modal-footer > * {
    margin: 0.25rem;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group {
    padding-left: 0;
    /*margin-bottom: 20px;*/
}
/*SettingPage End*/


.morebet-wrapper {
    width: 100%;
    background: #0a2b4a;
    position: relative;
    /* top: 0;
    left: 0; */
}

/*more bet leagues scroll*/
.morebet-nav {
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding-left: 55px;
}

    .morebet-nav.open-more-league {
        overflow-x: hidden;
    }

        .morebet-nav.open-more-league:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: transparent;
            z-index: 10;
        }

    .morebet-nav ul {
        display: block;
    }

    .morebet-nav .league-card {
        white-space: nowrap;
        display: inline-block;
        margin: 0.4rem .1rem;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.7);
        width: calc( 100% - 55px);
        max-width: 304px;
        vertical-align: middle;
    }

        .morebet-nav .league-card a {
            display: block;
            background: #bcd0ef;
            color: #000;
            overflow: hidden;
            height: 46px;
            border-radius: 3px;
            opacity: 0.65;
        }

.league-card a.active {
    border-radius: 3px;
    opacity: 1;
}

.league-card a .match-info-date,
.league-card a .match-info-score {
    color: #173767;
    font-weight: 400;
    text-align: center;
    background-color: #d9e5f9;
    padding: .3rem .5rem;
}

.league-card a .match-info.live {
    background: #ffeebc;
    border-radius: 3px;
}

    .league-card a .match-info.live .match-info-date,
    .league-card a .match-info.live .match-info-score {
        background-color: #fff9e9;
        margin: 0px;
        color: #b53f39;
    }

.league-card a .match-info-team-name {
    color: #061d52;
    padding: 0.3rem;
    font-size: 0.6rem;
    line-height: 12px;
}

@media screen and (min-width: 375px) {
    .league-card a .match-info-team-name {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 410px) {
    .league-card a .match-info-team-name {
        font-size: 0.75rem;
    }
}

.league-card a .match-info-score .time {
    color: #061d52;
}

.league-card a .match-info-score .score {
    color: #c0371b;
    font-size: 1.1rem;
}

.league-card a .match-info-team-name.team02 {
    color: #c0371b;
}

.league-card a.active .match-info-team-name {
    color: #061d52;
}

    .league-card a.active .match-info-team-name.team02 {
        color: #c0371b;
    }

.league-card a.active .match-info-score .time {
    color: #0c2765;
}

.league-card a.active .match-info-score .score {
    color: #c0371b;
    font-size: 1.1rem;
}

.morebet-nav ul li a .match-info {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    position: static;
    height: 46px;
}

.morebet-back {
    background: #0a2b4a;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0px;
    height: 58px;
    width: 55px;
    border-radius: 0;
    box-shadow: none;
}

    .morebet-back a {
        min-width: inherit;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        padding: .9rem 0;
        width: 50px;
        background: #0f4f8c;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border-radius: 0px 3px 3px 0px;
        z-index: 10;
        opacity: 1;
    }

.select-league-dropdown {
    display: inline-block;
    vertical-align: top;
    margin: 0.4rem .1rem;
    position: initial;
    background: #0f4f8c;
    border-radius: 3px;
}

.btn-select-league {
    white-space: nowrap;
    display: block;
    width: 50px;
    height: 46px;
    position: relative;
}

    .btn-select-league:after {
        font-family: 'Font Awesome 5 pro';
        content: "\f078";
        font-weight: 700;
        color: #fff;
        font-size: 0.7rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: none;
        margin: 0;
    }

    .btn-select-league[aria-expanded="true"]:after {
        content: "\f077";
    }

    .btn-select-league.active {
        background-color: #163d69 !important;
        z-index: 11;
    }

.dropdown-select-league {
    position: absolute;
    width: 100% !important;
    transform: none !important;
    top: 114px !important;
    left: 0 !important;
    max-height: 350px;
    background-color: #0d3a64;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    display: none;
    z-index: 1000;
    border: none;
    border-radius: 0;
}

    .dropdown-select-league .dropdown-item {
        list-style: none;
        border-bottom: 1px rgba(255,255,255,0.1) solid;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        margin: 0;
        background: transparent;
    }

        .dropdown-select-league .dropdown-item .icon {
            width: 20px;
            display: inline-block;
            margin-right: 0.5rem;
            position: relative;
            vertical-align: middle;
        }

            .dropdown-select-league .dropdown-item .icon img {
                width: 100%;
            }

            .dropdown-select-league .dropdown-item .icon .live-icon {
                position: absolute;
                bottom: -2px;
                left: 0px;
                width: 22px;
            }

        .dropdown-select-league .dropdown-item:last-child {
            border-bottom: none;
        }

    .dropdown-select-league .dropdown-item {
        padding: 0.5rem 0.7rem;
        display: block;
        color: #bcd0ef !important;
        font-size: 0.75rem;
    }

        .dropdown-select-league .dropdown-item.live {
            color: #f9e6ae !important;
        }

    .dropdown-select-league .dropdown-league-name {
        width: calc( 100% - 20px );
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
    }

#selected-league {
    background-color: #255e94;
    border-top: 1px rgba(255,255,255,0.1) solid;
}

.modal-common .modal-content .setting .lang-pic img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
}

.modal-common .modal-content .setting .list-group-item {
    border-left: none;
    border-right: none;
    border-radius: 0px;
    cursor: pointer;
    padding: 0.3rem 0.7rem;
}

.modal-common .modal-content .setting .list-group-item:first-child,
.modal-common .modal-content .setting .list-group-item.active:first-child {
	border-top: none;
}

.modal-common .modal-content .setting .list-group-item.active:before {
	font-family: "Font Awesome 5 pro";
	font-weight: 700;
	font-size: 12px;
	color: #007bff;
	content: "\f00c";
	float: right;
}

.modal-common .modal-content .setting .list-group-item.active {
	background: #e4eefd;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-left: none;
	border-right: none;
}

.list-group-item {
    border: 2px solid rgba(0,0,0,.125);
}

.modal-dialog {
    height: auto;
    line-height:normal;
}


.odd-drop:after,.odd-rise:after{
    content: "";
    position: absolute;
    right: 1px;
    width: 0;
    height: 0;
    border-style: solid;
	animation-timing-function: linear;
	animation: oddChange 1s;
	animation-iteration-count: infinite;
}
.odd-rise:after{
    top: 0;
    border-width: 0 .8rem .8rem 0;
    border-color: transparent #5dad00 transparent transparent
}
.odd-drop:after{
    bottom: -4px;
    border-width: 0 0 .8rem .8rem;
    border-color: transparent transparent red transparent
}
@keyframes oddChange {
    50%{
        opacity:1
    }
    100%{
        opacity:0
    }
}

.widget {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

/*loader*/
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(17,116,155,.8);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(15,79,140,.8);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(10,35,76,.8);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

/* #endregion  */ 

/*swiper pagination*/
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

	.swiper-pagination.swiper-pagination-hidden {
		opacity: 0
	}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transform: scale(.33);
		position: relative
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
		transform: scale(1)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
		transform: scale(.66)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
		transform: scale(.33)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
		transform: scale(.66)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
		transform: scale(.33)
	}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0,-50%,0)
}

	.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 6px 0;
		display: block
	}

	.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		top: 50%;
		transform: translateY(-50%);
		width: 8px
	}

		.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
			display: inline-block;
			transition: transform .2s,top .2s
		}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

	.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transition: transform .2s,left .2s
	}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background: var(--swiper-pagination-color,var(--swiper-theme-color));
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: scale(0);
		transform-origin: left top
	}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

	.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
		width: 4px;
		height: 100%;
		left: 0;
		top: 0
	}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.match-marketgroup-content{
	margin-right: 0px !important;
}

/*no data*/

.no-data{
    display: flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    height:calc( 100% - 200px );
    width: 100%;
}

.no-data .no-data-wrapper{
    text-align: center;
    color: #fff;
    width: 100%;
}

.no-data .no-data-wrapper .text{
    font-size: 0.9rem;
    margin-bottom: 30px;
    display: block;
	bottom: unset;
}

.no-data .no-data-wrapper img{
    display: block;
    width: 65px;
    opacity: 0.5;
    margin: 0 auto 15px auto;
}

.no-data .btn-start-betting{
    display:block;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #1F69AA;
    text-align: center;
    margin: 5px auto;
    width: 80%;
    max-width: 220px;
    font-size: 0.9rem;
    border-radius: 3px;
}

.moveLeft{
	 transition: 0.5s;
	 transform: translate3d(-433px, 0px, 0px) !important;
}


.moveRight{
	 transition: 0.5s;
	 transform: translate3d(0px, 0px, 0px) !important;
}

#progress-bar-image {
	padding-top:5%;
}

#progress-container {
    /*position: fixed;
    top: 0;
    left: 0;
	z-index: 9999;*/
	margin: 0% auto 10% auto;
    width: 90%;
    height: 3em;
    background-color: #111;
    border-radius: 1.5em;
    color: white;
}

#progress-bar {
    position: relative;
    height: 70%;
    background-color: #58738A;
    width: 5%;
    transition: width 0.1s;
    display: flex;
    align-items: center;
    left: .5em;
    top: .4em;
    min-width: 2rem;
    max-width: calc(100% - 1em);
    border-radius: 1em;
    padding: .2em;
}

@keyframes progressBar{
	from {width:5%;}
	to {width:100%;}
	/*from {
        width: 0%;
    }
    to {
        width: 100%;
    }*/
}

.blink_me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index:2000;
}

.betPanelSportIcon{
    width: 13px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

@keyframes blink2 {
	0% {
		background-color: #ff8000;
	}

	100% {
		background-color: none;
	}
}

@-webkit-keyframes blink2 {
	0% {
		background-color: #ff8000;
	}

	100% {
		background-color: none;
	}
}

@-moz-keyframes blink2 {
	0% {
		background-color: #ff8000;
	}

	100% {
		background-color: none;
	}
}

.glowUp {
	-webkit-animation: blink 0.5s linear infinite;
	-moz-animation: blink 0.5s linear infinite;
	animation: blink2 0.5s linear infinite;
	color: #FF0;
}
/*.live-upcoming-hours{
    border-top:1px solid rgba(0,0,0,0.05);
    background-color: #DCE4EC;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.live-upcoming-hours ul li,
.bets-wrap ul li{
    list-style: none;
    text-align: center;
}

.live-upcoming-hours ul li a,
.bets-wrap ul li a{
    color: #022C53;
    display: block;
    padding: 3px 10px;
    font-weight: 400;
    width: 100%;
    text-transform: capitalize;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #DCE4EC;
}

.live-upcoming-hours ul li:last-child a,
.bets-wrap ul li:last-child a{
    border-right:none;
}


.live-upcoming-hours ul li a.active,
.parlay-early-dropdown ul li a.active,
.bets-wrap ul li a.active{
    background-color: #fff;
    border-bottom: 2px solid #1F69AA;
}*/



