/* Minification failed. Returning unminified contents.
(4711,19): run-time error CSS1030: Expected identifier, found ' '
(13399,20): run-time error CSS1035: Expected colon, found 'bottom'
(14281,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
html, body {
    /* Fix the overflow issues on Safari & UC Browser */
    overflow-x: hidden;
}

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    background: url(/Content/sbostyle/images/bg_parlayarea.png?2019030102);
    background-size: 3.5px 3.5px;
    height: 100%;
}

body {
    background: url(/Content/sbostyle/images/bg_parlayarea.png?2019030102);
    background-size: 3.5px 3.5px;
    font-family: Arial;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: hidden;
}

*, *:before, *:after {
    box-sizing: inherit;
}

@-moz-document url-prefix() {
    .stake-input {
        user-select: none;
    }
}

.clear {
    clear: both;
}

.stake-input {
    user-select: none;
}

#wrap {
    display: table;
}

#cell {
    display: table-cell;
    vertical-align: middle;
}

#floater {
    float: left;
    height: 50%;
    margin-bottom: -100px;
    width: 1px;
}

#middle {
    clear: both;
    height: 200px;
    position: relative;
}

a {
    text-decoration: none;
}

.indexAll {
    width: 100%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

table.mainPage {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.mainHr {
    margin: 0;
}

.loading {
    position: fixed;
    z-index: 20001;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0;
}

    .loading .loader {
        margin: 42% auto;
        width: 90px;
        height: 80px;
        padding-top: 22px;
        padding-bottom: 22px;
        background-color: rgba(0, 0, 0, .8);
        text-align: center;
        border-radius: 5px;
    }

        .loading .loader img {
            height: 35px;
            width: 35px;
        }

@media screen and (orientation:landscape) {
    .loading .loader {
        margin: 18% auto;
    }
}

.copyRight {
    width: 100%;
    height: 25px;
    padding: 5px 0 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    float: left;
}

    .copyRight p {
        font-size: 7px;
        color: #959595;
        margin: 0;
    }

    .copyRight a {
        font-size: 7px;
        font-family: AppleGothic;
        color: #668dc5;
        padding: 0 3px;
    }

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

hr {
    height: 1.5px;
    background: rgba(65, 65, 65, .3);
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #fff;
}

.ht-auto {
    height: auto !important;
}

@-webkit-keyframes highLight {
    from {
        box-shadow: 0 0 5px rgba(122, 128, 236, 0);
    }

    to {
        box-shadow: 0 0 7px #7a80ec;
    }
}

.search .announce {
    height: 35px;
    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 #959595;
    }

        .search.announce .filter > div {
            float: none;
            width: 147px;
            margin: 0 auto;
            border-right: 1px solid #959595;
            border-left: 1px solid #959595;
        }

        .search.announce .filter div select {
            text-align: left;
        }

    .search.announce .list .number {
        width: 10%;
        background-color: #EFEFEF;
    }

    .search.announce .list .date {
        width: 18%;
        background-color: #FFF;
    }

    .search.announce .list .content {
        width: 72%;
        background-color: #EFEFEF;
        line-height: 11px;
        color: #333;
        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: 10px 5px;
        color: #838383;
        font-size: 10px;
        font-weight: 700;
    }

    .search.announce .list tr {
        border-bottom: 1px solid #CCC;
    }

.umpage h2 {
    width: 100%;
    height: 33px;
    color: #243b7a;
    font-size: 15px;
}

    .umpage h2 > div {
        text-align: center;
        padding-top: 2px;
        width: 210px;
        margin: 0 auto;
    }

        .umpage h2 > div > p {
            background: url(/Content/sbostyle/images/imgAll.png?2019030102) -20px -2px no-repeat;
            background-size: 512px 240px;
            width: 23px;
            height: 20px;
            margin: 0;
            padding: 0;
            float: left;
        }

.login .form .input.umpageText {
    color: #243b7a;
    line-height: normal;
    padding: 17px;
}

.login.umpage .umpageDer {
    position: absolute;
    top: -1px;
    right: -1px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -62px -102px no-repeat;
    background-size: 512px 240px;
    width: 45px;
    height: 35px;
}

    .login.umpage .umpageDer img {
        position: absolute;
        right: -7.5px;
        top: -7.5px;
    }

.login {
    width: 100%;
    height: 450px;
    position: relative;
    bottom: 2.5px;
    background-color: #e4e5e5;
    background: -webkit-linear-gradient(top, #c0c7ca 0, #FFF 100%);
    background: -moz-linear-gradient(top, #c0c7ca 0, #FFF 100%);
    background: -ms-linear-gradient(top, #c0c7ca 0, #FFF 100%);
    background: -o-linear-gradient(top, #c0c7ca 0, #FFF 100%);
    background: -linear-gradient(top, #c0c7ca 0, #FFF 100%);
    border-top: 1px solid #777;
}

@media screen and (orientation:portrait) {
    .login {
        height: 100%;
    }
}

.login .radialbg {
    width: 100%;
    height: 350px;
    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: -35px;
    z-index: 1;
}

.login .wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    float: left;
    width: 100%;
    top: -20px;
}

.login h1 {
    width: 172px;
    height: 54px;
    margin: 15px auto 0;
    text-indent: -99999px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -283px 14px no-repeat;
    background-size: 512px 240px;
    padding-top: 20px;
}

.login hr {
    height: 5px;
    border: 0;
    background: url(/Content/sbostyle/images/bg_indexhr.png?2019030102) center center no-repeat;
    background-size: 275px 5px;
}

.login .term {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 90%;
    background: #f5f5f5;
    border: 1px solid #858595;
    box-shadow: inset 0 0 1px #FFF, 0 3.5px 7.5px rgba(0, 0, 0, .3);
    margin: 20px auto;
    background: #ededed;
    background: -moz-linear-gradient(left, #ededed 0, #FFF 50%, #ededed 100%);
    background: -webkit-linear-gradient(left, #ededed 0, #FFF 50%, #ededed 100%);
    background: -o-linear-gradient(left, #ededed 0, #FFF 50%, #ededed 100%);
    background: -ms-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: 14px;
        color: #243b7a;
        text-decoration: underline;
    }

    .login .term .content h3 {
        padding-left: 6%;
        margin-top: 6%;
        font-size: 12px;
        font-family: Arial;
        color: #292929;
    }

    .login .term .content p.top {
        margin-top: 5px;
    }

    .login .term .content hr {
        border-top: dashed #AAA 1px;
        height: 0;
    }

    .login .term .content p {
        font-size: 10px;
        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: 13px;
        }

    .login .term .notice {
        line-height: 28px;
        border-top: 1px dashed #bababa;
        padding-left: 40px;
        font-size: 9px;
        color: #79a0d7;
        font-family: Arial;
        font-weight: bolder;
    }

.login .button {
    width: 90%;
    margin: 10px auto;
}

    .login .button a {
        display: inline-block;
        width: 48%;
        line-height: 29px;
        border-radius: 4px;
        border: 1px solid #999;
        box-shadow: inset 0 1px 0 #FFF, 0 1px 2px rgba(0, 0, 0, .5);
        text-align: center;
        font-size: 15px;
        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 {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #3f5c98;
    padding: 3.5px 0 4px;
}

    .login .lang select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        padding-right: 15px;
        border: 0;
        background: 0;
        background-position: 98% 60%;
    }

.login .kind {
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 7.5px;
}

.login .selectBGKind {
    display: block;
}

.login .selectBGKind {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    background: url(/Content/sbostyle/images/select_icon_kind.png?2019030102) no-repeat 98% 55%;
    background-size: 13px 10px;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}

.login .kind select {
    width: 100%;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    font-size: 13px;
    font-weight: 700;
    color: #5a5a5a;
    padding-left: 2%;
    background: 0;
}

.login .form {
    width: 90%;
    padding: 7.5px;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #858595;
    box-shadow: inset 0 0 1px #FFF, 0 7px 15px rgba(0, 0, 0, .3);
    margin: 0 auto 20px;
    position: relative;
}

    .login .form .input {
        line-height: 35px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #b4b4b4;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
        background: #fff;
        font-size: 15px;
        margin: 0 0 5px;
    }

        .login .form .input span {
            color: #6189c0;
            padding: 0 0 0 2%;
            min-width: 105px;
            display: inline-block;
        }

        .login .form .input input {
            border: 0;
            font-family: Arial;
            color: #5a5a5a;
            width: 50%;
            overflow: hidden;
            font-size: 14.5px;
            padding-left: 2.5px;
        }

    .login .form input.verif {
        font-size: 12px;
        color: #888;
        padding-left: 5px;
        margin-bottom: 7.5px;
        border: 1px solid #999;
        border-radius: 2px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
        height: 30px;
        width: 40%;
    }

    .login .form .code {
        display: inline-block;
        margin-left: 5px;
        width: 117px;
        height: 35px;
        margin-top: 3.5px;
    }

        .login .form .code img {
            vertical-align: middle;
            margin: 0 2px;
        }

        .login .form .code .refresh {
            display: inline-block;
            vertical-align: middle;
            width: 21px;
            height: 21px;
            background: url(/Content/sbostyle/images/imgAll.png?2019030102) -147px -2px no-repeat;
            background-size: 512px 240px;
            margin-left: 4px;
        }

    .login .form button {
        width: 100%;
        height: 35px;
        text-align: center;
        border-radius: 3px;
        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%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
        border: 1px solid #336;
        font-size: 21px;
        color: #fff;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
    }

.login .remember {
    width: 145px;
    height: 25px;
    line-height: 20px;
    margin-bottom: 7.5px;
}

    .login .remember span {
        font-size: 15px;
        color: #6289c1;
    }

.login .footer {
    width: 100%;
    padding: 8.5px 0 10px;
    text-align: center;
}

    .login .footer button.old {
        width: 40%;
        padding: 7px 2.5px;
        font-size: 12px;
        font-weight: 100;
        font-family: Arial;
        color: #666;
        border-radius: 3px;
        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 1px 1px rgba(0, 0, 0, .3);
        margin: 0 auto;
        margin-right: 2.5px;
    }

    .login .footer button.new {
        width: 280px;
        padding: 7px 2.5px;
        font-size: 12px;
        font-weight: 100;
        font-family: Arial;
        color: #666;
        border-radius: 3px;
        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 1px 1px rgba(0, 0, 0, .3);
        margin: 0 auto;
    }

.mainPage.footer {
    float: left;
    width: 100%;
    padding: 12px 0 17px;
    text-align: center;
    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: 26px auto 0;
    font-size: 9px;
    color: #5b82bb;
    text-align: center;
}

    .login .footer span a img {
        position: relative;
        top: 1.5px;
    }

.login .footer .copyRight p {
    padding: 0 3px 0 0;
}

.login .footer .copyRight .piped {
    display: block;
    color: #7296c9;
}

.piped li {
    float: left;
    display: inline;
    padding: 0 0 0 1px;
}

    .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: 30px;
    font-size: 13px;
    font-weight: 100;
    font-family: Arial;
    color: #666;
    border-radius: 3px;
    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 1px 1px rgba(0, 0, 0, .3);
    margin: 0 auto;
    margin-right: 3px;
}

.login .footer p {
    font-size: 7px;
    font-family: AppleGothic;
    color: #959595;
}

#header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: top 0.2s ease-in-out;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
}

#inner {
    position: relative;
}

.sportMenuSubBg {
    display: none;
    position: relative;
    top: 0;
    left: 20.5px;
    width: 25px;
    height: 14px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -168px -27px no-repeat;
    background-size: 512px 240px;
}

.highlight .sportMenuSubBg {
    display: block;
}

.topScrollBar_1 {
    border-top: 1px solid #00344c;
    height: 81px;
    width: 100%;
    background: url(/Content/sbostyle/images/bg_bet.png?2019030102);
    background-size: 1px 1px;
    overflow: hidden;
    vertical-align: top;
}

.Wp8SpFiller {
    width: 25px;
}

.spScrollBtn {
    background-color: rgba(255, 255, 255, .15);
    background-repeat: no-repeat;
    background-position-x: right;
    position: absolute;
    top: 39px;
    display: block;
    height: 69px;
    width: 8%;
    z-index: 500;
}

.spScrollLeft {
    left: 0;
}

.spScrollRight {
    right: 0;
}

.spScrollIcon {
    position: absolute;
    height: 25px;
    width: 15px;
    top: 22px;
}

    .spScrollIcon.spScrollLeft {
        background: url(/Content/sbostyle/images/topscrollArrow.png?2019030102) 0 -35.5px;
        background-size: 20.5px 67.5px;
        left: 5px;
    }

    .spScrollIcon.spScrollRight {
        background: url(/Content/sbostyle/images/topscrollArrow.png?2019030102) 0 0;
        background-size: 20.5px 67.5px;
        right: 5px;
    }

.topScrollBar {
    display: block;
    margin: 0;
    width: 100%;
    height: 69px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
}

.topScroll {
    float: left;
    margin: 0 auto;
    width: 2450px;
    height: 100%;
    overflow: hidden;
}

    .topScroll li {
        float: left;
        background: url(/Content/sbostyle/images/topMenuSlideLine.png?2019030102) top left no-repeat;
        background-size: 2px 55px;
        margin-top: 4px;
        position: relative;
    }

        .topScroll li.first {
            background: 0;
        }

        .topScroll li a {
            font-size: 10px;
            height: 66px;
            display: block;
            text-align: center;
            line-height: 10px;
            padding: 0 6px;
            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: -38px;
            }

        .topScroll li.sp1.highlight a > div {
            background-position: 0 -38px;
        }

        .topScroll li.sp2.highlight a > div {
            background-position: -64px -38px;
        }

        .topScroll li.sp3.highlight a > div {
            background-position: -128px -38px;
        }

        .topScroll li.sp4.highlight a > div {
            background-position: -192px -38px;
        }

        .topScroll li.sp5.highlight a > div {
            background-position: -256px -38px;
        }

        .topScroll li.sp6.highlight a > div {
            background-position: -320px -38px;
        }

        .topScroll li.sp7.highlight a > div {
            background-position: -384px -38px;
        }

        .topScroll li.sp8.highlight a > div {
            background-position: -448px -38px;
        }

        .topScroll li.sp9.highlight a > div {
            background-position: -512px -38px;
        }

        .topScroll li.sp10.highlight a > div {
            background-position: -576px -38px;
        }

        .topScroll li.sp12.highlight a > div {
            background-position: -704px -38px;
        }

        .topScroll li.sp13.highlight a > div {
            background-position: -768px -38px;
        }

        .topScroll li.sp14.highlight a > div {
            background-position: -832px -38px;
        }

        .topScroll li.sp15.highlight a > div {
            background-position: -896px -38px;
        }

        .topScroll li.sp16.highlight a > div {
            background-position: -960px -38px;
        }

        .topScroll li.sp17.highlight a > div {
            background-position: -1024px -38px;
        }

        .topScroll li.sp18.highlight a > div {
            background-position: -1088px -38px;
        }

        .topScroll li.sp19.highlight a > div {
            background-position: -1152px -38px;
        }

        .topScroll li.sp20.highlight a > div {
            background-position: -1216px -38px;
        }

        .topScroll li.sp21.highlight a > div {
            background-position: -1280px -38px;
        }

        .topScroll li.sp22.highlight a > div {
            background-position: -1344px -38px;
        }

        .topScroll li.sp23.highlight a > div {
            background-position: -1408px -38px;
        }

        .topScroll li.sp24.highlight a > div {
            background-position: -1472px -38px;
        }

        .topScroll li.sp25.highlight a > div {
            background-position: -1536px -38px;
        }

        .topScroll li.sp26.highlight a > div {
            background-position: -1600px -38px;
        }

        .topScroll li.sp27.highlight a > div {
            background-position: -1664px -38px;
        }

        .topScroll li.sp28.highlight a > div {
            background-position: -1728px -38px;
        }

        .topScroll li.sp29.highlight a > div {
            background-position: -1793px -38px;
        }

        .topScroll li.sp30.highlight a > div {
            background-position: -1858px -38px;
        }

        .topScroll li.sp31.highlight a > div {
            background-position: -1921px -38px;
        }

        .topScroll li.sp32.highlight a > div {
            background-position: 0 -36px;
        }

        .topScroll li.sp33.highlight a > div {
            background-position: -64px -35.5px;
        }

        .topScroll li.sp34.highlight a > div {
            background-position: -128px -36.5px;
        }

        .topScroll li.sp11.highlight a > div.menu_sp {
            background: url(/Content/sbostyle/images/afcSprite.png?20190128) 20px -64.5px no-repeat;
            background-size: 50.5px 234px;
        }
        /*.topScroll li.sp1025.highlight a > div {
            background: url(/Content/sbostyle/images/olympicSprite.png?20160713) 0 -65px no-repeat;
        }*/

        .topScroll li.live a > div {
            background-position-y: -75.5px;
        }

        .topScroll li.sp1.live a > div {
            background-position: 0 -75.5px;
        }

        .topScroll li.sp2.live a > div {
            background-position: -64px -75.5px;
        }

        .topScroll li.sp3.live a > div {
            background-position: -128px -75.5px;
        }

        .topScroll li.sp4.live a > div {
            background-position: -192px -75.5px;
        }

        .topScroll li.sp5.live a > div {
            background-position: -256px -75.5px;
        }

        .topScroll li.sp6.live a > div {
            background-position: -320px -75.5px;
        }

        .topScroll li.sp7.live a > div {
            background-position: -384px -75.5px;
        }

        .topScroll li.sp8.live a > div {
            background-position: -448px -75.5px;
        }

        .topScroll li.sp9.live a > div {
            background-position: -512px -75.5px;
        }

        .topScroll li.sp10.live a > div {
            background-position: -576px -75.5px;
        }

        .topScroll li.sp12.live a > div {
            background-position: -704px -75.5px;
        }

        .topScroll li.sp13.live a > div {
            background-position: -768px -75.5px;
        }

        .topScroll li.sp14.live a > div {
            background-position: -832px -75.5px;
        }

        .topScroll li.sp15.live a > div {
            background-position: -896px -75.5px;
        }

        .topScroll li.sp16.live a > div {
            background-position: -960px -75.5px;
        }

        .topScroll li.sp17.live a > div {
            background-position: -1024px -75.5px;
        }

        .topScroll li.sp18.live a > div {
            background-position: -1088px -75.5px;
        }

        .topScroll li.sp19.live a > div {
            background-position: -1152px -75.5px;
        }

        .topScroll li.sp20.live a > div {
            background-position: -1216px -75.5px;
        }

        .topScroll li.sp21.live a > div {
            background-position: -1280px -75.5px;
        }

        .topScroll li.sp22.live a > div {
            background-position: -1344px -75.5px;
        }

        .topScroll li.sp23.live a > div {
            background-position: -1408px -75.5px;
        }

        .topScroll li.sp24.live.highlight a > div {
            background-position: -1472px -75.5px;
        }

        .topScroll li.sp25.live a > div {
            background-position: -1536px -75.5px;
        }

        .topScroll li.sp26.live a > div {
            background-position: -1600px -75.5px;
        }

        .topScroll li.sp27.live a > div {
            background-position: -1564px -75.5px;
        }

        .topScroll li.sp28.live a > div {
            background-position: -1728px -75.5px;
        }

        .topScroll li.sp29.live a > div {
            background-position: -1793px -75.5px;
        }

        .topScroll li.sp30.live a > div {
            background-position: -1858px -75.5px;
        }

        .topScroll li.sp31.live a > div {
            background-position: -1921px -75.5px;
        }

        .topScroll li.sp32.live a > div {
            background-position: 0 -74px;
        }

        .topScroll li.sp33.live a > div {
            background-position: -64px -74px;
        }

        .topScroll li.sp34.live a > div {
            background-position: -128px -74px;
        }

        .topScroll li.sp11.live a > div.menu_sp {
            background: url(/Content/sbostyle/images/afcSprite.png?20190128) 20px -112px no-repeat;
            background-size: 50.5px 234px;
        }
        /*.topScroll li.sp1025.live a > div {
            background: url(/Content/sbostyle/images/olympicSprite.png?20160713) 0 -224px no-repeat;
        }*/

        .topScroll li.live.highlight a > div {
            background-position-y: -113px;
        }

        .topScroll li.sp1.live.highlight a > div {
            background-position: 0 -113px;
        }

        .topScroll li.sp2.live.highlight a > div {
            background-position: -64px -113px;
        }

        .topScroll li.sp3.live.highlight a > div {
            background-position: -128px -113px;
        }

        .topScroll li.sp4.live.highlight a > div {
            background-position: -192px -113px;
        }

        .topScroll li.sp5.live.highlight a > div {
            background-position: -256px -113px;
        }

        .topScroll li.sp6.live.highlight a > div {
            background-position: -320px -113px;
        }

        .topScroll li.sp7.live.highlight a > div {
            background-position: -384px -113px;
        }

        .topScroll li.sp8.live.highlight a > div {
            background-position: -448px -113px;
        }

        .topScroll li.sp9.live.highlight a > div {
            background-position: -512px -113px;
        }

        .topScroll li.sp10.live.highlight a > div {
            background-position: -576px -113px;
        }

        .topScroll li.sp12.live.highlight a > div {
            background-position: -704px -113px;
        }

        .topScroll li.sp13.live.highlight a > div {
            background-position: -768px -113px;
        }

        .topScroll li.sp14.live.highlight a > div {
            background-position: -832px -113px;
        }

        .topScroll li.sp15.live.highlight a > div {
            background-position: -896px -113px;
        }

        .topScroll li.sp16.live.highlight a > div {
            background-position: -960px -113px;
        }

        .topScroll li.sp17.live.highlight a > div {
            background-position: -1024px -113px;
        }

        .topScroll li.sp18.live.highlight a > div {
            background-position: -1088px -113px;
        }

        .topScroll li.sp19.live.highlight a > div {
            background-position: -1152px -113px;
        }

        .topScroll li.sp20.live.highlight a > div {
            background-position: -1216px -113px;
        }

        .topScroll li.sp21.live.highlight a > div {
            background-position: -1280px -113px;
        }

        .topScroll li.sp22.live.highlight a > div {
            background-position: -1344px -113px;
        }

        .topScroll li.sp23.live.highlight a > div {
            background-position: -1408px -113px;
        }

        .topScroll li.sp24.live.highlight.highlight a > div {
            background-position: -1472px -113px;
        }

        .topScroll li.sp25.live.highlight a > div {
            background-position: -1536px -113px;
        }

        .topScroll li.sp26.live.highlight a > div {
            background-position: -1600px -113px;
        }

        .topScroll li.sp27.live.highlight a > div {
            background-position: -1664px -113px;
        }

        .topScroll li.sp28.live.highlight a > div {
            background-position: -1728px -113px;
        }

        .topScroll li.sp29.live.highlight a > div {
            background-position: -1793px -113px;
        }

        .topScroll li.sp30.live.highlight a > div {
            background-position: -1858px -113px;
        }

        .topScroll li.sp31.live.highlight a > div {
            background-position: -1921px -113px;
        }

        .topScroll li.sp32.live.highlight a > div {
            background-position: 0 -111.5px;
        }

        .topScroll li.sp33.live.highlight a > div {
            background-position: -64px -111.5px;
        }

        .topScroll li.sp34.live.highlight a > div {
            background-position: -128px -111.5px;
        }

        .topScroll li.sp11.live.highlight a > div.menu_sp {
            background: url(/Content/sbostyle/images/afcSprite.png?20190128) 20px -158.5px no-repeat;
            background-size: 50.5px 234px;
        }

        .topScroll li.sp11.highlight a > div.sportMenuSubBg {
            background-position: -169.5px -27px !important;
            margin-left: 0;
        }
        /*.topScroll li.sp1025.live.highlight a > div {
            background: url(/Content/sbostyle/images/olympicSprite.png?20160713) 0 -317px no-repeat;
        }

        .topScroll li.sp1025.highlight a > div.sportMenuSubBg {
            background-position: -339px -54px !important;
        }*/

        .topScroll li.highlight a > div.sportMenuSubBg {
            background-position: -170px -25px !important;
        }

/*  Horse Racing

.topScroll li.sp35.live.highlight a > div {
    background-position: -192.5px -111.5px;
}
.topScroll li.sp35.highlight a > div {
    background-position: -192.5px -37.5px;
}
.topScroll li.sp35.live a > div {
    background-position: -192.5px -74px;
}
div.nvsp35 {
    background-position: -210px -150.5px;
}
div.sp35 {
    background-position: -192.5px 0;
}
div.myBetsSp35 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -208px -151.5px;
}

End of Horse Racing */

/* Muay Thai */

div.sp35 {
    background-position: -257.5px 0 !important;
}

div.nvsp35 {
    background-position: -284px -150.5px !important;
}

.topScroll li.sp35.highlight a > div {
    background-position: -257.5px -37.5px !important;
}

.topScroll li.sp35.live a > div {
    background-position: 263.5px -74px !important;
}

.topScroll li.sp35.live.highlight a > div {
    background-position: -257.5px -111.5px !important;
}

div.myBetsSp35 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -282px -151.5px;
}

.topScroll li.sp35.highlight a > div.sportMenuSubBg, .topScroll li.sp35.live.highlight a > div.sportMenuSubBg {
    background-position: -170px -25px !important;
}

/* End of Muay Thai */

/* Bandy */
div.sp37 {
    background-position: -322.5px 0 !important;
}

div.nvsp37 {
    background-position: -347px -150.5px !important;
}

.topScroll li.sp37.highlight a > div {
    background-position: -322.5px -37.5px !important;
}

.topScroll li.sp37.live a > div {
    background-position: 199.5px -74px !important;
}

.topScroll li.sp37.live.highlight a > div {
    background-position: -322.5px -111.5px !important;
}

div.myBetsSp37 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -346px -151.5px;
}

.topScroll li.sp37.highlight a > div.sportMenuSubBg {
    background-position: -170px -25px !important;
}
/* End of Bandy */

/* Aussie Football */

div.sp36 {
    background-position: -386.5px 0 !important;
}

div.nvsp36 {
    background: url(/Content/sbostyle/images/sportSprite2.png?20190219) 0 4px no-repeat;
    background-position: -413px -150.5px !important;
}

.topScroll li.sp36.highlight a > div {
    background-position: -386.5px -37.5px !important;
}

.topScroll li.sp36.live a > div {
    background-position: 134.5px -74px !important;
}

.topScroll li.sp36.live.highlight a > div {
    background-position: -386.5px -111.5px !important;
}

div.myBetsSp36 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -410px -151.5px;
}

.topScroll li.sp36.highlight a > div.sportMenuSubBg { /*Menu Arrow up when selected*/
    background-position: -169.5px -27px !important;
    margin-left: 18px;
}

/* end of Aussie Football */

/* Winter Olympics */

div.sp38 {
    background-position: -451.5px 0 !important;
}

div.nvsp38 {
    background-position: -475px -150.5px !important;
}

.topScroll li.sp38.highlight a > div {
    background-position: -451.5px -37.5px !important;
}

.topScroll li.sp38.live a > div {
    background-position: 69.5px -74px !important;
}

.topScroll li.sp38.live.highlight a > div {
    background-position: -451.5px -111.5px !important;
}

div.myBetsSp38 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -475px -151.5px;
}

.topScroll li.sp38.highlight a > div.sportMenuSubBg {
    background-position: -170px -25px !important;
}

/* End of Winter Olympics */

.bottomList {
    width: 100%;
    box-shadow: 0 1px 2px #555;
}

    .bottomList ul {
        width: 100%;
    }

        .bottomList ul li {
            height: 32px;
            line-height: 32px;
            background: url(/Content/sbostyle/images/slideLine_2.png?2019030102) top left no-repeat;
            text-align: center;
        }

            .bottomList ul li a {
                color: #FFF;
                font-size: 12px;
                width: 100%;
                height: 31px;
                overflow: hidden;
                text-align: left;
                padding-left: 5%;
                padding-right: 6%;
            }

                .bottomList ul li a span {
                    color: #FFF;
                    font-size: 15px;
                    float: right;
                }

            .bottomList ul li.live a span {
                color: #ff9966;
            }

            .bottomList ul li.highlight a {
                color: #FFF;
            }

    .bottomList .noline,
    .bottomList:nth-child(2n+1) {
        background: 0;
    }

        .bottomList .noline.first {
            border-top: 0;
        }

    .bottomList .closeBtn {
        clear: both;
        width: 100%;
    }

        .bottomList .closeBtn a {
            display: block;
            float: right;
        }

.topNav {
    background-color: #79a0d7;
    background: -webkit-linear-gradient(top, #79a0d7 0, #547bb2 100%);
    background: -moz-linear-gradient(top, #79a0d7 0, #547bb2 100%);
    background: -ms-linear-gradient(top, #79a0d7 0, #547bb2 100%);
    background: -o-linear-gradient(top, #79a0d7 0, #547bb2 100%);
    background: linear-gradient(to bottom, #79a0d7 0, #547bb2 100%);
    height: 39px;
    width: 100%;
}

.prodswitch ul {
    padding: 0px 5px !important;
    height: 30px;
    /*overflow-x: auto;
    overflow-y: hidden;*/
    /*white-space: nowrap;
    -webkit-overflow-scrolling: touch;*/
}

.prodswitch {
    background: #082f66;
    background: -moz-linear-gradient(top, #082f66 0%, #052145 100%);
    background: -webkit-linear-gradient(top, #082f66 0%, #052145 100%);
    background: -ms-linear-gradient(top, #082f66 0%, #052145 100%);
    background: -o-linear-gradient(top, #082f66 0%, #052145 100%);
    background: linear-gradient(to bottom, #082f66 0%, #052145 100%);
    height: 30px;
    width: 100%;
    font-size: 0;
    color: #c8deff;
}

.prodswitch-logo-wrap {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.prodswitch-logo {
    display: block;
    float: left;
    margin: 0 10px;
    text-indent: -9999px;
    background: url(/Content/sbostyle/images/sbo-logo.png) no-repeat;
    background-size: 23px 30px;
    width: 23px;
    height: 30px;
    vertical-align: middle;
}

.prodswitch-hdr {
    display: inline-block;
    height: 30px;
    width: calc((100% - 43px) / 2);
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.prodswitch-hdr-three-tabs {
    display: inline-block;
    height: 30px;
    width: calc((100% - 43px) / 3);
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

    .prodswitch-hdr-three-tabs span {
        line-height: 30px;
    }

.prodswitch-hdr-four-tabs {
    display: inline-block;
    height: 30px;
    width: auto;
    /*-moz-min-width: calc((100% - 33px) / 4);
    -ms-min-width: calc((100% - 33px) / 4);
    -o-min-width: calc((100% - 33px) / 4);
    -webkit-min-width: calc((100% - 33px) / 4);
    min-width: calc((100% - 33px) / 4);*/
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 4px;
}

    .prodswitch-hdr-four-tabs span {
        line-height: 30px;
    }

/*.prodswitch .sel {
    color: #fff;
}*/
.prodswitch .highlight a {
    color: #fff !important;
}

.prodswitch .sel .prodswitch-tri {
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #759cd3 transparent;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    margin-top: -6px;
}

.prodSelected div.prodswitch-tri {
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #759cd3 transparent;
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 auto;
    margin-top: -6px;
    position: absolute;
}

.prodswitch .prodswitch-tri {
    display: none;
}

.prodswitch-hdr span {
    line-height: 30px;
}

.topNav.main {
    background-color: #79a0d7;
    background: -webkit-linear-gradient(top, #79a0d7 0, #547bb4 100%);
    background: -moz-linear-gradient(top, #79a0d7 0, #547bb4 100%);
    background: -ms-linear-gradient(top, #79a0d7 0, #547bb4 100%);
    background: -o-linear-gradient(top, #79a0d7 0, #547bb4 100%);
    background: linear-gradient(to bottom, #79a0d7 0, #547bb4 100%);
    text-align: center;
    font-size: 18px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
    color: #FFF;
    line-height: 39px;
    z-index: 3;
    top: 0;
}

.live .topNav.main {
    background-color: #ec7749;
    background: -webkit-linear-gradient(top, #ec7749 0, #d35e30 100%);
    background: -moz-linear-gradient(top, #ec7749 0, #d35e30 100%);
    background: -ms-linear-gradient(top, #ec7749 0, #d35e30 100%);
    background: -o-linear-gradient(top, #ec7749 0, #d35e30 100%);
    background: linear-gradient(to bottom, #ec7749 0, #d35e30 100%);
    text-align: center;
    font-size: 18px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
    color: #FFF;
    line-height: 39px;
    z-index: 3;
    top: 0;
    border-radius: 0;
}

.topNav.en {
    line-height: 29px;
    font-size: 11px;
}

    .topNav.en li:nth-child(1) {
        width: 32%;
    }

    .topNav.en li:nth-child(2) {
        width: 20%;
    }

    .topNav.en li:nth-child(3) {
        width: 26%;
    }

.topNav.zh {
    line-height: 12px;
    font-size: 11px;
}

    .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: 12px;
    font-size: 10px;
}

    .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: 12px;
    font-size: 13px;
}

    .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: 12px;
    font-size: 12px;
}

    .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: 12px;
    font-size: 12px;
}

    .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 ul .league a,
.topNav ul .topMyBet a,
.topNav ul .topList a {
    line-height: 39px;
}

.topNav ul li:last-child {
    border-right: 0;
    width: 12%;
    box-flex: 0;
    text-indent: -99999px;
}

#nav-new ul li:last-child {
    display: none;
}
/* SpecialEvent shortcut - start*/

.topNav.en.specialEvent {
    line-height: 12px;
    font-size: 11px;
}

    .topNav.en.specialEvent li:nth-child(1) {
        width: 11%;
    }

    .topNav.en.specialEvent li:nth-child(2) {
        width: 34%;
    }

    .topNav.en.specialEvent li:nth-child(3) {
        width: 18%;
    }

    .topNav.en.specialEvent li:nth-child(4) {
        width: 26%;
    }

.topNav.zh.specialEvent {
    line-height: 12px;
    font-size: 11px;
}

    .topNav.zh.specialEvent li:nth-child(1) {
        width: 11%;
    }

    .topNav.zh.specialEvent li:nth-child(2) {
        width: 34%;
    }

    .topNav.zh.specialEvent li:nth-child(3) {
        width: 18%;
    }

    .topNav.zh.specialEvent li:nth-child(4) {
        width: 26%;
    }

.topNav.id.specialEvent {
    line-height: 12px;
    font-size: 10px;
}

    .topNav.id.specialEvent li:nth-child(1) {
        width: 11%;
    }

    .topNav.id.specialEvent li:nth-child(2) {
        width: 34%;
    }

    .topNav.id.specialEvent li:nth-child(3) {
        width: 18%;
    }

    .topNav.id.specialEvent li:nth-child(4) {
        width: 26%;
    }

.topNav.th.specialEvent {
    line-height: 12px;
    font-size: 13px;
}

    .topNav.th.specialEvent li:nth-child(1) {
        width: 10%;
    }

    .topNav.th.specialEvent li:nth-child(2) {
        width: 34%;
    }

    .topNav.th.specialEvent li:nth-child(3) {
        width: 11%;
    }

    .topNav.th.specialEvent li:nth-child(4) {
        width: 35%;
    }

.topNav.vi.specialEvent {
    line-height: 12px;
    font-size: 12px;
}

    .topNav.vi.specialEvent li:nth-child(1) {
        width: 11%;
    }

    .topNav.vi.specialEvent li:nth-child(2) {
        width: 34%;
    }

    .topNav.vi.specialEvent li:nth-child(3) {
        width: 18%;
    }

    .topNav.vi.specialEvent li:nth-child(4) {
        width: 26%;
    }

.topNav.ko.specialEvent {
    line-height: 12px;
    font-size: 12px;
}

    .topNav.ko.specialEvent li:nth-child(1) {
        width: 47%;
    }

    .topNav.ko.specialEvent li:nth-child(2) {
        width: 12%;
    }

    .topNav.ko.specialEvent li:nth-child(3) {
        width: 29%;
    }

.topNav.specialEvent ul li:last-child {
    border-right: 0;
    width: 11%;
    box-flex: 0;
    text-indent: -99999px;
}

.topNav.specialEvent ul .topSpecialEvent a,
.topNav ul .league a,
.topNav ul .topMyBet a,
.topNav ul .topList a {
    line-height: 39px;
}

.topSpecialEvent-icon {
    width: 29px;
    height: 28px;
    display: inline-block;
    margin-top: 5.5px;
    background: url(/Content/sbostyle/images/afcSprite.png?20190128) 2.5px -205px no-repeat;
    background-size: 50.5px 234px;
}
/* SpecialEvent shortcut - end*/

/* Quick Deposit */
.topNav.en.quickDeposit {
    line-height: 12px;
    font-size: 11px;
}

    .topNav.en.quickDeposit li:nth-child(1) {
        width: 34%;
    }

    .topNav.en.quickDeposit li:nth-child(2) {
        width: 18%;
    }

    .topNav.en.quickDeposit li:nth-child(3) {
        width: 26%;
    }

    .topNav.en.quickDeposit li:nth-child(4) {
        width: 11%;
    }

.topNav.th.quickDeposit {
    line-height: 12px;
    font-size: 13px;
}

    .topNav.th.quickDeposit li:nth-child(1) {
        width: 34%;
    }

    .topNav.th.quickDeposit li:nth-child(2) {
        width: 10%;
    }

    .topNav.th.quickDeposit li:nth-child(3) {
        width: 35%;
    }

    .topNav.th.quickDeposit li:nth-child(4) {
        width: 10%;
    }

.topNav.quickDeposit ul li:last-child {
    border-right: 0;
    width: 11%;
    box-flex: 0;
    text-indent: -99999px;
}

.topNav.quickDeposit ul .topQuickDeposit a, .topNav.quickDeposit ul .topQuickDeposit .content, .bottomOnboarding .content, .topNav ul .league a, .topNav ul .topMyBet a, .topNav ul .topList a {
    line-height: 39px;
}

.topMyBet {
    display: table !important;
}

    .topMyBet a {
        display: table-cell !important;
        vertical-align: middle !important;
        line-height: 12px !important;
    }

.topQuickDeposit-icon {
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-top: 8px;
    background: url(/Content/sbostyle/images/quick-deposit/quick-deposit-icon.png) -4px 0 no-repeat;
    background-size: 35px 47px;
    color: #fff;
}

.quickDepositOnboarding a, .quickDepositOnboarding .content {
    position: relative;
    z-index: 10001;
}

.quickDepositOnboarding .topQuickDeposit__content {
    display: none;
}

.quickDepositOnboarding__content {
    display: none;
}

.quickDepositOnboarding .quickDepositOnboarding__content {
    display: block;
}

.quickDepositOnboarding .topQuickDeposit-icon {
    background: url(/Content/sbostyle/images/quick-deposit/quick-deposit-icon.png) -4px -21px no-repeat;
    background-size: 35px 47px;
    position: absolute;
    right: 50%;
    margin-right: -15px;
    top: 0;
}

.quickDepositOnboarding__arrow {
    width: 35px;
    height: 87px;
    position: absolute;
    right: 50%;
    margin-right: -8px;
    top: 15px;
    background: url(/Content/sbostyle/images/quick-deposit/quick-deposit-onboard-arrow.png) 0 0 no-repeat;
    background-size: cover;
    z-index: 10000;
}

.quickDepositOnboarding__txt {
    line-height: 15px;
    width: 200px;
    position: absolute;
    right: 50%;
    margin-right: 36px;
    top: 105px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.quickDepositOnboarding__btn {
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    border-bottom: 2px solid #c79326;
    width: 95px;
    font-weight: 700;
    background: #ffb43d;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    color: #5e3a02;
    float: right;
}

.quickDepositOnboarding .topQuickDeposit-icon {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(60, 124, 255, 1));
    filter: drop-shadow(0px 0px 5px rgba(60, 124, 255, 1));
    animation: pulsate 1.5s ease-out infinite;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(60, 124, 255, 0));
        filter: drop-shadow(0px 0px 5px rgba(60, 124, 255, 0));
    }

    70% {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(60, 124, 255, 1));
        filter: drop-shadow(0px 0px 5px rgba(60, 124, 255, 1));
    }

    100% {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(60, 124, 255, 0));
        filter: drop-shadow(0px 0px 5px rgba(60, 124, 255, 0));
    }
}
/* Quick Deposit Ends */

.topNav.bsi {
    line-height: 12px;
    font-size: 11px;
}

    .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 3px;
}

.signinInfo {
    display: inline-block;
}

.signinBtn {
    margin: 10px 0 0 2.5px;
    background: #3f5c98;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 3.5px 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.signinLang {
    display: inline-block;
    margin-right: 2.5px;
}

    .signinLang .selectBG {
        width: 33px;
        height: 15px;
        background: url(/Content/sbostyle/images/select_icon_lang.png?2019030102) -385px -72px no-repeat;
    }

    .signinLang .lang {
        padding-right: 32.5px;
        -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 2px 5px rgba(0, 0, 0, .5);
}

    #logoInfo h1 {
        width: 150px;
        margin: 0 auto;
        text-indent: -99999px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -245px -137px no-repeat;
        background-size: 512px 240px;
        height: 39px;
    }

    #logoInfo .join {
        color: #3f5c98;
        font-size: 12px;
        font-weight: bolder;
        position: absolute;
        top: 48px;
        right: 15px;
        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: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 2.5px 15px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    }

.footerBsi {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding-top: 8.5px;
    text-align: center;
    background-color: #e4e5e5;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .3);
}

    .footerBsi button.old {
        width: 30%;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: 100;
        font-family: Arial;
        color: #666;
        border-radius: 3px;
        border: 0;
        background-color: #eee;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
        margin: 1.5px auto;
        margin-right: 3px;
    }

#hdp {
    width: 26%;
}

.topList {
    width: 9%;
}

.topNav ul {
    width: 100%;
    height: 35px; /*j add*/
    /*height: 35px;*/ /*j ori*/
}

    .topNav ul li {
        text-align: center;
        border-right: 1px solid rgba(0, 30, 72, .4);
        border-left: 1px solid rgba(255, 255, 255, .2);
        float: left;
        height: 39px;
    }

.topMenu a .topMenuWrp {
    height: 35px;
}

.topMenu a .topMenuBox {
    display: inline-block;
    margin-top: 5px;
}

.topMenu a .topMenuTable {
    display: table;
    text-align: center;
}

.topMenu a .topMenuTableRow {
    display: table-row;
}

.topMenu a .topMenuIcon,
.topMenu a .topMenuIcon2 {
    height: 29px;
    width: 28px;
    display: table-cell;
}

.topMenu a .topMenuTitle {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.topMenu a .topMenuWrp .imgFix {
    width: 23%;
    height: 34px;
    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: 50px;
}

.topNav ul li:first-child {
    border-left: 0;
}

.topMyBet p {
    display: inline-block;
    color: #fff;
    background: #c80000;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 16px;
    margin: 0;
    border: 1px solid #394b8c;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .5), inset 1px 1px 1px rgba(0, 0, 0, .5);
}

.topNav ul li:last-child a {
    width: 18px;
    height: 17px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -248px -72px no-repeat;
    background-size: 512px 240px;
}

.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, .topNav ul li .content, .quickDepositOnboarding__bottom .content {
    color: #fff;
    display: block;
    height: 39px;
    vertical-align: middle;
    text-align: center;
    font-weight: bolder;
    width: 100%;
}

.quickDepositOnboarding__bottom {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    overflow: hidden;
}

    .quickDepositOnboarding__bottom .quickDepositOnboarding {
        position: absolute;
        width: 10%;
        margin-top: 30px;
        right: 11%;
    }

.topNav .button {
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    position: absolute;
    padding: 0 2.5px;
    font-family: Arial;
    color: #2a589b;
}

.live .topNav .button {
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    position: absolute;
    padding: 0 2px;
    font-family: Arial;
    color: #a93406;
    -webkit-box-shadow: inset 0 1px 1px 0 rgb(139, 73, 40) !important;
    -moz-box-shadow: inset 0 1px 1px 0 rgb(139, 73, 40) !important;
    box-shadow: inset 0 1px 1px 0 rgb(139, 73, 40) !important;
    background: #f2c0a8 !important;
    border: 0 !important;
    border-radius: 4px !important;
}

.topNav .button > span {
    display: block;
    height: 19px;
    width: 19px;
    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: -10.5px;
    top: 2px;
    -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: 2px solid #466aa1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.topNav .back {
    border-radius: 4px;
    background: #b1d4f5;
    background: -moz-linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    background: -webkit-linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    background: linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    border: 1px solid #40608e;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    -moz-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    display: block;
    left: 14px;
    top: 4px;
}

    .topNav .back:before {
        content: '';
        background-image: url(/Content/sbostyle/images/backBtn-sprite.png?2019030102);
        background-size: 11px 540px;
        background-repeat: no-repeat;
        background-position: 0px -118px;
        height: 30px;
        width: 13px;
        position: absolute;
        left: -9px;
        top: -2px;
    }

.topNav .remove,
.topNav .home, .topNav .refresh2 {
    border-radius: 4px;
    background: #b1d4f5;
    background: -moz-linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    background: -webkit-linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    background: linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    border: 1px solid #40608e;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    -moz-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    display: block;
    right: 7px;
    top: 4px;
    height: 30px;
    min-width: 42px;
}

.topNav .backArrow,
.topNav .backMain_2,
.topNav .home_1,
.topNav .home_3 {
    display: none;
}
/*
.topNav .remove_1,
.topNav .home_1 {
    float: left;
    width: 5px;
    height: 28px;
    background-position: 0 -329px;
} */

.topNav .remove_2 {
    float: left;
    min-width: 36px;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    padding: 0 2.5px;
    background-position: 0 -402px;
    background-repeat: repeat-x !important;
}
/*
.topNav .remove_3,
.topNav .home_3 {
    float: left;
    width: 5px;
    height: 28px;
    background-position: right -365.5px;
}

.topNav .home_2 {
    float: left;
    min-width: 33px;
    height: 28px;
    line-height: 28px;
    background-position: 0 -402px;
    background-repeat: repeat-x !important;
} */

.topNav .home_2 div {
    width: 16px;
    height: 16px;
    position: relative;
    left: 9px;
    top: 6px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -347px -70px no-repeat;
    background-size: 512px 240px;
}

.topNav .home_2_ref div {
    width: 20px;
    height: 20px;
    position: relative;
    left: 9px;
    top: 6px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -173px -2px no-repeat;
    background-size: 512px 240px;
}

.topNav .home_2_ref div {
    width: 20px;
    height: 20px;
    position: relative;
    left: 9px;
    top: 6px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -173px -2px no-repeat;
    background-size: 512px 240px;
}

/* .topNav .backArrow {
    float: left;
    width: 10px;
    height: 28px;
    background-position: 0 -109px;
} */

.topNav .backMain {
    float: left;
    min-width: 40px;
    height: 28px;
    line-height: 28px;
    background-position: 0 -146px;
    background-repeat: repeat-x !important;
    font-weight: 700;
}
/*
.topNav .backMain_2 {
    float: left;
    width: 2px;
    height: 28px;
    background-position: -9px -182px;
} */

.live .topNav .backArrow {
    float: left;
    width: 10px;
    height: 28px;
    background-position: 0 0;
}

.live .topNav .backMain {
    float: left;
    min-width: 40px;
    height: 28px;
    line-height: 28px;
    background-position: 0 -36px;
    background-repeat: repeat-x !important;
    font-weight: 700;
}

.live .topNav .backMain_2 {
    float: left;
    width: 2px;
    height: 28px;
    background-position: -8px -73px;
}

.topNav .refresh {
    border-radius: 4px;
    background: #b1d4f5;
    background: -moz-linear-gradient(top, #b1d4f5 1%, #98bee2 100%);
    background: -webkit-linear-gradient(top, #b1d4f5 1%,#98bee2 100%);
    background: linear-gradient(to bottom, #b1d4f5 1%,#98bee2 100%);
    border: 1px solid #40608e;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    -moz-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    right: 7px;
    width: 42px;
    height: 30px;
    line-height: 28px;
    top: 5px;
}

    .topNav .refresh a {
        display: block;
        width: 18px;
        height: 18px;
        margin-top: 4px;
        margin-left: 8px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -173px -1px no-repeat;
        background-size: 512px 240px;
    }


.topNav h1 {
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
    color: #FFF;
    font-family: Arial;
}

div.menu_sp {
    display: block;
    height: 37px;
    width: 64px;
    background-image: url(/Content/sbostyle/images/sportSprite.png?2019030102);
    background-size: 1984px 150px;
    background-position: 0 0;
    margin: 0 auto;
    margin-bottom: 3px;
}

div.menu_sp2 {
    display: block;
    height: 37px;
    width: 64px;
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219);
    background-size: 521px 180.5px;
    background-position: 0 0;
    margin: 0 auto;
    margin-bottom: 3px;
}

div.topMenuIcon {
    background: url(/Content/sbostyle/images/sportSprite_s.png?2019030102) no-repeat;
    background-size: 1547.5px 24.5px;
    background-position: 0 3px;
}

div.topMenuIcon2 {
    background: url(/Content/sbostyle/images/sportSprite2.png?20190300) no-repeat;
    background-size: 521px 180.5px;
    background-position: 0 3px;
}

.moreLeagues {
    border-top: 1px solid #888;
    border-bottom: 1px solid #333;
    width: 100%;
    height: 37px;
    text-align: center;
    padding-top: 11px;
    float: left;
    font-size: 12px;
    box-shadow: 0 1px 2px #555;
    background-color: #4e5765;
    background: -webkit-linear-gradient(90deg, #4e5765 0, #7b818d 100%);
    background: -moz-linear-gradient(90deg, #4e5765 0, #7b818d 100%);
    background: -o-linear-gradient(90deg, #4e5765 0, #7b818d 100%);
    background: -ms-linear-gradient(90deg, #4e5765 0, #7b818d 100%);
    background: -linear-gradient(90deg, #4e5765 0, #7b818d 100%);
    font-weight: 700;
}

    .moreLeagues a {
        position: relative;
        color: #FFF;
    }

        .moreLeagues a span {
            display: block;
            width: 6px;
            height: 6px;
            background: url(/Content/sbostyle/images/imgAll.png?2019030102)-297px -72px no-repeat;
            background-size: 512px 240px;
            position: absolute;
            right: -9.5px;
            top: 4.5px;
        }

div.nvsp1 {
    background-position: -15px 1px;
}

div.nvsp2 {
    background-position: -62px 3px;
}

div.nvsp3 {
    background-position: -114px -1.5px;
}

div.nvsp4 {
    background-position: -160.5px -1.5px;
}

div.nvsp5 {
    background-position: -211.5px -0.5px;
}

div.nvsp6 {
    background-position: -259.5px -0.5px;
}

div.nvsp7 {
    background-position: -313px 0;
}

div.nvsp8 {
    background-position: -363px 1px;
}

div.nvsp9 {
    background-position: -409px 0;
}

div.nvsp10 {
    background-position: -459px 0.5px;
}

div.nvsp12 {
    background-position: -561px -1px;
}

div.nvsp13 {
    background-position: -609px 0.5px;
}

div.nvsp14 {
    background-position: -660px -0.5px;
}

div.nvsp15 {
    background-position: -711.5px -0.5px;
}

div.nvsp16 {
    background-position: -758px 0;
}

div.nvsp17 {
    background-position: -808px 0;
}

div.nvsp18 {
        background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -18.5px -152.5px;
    /*background-position: -1063px 0;*/
}

div.nvsp19 {
    background-position: -909px 0;
}

div.nvsp20 {
    background-position: -959.5px 0;
}

div.nvsp21 {
    background-position: -1009px 0;
}

div.nvsp22 {
    background-position: -1059px -2px;
}

div.nvsp23 {
    background-position: -1107px 0;
}

div.nvsp24 {
    background-position: -1160px 0;
}

div.nvsp25 {
    background-position: -1208px -1.5px;
}

div.nvsp26 {
    background-position: -1258px 0;
}

div.nvsp27 {
    background-position: -1306px 0;
}

div.nvsp28 {
    background-position: -15px 0;
}

div.nvsp29 {
    background-position: -1409.5px 0;
}

div.nvsp30 {
    background-position: -1457.5px 0;
}

div.nvsp31 {
    background-position: -1510.5px 0;
}

div.nvsp32 {
    background-position: -20px -150.5px;
}

div.nvsp33 {
    background-position: -81.5px -150.5px;
}

div.nvsp34 {
    background-position: -146.5px -150.5px;
}

div.nvsp11 {
    background: url(/Content/sbostyle/images/afcSprite.png?20190128) -0.5px 3px no-repeat;
    background-size: 50.5px 234px;
}

/*div.nvsp1025 {
    background: url(/Content/sbostyle/images/olympicSprite.png?20160713) -22px 9px no-repeat;
    width: 56px !important;
}*/

div.sp1 {
    background-position: 0 0;
}

div.sp2 {
    background-position: -64px 0;
}

div.sp3 {
    background-position: -128px 0;
}

div.sp4 {
    background-position: -192px 0;
}

div.sp5 {
    background-position: -256px 0;
}

div.sp6 {
    background-position: -320px 0;
}

div.sp7 {
    background-position: -384px 0;
}

div.sp8 {
    background-position: -448px 0;
}

div.sp9 {
    background-position: -512px 0;
}

div.sp10 {
    background-position: -576px 0;
}

div.sp12 {
    background-position: -704px 0;
}

div.sp13 {
    background-position: -768px 0;
}

div.sp14 {
    background-position: -832px 0;
}

div.sp15 {
    background-position: -896px 0;
}

div.sp16 {
    background-position: -960px 0;
}

div.sp17 {
    background-position: -1024px 0;
}

div.sp18 {
    background-position: -1088px 0;
}

div.sp19 {
    background-position: -1152px 0;
}

div.sp20 {
    background-position: -1216px 0;
}

div.sp21 {
    background-position: -1280px 0;
}

div.sp22 {
    background-position: -1344px 0;
}

div.sp23 {
    background-position: -1408px 0;
}

div.sp24 {
    background-position: -1472px 0;
}

div.sp25 {
    background-position: -1536px 0;
}

div.sp26 {
    background-position: -1600px 0;
}

div.sp27 {
    background-position: -1664px 0;
}

div.sp28 {
    background-position: -1728px 0;
}

div.sp29 {
    background-position: -1793px 0;
}

div.sp30 {
    background-position: -1858px 0;
}

div.sp31 {
    background-position: -1921px 0;
}

div.sp32 {
    background-position: 0 2px;
}

div.sp33 {
    background-position: -64px 2px;
}

div.sp34 {
    background-position: -128px 1px;
}

div.sp11 {
    background: url(/Content/sbostyle/images/afcSprite.png?20190128) 20px -25.5px no-repeat;
    background-size: 50.5px 234px;
}
/*div.sp1025 {
    background: url(/Content/sbostyle/images/olympicSprite.png?20160713) 0 -139px no-repeat;
}*/

div.myBetsSp1 {
    background-position: -12.5px 0;
}

div.myBetsSp2 {
    background-position: -60.5px 1px;
}

div.myBetsSp3 {
    background-position: -112.5px -3px;
}

div.myBetsSp4 {
    background-position: -160px -2.5px;
}

div.myBetsSp5 {
    background-position: -211.5px -1px;
}

div.myBetsSp6 {
    background-position: -261px -1.5px;
}

div.myBetsSp7 {
    background-position: -312px -1.5px;
}

div.myBetsSp8 {
    background-position: -363px 0;
}

div.myBetsSp9 {
    background-position: -410.5px -1px;
}

div.myBetsSp10 {
    background-position: -460px 0;
}

div.myBetsSp12 {
    background-position: -561px -1.5px;
}

div.myBetsSp13 {
    background-position: -609px -0.5px;
}

div.myBetsSp14 {
    background-position: -660px -0.5px;
}

div.myBetsSp15 {
    background-position: -711.5px -1.5px;
}

div.myBetsSp16 {
    background-position: -760px 0;
}

div.myBetsSp17 {
    background-position: -809px -0.5px;
}

div.myBetsSp18 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -18.5px -152.5px;
    /*background-position: -1060px -0.5px;*/
}

div.myBetsSp19 {
    background-position: -909px 0;
}

div.myBetsSp20 {
    background-position: -959.5px 0;
}

div.myBetsSp21 {
    background-position: -1010px -1.5px;
}

div.myBetsSp22 {
    background-position: -1060.5px -1.5px;
}

div.myBetsSp23 {
    background-position: -1109.5px -2px;
}

div.myBetsSp24 {
    background-position: -1162.5px -1px;
}

div.myBetsSp25 {
    background-position: -1209px -1.5px;
}

div.myBetsSp26 {
    background-position: -1260px -1px;
}

div.myBetsSp27 {
    background-position: -1307.5px -1.5px;
}

div.myBetsSp28 {
    background-position: -1358.5px -1.5px;
}

div.myBetsSp29 {
    background-position: -1411px 0;
}

div.myBetsSp30 {
    background-position: -1460.5px -1px;
}

div.myBetsSp31 {
    background-position: -1510px -1.5px;
}

div.myBetsSp32 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -18.5px -152.5px;
}

div.myBetsSp33 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -82.5px -151.5px;
}

div.myBetsSp34 {
    background-image: url(/Content/sbostyle/images/sportSprite2.png?20190219) !important;
    background-size: 521px 180.5px !important;
    background-position: -147px -151.5px;
}

#parlayInfo {
    width: 100%;
    background: url(/Content/sbostyle/images/bg_parlayinfo.png);
    background-size: 1px 1px;
    height: 39px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 10;
}

.parlayInfo_1 {
    margin: 0 auto;
    width: 100%;
}

#parlayInfo .parlay,
#parlayInfo .waiting {
    display: inline-block;
    margin: 7.5px 1px 0;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .4);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 0 3%;
}

#parlayInfo div p {
    margin: 0;
    font-size: 8px;
    line-height: 23px;
    color: #fff;
    display: inline-block;
    padding-right: 1px;
    font-weight: 700;
}

#parlayInfo div mark {
    display: inline-block;
    background: #c80000;
    line-height: 14px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 8px;
    color: #fff;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    font-weight: bolder;
    font-family: Arial;
    padding: 0 4px;
    text-align: center;
}

.slider {
    -webkit-transition: 1s cubic-bezier(0, 1, 0.5, 1);
    -webkit-transform: translateY(0);
    -moz-transition: 1s cubic-bezier(0, 1, 0.5, 1);
    -moz-transform: translateY(0);
    -ms-transition: 1s cubic-bezier(0, 1, 0.5, 1);
    -ms-transform: translateY(0);
    -o-transition: 1s cubic-bezier(0, 1, 0.5, 1);
    -o-transform: translateY(0);
    transition: 1s cubic-bezier(0, 1, 0.5, 1);
    transform: translateY(0);
}

    .slider.closed {
        -webkit-transform: translateY(-110%);
        -moz-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        -o-transform: translateY(-110%);
        transform: translateY(-110%);
    }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    -ms-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

.add-parlay-wrap {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 11;
}

.add-parlay {
    display: block;
    z-index: 9999;
    height: auto;
    width: 65%;
    color: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    font-size: 11px;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    font-weight: bolder;
    font-family: Arial;
    min-width: 16px;
    text-align: center;
    background: #001f32;
    margin: 0 auto;
    padding: 8px 0;
}

    .add-parlay .mpNoError {
        background: url(/Content/sbostyle/images/imgMsgIcons.png?20140603) 0 0 no-repeat;
        background-size: 18.5px 37px;
        line-height: 18px;
        display: inline-block;
        padding-left: 25px;
    }

    .add-parlay .mpError {
        background: url(/Content/sbostyle/images/imgMsgIcons.png?20140603) 0 -18.5px no-repeat;
        background-size: 18.5px 37px;
        line-height: 18px;
        display: inline-block;
        padding-left: 25px;
    }

#parlayInfo div.waiting mark {
    background: #5980b7;
}

#parlayInfo div span {
    display: inline-block;
    background: #646464;
    line-height: 14px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    font-size: 11px;
    color: #fff;
    margin-left: 0px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    font-weight: bolder;
    font-family: Arial;
    padding: 0 4px;
    text-align: center;
}

.score_1 {
    padding-left: 5px;
}

.wrapperAll {
    background: url(/Content/sbostyle/images/bg_parlayarea.png?2019030102);
    background-size: 3.5px 3.5px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

#module-ticket {
    float: left;
    width: 100%;
}

#mainWrapper {
    float: left;
    width: 100%;
}

.mainWrapper.hasParlay {
    margin-top: 67.5px;
}

.module-ticket.hasParlay {
    margin-top: 67.5px;
}

#module-ticket2 {
    position: relative;
    margin-top: 39px;
}

#mainWrapper2 {
    position: relative;
    margin-top: 39px;
}

    #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 15px;
    }

#module-ticket2 > div {
    width: 100%;
    float: left;
    overflow: hidden;
}

#module-ticket2 > .switchTab {
    float: none;
    width: 100%;
    overflow: hidden;
}

#module-ticket2 > .block {
    float: none;
    width: 95%;
    margin: 0 auto 15px;
}

.alertBox {
    z-index: 100;
    margin-top: 25px;
    color: #999;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

    .alertBox.parlay {
        top: 215px;
        position: static;
    }

    .alertBox.noEvents {
        margin: 140px 0 90px 0;
    }

    .alertBox > div {
        width: 80%;
        margin: 0 auto;
    }

.contentH1 {
    background-color: #0a0d12;
    background: -webkit-linear-gradient(90deg, #272d3b 0, #0a0d12 100%);
    background: -moz-linear-gradient(90deg, #272d3b 0, #0a0d12 100%);
    background: -o-linear-gradient(90deg, #272d3b 0, #0a0d12 100%);
    background: -ms-linear-gradient(90deg, #272d3b 0, #0a0d12 100%);
    background: -linear-gradient(90deg, #272d3b 0, #0a0d12 100%);
    min-height: 15px;
    border-bottom: 1px solid #4f545f;
    font-size: 11px;
    color: #d3dcee;
    line-height: 21px;
    padding: 7px 2.5px 3px 7.5px;
    font-family: Arial;
}

.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;
}

.category_score {
    color: #F77;
}

.contentH2 span:nth-child(2) {
    margin-left: 5px;
}

.mainContent .article .scoreBoard {
    position: relative;
    background: #1f2732;
    border-top: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    height: 45px;
    overflow: hidden;
}

    .mainContent .article .scoreBoard > div h2 {
        display: block;
        font-size: 10px;
        color: #fff;
        margin: 0;
        padding: 2.5px 0 0 5px;
        text-shadow: 0 -1px 0 #000;
    }

    .mainContent .article .scoreBoard .redCard {
        padding-top: 1.5px;
    }

.redCard span {
    display: inline-block;
    width: 7px;
    height: 12px;
    /* width: 3px;
    height: 6px; */
    background: red;
    margin-right: 1px;
    border-radius: 1px;
    box-shadow: 0 1px 1px #000;
}

.w4 {
    width: 11.5%;
}

.mainContent .article .scoreBoard .left {
    height: 100%;
    width: 44%;
    overflow: hidden;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, .5);
}

.title_wrap_L {
    width: 72%;
    float: right;
    display: table;
    font-size: 11px;
    color: #FFF;
    margin: 3.5px 0 0;
    font-weight: 700;
    line-height: 10px;
    /* height: 31px; */
    overflow: hidden;
}

.title_wrap_R {
    width: 72%;
    float: left;
    display: table;
    font-size: 11px;
    color: #fff;
    margin: 3.5px 0 0;
    font-weight: 700;
    /* height: 31px; */
    overflow: hidden;
    line-height: 10px;
}

.title_cell {
    /* height: 31px; */
    height: 21px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    padding-top:3px;
}

.title_wrap_L .title_content {
    text-align: right;
    margin-right: 5px;
    color: #a0c5ee;
}

.title_wrap_R .title_content {
    text-align: left;
    margin-left: 5px;
    color: #a0c5ee;
}

    .title_wrap_L .title_content.hot,
    .title_wrap_R .title_content.hot {
        color: #F30;
    }

.left .redCard {
    display: inline;
    margin-right: 5px;
    text-align: right;
    float: right;
}

.mainContent .article .scoreBoard .left a {
    display: block;
    height: 19px;
    height: 100%;
    background: #151A24;
    box-shadow: inset -5px 0 10px rgba(0, 0, 0, .3);
    width: 37px;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
    /*.mainContent .article .scoreBoard .left a {
    height: 45px;
    width: 60px;
    z-index: 3;
    left: 300px;
    top: 0;
    text-align: center;
    position: absolute;
}*/

    .mainContent .article .scoreBoard .left a > div {
        height: 30px;
        position: absolute;
        top: 50%;
        margin-top: -17.5px;
        width: 100%;
    }

        .mainContent .article .scoreBoard .left a > div .img {
            border-bottom: 1px solid #000;
            width: 20px;
            height: 11px;
            margin-left: 9px;
            background: url(/Content/sbostyle/images/imgAll.png?170202b) -50px -1px no-repeat;
            background-size: 512px 240px;
            box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
        }

            .mainContent .article .scoreBoard .left a > div .img.hasStats {
                background: url(/Content/sbostyle/images/imgAll.png?2019030102) -76px -1px no-repeat;
                background-size: 512px 240px;
            }

    .mainContent .article .scoreBoard .left a .block {
        display: block;
        width: 100%;
        height: 11px;
        margin: 0 auto;
        line-height: 11px;
        font-size: 9px;
        text-transform: uppercase;
        font-style: italic;
        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: 11px;
        -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: 10px;
        padding: 1px 1px 0;
    }

    .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: 1px 1px 0 2.5px;
    }

.mainContent .article .scoreBoard .right {
    height: 100%;
    float: left;
    width: 44%;
    border-left: 1px solid rgba(0, 0, 0, .5);
}

.right .redCard {
    margin-left: 5px;
}

.mainContent .article .scoreBoard .right a {
    display: block;
    height: 19px;
    background: #151A24;
    box-shadow: inset 5px 0 10px rgba(0, 0, 0, .3);
    width: 37px;
    height: 100%;
    vertical-align: top;
    float: right;
    font-size: 10px;
    color: #a3c7f0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.scoreBoard .right a > div {
    width: 19px;
    height: 19px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -2px -1px no-repeat;
    background-size: 512px 240px;
    margin-left: 10px;
    margin-top: 12px;
}

.orLabel {
    width: 100%;
}

.orRefresh {
    width: 37px;
    background: #09090A;
}

    .orRefresh div {
        width: 19px;
        height: 19px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -2px -1px no-repeat;
        background-size: 512px 240px;
        margin-left: 9px;
    }

.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;
    background: rgba(159, 175, 211, .2);
    border-left: 1px solid rgba(163, 163, 163, .2);
    border-right: 1px solid rgba(163, 163, 163, .2);
    color: #d2d2d2;
    text-align: center;
    font-size: 11px;
    float: left;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    font-weight: bolder;
}

    .mainContent .article .scoreBoard .score span {
        padding: 0.5px;
    }

.parlayArea {
    width: 100%;
    background: url(/Content/sbostyle/images/bg_parlayarea.png?2019030102);
    background-size: 3.5px 3.5px;
    z-index: 11;
    background-color: #f1d5ce;
}

    .parlayArea .underLine {
        width: 100%;
        background: url(/Content/sbostyle/images/bg_parlayarea.png?2019030102);
        background-size: 3.5px 3.5px;
        position: relative;
        z-index: 11;
        background-color: #f1d5ce;
    }

    .parlayArea.live,
    .moreMarket.live,
    .liveMatch {
        background: rgba(255, 84, 84, .2);
    }

    .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: 2.5px 0;
            width: 33%;
        }

            .parlayArea .header h3:nth-child(2) {
                background: rgba(65, 65, 65, .08);
                width: 34%;
            }

.row {
    width: 33.2%;
    float: left;
}

    .row.market {
        width: 98%;
        float: none;
        margin: 0 auto;
    }

        .minBg,
        .row.minBg,
        .row.market.oetg .oetgSubRight {
            background: none repeat scroll 0 0 rgba(65, 65, 65, .08);
        }

.parlayArea.outright #wrap {
    float: left;
    width: 100%;
    height: 43px;
    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: 5.5px;
    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: 12px;
            font-weight: 700;
        }

.parlayArea.outright #wrap #content {
    font-size: 10px;
    padding: 5px 0 5px 3%;
    color: #555;
}

.column {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    width: 41%;
    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;
    }

    .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%;
        float: left;
        width: 33.2%;
    }

    .row.market.oetg .oetgSubRight {
        padding-right: 1%;
        float: left;
        width: 66.7%;
    }

.row.market.fglg .column {
    width: 31%;
    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: 2px;
    padding-right: 2px;
    width: 24%;
}

.row.market.model_3 tr td {
    padding-left: 2px;
    padding-right: 2px;
    width: 33%;
}

.row.market.model_2 tr td {
    padding-left: 2px;
    padding-right: 2px;
    width: 48%;
}

.column .dataBox {
    display: inline-block;
    width: 90%;
    text-align: center;
    height: 35px;
    position: relative;
    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: 6px;
}

.row.market .column .dataBox a p {
    color: #5a5064;
}

.column .dataTitle {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #6e6e6e;
    line-height: 9px;
    margin-bottom: 2px;
}

.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 {
    line-height: 29px;
    height: 35px;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
    padding-top: 3px;
    /*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%);*/
}


.column .list {
    height: 35px;
    padding-top: 0;
    position: relative;
    z-index: 11;
}

.row .grayBg {
    background: rgba(65, 65, 65, .08);
}

.mainContent h3 {
    color: #777;
    text-align: center;
    min-height: 20px;
    line-height: 15px;
    width: 33.2%;
    /*float: left;*/
    padding-top: 3.5px;
    display:inline-flex;
}

.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%;
}

.mainContent h3 p {
    margin: 0;
    float: left;
    width: 41%;
    text-align: center;
    font-size: 10px;
}

.mainContent h3 .first {
    margin: 0 0 0 12%;
}

.lastColumn {
    height: 24px;
    line-height: 24px;
}

.row .column.left {
    width: 11%;
    margin-right: 2%;
}

.row.market .column.left {
    width: 10px;
}

.row.market.fglg .column.left {
    padding-left: .5%;
    width: 9px;
    margin-top: 14px;
}

.row.market.dc1x2 .column.left {
    padding-left: .5%;
    margin-top: 14px;
}

.row .column.left b:nth-child(2),
.row .column.left b:nth-child(3) {
    margin-top: 24.5px;
}

.row.market.dc1x2 .column.left.third,
.row.market.dc1x2 .column.left.third b {
    margin-right: 2px;
}

.row .column b {
    font-size: 10px;
    color: #777;
    padding: 2px;
    display: block;
    margin: 12px 1px 0 2.5px;
    font-family: Arial;
    text-align: center;
}

.row .column .list .dataBox {
    float: left;
    display: inline-block;
    width: 45%;
    text-align: center;
    height: 32px;
    position: relative;
    margin: 0 4px 2.5px 0;
    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;
}

.row .column .dataBox a {
    line-height: 33px;
    height: 37px;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 2px;
    border: 1px solid #B7B7B7;
    padding-top: 2.5px;
    /*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%);*/
}

.row .column .dataBox.select a {
    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%);
}

.row.market.fglg .column.goal .dataBox {
    height: 69px;
}

    .row.market.fglg .column.goal .dataBox a {
        height: 75px;
        line-height: 60px;
    }

.dataBox .arrowUp,
.dataBox .arrowDown {
    position: absolute;
}

.dataBox .arrowUp {
    right: 0;
    top: 0;
    width: 10px;
    height: 15px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -442px -54px no-repeat !important;
    background-size: 512px 240px;
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
}

.dataBox .arrowDown {
    right: 0;
    top: 20.5px;
    width: 10px;
    height: 17px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -406px -54px no-repeat !important;
    background-size: 512px 240px;
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
}
/*******************************************UPDOWN BLINK*/
@-webkit-keyframes argh-my-eyes {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes argh-my-eyes {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes argh-my-eyes {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.outrightList .dataBox .arrowDown {
    /*top: 27px;*/
    top: 19px;
}

.row .column .dataBox span {
    display: block;
    width: 100%;
    height: 2px;
    font-size: 11px;
    font-weight: bolder;
    color: #7299D0;
    line-height: normal;
    margin: 0 0 4.5px;
}

.row .column .dataBox .negative_span {
    height: 2px;
}

.row .column .dataBox p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #5a5064;
    vertical-align: middle;
    letter-spacing: -1px;
}


.row .column .dataBox a.negative p {
    color: #B15252 !important;
}

.row .column .dataBox p.red {
    color: #B15252 !important;
}

.gradientWhite {
    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%);
}

.gradientBlue {
    background: -webkit-linear-gradient(90deg,#ade0f3 0,#a0cfef 56%);
    background: -moz-linear-gradient(90deg,#ade0f3 0,#a0cfef 56%);
    background: -o-linear-gradient(90deg,#ade0f3 0,#a0cfef 56%);
    background: -ms-linear-gradient(90deg,#ade0f3 0,#a0cfef 56%);
}

.row .column:nth-child(3) .list ul li a p {
    line-height: 25px;
}

.row .live_tv {
    height: 32px;
    width: 78%;
    border-radius: 2px;
    position: relative;
    margin: 15px auto 15px;
    cursor: pointer;
}

.row .indexRefresh {
    height: 32px;
    width: 78%;
    border-radius: 2px;
    position: relative;
    margin: 44px auto 15px;
}

.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;
}

.row .column .list ul li p.indexRefresh_1 span.small {
    font-weight: 700;
    color: #FFF;
    font-size: 8px;
    display: inline;
}

.row .indexRefresh .leftIcon {
    position: absolute;
    left: 28%;
    top: 15.5px;
    width: 10px;
    height: 10px;
    background: url(/Content/sbostyle/images/indexPlus.png?2019030102);
    background-size: 10.5px 10.5px;
}

    .row .indexRefresh .leftIcon.indexNegative {
        background: url(/Content/sbostyle/images/indexNegative.png?2019030102);
        background-size: 10.5px 10.5px;
    }

.msgborder_2 {
    width: 16px;
    height: 10px;
    position: absolute;
    top: -8.5px;
    z-index: 10002;
    left: 25px;
}

#menu01 {
    width: 80%;
    height: 220px;
}

.sportNav {
    width: 100%;
    background: #2a2a2a;
}

    .sportNav .categoryAll {
        height: 220px;
        width: 100%;
        overflow: scroll;
    }

#menu01 .msgborder {
    left: 25px;
}

#menu01 .category {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid #000;
    position: relative;
}

    #menu01 .category .major {
        width: 50px;
        height: 54px;
        display: inline-block;
        background: url(/Content/sbostyle/images/bg_menu_major.png?2019030102);
        float: left;
        text-align: center;
    }

        #menu01 .category .major .img {
            width: 15px;
            height: 13px;
            margin: 10px auto 5px;
        }

        #menu01 .category .major p {
            font-size: 9px;
            color: #fff;
            text-shadow: 0 1px 0 #000;
            margin: 0 0 2.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: 50px;
            padding: 0 2.5px;
            height: 54px;
            position: relative;
        }

            #menu01 .category .itemlist ul li.active a {
                border: 2px solid #69f;
            }

            #menu01 .category .itemlist ul li a {
                display: block;
                width: 94%;
                height: 45px;
                color: #fff;
                padding: 0 2.5px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                position: absolute;
                left: 3.5px;
                top: 3px;
            }

                #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: 22px;
                height: 22px;
                margin: 0 auto 2.5px;
            }

.leagueNav {
    width: 100%;
    position: relative;
}

#leagueMenu .msgborder {
    left: 25%;
}

.leagueList {
    float: left;
    width: 100%;
    box-shadow: 0 1px 2px #555;
}

#leagueMenu .leagueList ul {
    width: 100%;
    height: 100%;
}

    #leagueMenu .leagueList ul li {
        width: 100%;
    }

        #leagueMenu .leagueList ul li a {
            display: block;
            border-top: 1px solid #144d67;
            border-bottom: 1px solid #000;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            -ms-border-radius: 1px;
            border-radius: 1px;
            font-size: 12px;
            font-family: Arial;
            color: #FFF;
        }

        #leagueMenu .leagueList ul li.highlight.live .name .cell .inner,
        #leagueMenu .leagueList ul li.live .name .cell .inner {
            color: #F96;
        }

.leagueList .name {
    margin: 0 auto;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    display: table;
    width: 100%;
    color: #dcdcdc;
    text-shadow: 0 1px 0 #000;
    height: 30px;
}

    .leagueList .name .cell {
        display: table-cell;
        vertical-align: middle;
        width: 84%;
    }

        .leagueList .name .cell .inner {
            float: left;
            font-size: 15px;
            line-height: 1.1;
            font-family: Arial;
            color: #dcdcdc;
            text-shadow: 0 1px 0 #000;
            margin-left: 15px;
            line-height: 14px;
        }

.leagueList .live. name .cell .inner {
    color: #ff9966;
}

.leagueList .set {
    margin-right: 15px;
    margin-top: 4px;
    float: right;
}

#leagueMenu .leagueList ul li.active a {
    border: 2px solid #69f;
}

.leagueNavBottom {
    height: 52px;
    width: 100%;
    background: #0c5678;
    position: fixed;
    bottom: 0;
}

.leagueNavTop {
    font-size: 15px;
    min-height: 20px;
    width: 100%;
    background: url(/Content/sbostyle/images/leagueNavBottomBg.png?20140410) 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: 45px;
        width: 100%;
        background: #002e43;
    }

    .leagueNavTop .set {
        float: right;
        margin-top: 10px;
        margin-right: 15px;
    }

    .leagueNavTop .cell {
        float: left;
        width: 84%;
        margin: 15px 0 5px 15px;
        overflow: hidden;
    }

.leagueNavBottom .leagueNavBottom_1 {
    width: 79px;
    margin: 0 auto;
    padding-top: 10.5px;
}

.leagueNavBottom .leagueSubmit {
    width: 85px;
    height: 32px;
    font-size: 13px;
    color: #023047;
    font-weight: bolder;
    background: #FFF;
    border-radius: 5px;
}

.leagueNavBottom .closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 9px;
    top: 17px;
}

.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;
    }

.multipromo-modi_mb .slick-slide {
    margin: 0 10px;
}

    .multipromo-modi_mb .slick-slide img {
        width: 100%;
    }

.multipromo-modi_mb .slick-slide {
    transition: all ease-in-out .2s;
    opacity: 1;
}

.multipromo-modi_mb .slick-active {
    opacity: 1;
}

.multipromo-modi_mb .slick-current {
    opacity: 1;
}

.multipromo-modi_mb .slick-next {
    right: 7.5px;
}

.multipromo-modi_mb .slick-prev {
    position: absolute;
    z-index: 9999;
    left: 7.5px;
}

    .multipromo-modi_mb .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
    }

.multipromo-modi_mb .slick-prev,
.slick-next {
    height: 80px;
    width: 45px;
}

.multipromo-modi_mb .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
    font-size: 6px;
}

.multipromo-modi_mb .slick-dots li button:before {
    color: #79a0d7;
    font-size: 5px;
    opacity: 1;
}

.multipromo-modi_mb .slick-dots {
    position: relative;
    bottom: 15px;
}

.multipromo-modi_mb {
    width: 96%;
    margin: 40% auto;
    height: 100%;
}

.multipromo_mb-carousel {
    width: 100%;
    height: 65%;
}

@media screen and (max-width: 824px) and (orientation:portrait) {
    .multipromo-modi_mb {
        min-width: 325px;
    }

    .multipromo_mb-carousel {
        min-height: 150px;
        max-height: 200px;
    }
}

@media screen and (min-width: 824px) and (max-width: 1536px) and (orientation:portrait) {
    .multipromo-modi_mb {
        max-width: 650px;
    }

    .multipromo_mb-carousel {
        max-height: 230px;
    }
}

@media screen and (min-width: 1536px) and (orientation:portrait) {
    .multipromo-modi_mb {
        max-width: 500px;
    }

    .multipromo_mb-carousel {
        max-height: 300px;
    }
}

@media screen and (orientation:landscape) {
    .multipromo-modi_mb {
        margin: 5% auto;
    }

    .multipromo_mb-carousel {
        min-height: 200px;
    }
}

@media screen and (max-width: 1624px) and (orientation:landscape) {
    .multipromo-modi_mb {
        width: 65%;
        min-width: 350px;
        max-width: 750px;
    }

    .multipromo_mb-carousel {
        max-height: 300px;
    }
}

@media screen and (min-width: 1624px) and (orientation:landscape) {
    .multipromo-modi_mb {
        width: 70%;
        max-width: 440px;
    }

    .multipromo_mb-carousel {
        max-height: 240px;
    }
}

@media screen and (min-width: 2048px) and (orientation:landscape) {
    .multipromo-modi_mb {
        margin: 20% auto;
    }

    .multipromo-modi_mb {
        width: 70%;
        max-width: 450px;
    }

    .multipromo_mb-carousel {
        max-height: 260px;
    }
}

.multipromo-txt_noshow {
    position: relative;
    margin-top: 22.5px;
    width: auto;
    min-width: 325px;
    color: #fff;
    text-align: center;
    height: 10px;
    display: block;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}

.multipromo-overlay,
.multipromo-overlay2 {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 2000;
}

.multipromo_mb-bg {
    padding-bottom: 9%;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.multipromo_mb-btn {
    margin-top: 38%;
    width: 43%;
    height: 0;
    padding-bottom: 10%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 50%;
}

.multipromo_mb-txt {
    margin-top: 7px;
    text-align: center;
    width: 43%;
    height: 0;
    padding-bottom: 8%;
    cursor: pointer;
    color: #651228;
    font-size: 9px;
    text-decoration: underline;
    margin-left: 50%;
}

.multipromo_mb-txt_2,
.multipromo_mb-txt_3 {
    text-align: center;
    width: 43%;
    height: 0;
    cursor: pointer;
    color: #ffd93a;
    font-size: 10px;
    text-decoration: underline;
}

.multipromo_mb-txt_2 {
    margin: 41% 50%;
}

.multipromo_mb-txt_3 {
    margin: 41% 45%;
}

.multipromo_mb-close {
    float: right;
    margin-right: 2%;
    margin-top: 2%;
    width: 40px;
    height: 40px;
    background-image: url(/images/promotion/Cross_Button.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.multipromo_mb-single .multipromo_mb-bg {
    height: 100%;
    background-position: top;
}

.multipromo_mb-single .slick-dots {
    display: none;
}

.MixParlayPromotion-btn {
    visibility: hidden;
}

.delete .delBtn {
    display: none;
}

.parlayDialog {
    background: url(/Content/sbostyle/images/bg_bet.png?2019030102);
    background-size: 1px 1px;
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
    /*border-top: 1px solid #144d67;*/
    /*box-shadow: 0 1px 2px #555;*/
    border-bottom: 1px solid #ababab;
}

    .parlayDialog.betList {
        float: none;
        position: inherit;
    }

.positionFix {
    position: inherit;
    width: 100%;
}

.parlayDialog p {
    margin: 0;
}

.parlayDialog .infoHeader {
    width: 100%;
    background: #003e5a;
    /*box-shadow:0 1px 5px #000;*/
    position: relative;
    z-index: 10;
}

    .parlayDialog .infoHeader .info {
        height: 50px;
        width: 100%;
        float: left;
        padding: 5px 0 0;
    }

        .parlayDialog .infoHeader .info .text {
            width: 84%;
            height: 35px;
            padding-left: 12.5px;
            background: #001f2d;
            display: inline-block;
            vertical-align: top;
            background: url(/Content/sbostyle/images/barBg.png?2019030102) repeat-x;
            background-size: 1px 35px;
        }

            .parlayDialog .infoHeader .info .text > p {
                color: #dcdcdc;
                text-shadow: 0 1px 0 #000;
                display: inline-block;
                font-family: Arial;
                margin-top: 9px;
            }

            .parlayDialog .infoHeader .info .text .name {
                width: 80%;
                margin-top: 4px;
                height: 25px;
                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;
                }

                    .parlayDialog .infoHeader .info .text .name .cell .inner {
                        font-size: 12px;
                        line-height: 1.1;
                        overflow: hidden;
                        font-family: Arial;
                        color: #EEE;
                        text-shadow: 0 1px 0 #000;
                    }

            .parlayDialog .infoHeader .info .text .odds {
                margin-left: 2.5px;
                float: left;
                font-size: 15px;
                font-weight: 700;
                color: #FFF;
            }

            .parlayDialog .infoHeader .info .text p.rate {
                float: right;
                color: #ff3d3d;
                width: 20%;
                font-size: 15px;
                font-family: Arial;
                text-align: right;
                padding-right: 3px;
                font-weight: 700;
            }

                .parlayDialog .infoHeader .info .text p.rate.glowUp {
                    color: #FF0;
                }

        .parlayDialog .infoHeader .info .timer {
            padding-left: 6px;
            padding-top: 8px;
            display: inline-block;
            background: url(/Content/sbostyle/images/imgAll.png?2019030102) -4px -27px no-repeat;
            background-size: 512px 240px;
            width: 34px;
            height: 35px;
        }
.parlayDialog .infoHeader .pRow{
    border-bottom: 1px solid #ababab;
}
.backToMain {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.parlayDialog .infoHeader .info .timer a,
#function_bal a, #function_bal_lobby a {
    font-size: 13px;
    color: #84abe2;
    font-weight: 700;
    width: 19px;
    height: 19px;
    display: block;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -2px -1px no-repeat;
    background-size: 512px 240px;
    text-align: center;
    padding-top: 4.5px;
}

    .parlayDialog .infoHeader .info .timer a.refresh,
    #function_bal a.refresh, #function_bal_lobby 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;
        -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;
    }

@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);
    }
}

.parlayDialog .infoHeader .info .timer span {
    font-size: 10px;
    color: #bf2929;
    line-height: 24px;
    font-family: Arial;
}

.infoHeaderText {
    width: 100%;
    float: left;
    margin-top: 8px;
}

.parlayDialog .infoHeader .infoHeaderText {
    width: 90%;
    margin-left: 2.5px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bolder;
    color: #EEE;
    padding: 0 0 12px 10px;
    line-height: 15px;
}

    .parlayDialog .infoHeader .infoHeaderText .newBetType {
        color: #a3c5f5;
    }

    .parlayDialog .infoHeader .infoHeaderText .score {
        color: #ff3d3d;
        font-size: 9px;
        width: 270px;
    }

.parlayDialog .infoHeader .closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.closeBtn a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}

.parlayDialog .set {
    padding: 5px 0 5px 12.5px;
    border-top: 1px dashed #111;
}

    .parlayDialog .set span {
        float: left;
        display: block;
        line-height: 20px;
        color: #FFF;
        font-family: Arial;
        font-weight: bold;
        font-size: 12px;
        padding-right: 2px;
    }

.parlayDialog .errorticket {
    padding: 5px 0 5px 12.5px;
    /*border-top:2px dashed #111;*/
    background: #EFD2D5;
    height: auto;
}

    .parlayDialog .errorticket span {
        float: left;
        display: block;
        line-height: 20px;
        color: #FFF;
        font-family: Arial;
        font-weight: bold;
        font-size: 12px;
        padding-right: 2px;
    }

.parlayDialog .bet {
    background: #003e5a;
    padding: 0px 0 9px;
    position: relative;
}

    .parlayDialog .bet .input {
        width: 93%;
        line-height: 25px;
        background: #FFF;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        -ms-border-radius: 33px;
        border-radius: 33px;
        margin: 0 10px;
        padding: 3.5px 0;
        box-shadow: inset 0 1px 2px rgba(30, 30, 30, .5);
        position: relative;
    }

        .parlayDialog .bet .input .currency {
            font-family: Arial;
            font-size: 12px;
            color: #8c8c8c;
            margin: 0 10px 0 15px;
        }

        .parlayDialog .bet .input input {
            font-family: Arial;
            color: #000;
            font-size: 23px;
            width: 90%;
            border: 0;
            font-weight: bolder;
            padding: 0;
            margin-top: 4px;
        }

        .parlayDialog .bet .input button {
            width: 100px;
            height: 34px;
            text-align: center;
            border: #646464;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
            border-radius: 25px;
            background: #000;
            position: absolute;
            right: 4px;
            top: 2.5px;
            color: #FFF;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
            font-size: 15px;
            font-weight: bolder;
            background-color: #79a0d7;
            background: -webkit-linear-gradient(top, #79a0d7 0, #547bb4 100%);
            background: -moz-linear-gradient(top, #79a0d7 0, #547bb4 100%);
            background: -ms-linear-gradient(top, #79a0d7 0, #547bb4 100%);
            background: -o-linear-gradient(top, #79a0d7 0, #547bb4 100%);
            background: linear-gradient(to bottom, #79a0d7 0, #547bb4 100%);
        }

    .parlayDialog .bet .quickBet {
        margin: 10px 0 0 10px;
    }

        .parlayDialog .bet .quickBet button {
                font-size: 14px;
                font-weight:bold;
            margin-right: 2px;
            border-width: 1px;
            width: 58px;
            /*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: #000;
            height: 30px;
            line-height: 25px;
            text-shadow: 0 1px 0 #FFF;
            border-radius: 4px;
            border: 1px solid #a0a0a0;
            padding-top: 3px;
            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%);
        }

    .parlayDialog .bet .addParlay {
        padding-top: -8px;
        height: auto;
        position: absolute;
        right: 10px;
        top: 56px;
        width: 113px;
        /*height:65px;*/
        font-size: 13px;
        color: #004a6d;
        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 1px 2px rgba(0, 0, 0, .8);
        border-radius: 4px;
        font-weight: bolder;
    }

.parlayDialog .betInfo {
    padding: 6px 0;
}

    .parlayDialog .betInfo p {
        display: inline-block;
        font-size: 12px;
        color: #FFF;
        margin-left: 12.5px;
        font-weight: 700;
    }

    .parlayDialog .betInfo p span:first-child {
            font-family: Arial;
            color: #fff;
            font-weight: bolder;
        }
        .parlayDialog .betInfo p span {
            font-family: Arial;
            color: #a3c5f5;
            font-weight: bolder;
        }

.parlayDialog .footer {
    height: 30px;
    background-color: #003e5a;
    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;
}

.balance {
    line-height: 28px;
    padding-left: 12px;
    font-family: Arial;
}

    .balance b {
        font-size: 12px;
        color: #FFF;
    }

    .balance .currency {
        font-size: 12px;
        color: #FFF;
        padding-left: 2.5px;
    }

    .balance .money {
        font-size: 15px;
        color: #fff;
        padding-left: 2.5px;
        font-weight: 700;
    }

    .balance .money.red {
        color: #F00 !important;
    }

.parlayinList {
    position: relative;
}

.parlayDialog .bet.mixparlayStyle .quickBet button {
    width: 31%;
}

.parlayDialog .errormsg {
    background: #003e5a;
    padding: 9px 0;
    position: relative;
}

    .parlayDialog .errormsg .msg {
        width: 100%;
        line-height: 25px;
        background: #EFD2D5;
        padding: 8px 10px;
        box-shadow: inset 0 1px 2px rgba(30, 30, 30, .5);
        position: relative;
        text-align:center;
    }

.mixparlay .empty {
    font-family: Arial;
    font-weight: bolder;
    font-size: 24px;
    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: 150px;
    min-height: 250px;
}

.BetVoid {
    text-decoration: line-through;
}

.listArea {
    overflow: auto;
}

    .listArea ul {
        display: table;
        width: 100%;
    }

        .listArea ul li {
            display: table-row;
        }

            .listArea ul li .itemNum {
                display: table-cell;
                vertical-align: middle;
                width: 15px;
                text-align: center;
                font-size: 13px;
                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: 1px dashed #bebebe;
        padding: 10px 8px;
    }

    .listArea ul li .list .listSportIcon {
        float: left;
        margin-top: 2px;
    }

    .listArea ul li .list h3,
    .statement .block .list h3 {
        font-size: 12px;
        font-family: Arial;
        font-weight: bolder;
        color: #4a4a4a;
        margin-bottom: 1.5px;
        width: 88%;
        float: left;
        overflow: hidden;
        display: inline;
        margin-left: 3.5px;
    }

.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;
    }

.listArea ul li .list h4,
.statement .block .list h4 {
    /*width: 250px;*/
    float: left;
    font-size: 12px;
    color: #4a4a4a;
    overflow: hidden;
    display: inline;
    margin-left: 3.5px;
    margin-bottom: 1.5px;
}

.listArea ul li .list .list_2 {
    font-size: 10px;
    color: #7b7b7b;
}

.listArea ul li .list {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ababab;
    width: auto;
    position: relative;
}

    .listArea ul li .list p {
        color: #7b7b7b;
        font-size: 10px;
        margin: 0;
    }

        .listArea ul li .list p span {
            color: #5e85bd;
        }

    .listArea ul li .list .category {
        padding-bottom: 5px;
        width: 94%;
    }

.listArea ul li.delete {
    background-color: #dfdfdf;
}

.listArea ul li .list .category .item {
    width: 25px;
    height: 25px;
    background: url(/Content/sbostyle/images/bg_parlayitem.png?2019030102);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 3.5px 0 0;
    margin: 5px 0 0 7.5px;
    float: left;
}

    .listArea ul li .list .category .item .img {
        width: 22px;
        height: 22px;
        margin: 0 auto;
    }

.listArea ul li .list .category .name {
    margin: 10px 0 0 2.5px;
    float: left;
}

    .listArea ul li .list .category .name p {
        margin: 0;
        font-size: 10px;
        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: 5px 0 5px 7.5px;
}

    .listArea ul li .list .status p {
        margin: 0;
        font-size: 10px;
        color: #424b5e;
        font-family: Arial;
    }

        .listArea ul li .list .status p b {
            font-size: 10px;
            margin-right: 5px;
            font-weight: 400;
        }

    .listArea ul li .list .status span {
        font-family: Arial;
        color: #8c8c8c;
    }

.listArea ul li .list .delBtn {
    position: absolute;
    top: 20px;
    right: 10px;
}

    .listArea ul li .list .delBtn a {
        display: block;
        width: 21px;
        height: 21px;
        line-height: 21px;
        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: 21px;
        border-radius: 21px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        font-family: Arial;
        border: 1px solid #be5050;
    }

.listArea .list h4 .red,
.statement .block .list h4 .red {
    color: #a36060;
}

.mixparlay .removeBtn {
    padding-top: 8.5px;
    text-align: center;
}

    .mixparlay .removeBtn button {
        width: 160px;
        line-height: 30px;
        font-size: 15px;
        font-weight: 100;
        font-family: Arial;
        color: #666;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        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 1px 1px rgba(0, 0, 0, .3);
    }

    .mixparlay .removeBtn p {
        font-size: 7px;
        font-family: AppleGothic;
        color: #959595;
    }

.mixparlayGMT {
    font-size: 7px;
    font-family: AppleGothic;
    color: #959595;
    width: 100%;
    text-align: center;
}

.mixparlay .listArea .mixparlayGMT {
    margin-bottom: 20px;
}

.myBets .switchTab {
    margin-bottom: 10px;
}

.myBets .block,
.statement .list .subList .block {
    width: 96%;
    margin: 0 auto 12.5px;
    background-color: #FFF;
    background: -webkit-linear-gradient(top, #FFF 0, #eaeaea 100%);
    background: -moz-linear-gradient(top, #FFF 0, #eaeaea 100%);
    background: -ms-linear-gradient(top, #FFF 0, #eaeaea 100%);
    background: -o-linear-gradient(top, #FFF 0, #eaeaea 100%);
    background: linear-gradient(to bottom, #FFF 0, #eaeaea 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    border: 1px solid #bebebe;
    border-radius: 2px;
}

    .myBets .block,
    .statement .list .subList .block.tran .otherInfo div:nth-child(1) {
        float: left;
    }

    .myBets .block,
    .statement .list .subList .block.tran .otherInfo div:nth-child(2) {
        float: right;
        font-size: 15px;
        color: #000;
    }

.statement .block.tran .title .content .betsInfo_2 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    width: 80%;
    display: inline-block;
}

.myBets .block,
.statement .list .subList .block.tran .otherInfo div:nth-child(2) b {
    color: #597cb4;
}

    .myBets .block .title {
        padding: 10px 8px;
        position: relative;
    }

        .myBets .block .title .item {
            width: 27px;
            height: 25px;
            background: url(/Content/sbostyle/images/bg_parlayitem.png?2019030102);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            padding: 2px 0 0;
            float: left;
            margin-right: 5px;
        }

            .myBets .block .title .item .img {
                width: 22px;
                height: 22px;
                margin: 0 auto;
            }

        .myBets .block .title .content {
            position: relative;
        }

            .myBets .block .title .content p {
                margin: 0;
            }

            .myBets .block .title .content .betsInfo_1,
            .statement .block .title .content .betsInfo_1 {
                font-size: 12px;
                font-family: Arial;
                width: 168px;
                overflow: hidden;
                font-weight: 700;
                color: #4a4a4a;
                margin-bottom: 2.5px;
            }

                .myBets .block .title .content .betsInfo_1 b,
                .statement .block .title .content .betsInfo_1 b {
                    color: #5e85bd;
                }

                .myBets .block .title .content .betsInfo_1 span,
                .myBets .block .title .content .betsInfo_2 span,
                .myBets .block .list h3 .small {
                    font-size: 9px;
                }

            .myBets .block .title .content .betsInfo_2,
            .statement .block .title .content .betsInfo_2 {
                font-size: 15px;
                font-family: Arial;
                width: 100%;
                overflow: hidden;
                font-weight: 700;
                color: #4a4a4a;
            }

    .myBets .block .live {
        background-color: #fae2e4 !important;
    }

.betsInfo_2 .stake01 {
    float: left;
}

.betsInfo_2 .stake02 {
    float: right;
}

    .betsInfo_2 .stake02 b {
        color: #5e85bd;
    }

.myBets .block .title .content .betsInfo_R {
    font-size: 10px;
    font-family: Arial;
    padding: 2.5px 0 5px;
    width: 104px;
    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: 6px;
}

.list .blank {
    margin: 0 5px;
}

.myBets .block .title .content .otherInfo {
    font-size: 10px;
    color: #a0a0a0;
    font-family: Arial;
    font-weight: 700;
    margin-bottom: 2.5px;
    width: 100%;
    display: inline-block;
}

.dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #d2d2d2;
    margin: 0 5px;
    vertical-align: middle;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
}

.myBets .block .title .content .otherInfo .blank {
    margin: 0 4px;
}

.myBets .block .title .label {
    position: absolute;
    top: 6.5px;
    right: 0;
    width: 70px;
    line-height: 18px;
    border: solid 0 #FFF;
    border-radius: 10px 0 0 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    font-family: Arial;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4);
    color: #FFF;
}

.block .title .label.labelBox_L,
.block .title .label.labelBox_T {
    background-color: #b64c4c;
}

.block .title .label.labelBox_W,
.block .title .label.labelBox_R {
    background-color: #3185b3;
}

.block .title .label.labelBox_D {
    background-color: #b29807;
}

.block .title .label.labelBox_Rejected {
    background-color: red;
}

.block .title .label.labelBox_V,
.block .title .label.labelBox_X,
.block .title .label.labelBox_C,
.block .title .label.labelBox_A {
    background-color: #999;
}

.myBets .block .list,
.statement .block .list {
    border-top: 1px dashed #bebebe;
    padding: 10px 8px;
    background-color: #ECECEC;
}

.list .list_date p {
    margin: 0 8px 0 0;
    float: left;
}

.list .list_2 p {
    float: left;
    margin: 0 8px 0 0;
    line-height: 12px;
}

.deleteText {
    text-decoration: line-through;
}

.list .list_date {
    margin-top: 5px;
    color: #7b7b7b;
    font-size: 10px;
    width: 100%;
    display: inline-block;
}

.list .list_excluding {
    margin-top: 5px;
    color: #000;
    font-size: 10px;
    width: 60%;
}

.list .list_2 {
    font-size: 10px;
    color: #7b7b7b;
}

.NoEventsAvailable {
    width: 100%;
    margin: 160px auto;
    text-align: center;
    min-width: 100px;
    font-size: 14px;
    font-weight: 700;
    color: #999999;
    display: none;
}

.myBets .block .list .listSportIcon,
.statement .block .list .listSportIcon,
.mixparlay .listSportIcon {
    float: left;
    margin-top: 2px;
    width: 27px;
    height: 27px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -133px -27px no-repeat;
    background-size: 512px 240px;
}

    .myBets .block .list .listSportIcon > div,
    .statement .block .list .listSportIcon > div,
    .mixparlay .listSportIcon > div {
        background-image: url(/Content/sbostyle/images/sportSprite_s.png?2019030102);
        background-size: 1547.5px 24.5px;
        background-repeat: no-repeat;
        height: 27px;
        width: 27px;
    }

.mixparlay .delete .listSportIcon {
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -96px -27px no-repeat;
    background-size: 512px 240px;
}

.myBets .block .list h3,
.statement .block .list h3 {
    font-size: 12px;
    font-family: Arial;
    font-weight: bolder;
    color: #4a4a4a;
    /*margin-bottom: 1.5px;*/
    width: unset;
    float: left;
    overflow: hidden;
    display: inline;
    margin-left: 3.5px;
    padding-top:0px !important;
    min-height: unset !important;
    line-height: unset !important;
}

.myBets .block .list h4,
.statement .block .list h4 {
    /*width: 250px;*/
    float: left;
    font-size: 12px;
    color: #4a4a4a;
    overflow: hidden;
    display: inline;
    margin-left: 3.5px;
}

    .myBets .block .list h4 .red,
    .statement .block .list h4 .red {
        color: #a36060;
    }

.myBets .block .list .footer {
    margin-top: 5px;
    color: #a0a0a0;
    font-family: Arial;
}

    .myBets .block .list .footer span {
        float: right;
    }

.statement .filter {
    text-align: center;
    padding: 6px 2.5px;
    background: #242a3b;
    width: 100%;
    overflow: hidden;
}

    .statement .filter > div {
        width: 48%;
        height: 24px;
        display: inline-block;
        border: 1px solid #999;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        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: 2px;
    }*/

    .statement .filter select option {
        width: 100%;
        text-align: left;
        font-size: 24px;
    }

.statement .list .headList {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ababab;
}

    .statement .list .headList .topInfo {
        width: 86%;
        border-bottom: 1px dashed #bebebe;
        font-family: Arial;
        padding: 7.5px 0;
        position: relative;
    }

        .statement .list .headList .topInfo p {
            margin: 0;
            font-weight: bolder;
            font-size: 13px;
            color: #000;
            display: inline-block;
            width: 70%;
            margin-left: 15px;
        }

        .statement .list .headList .topInfo span {
            color: #000;
            display: block;
            position: absolute;
            right: 0;
            bottom: 8.5px;
            text-align: right;
            font-size: 13px;
            font-weight: bolder;
        }

    .statement .list .headList .bottomInfo {
        width: 86%;
        font-family: Arial;
        padding: 7.5px 0;
        position: relative;
    }

        .statement .list .headList .bottomInfo p {
            margin: 0;
            font-size: 15px;
            display: inline-block;
            width: 46%;
            margin-left: 15px;
            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: #597cb4;
            }

                .statement .list .headList .bottomInfo p b:nth-child(2) {
                    color: #000;
                    font-size: 11px;
                }

                .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: 3px;
            height: 3px;
            border-radius: 3px;
            background: #d2d2d2;
            margin: 0 5px;
            vertical-align: middle;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
        }

.detailBtn {
    width: 11%;
    height: 100%;
    position: absolute;
    right: 2%;
    top: -2.5px;
}

    .detailBtn a {
        margin: 0 auto;
        display: block;
        width: 21px;
        height: 21px;
        margin-top: 22.5px;
    }

        .detailBtn a.close {
            background: url(/Content/sbostyle/images/imgAll.png?2019030102) -50px -72px no-repeat;
            background-size: 512px 240px;
        }

        .detailBtn a.open {
            background: url(/Content/sbostyle/images/imgAll.png?2019030102) -77px -72px no-repeat;
            background-size: 512px 240px;
        }

        .detailBtn a.load {
            background: url(/Content/sbostyle/images/loader.gif?201312273) center center no-repeat;
            background-size: 512px 240px;
        }

.detailBtn_s {
    height: 100%;
}

    .detailBtn_s a {
        margin: 0 auto;
        display: block;
        width: 21px;
        height: 100%;
    }

        .detailBtn_s a.close {
            background: url(/Content/sbostyle/images/imgAll.png?2019030102) -76px -72px no-repeat;
            background-size: 512px 240px;
        }

.statement .list .subList {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    padding: 5px 0;
    background: #dcdcdc;
}

    .statement .list .subList .block .title {
        padding: 10px 8px;
        position: relative;
        border-bottom: 1px dashed #bebebe;
    }

        .statement .list .subList .block .title.last {
            border-bottom: 0;
        }

        .statement .list .subList .block .title .item {
            width: 27px;
            height: 37px;
            background: url(/Content/sbostyle/images/bg_parlayitem.png?2019030102);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            padding: 2px 0 0;
            float: left;
            margin-right: 5px;
        }

            .statement .list .subList .block .title .item .img {
                width: 22px;
                height: 22px;
                margin: 0 auto;
            }

        .statement .list .subList .block .title .content {
            position: relative;
        }

            .statement .list .subList .block .title .content p {
                margin: 0;
            }

            .statement .list .subList .block .title .content .betsInfo {
                font-size: 10px;
                font-family: Arial;
                padding: 1.5px 0 0;
            }

                .statement .list .subList .block .title .content .betsInfo b {
                    color: #68577a;
                    padding: 0 5px;
                }

                    .statement .list .subList .block .title .content .betsInfo b.negative {
                        color: #a36060;
                    }

                .statement .list .subList .block .title .content .betsInfo span {
                    color: #68577a;
                    font-size: 6px;
                }

            .statement .list .subList .block .title .content .otherInfo {
                font-size: 10px;
                color: #a0a0a0;
                font-family: Arial;
                font-weight: 700;
                margin-bottom: 2.5px;
                line-height: 15px;
                width: 100%;
                display: inline-block;
            }

                .statement .list .subList .block .title .content .otherInfo span {
                    display: inline-block;
                    width: 3px;
                    height: 3px;
                    border-radius: 3px;
                    background: #d2d2d2;
                    margin: 0 5px;
                    vertical-align: middle;
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
                }

        .statement .list .subList .block .title .label {
            position: absolute;
            top: 6.5px;
            right: 0;
            width: 70px;
            line-height: 18px;
            border: solid 0 #FFF;
            border-radius: 10px 0 0 10px;
            text-align: center;
            font-size: 12px;
            font-weight: 700;
            text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
            font-family: Arial;
            box-shadow: inset 0 1px 1px 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: 5px;
        color: #a0a0a0;
        font-family: Arial;
        position: relative;
    }

        .statement .list .subList .block .list .footer p {
            display: inline-block;
            margin: 0;
            margin-right: 7.5px;
        }

            .statement .list .subList .block .list .footer p span {
                color: #68577a;
                padding: 0 2.5px;
            }

        .statement .list .subList .block .list .footer .date {
            position: absolute;
            right: 0;
            bottom: 0;
        }

.statement .block .title .content .betsInfo_1 span,
.statement .block .title .content .betsInfo_2 span,
.statement .block .list h3 .small {
    font-size: 9px;
}

.statement .block .list .listSportIcon {
    float: left;
    margin-top: 2px;
}

.switchTab {
    height: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6%;
    background-color: #121922;
    background: -webkit-linear-gradient(top, #121922 0, #272d3b 100%);
    background: -moz-linear-gradient(top, #121922 0, #272d3b 100%);
    background: -ms-linear-gradient(top, #121922 0, #272d3b 100%);
    background: -o-linear-gradient(top, #121922 0, #272d3b 100%);
    background: linear-gradient(to bottom, #121922 0, #272d3b 100%);
}

.search .listTable .list.body ul li {
    font-size: 11px;
    height: 35px;
    padding-top: 3px;
    overflow: hidden;
    float: left;
    font-family: Arial;
    color: #656565;
    border-bottom: 1px solid #CCC;
    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: 35px;
    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 1px 2px 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: 3px 0 0 3px;
    }

    .switchTab div.right {
        border-radius: 0 3px 3px 0;
    }

    .switchTab div a {
        font-size: 15px;
        display: block;
        color: #5187d5;
        line-height: 25px;
    }

    .switchTab div.active {
        background: #323232;
    }

        .switchTab div.active a {
            color: #e0e0e0;
        }

.search .filter {
    height: 35px;
    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: #333 solid 1px;
}

    .search .filter > div {
        width: 33.3%;
        height: 35px;
        float: left;
        border-right: 1px solid #959595;
        padding-top: 8px;
        overflow: hidden;
    }

    .search .filter div select option {
        font-size: 24px;
        width: 100%;
        text-align: left;
    }

    .search .filter div.last {
        position: relative;
        border-right: 0;
    }

.search .listTable .list {
    width: 100%;
}

    .search .listTable .list.head {
        height: 26px;
        overflow: hidden;
    }

    .search .listTable .list.body {
        position: relative;
    }

    .search .listTable .list ul {
        width: 100%;
        min-height: 35px;
    }

        .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: 18px;
    min-height: 18px;
}

    .search .listTable.beachSoccer .list ul li .bodySubList li {
        width: 33.3%;
        font-size: 9px;
        padding: 0;
        text-align: center;
        height: 18px;
        line-height: 18px;
        border-bottom: 1px dashed #b2b2b2;
    }

.search .listTable.beachSoccer .list.head.beachSoccer ul li .gList li {
    padding: 2.5px 0 0;
    height: 20px;
    overflow: hidden;
    line-height: 8px;
    width: 33.3%;
}

.search .listTable.beachSoccer .tennisHeadSpan span {
    font-size: 6px;
    line-height: 6px;
}

.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: 20px;
    height: 20px;
    overflow: hidden;
}

@media screen and (orientation:portrait) {
    .search .listTable.bedminton .refunded,
    .search .listTable.tableTennis .refunded {
        position: absolute;
        right: 14%;
        top: 12.5px;
        font-weight: 700;
        color: #666;
        font-size: 10px;
    }
}

@media screen and (orientation:landscape) {
    .search .listTable.bedminton .refunded,
    .search .listTable.tableTennis .refunded {
        position: absolute;
        right: 16%;
        top: 12.5px;
        font-weight: 700;
        color: #666;
        font-size: 10px;
    }
}

.search .listTable.bedminton .list ul li .bodySubList {
    height: 18px;
    min-height: 18px;
}

    .search .listTable.bedminton .list ul li .bodySubList li {
        width: 33.3%;
        font-size: 9px;
        padding: 0;
        text-align: center;
        height: 18px;
        line-height: 18px;
        border-bottom: 1px dashed #b2b2b2;
    }

.search .listTable.bedminton .tennisHeadSpan span {
    font-size: 6px;
    line-height: 6px;
}

.search .listTable .list.head.bedminton {
    height: 20px;
    overflow: hidden;
}

    .search .listTable .list.head.bedminton ul li .gList {
        min-height: 20px;
        height: 20px;
        overflow: hidden;
    }

        .search .listTable .list.head.bedminton ul li .gList li {
            padding: 2.5px 0 0;
            height: 20px;
            overflow: hidden;
            line-height: 8px;
            width: 33%;
        }

.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: 3.5px;
    line-height: 7px;
}

.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: 12.5px;
        font-weight: 700;
        color: #666;
        font-size: 9px;
    }
}

@media screen and (orientation:landscape) {
    .search .listTable.tennis .refunded {
        position: absolute;
        right: 17%;
        top: 12.5px;
        font-weight: 700;
        color: #666;
        font-size: 10px;
    }
}

.search .listTable.tennis .list ul li .bodySubList {
    height: 18px;
    min-height: 18px;
}

    .search .listTable.tennis .list ul li .bodySubList li {
        width: 20%;
        font-size: 9px;
        padding: 0;
        text-align: center;
        height: 18px;
        line-height: 18px;
        border-bottom: 1px dashed #b2b2b2;
        letter-spacing: -2px;
    }

.search .listTable.tennis .tennisHeadSpan span,
.search .listTable.tableTennis .tennisHeadSpan span {
    font-size: 6px;
    line-height: 6px;
}

.search .listTable .list.head.tennis {
    height: 25px;
    overflow: hidden;
}

    .search .listTable .list.head.tennis ul li.gListFix {
        padding-top: 3px;
    }

    .search .listTable .list.head.tennis ul li .gList {
        min-height: 20px;
        height: 20px;
        overflow: hidden;
    }

        .search .listTable .list.head.tennis ul li .gList li {
            padding: 2.5px 0 0;
            height: 20px;
            overflow: hidden;
            line-height: 8px;
            width: 20%;
        }

.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: 9px;
    padding: 0;
    text-align: center;
    height: 18px;
    line-height: 18px;
    border-bottom: 1px dashed #b2b2b2;
    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: 2.5px 0 0;
    height: 20px;
    overflow: hidden;
    line-height: 15px;
    width: 14.2%;
    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: 7px;
    text-align: center;
    color: #323232;
    line-height: 10px;
}

.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: 18px;
    min-height: 18px;
}

.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: 10px;
    padding-top: 10px;
}

.search .listTable .list ul li:nth-child(4) {
    width: 17%;
    font-size: 10px;
    padding-top: 10px;
}

.search .listTable .list ul li:nth-child(5) {
    width: 10%;
    padding-top: 10px;
}

.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: 7px 0 2.5px;
        font-size: 10px;
        float: left;
        height: 20px;
    }

        .search .listTable .list.head ul li a {
            color: #fff;
            display: block;
        }

            .search .listTable .list.head ul li a img {
                margin-left: 2.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: 4px;
        text-align: left;
    }

    .search .listTable .list.body ul li p {
        margin: 0;
        font-size: 11px;
        font-weight: bolder;
        color: #323232;
        line-height: 13px;
        margin-bottom: 3px;
    }

        .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: 175px;
    }
}

@media screen and (orientation:landscape) {
    .search .listTable .list.body ul li #content {
        width: 98%;
    }

    .search .listTable.golf .list.body ul li #content {
        width: 250px;
    }
}

.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: 16px;
    height: 18px;
    line-height: 16px;
    border-radius: 16px;
    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: 11px;
    height: 15px;
    line-height: 15px;
    padding-left: 11px;
    color: #FFF;
    width: 100%;
    background: url(/Content/sbostyle/images/subAreaTitleBg.png?20140410) repeat-x;
}

.search .listTable .list.body ul li .moreBtn a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: Arial;
}

.search .listTable .list.body ul li .moreBtn.active {
    box-shadow: inset 0 1px 2px 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: 9px;
            font-weight: bolder;
            color: #465a78;
        }

        .search .listTable .list .subArea ul li span {
            font-family: Arial;
            color: #5a6e96;
        }

.search .subject {
    padding: 5px;
    background: #1f2732;
    min-height: 15px;
    padding-left: 11px;
    color: #fff;
    font-size: 11px;
}

.functions .subject {
    background: 0;
    min-height: 15px;
    color: #fff;
    font-size: 11px;
    border-top: 1px solid #0c5678;
    background: url(/Content/sbostyle/images/bg_bet.png?2019030102);
    background-size: 1px 1px;
}

.subject p {
    color: #f77;
    margin: 0;
}

.search .listTable.outright .body ul li:nth-child(2) {
    text-align: left;
}

.contactList ul li {
    line-height: 37px;
    font-family: Arial;
    font-size: 14px;
    padding: 0 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ababab;
    position: relative;
    width: calc(100% - 30px);
    display: inline-block;
}

.contactList ul ul.subList {
    border-bottom: 1px solid #fff;
}

    .contactList ul ul.subList li {
        background: #dcdcdc;
        border-bottom: 1px solid rgba(171, 171, 171, .5);
        border-top: 1px solid rgba(255, 255, 255, .4);
        height: 43px;
        line-height: 17px;
        color: #5a5a5a;
        padding-top: 10px;
        border-radius: 1px;
    }

        .contactList ul ul.subList li a {
            color: #668fc9;
            text-decoration: underline;
        }

.balanceList ul li {
    line-height: 42px;
    font-family: Arial;
    font-size: 13px;
    padding: 0 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ababab;
    position: relative;
}

    .balanceList ul li b {
        color: #000;
    }

    .balanceList ul li p {
        position: absolute;
        right: 15px;
        top: 0;
        text-align: right;
        color: #5a5a5a;
        margin: 0;
    }

.balanceList ul ul.subList {
    border-bottom: 1px solid #fff;
}

    .balanceList ul ul.subList li {
        background: #dcdcdc;
        border-bottom: 1px solid rgba(171, 171, 171, .5);
        border-top: 1px solid rgba(255, 255, 255, .4);
    }

.balanceList .subList li.contactLi {
    font-size: 12px;
}

.settings ul li {
    line-height: 42px;
    font-family: Arial;
    font-size: 13px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ababab;
    position: relative;
}

    .settings ul li b {
        color: #000;
        margin-left: 15px;
    }

    .settings ul li p {
        background: url(/Content/sbostyle/images/icon_arrow.png?2019030102) right 5px no-repeat;
        background-size: 7.5px 7.5px;
        width: 100px;
        position: absolute;
        right: 17.5px;
        top: 12.5px;
        text-align: right;
        color: #5a5a5a;
        margin: 0;
    }

.selectBG {
    display: block;
}

.selectHid {
    display: block;
    overflow: hidden;
}

    .selectHid option {
        font-size: 24px;
        padding-right: 3.5px;
        text-align: center;
    }

    .selectHid select {
        background: 0;
    }

.login .selectBG {
    width: 161px;
    height: 27px;
    margin: 0 auto;
    background: url(/Content/sbostyle/images/select_icon_lang.png?2019030102) no-repeat 86% 50%;
    background-size: 13px 10px;
}

.login .selectHid {
    height: 27px;
    display: block;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
}

.join-now {
    text-align: center;
    margin-bottom: 7.5px;
}

    .join-now a {
        font-size: 11px;
        line-height: 30px;
        vertical-align: middle;
        color: #49628f;
        text-decoration: underline;
    }

        .join-now a img {
            position: relative;
            top: 10px;
            margin: 0 7.5px 0 0;
        }

.forgot-pw {
    text-align: center;
}

    .forgot-pw a {
        font-size: 12px;
        line-height: 27px;
        vertical-align: middle;
        color: #49628f;
        text-decoration: underline;
    }

.kind .selectHid {
    height: 35px;
    display: block;
    overflow: hidden;
}

.login .selectHid select {
    text-align: left;
    float: left;
}

.kind .selectHid select {
    text-align: left;
    width: 110%;
}

.settings .selectBG {
    width: 150px;
    height: 18px;
    position: absolute;
    right: 17.5px;
    top: 12.5px;
    margin: 0;
    background: url(/Content/sbostyle/images/icon_arrow.png?2019030102) no-repeat 143.5px 5px;
    background-size: 7.5px 7.5px;
}

.settings .selectHid {
    width: 135px;
    height: 18px;
    display: block;
    overflow: hidden;
}

.settings ul li select {
    border: 0;
    background: 0;
    height: 18px;
    width: 150px;
    text-align: right;
}

    .settings ul li select option {
        font-size: 24px;
        text-align: right;
    }

.announce .selectBG {
    width: 147px;
    height: 35px;
}

.announce .selectHid {
    width: 149px;
    height: 35px;
    display: block;
    overflow: hidden;
}

    .announce .selectHid select {
        text-align: right;
        text-align: -webkit-right;
    }

.search.announce .filter > div {
    float: none;
    width: 147px;
    margin: 0 auto;
    border-right: 1px solid #959595;
    border-left: 1px solid #959595;
}

.search.announce .filter div select {
    text-align: left;
}

.statement .selectBG {
    width: 49%;
    height: 18px;
    position: absolute;
    top: 8px;
    margin: 0;
    background: url(/Content/sbostyle/images/icon_arrow.png?2019030102) no-repeat 90% 7px;
    background-size: 7.5px 7.5px;
}

.statement .filter.index .selectBG {
    width: 100%;
    background: url(/Content/sbostyle/images/icon_arrow.png?2019030102) no-repeat 92% 7px;
    background-size: 7.5px 7.5px;
}

.statement .selectHid {
    width: 98%;
    height: 18px;
    display: block;
    overflow: hidden;
}

.statement .filter.index .selectHid {
    width: 115%;
}

.statement .filter select {
    width: 90%;
    height: 20px;
    border: 0;
    text-align: left;
    text-align: -webkit-left;
    font-size: 12px;
    line-height: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.statement .filter.index {
    position: relative;
}

.statement .filter > div.dotDot {
    background: #f5f5f5;
    position: absolute;
    right: 9%;
    top: 10px;
    font-size: 15px;
    width: 15px;
    height: 15px;
    font-weight: 700;
    border: 0;
}

.statement .filter.index select {
    display: block;
    width: 77%;
    padding-left: 2%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.search .selectBG {
    width: 100%;
    margin: 0;
    background: url(/Content/sbostyle/images/icon_arrow.png?2019030102) no-repeat 98% 7px;
    background-size: 7.5px 7.5px;
}

.search .selectHid {
    width: 90%;
    display: block;
    overflow: hidden;
}

    .search .selectHid.league {
        width: 90%;
    }

.search .selectDot {
    display: block;
    position: absolute;
    right: 11%;
    top: 0;
    font-size: 12px;
    letter-spacing: -2px;
}

.search.results .filter div select {
    width: 105%;
    margin-top: 0;
}

.search .filter div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -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%;
    font-size: 12px;
    color: #666;
    font-family: Arial;
    font-weight: 100;
    height: 20px;
    width: 155px;
}

.settings ul li a {
    display: block;
}

    .settings ul li a.touchActive {
        background: rgba(0, 0, 0, .1) url(/Content/sbostyle/images/icon_arrow.png?2019030102) 96% center no-repeat;
        background-size: 7.5px 7.5px;
    }

.switch {
    position: absolute;
    width: 80px;
    right: 12.5px;
    top: 7.5px;
    -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: 3px;
        height: 25px;
    }

        .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: 25px;
                padding: 0;
                line-height: 25px;
                font-size: 15px;
                color: #fff;
                font-family: Arial;
                font-weight: 100;
            }

            .switch .switch-label .switch-inner:before {
                content: "ON";
                padding-left: 7.5px;
                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 1px rgba(0, 0, 0, .5);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4);
            }

            .switch .switch-label .switch-inner:after {
                content: "OFF";
                padding-right: 5px;
                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 1px 1px rgba(0, 0, 0, .2);
            }

    .switch .switch-switch {
        width: 40px;
        border: 1px solid #999;
        border-radius: 3px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 40px;
        -webkit-transition: all .3s ease-in 0s;
        box-shadow: 0 1px 1px 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: 15px;
}

.password label {
    display: block;
    font-size: 13px;
    color: #000;
    font-family: Arial;
    font-weight: bolder;
}

.password input {
    height: 30px;
    width: 95%;
    font-size: 15px;
    margin-bottom: 7.5px;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
}

    .password input.verif {
        width: 110px;
        float: left;
        font-size: 12px;
        color: #888;
        padding-left: 5px;
    }

.password .code {
    float: left;
    height: 35px;
}

    .password .code img {
        vertical-align: middle;
        margin: 0 5px;
        height: 25px;
        width: 85px;
    }

    .password .code .refresh {
        display: inline-block;
        vertical-align: middle;
        width: 21px;
        height: 21px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -147px -2px no-repeat;
        background-size: 512px 240px;
    }

.password .notice {
    font-size: 11px;
    font-family: Arial;
    color: #515151;
}

    .password .notice ul li {
        margin-bottom: 0.5em;
        text-indent: -1em;
        margin-left: 0.5em;
    }

        .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 {
    text-align: center;
    margin: 10px 0;
    height: 33px;
}

    .password .save button {
        width: 70%;
        text-align: center;
        border-radius: 3px;
        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%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
        border: 1px solid #336;
        font-size: 15px;
        color: #fff;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        height: 30px;
    }

    .password .save input {
        width: 70%;
        text-align: center;
        border-radius: 3px;
        background-color: #7aa1d8 !important;
        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%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
        border: 1px solid #336;
        font-size: 15px;
        color: #fff;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        height: 30px;
    }

.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: 30px;
}

    .scoreBar div {
        text-align: center;
        font-size: 11px;
        padding: 7px 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 1.5px;
            }

        .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 1px rgba(0, 0, 0, .7), 0 1px 3px rgba(0, 0, 0, .7);
}

    .categoriesBar p {
        margin: 0;
        margin-left: 7.5px;
        font-size: 10px;
        color: #FFF;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
        line-height: 150%;
    }

.listContent {
    background: url(/Content/sbostyle/images/bg_parlayarea.png?2019030102);
    background-size: 3.5px 3.5px;
    padding: 2.5px;
}

    .listContent .list {
        display: inline-block;
        vertical-align: top;
        margin-right: 1.5px;
    }

        .listContent .list.ml {
            margin-left: 6px;
        }

        .listContent .list span {
            display: block;
            width: 100%;
            height: 2px;
            font-size: 9px;
            color: #aaa;
            line-height: normal;
            margin: 5px 0 1px;
        }

        .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: 1.5px 0;
        }

        .listContent .list .red {
            color: #B15252;
        }

        .listContent .list a {
            margin: 0 0 3px;
            text-align: center;
            display: block;
            line-height: 23px;
            color: #5f4d71;
            text-shadow: 1px 1px 0 rgba(255, 255, 255, .8);
            font-size: 12px;
            border: 1px solid #a6a6a6;
            border-radius: 2px;
            background: #FFF;
            box-shadow: 0 1px 1px 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: 2.5px 2.5px 1.5px;
            background: #bebebe;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            -ms-border-radius: 1px;
            border-radius: 1px;
            display: block;
            font-family: Arial;
        }

        .listContent .list.sub .first {
            margin-top: 25px;
        }

        .listContent .list.sub .second {
            margin-top: 15px;
        }

        .listContent .list a.active {
            background: rgba(0, 0, 0, .5);
            color: #FFF;
        }

        .listContent .list a.higher {
            line-height: 50px;
        }

.functions {
    background: #001f2d;
    width: 100%;
}

    .functions .subject_2 {
        height: 45px;
        line-height: 45px;
        border-top: 1px solid #0c394d;
        border-bottom: 1px solid #000;
        margin: 0;
    }

        .functions .subject_2 span {
            display: block;
            float: left;
            color: #69f;
            font-size: 15px;
            font-family: Arial;
            padding-left: 29px;
        }

        .functions .subject_2 a {
            display: block;
            float: right;
            margin-top: 12px;
            margin-right: 20px;
        }

    .functions .moreFunction {
        height: 25px;
    }

        .functions .moreFunction a {
            font-size: 10px;
            font-weight: 700;
            height: 25px;
            line-height: 25px;
            padding-left: 13px;
        }

    .functions .subject_1 {
        padding-left: 12px;
        margin: 0;
        color: #fff;
        font-family: Arial;
        line-height: 35px;
        font-size: 15px;
        border-bottom: 1px solid #000;
    }

    .functions ul li,
    .sportNav .bottomList ul li,
    #leagueMenu .leagueList ul li {
        height: 45px;
    }

        .sportNav .bottomList ul li.highlight {
            border-top: 0;
        }

#leagueMenu .leagueList ul li {
    height: auto;
}

.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: #003e5a;
    font-family: Arial;
    height: 45px;
    line-height: 45px;
    color: #ccc;
    font-size: 15px;
    text-shadow: 0 1px 0 #002c40;
    position: relative;
    padding-left: 64px;
    border-top: 1px solid #144d67;
    border-bottom: 1px solid #000;
}

.sportNav .bottomList ul li.live a {
    color: #ff9966;
}

.sportNav .bottomList ul li.live .highlight a {
    background: #001f2d;
    border-top: 0;
}

.topScrollBar_1 .blankLine {
    width: 100%;
    height: 11px;
    line-height: 0;
    background: #4c74ae;
    background: -webkit-linear-gradient(top, #4c74ae 15%, #274878 100%);
    background: -moz-linear-gradient(top, #4c74ae 15%, #426aa4 100%);
    background: -ms-linear-gradient(top, #4c74ae 15%, #426aa4 100%);
    background: -o-linear-gradient(top, #4c74ae 15%, #426aa4 100%);
    background: linear-gradient(to bottom, #4c74ae 15%, #274878 100%);
    border-top: 0;
    margin-top: -1.5px;
}

.bottomList ul li.highlight a,
.bottomList ul li.highlight a span {
    background: #001f2d;
    border-top: 0;
}

#leagueMenu .leagueList ul li.highlight {
    background: #001f2d;
    border-top: 0;
}

    #leagueMenu .leagueList ul li.highlight a {
        background: #001f2d;
        border-top: 0;
    }

    #leagueMenu .leagueList ul li.highlight .live {
        color: #ff9966;
    }

.functions ul.topBack li a,
.topBack a {
    padding-left: 40px;
    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: 15px;
}

#leagueMenu .leagueList ul {
    padding-left: 0;
    height: auto;
}

.functions ul li a .icon {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 24px;
    top: 10px;
}

    .functions ul li a .icon.deposit {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -341px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.betlist {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -121px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.statement {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -149px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.result {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -176px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.functionBalance {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -204px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.announcements {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -368px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.setting {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -231px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.search {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -258px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.contact {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -284px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.changePassword {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -316px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.logout {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -299px -182px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.livechat {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -397px -102px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.deposit {
        background: url(/Content/sbostyle/images/imgPayment.png?2019030102) -94px 0 no-repeat;
        background-size: 125px 27px;
    }

    .functions ul li a .icon.myWallet {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -328px -181px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.mydeposit {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -270px -181px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.mywithdraw {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -242px -181px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.myHistory {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -358px -181px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.withdraw {
        background: url(/Content/sbostyle/images/imgPayment.png?2019030102) -30px 0 no-repeat;
        background-size: 125px 27px;
    }

    .functions ul li a .icon.withdrawHistory {
        background: url(/Content/sbostyle/images/imgPayment.png?2019030102) -62px 0 no-repeat;
        background-size: 125px 27px;
    }

    .functions ul li a .icon.promotions {
        background: url(/Content/sbostyle/images/imgPayment.png?2019030102) -1px 0 no-repeat;
        background-size: 125px 27px;
    }

    .functions ul li a .icon.vouchers {
        background: url(/Content/sbostyle/images/imgAll.png?20180418) -201px -42px no-repeat;
        background-size: 512px 240px;
    }

    .functions ul li a .icon.promo-asi {
        background: url(/Content/sbostyle/images/imgAll.png?20180510) -429px -102px no-repeat;
        background-size: 512px 240px;
    }

.functions ul li a span {
    color: #69f;
    padding-left: 10px;
}

.functions ul li a.active {
    background: #001f2d;
}

.addHome {
    position: fixed;
    bottom: 20px;
    width: 100%;
    height: 90px;
    z-index: 10;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
}

    .addHome.fading {
        opacity: 0;
    }

    .addHome > div {
        margin: 0 auto;
        width: 250px;
        height: 90px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) 8px -139px no-repeat;
        background-size: 512px 240px;
    }

    .addHome a.close {
        display: block;
        width: 27px;
        height: 27px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -28px -102px no-repeat;
        background-size: 512px 240px;
        position: relative;
        left: 220px;
        top: -10px;
    }

    .addHome h3 {
        font-size: 9px;
        color: #515151;
        font-family: Arial;
        font-weight: bolder;
        margin-left: 75px;
        padding-right: 20px;
        margin-top: -5px;
    }

    .addHome p {
        margin-left: 75px;
        margin-top: 0;
        font-size: 9px;
        color: #515151;
        padding-right: 20px;
        margin-top: 0;
    }

        .addHome p b {
            font-size: 10px;
            color: #272727;
        }

.alert {
    position: fixed;
    width: 280px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    top: 15%;
    left: 50%;
    margin-left: -140px;
    z-index: 30001;
}

    .alert .msg {
        text-align: center;
        padding: 18px 0;
    }

        .alert .msg p {
            font-size: 16px;
            color: #000;
            font-family: Arial;
            font-weight: bolder;
            margin: 0;
            padding-left: 16px;
            padding-right: 16px;
        }

.msg .msg_2 {
    font-family: Arial, sans-serif;
    display: block;
    font-size: 10px;
    color: #6289c1;
    margin-top: 16px;
    width: 80%;
    margin: 8px auto 0;
}

.alert .footer {
    vertical-align: bottom;
    background: #ebebeb;
    padding: 15px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-top: 1px dashed #bebebe;
}

.alert .msgBtn01,
.alert .msgBtn02 {
    float: left;
    width: 48%;
    margin-left: 3.5px;
}

.alert .footer .notice p {
    font-size: 10px;
    color: #515151;
    margin: 0 0 0.5em;
}

.alert .footer .remember {
    width: 125px;
    line-height: 25px;
    vertical-align: middle;
}

.alert .footer .dontshow {
    width: 160px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.footerCon {
    color: #333;
    margin-bottom: 18px;
    font-size: 9px;
}

.alert .footer .remember span {
    font-size: 15px;
    color: #6289c1;
}

.alert .footer button {
    width: 100%;
    height: 35px;
    text-align: center;
    border-radius: 3px;
    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%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
    border: 1px solid #336;
    font-size: 19px;
    color: #fff;
}

    .alert .footer button.style2 {
        color: #89a8d9;
        background-color: #FFF;
        background: -webkit-linear-gradient(top, #FFF 0, #e3e5e8 100%);
        background: -moz-linear-gradient(top, #FFF 0, #e3e5e8 100%);
        background: -ms-linear-gradient(top, #FFF 0, #e3e5e8 100%);
        background: -o-linear-gradient(top, #FFF 0, #e3e5e8 100%);
        background: linear-gradient(top, #FFF 0, #e3e5e8 100%);
    }

div.checker {
    width: 22px;
    height: 22px;
    float: left;
    position: relative;
    margin-right: 5px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -137px -71px no-repeat;
    background-size: 512px 240px;
}

    div.checker.black {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -109px -71px no-repeat;
        background-size: 512px 240px;
    }

    div.checker.checked {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -190px -71px no-repeat;
        background-size: 512px 240px;
    }

    div.checker.black.checked {
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -164px -71px no-repeat;
        background-size: 512px 240px;
    }

div.mainDisable {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: #000 2px 0 7px;
}

.resultLeague {
    width: 100%;
    border-bottom: #1f2732 solid 5px;
    text-align: center;
}

.scoreTable.top {
    font-size: 11px;
    text-align: center;
    color: #FFF;
    background: #363e4a;
    font-weight: 700;
    height: 48px;
    overflow: hidden;
    width: 85%;
    float: left;
}

.scoreTable > div,
.scoreTable > ul {
    height: 24px;
    line-height: 24px;
    float: left;
    border-top: #5e656e solid 1px;
    border-bottom: #333 solid 1px;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
}

.scoreTable > ul {
    border-right: 0;
    border-left: 0;
}

.resultTitle {
    width: 100%;
    float: left;
    color: #FFF;
    line-height: 12px;
    min-height: 24px;
    background-color: #1f2732;
    font-weight: 700;
    font-size: 11px;
    padding-left: 6px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 8px;
}

#module-ticket2 > .blankTop,
.blank {
    width: 15%;
    float: left;
    padding-top: 23px;
}

#mainWrapper2 > .blankTop,
.blank {
    width: 15%;
    float: left;
    padding-top: 23px;
}

.blankTop {
    height: 48px;
    background-color: #363e4a;
}

.resultLeague .blank {
    height: 80px;
    border-top: #BBB solid 1px;
}

.blank a.open {
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -76px -72px no-repeat;
    background-size: 512px 240px;
}

.blank a.close {
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -50px -72px no-repeat;
    background-size: 512px 240px;
}

.blank a {
    margin: 0 auto;
    display: block;
    width: 22px;
    height: 22px;
}

.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;
}

.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: 75px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 11px;
    width: 85%;
    float: left;
}

    .scoreTable.tennis.sub > div,
    .scoreTable.tennis.sub > ul {
        height: 40px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
    }

    .scoreTable.tennis.sub > ul {
        border-right: 0;
        height: 40px;
    }

    .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;
        }

    .scoreTable.tennis.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 15px;
        line-height: 17px;
        text-align: left;
        padding-left: 7px;
    }

    .scoreTable.tennis.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.tennis.sub > ul li > div {
        width: 100%;
        height: 20px;
        line-height: 17px;
        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: 40px;
        line-height: 27px;
        padding-top: 11px;
    }

    .scoreTable.tennis.sub .time {
        padding-top: 5px;
        line-height: 12px;
    }

    .scoreTable.tennis.sub .point span,
    .scoreTable.tennis.sub .set span {
        display: block;
        height: 10px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.tennis.sub .point.twoLines,
    .scoreTable.tennis.sub .set.twoLines {
        padding-top: 6.5px;
    }

.scoreTable.tableTennis > ul li {
    width: 14%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
}

.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: 75px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 11px;
    width: 85%;
    float: left;
}

    .scoreTable.tableTennis.sub > div,
    .scoreTable.tableTennis.sub > ul {
        height: 40px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
    }

    .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;
        }

    .scoreTable.tableTennis.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 15px;
        line-height: 17px;
        text-align: left;
        padding-left: 7px;
    }

        .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: 1px;
        }

    .scoreTable.tableTennis.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.tableTennis.sub > ul li > div {
        width: 100%;
        height: 20px;
        line-height: 17px;
        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: 40px;
        line-height: 27px;
        padding-top: 11px;
    }

    .scoreTable.tableTennis.sub .time {
        padding-top: 5px;
        line-height: 12px;
    }

    .scoreTable.tableTennis.sub .point span,
    .scoreTable.tableTennis.sub .set span {
        display: block;
        height: 10px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.tableTennis.sub .point.twoLines,
    .scoreTable.tableTennis.sub .set.twoLines {
        padding-top: 6.5px;
    }

.scoreTable.beachSoccer > ul li {
    width: 33%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
}

.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: 75px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 11px;
    width: 85%;
    float: left;
}

    .scoreTable.beachSoccer.sub > div,
    .scoreTable.beachSoccer.sub > ul {
        height: 40px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
    }

    .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;
        }

    .scoreTable.beachSoccer.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 15px;
        line-height: 17px;
        text-align: left;
        padding-left: 7px;
    }

    .scoreTable.beachSoccer.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.beachSoccer.sub > ul li > div {
        width: 100%;
        height: 20px;
        line-height: 17px;
        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: 40px;
        line-height: 27px;
        padding-top: 11px;
    }

    .scoreTable.beachSoccer.sub .time {
        padding-top: 5px;
        line-height: 12px;
    }

    .scoreTable.beachSoccer.sub .point span,
    .scoreTable.beachSoccer.sub .set span {
        display: block;
        height: 10px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.beachSoccer.sub .point.twoLines,
    .scoreTable.beachSoccer.sub .set.twoLines {
        padding-top: 6.5px;
    }

.scoreTable.bedminton > ul li {
    width: 33%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
}

.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: 80px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 11px;
    width: 85%;
    float: left;
    overflow: hidden;
}

    .scoreTable.bedminton.sub > div,
    .scoreTable.bedminton.sub > ul {
        height: 40px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
    }

    .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;
        }

    .scoreTable.bedminton.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 15px;
        line-height: 17px;
        text-align: left;
        padding-left: 7px;
    }

    .scoreTable.bedminton.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.bedminton.sub > ul li > div {
        width: 100%;
        height: 20px;
        line-height: 17px;
        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: 40px;
        line-height: 28px;
        padding-top: 11px;
    }

    .scoreTable.bedminton.sub .time {
        padding-top: 5px;
        line-height: 12px;
    }

    .scoreTable.bedminton.sub .point span,
    .scoreTable.bedminton.sub .set span {
        display: block;
        height: 10px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.bedminton.sub .point.twoLines,
    .scoreTable.bedminton.sub .set.twoLines {
        padding-top: 6.5px;
    }

.scoreTable.golf > ul li {
    width: 33%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
}

.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: 70px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 11px;
    width: 85%;
    float: left;
}

    .scoreTable.golf.sub > div,
    .scoreTable.golf.sub > ul {
        height: 35px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
    }

    .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;
        }

    .scoreTable.golf.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 15px;
        line-height: 17px;
        text-align: left;
        padding-left: 7px;
    }

    .scoreTable.golf.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.golf.sub > ul li > div {
        width: 100%;
        height: 17px;
        line-height: 17px;
        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: 45px;
        line-height: 27px;
        padding-top: 11px;
    }

    .scoreTable.golf.sub .time {
        padding-top: 5px;
        line-height: 12px;
    }

    .scoreTable.golf.sub .point span,
    .scoreTable.golf.sub .set span {
        display: block;
        height: 10px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.golf.sub .point.twoLines,
    .scoreTable.golf.sub .set.twoLines {
        padding-top: 6.5px;
    }

.scoreTable.football > ul li {
    width: 33%;
    float: left;
    border-left: #5e656e solid 1px;
    border-right: #333 solid 1px;
}

.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: 20%;
}

.scoreTable.football .teams {
    width: 80%;
}

.scoreTable.football.sub {
    height: 75px;
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 11px;
    width: 85%;
    float: left;
}

    .scoreTable.football.sub > div,
    .scoreTable.football.sub > ul {
        height: 40px;
        float: left;
        border: 0;
        border-top: #BBB solid 1px;
        border-right: #BBB solid 1px;
    }

    .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;
        }

    .scoreTable.football.sub .teams p {
        width: 94%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 15px;
        line-height: 17px;
        text-align: left;
        padding-left: 7px;
    }

    .scoreTable.football.sub > ul li:nth-child(odd) {
        background: #e6e6e6;
    }

    .scoreTable.football.sub > ul li > div {
        width: 100%;
        height: 17px;
        line-height: 17px;
        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: 40px;
        line-height: 27px;
        padding-top: 11px;
    }

    .scoreTable.football.sub .time {
        padding-top: 5px;
        line-height: 12px;
    }

    .scoreTable.football.sub .point span,
    .scoreTable.football.sub .set span {
        display: block;
        height: 10px;
        line-height: normal;
        margin-bottom: 0;
    }

    .scoreTable.football.sub .point.twoLines,
    .scoreTable.football.sub .set.twoLines {
        padding-top: 6.5px;
    }

.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: 15px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.divtable {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.topMyBet.changed a {
    color: #ff0;
    text-shadow: 0 1px 1px #011E2C;
}

.flash .topMyBet.changed a {
    color: #fff;
}

#SelectEvent.changed {
    color: red;
}

#SelectEvent option {
    color: #000;
}

#SelectEvent .changed {
    color: red;
}

#module-ticket.myBets .block {
    float: none;
    width: 95%;
}

#mainWrapper.myBets .block {
    float: none;
    width: 95%;
}

#module-ticket .list_1 h3 {
    text-align: left;
    overflow: visible;
}

#mainWrapper .list_1 h3 {
    text-align: left;
    overflow: visible;
    height: auto;
}

#module-ticket div.mixparlay h3 {
    text-align: left;
    overflow: visible;
}

#mainWrapper div.mixparlay h3 {
    text-align: left;
    overflow: visible;
}

#module-ticket .alertBox.parlay {
    top: 254px;
}

#mainWrapper .alertBox.parlay {
    top: 254px;
}

#header.statement .selectBG {
    top: 47px;
}

.AnnRed {
    color: red;
}

tbody {
    width: 100%;
}

tr {
    width: 100%;
}

.announce td.content {
    max-width: 230px;
    word-wrap: break-word;
}

[id^='bu:od:nonlive-more'][id$=':0'],
[id^='bu:od:live-more'][id$=':0'] {
    visibility: hidden;
}

select {
    outline: none;
}

.productSwitcher {
    /*width:596px;
	height:62px;*/
    height: 59px;
    margin: 0 2.5px;
    position: relative;
    top: 0.5px;
}

    .productSwitcher > div {
        /*width:290px;
	height:62px;*/
        width: calc((100% - 16px) / 4);
        height: 60px;
        padding-top: 6px;
        margin: 0 2px;
        font-size: 11px !important;
        line-height: 11px !important;
        text-align: center;
        color: #EEE;
        float: left;
        font-size: 13px;
        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: 4px 4px 0 0;
        border-top: 1px #777 solid;
        border-left: 1px #777 solid;
        border-right: 1px #777 solid;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
    }

        .productSwitcher > div.hover {
            color: #3f5c98;
            background: #FFF;
        }

    .productSwitcher .new {
        position: absolute;
        left: -1px;
        top: -1px;
    }

.kindBg {
    width: 100%;
    height: 25px;
    border-top: 1px solid #777;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(11%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0) 100%);
}

.kind.outline {
    position: relative;
    top: 15px;
}

.kindBg.sports {
    height: 28px;
}

.parlayDialog .infoHeader .info .text p.rate {
    width: 25%;
}

.parlayDialog .infoHeader .info .text .name {
    width: 70%;
}

.live .topNav .backArrow,
.live .topNav .backMain,
.live .topNav .backMain_2,
.topNav .remove_2-live {
    background-image: url(/Content/sbostyle/images/backBtn-sprite.png?2019030102);
    background-size: 11px 499px;
    background-repeat: no-repeat;
}
.live .topNav .back:before {
    background-size: 11px 540px !important;
    background-repeat: no-repeat;
    background-position: 0px 2px !important;
}
.annc-ip-sg-content p {
    font-size: 15px;
    color: #6e6e6e;
    margin-top: 6%;
    margin-bottom: 6%;
    padding: 0 6%;
}

.annc-ip-sg-button {
    width: 90%;
    margin: 10px auto;
}

    .annc-ip-sg-button a {
        display: inline-block;
        width: 100%;
        line-height: 29px;
        border-radius: 4px;
        border: 1px solid #999;
        box-shadow: inset 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.5);
        text-align: center;
        font-size: 15x;
        font-family: Arial;
        font-weight: 100;
        background-color: #ff9c00;
        background: -webkit-linear-gradient(top, #ff9c00 0, #ff7202 100%);
        background: -moz-linear-gradient(top, #ff9c00 0, #ff7202 100%);
        background: -ms-linear-gradient(top, #ff9c00 0, #ff7202 100%);
        background: -o-linear-gradient(top, #ff9c00 0, #ff7202 100%);
        background: linear-gradient(to bottom, #ff9c00 0, #ff7202 100%);
    }

        .annc-ip-sg-button a.agree {
            color: #fff;
        }

.annc-ip-sg-bsi {
    width: 100%;
    background-color: #fff;
    padding: 7.5px 10px;
    margin: 10px 0;
    font-family: Arial;
    font-size: 12px;
    color: #6e6e6e;
}

.z2000 {
    z-index: 2000;
}

.scoreTable.football .ng-num {
    width: 20%;
    background-color: #e6e6e6;
}

.scoreTable.football .ng-team {
    width: 80%;
    background-color: #fff;
    text-align: left;
    padding-left: 7px;
}

.scoreTable.football.ng-sub {
    color: #656565;
    background-color: #e2e2e2;
    font-weight: 700;
    font-size: 11px;
    width: 85%;
    float: left;
}

.FontOrange,
.Orange {
    color: #F60;
}

.productSwitcher > div a {
    display: block;
    color: #EEE;
}

.bannerBox {
    width: 100%;
}

    .bannerBox > div {
        width: 280px;
        height: 100px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 0 1px #FFF, 0 7px 15px rgba(0, 0, 0, .3);
        -ms-box-shadow: inset 0 0 1px #FFF, 0 7px 15px rgba(0, 0, 0, .3);
        box-shadow: inset 0 0 1px #FFF, 0 7px 15px rgba(0, 0, 0, .3);
        margin: 0 auto 20px;
        border: 2px solid #FFF;
    }

        .bannerBox > div a {
            width: 280px;
            height: 100px;
        }

.gamesBanner01-en {
    background: url(/Content/sbostyle/images/GamesIcon01_en.jpg?v20160205) no-repeat;
}

.gamesBanner01-zh {
    background: url(/Content/sbostyle/images/GamesIcon01_en.jpg?v20160205) no-repeat;
}

.gamesBanner02 {
    background: url(/Content/sbostyle/images/GamesIcon01_en.jpg?v20160205) no-repeat;
}

.interest-btn-container {
    width: 90%;
    margin: 0 auto;
}

.interest-btn {
    width: 100%;
    height: 35px;
    text-align: center;
    border-radius: 3px;
    background-color: #ff9c00;
    background: -webkit-linear-gradient(top, #ff9c00 0, #ff7202 100%);
    background: -moz-linear-gradient(top, #ff9c00 0, #ff7202 100%);
    background: -ms-linear-gradient(top, #ff9c00 0, #ff7202 100%);
    background: -o-linear-gradient(top, #ff9c00 0, #ff7202 100%);
    background: linear-gradient(to bottom, #ff9c00 0, #ff7202 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
    border: 1px solid #6b4413;
    font-size: 14px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
    margin: 15% 0;
}

.interest-txt {
    display: block;
    font-size: 11px;
    line-height: 14px;
    padding-top: 10%;
    text-align: center;
}

.alpha {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    position: relative;
    /* Fallback for web browsers that don't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.topA {
    top: -69px !important;
}

.topB {
    top: -30px !important;
}

.ShowPointer {
    cursor: pointer;
    border-radius: 0;
}

.sports-icon {
    background: url(/Content/sbostyle/images/sports.png) no-repeat;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    background-size: contain;
}

.esports-icon {
    background: url(/Content/sbostyle/images/esports.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
}

.casino-icon {
    background: url(/Content/sbostyle/images/live-casino.png) no-repeat;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    background-size: contain;
}

.games-icon {
    background: url(/Content/sbostyle/images/games.png) no-repeat;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    background-size: contain;
}

.racing-icon {
    background: url(/Content/sbostyle/images/racing.png) no-repeat;
    height: 34px;
    width: 34px;
    margin: 0 auto;
    background-size: contain;
    margin-top: -4px;
}

.sports-txt {
    font-size: 9px;
    line-height: 11px;
}

.spUpdateImg {
    text-align: center;
    border-radius: 3px;
    background-color: #7aa1d8 !important;
    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%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
    border: 1px solid #336;
    font-size: 12px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    padding: 5px 0;
}

.payment div {
    color: #fff;
    font-size: 12px;
}

.payment.hover div {
    color: #546eb2;
    font-size: 12px;
}

.payment.hover .help-2-pay {
    background: url(/Content/sbostyle/images/icn-help2pay-hover.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
}

.payment .help-2-pay {
    background: url(/Content/sbostyle/images/icn-help2pay.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
}

.payment.hover .bank-in-transfer {
    background: url(/Content/sbostyle/images/icn-bank-in-trans-hover.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
}

.payment .bank-in-transfer {
    background: url(/Content/sbostyle/images/icn-bank-in-trans.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
    color: #fff;
}

.sports-icon2 {
    background: url(/Content/sbostyle/images/sports.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
}

.esports-icon2 {
    background: url(/Content/sbostyle/images/esports.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
}

.casino-icon2 {
    background: url(/Content/sbostyle/images/live-casino.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
}

.games-icon2 {
    background: url(/Content/sbostyle/images/games.png) no-repeat;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    background-size: contain;
}

.racing-icon2 {
    background: url(/Content/sbostyle/images/racing.png) no-repeat;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    background-size: contain;
    margin-top: -4px;
}

div#racingHorseRacing2 {
    color: #FFF;
    background-color: #F7c71d;
    box-shadow: 0 1px #ff9c00;
    height: 15px;
    line-height: 15px;
    width: 70%;
    margin: 0 auto;
    border-radius: 2px;
}

.raceBannerBox > div {
    width: 300px;
    height: 148px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 0 1px #FFF, 0 7px 15px rgba(0, 0, 0, .3);
    -ms-box-shadow: inset 0 0 1px #FFF, 0 7px 15px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 1px #FFF, 0 7px 15px rgba(0, 0, 0, .3);
    margin: 0 auto 20px;
    border: 2px solid #FFF;
}

.raceBanner {
    background: url(/Content/sbostyle/images/racing3.jpg?v20170714) no-repeat;
}

.f-txt {
    color: #b1e6ee;
}

.mp-announcement {
    box-shadow: inset 0 0 1px #272d3b, 0 7px 15px rgba(0, 0, 0, .3);
    /*margin: 7.5px auto;*/
    background: #f8f8ea;
    /*padding: 2.5px 0 6px 0;*/
    font-size: 11px;
    color: #233C7A;
    /*margin-top: 108px;*/
    /*margin-bottom: -114.5px;*/
    text-align: center;
    /*line-height: 22px;*/
}

    .mp-announcement > span {
        color: #bb241e;
    }

.hide {
    display: none !important;
}

.shw {
    display: block;
}

.myBets .block .list.live,
.mixparlay .listArea ul li .list.live,
.listArea ul li .list.live {
    background: #ffe9eb;
}

.mixparlay .listArea ul li .list {
    background: #f9f9f9;
}

    .mixparlay .listArea ul li .list.footnote {
        background: #ececec;
    }

.contact-us {
    overflow: hidden;
    font-weight: bold;
}

.contact-us-text {
    margin-top: 10px;
    font-size: 12px;
    color: #1f2732;
    text-align: center;
}

.contact-us-item {
    width: 33.333%;
    height: 135px;
    border-color: #fff #cfdde7 #cfdde7 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 30px 10px;
    float: left;
}

.contact-us-bg {
    background-repeat: no-repeat;
    height: 40px;
    width: 50px;
    margin: 0 auto;
}

    .contact-us-bg.icon-livechat {
        background-image: url(/Content/sbostyle/images/contact-us-chat.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-line {
        background-image: url(/Content/sbostyle/images/contact-us-line.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-whatsapp {
        background-image: url(/Content/sbostyle/images/contact-us-whatsapp.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-skype {
        background-image: url(/Content/sbostyle/images/contact-us-skype.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-wechat {
        background-image: url(/Content/sbostyle/images/contact-us-wechat.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-email {
        background-image: url(/Content/sbostyle/images/contact-us-mail.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-phone {
        background-image: url(/Content/sbostyle/images/contact-us-phone.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-fax {
        background-image: url(/Content/sbostyle/images/contact-us-fax.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-zalo {
        background-image: url(/Content/sbostyle/images/contact-us-zalo.png);
        background-size: 45px 40px;
    }

    .contact-us-bg.icon-kakao {
        background-image: url(/Content/sbostyle/images/contact-us-kakao.png);
        background-size: 45px 40px;
    }

.license {
    margin: 16.5px auto 0;
}

    .license li {
        display: inline-block;
    }

.Above18, .Above21, .Verisign, .RGA, .IOM {
    width: 14px;
    height: 16px;
    float: left;
}

.Above18 {
    background: url(/Content/sbostyle/images/Above18.png) no-repeat 0 0;
    width: 14px;
}

.Above21 {
    background: url(/Content/sbostyle/images/Above21.png) no-repeat 0 0;
    width: 14px;
}

.Verisign {
    background: url(/Content/sbostyle/images/Verisign.png) no-repeat 0 0;
    width: 31px;
    height: 17px;
}

.RGA {
    background: url(/Content/sbostyle/images/RGA.png) no-repeat 0 0;
    width: 35px;
    height: 15px;
}

.IOM {
    background: url(/Content/sbostyle/images/IOM.png) no-repeat 0 0;
    width: 22px;
    height: 17px;
}

.disp-inblk {
    display: inline-block;
}

img.contact-us-qr {
    width: 95px;
    height: auto;
}

.modal-main-inset-lt {
    display: table-cell;
    text-align: right;
}

.modal-main-inset-rt {
    display: table-cell;
    text-align: left;
    height: 16px;
    padding-left: 8.5px;
}

.contact-us-modal {
    display: block;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.contact-us-modal-content {
    background-color: #fefefe;
    margin: 110px auto;
    width: 292px;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.modal-header {
    background: #003a5d;
    padding: 5px;
    border-radius: 2px 2px 0 0;
}

.modal-header-text {
    font-size: 15px;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    padding-left: 22px;
    text-align: center;
    display: inline-block;
    width: 240px;
}

.modal-close {
    background: url(/Content/sbostyle/images/close-modal.png) -2.5px -2.5px no-repeat;
    background-size: 22px 22px;
    height: 18px;
    width: 17px;
    float: right;
}

.modal-main {
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #1f2732;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40px;
    background-size: 130px auto;
}

    .modal-main button {
        margin: 15px auto 0;
        background: #749fdc;
        padding: 10px;
        border-style: none;
        border: 0 none;
        border-radius: 1px;
        color: #fff;
        width: 50%;
        font-size: 11px;
    }

.modal-main-text {
    margin-top: 5px;
}

    .modal-main-text > span {
        font-weight: normal;
        font-size: 12px;
        color: #000;
        display: block;
    }

    .modal-main-text.table {
        display: table;
        margin: 0 auto;
    }

.modal-main-language {
    color: #7392bd;
    padding-top: 10px;
}

.modal-subtitle {
    color: #7392bd;
    padding: 10px;
}

.modal-main-link {
    color: #7392bd;
    cursor: pointer;
}

.modal-icon {
    width: 65px;
    height: 65px;
    background-size: 65px auto;
    background-repeat: no-repeat;
    margin: 0 auto;
}

    .modal-icon.skype {
        background-image: url(/Content/sbostyle/images/contact-us-skype.png);
        background-position: -3px 0;
    }

    .modal-icon.whatsapp {
        background-image: url(/Content/sbostyle/images/contact-us-whatsapp.png);
        background-position: -3px 0;
    }

    .modal-icon.fax {
        background-image: url(/Content/sbostyle/images/contact-us-fax.png);
        background-position: -6.5px 0;
    }

    .modal-icon.email {
        background-image: url(/Content/sbostyle/images/contact-us-mail.png);
        background-position: -5.5px 0;
    }

    .modal-icon.phone {
        background-image: url(/Content/sbostyle/images/contact-us-phone.png);
        background-position: -4.5px 0;
    }

.modal-main-tb-row {
    display: table-row-group;
}

.fspin {
    min-height: 50px;
    background: #003e5a;
    border-top: 1px solid #144d67;
    border-bottom: 1px solid #000;
    padding: 8px 20px;
}

    .fspin .ftsz-22 {
        font-size: 11px;
    }

    .fspin .ft-bold {
        font-weight: bold;
    }

.fspin-icon {
    background: url(/Content/sbostyle/images/fs-icon.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 32px;
}

.fspin-bd {
    display: inline-block;
    width: calc(100% - 40px);
}

.fspin-grp {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding-left: 7.5px;
    vertical-align: middle;
    width: 60%;
}

    .fspin-grp.w100 {
        width: 100%;
    }

.fspin-grp-hdr {
    color: #ffca00;
}

.fspin-grp-sub {
    font-size: 11px;
    color: #ccc;
    margin-top: 2.5px;
}

.fspin-mt {
    display: inline-block;
    width: calc(40% - 7px);
    vertical-align: top;
    padding-left: 6.5px;
    float: right;
}

.fspin-mtxt {
    font-size: 11px;
    margin-top: 5px;
    text-align: right;
    color: #fff;
}

    .fspin-mtxt span {
        color: #fdbe0a;
    }

.fspin-meter {
    height: 12px;
    position: relative;
    background: #002334;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 1.5px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    margin-top: 2px;
}

    .fspin-meter > span {
        display: block;
        height: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #fdbe0a;
        background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
        box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.3), inset 0 -1px 3px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
    }

.fspin-btn {
    height: 32px;
    width: 75px;
    background: #ffca00;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    float: right;
}

    .fspin-btn:active {
        background: #FFB400;
    }
/* Birthday Rewards */

.bday {
    min-height: 50px;
    background: #002334;
    border-top: 1px solid #0c394d;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: stretch;
}

.rewards-icon {
    background: url(/Content/sbostyle/images/rewards_icon.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
}

.bday-bd {
    display: inline-block;
    width: calc(100% - 40px);
    padding: 8px 20px;
}

.bday-grp {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding-left: 7.5px;
    vertical-align: middle;
    width: 80%;
}

.bday-grp-hdr {
    color: #ffca00;
}

.bday-grp-sub {
    font-size: 11px;
    color: #ccc;
    margin-top: 2.5px;
}

    .bday-grp-sub a {
        text-decoration: underline;
        color: #ccc;
    }

.bday-btn {
    width: 80px;
    background: #ffca00;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-top: 1px solid #ffd94a;
}

    .bday-btn:active {
        background: #FFB400;
    }

    .bday-btn div {
        margin: 0 auto;
    }

.noticir-wrap {
    position: relative;
}

.noticir {
    background: #DD0000;
    width: 9px;
    height: 9px;
    border: 2px solid #6b92c9;
    border-radius: 50%;
    position: absolute;
    right: 8.5px;
    top: 8px;
}

.w100p {
    width: 100%;
}

.w80p {
    width: 80%;
}

@media screen and (orientation:portrait) {
    .racingspBanner {
        width: 100%;
        position: fixed;
        z-index: 98;
        bottom: 0;
        padding-bottom: 21.875%;
        background-image: url(/Content/sbostyle/images/racing/splobby_banner1.png);
        background-size: cover;
    }

    .baCloseBn {
        position: absolute;
        z-index: 99;
        width: 30px;
        height: 25px;
        right: -2px;
        top: 2.5px;
        color: #fff;
        background-image: url(/Content/sbostyle/images/closeBtn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25px 25px;
    }
}

@media all and (orientation:landscape) {
    .contact-us-modal-content {
        margin: 55px auto 0;
    }
}

.meter {
    height: 12px;
    position: relative;
    background: #555;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 1.5px;
    margin: 10px 12.5px 10px 27.5px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

    .meter > span {
        display: block;
        height: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #79a0d7;
        background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
        box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.3), inset 0 -1px 3px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
    }

.meter-text {
    padding-bottom: 25px;
}

.meter-level {
    float: left;
    margin-left: 27.5px;
}

.meter-xp {
    float: right;
    margin-right: 12.5px;
}

.meter-xp-hit {
    color: #f0e68c;
}

.meter-xp-max {
    font-weight: bold;
}

.ticket-alert {
    position: fixed;
    width: 88%;
    background: #fff;
    top: 15%;
    left: 6%;
    margin: 0;
    z-index: 30001;
    min-width: 280px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

    .ticket-alert .topNav .remove {
        -webkit-box-shadow: inset 0 1px 1px 0 rgb(54, 80, 118);
        -moz-box-shadow: inset 0 1px 1px 0 rgb(54, 80, 118);
        box-shadow: inset 0 1px 1px 0 rgb(54, 80, 118);
        background: #a8cef2;
        border-radius: 0;
        border: 0;
    }

.live .ticket-alert .topNav .remove {
    -webkit-box-shadow: inset 0 1px 1px 0 rgb(139, 73, 40);
    -moz-box-shadow: inset 0 1px 1px 0 rgb(139, 73, 40);
    box-shadow: inset 0 1px 1px 0 rgb(139, 73, 40);
    background: #f2c0a8;
}

@media only screen and (max-height: 490px) and (orientation:portrait) {
    .ticket-alert {
        top: 20px !important;
    }
}

@media (orientation: landscape) {
    .ticket-alert {
        width: 80%;
        top: 4%;
        left: 10%;
        margin: 0;
        height: 90%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        max-height: 375px;
    }

    .parlayDialog .bet {
        margin-right: -9px !important;
    }

    .parlayDialog .set {
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .ticket-alert {
        position: fixed;
        width: 88%;
        background: #fff;
        top: 4%;
        left: 6%;
        margin: 0;
        z-index: 30001;
    }
}

.ticket-alert .footer {
    vertical-align: bottom;
    background: #ebebeb;
    /*padding: 15px 5px;*/
    border-top: 1px dashed #bebebe;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 72px;
}

    .ticket-alert .footer button, .parlaydivbet .footer button {
        width: 96%;
        height: 35px;
        text-align: center;
        border-radius: 3px;
        border: 1px solid #336;
        font-size: 19px;
        color: #fff;
        margin: 0 2%;
        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%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
    }
    .ticket-alert .footer button[disabled], .parlaydivbet .footer button[disabled] {
        border: 1px solid #a0a0a0;
        color: #FFF;
        background-color: #d6d6d6;
        background: -moz-linear-gradient(top, #d6d6d6 2%, #b2b2b2 100%);
        background: -webkit-linear-gradient(top, #d6d6d6 2%, #b2b2b2 100%);
        background: linear-gradient(to bottom, #d6d6d6 2%, #b2b2b2 100%);
    }
.footer-mp button.mp {
    width: 96%;
    height: 35px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #336;
    font-size: 19px;
    color: #fff;
    margin: 0 2%;
    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%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
    margin-top: 10px;
}

.ticket-xbutton {
    background-image: url(/Content/sbostyle/images/close-modal.png?v2);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: block;
    margin-left: 5px;
    margin-top: 5px;
}

.live .ticket-xbutton {
    background-image: url(/Content/sbostyle/images/close-modal-live.png);
    width: 22px;
    height: 22px;
    display: block;
    margin-left: 5px;
    margin-top: 5px;
}

.live .topNav .remove_2 {
    float: left;
    min-width: 36px;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    padding: 0 2.5px;
    background-repeat: repeat-x !important;
    background-position: 0 -36px;
}

.betsuccess-wrap {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 99;
}

.betsuccess {
    padding: 8px;
    display: block;
    z-index: 2000;
    height: auto;
    width: 75%;
    color: #407525;
    font-size: 12px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    font-weight: bolder;
    font-family: Arial;
    min-width: 16px;
    text-align: center;
    background-color: #97DF73 !important;
    margin: 0 auto;
    padding-top: 7.5px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

    .betsuccess .betsuccess-msg {
        background: url(/Content/sbostyle/images/imgMsgIcons.png?20140603) 0 0 no-repeat;
        background-size: 18.5px 37px;
        line-height: 18px;
        display: inline-block;
        padding-left: 25px;
        color: #296E59 !important;
    }

.error-bet {
    color: #F00 !important;
}

.notiflink {
    background: #407525;
    display: inline-block;
    border: 1px solid #fff;
    font-size: inherit;
    color: #fff;
    margin-top: 8px;
    padding: 4px 25px;
    border-radius: 10px;
}

.mr-tb-32px {
    margin: 16px 0;
}

.mr-tb-32-16 {
    margin: 16px 0 8px 0;
}

.mr-tp-20px {
    margin-top: 10px;
}

.modal-margin {
    margin-top: 50%;
}

@media only screen and (orientation: landscape) {
    .modal-margin {
        margin-top: 15%;
    }
}

.body-noscroll {
    overflow: hidden;
}

.tooltip-info {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 90px;
    z-index: 10;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    top: 140px !important;
}

    .tooltip-info.fading {
        opacity: 0;
    }

    .tooltip-info > div {
        margin-left: 5px;
        width: 111px;
        height: 45px;
        background: url(/Content/sbostyle/images/tooltip-info2.png) no-repeat;
    }

    .tooltip-info a.close {
        display: block;
        width: 27px;
        height: 27px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) -28px -102px no-repeat;
        background-size: 512px 240px;
        position: relative;
        left: 220px;
        top: -10px;
    }

    .tooltip-info p {
        margin-left: 75px;
        padding-top: 32.5px;
        font-size: 10px;
        color: #515151;
        text-align: left;
        font-weight: bold;
    }

.tooltip-info-ctr {
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 10;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    margin-top: 42.5px;
}

.tooltip-info.fading {
    opacity: 0;
}

.tooltip-info-ctr > div {
    margin: 0 auto;
    width: 222px;
    height: 91px;
    background: url(/Content/sbostyle/images/tooltip-info3.png) no-repeat;
}

.tooltip-info-ctr a.close {
    display: block;
    width: 27px;
    height: 27px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -28px -101px no-repeat;
    background-size: 512px 240px;
    position: relative;
    left: 205px;
    top: 0;
}

.tooltip-info-ctr p {
    margin: 7.5px 0 0 70px;
    font-size: 12px;
    color: #515151;
    text-align: left;
    font-weight: bold;
}
/*.challenge-iframebg { display: block; position: fixed; z-index: 9996; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.8); }
.challenge-container { position:absolute; z-index:9997; margin: auto; left: 0; right: 0; }
.challenge-xcont { display: block; margin: 0 auto; margin-top: 20vh; width: 942px; margin-bottom:-17.5px; }
.challenge-xbutton { position: relative; z-index: 9999; background-image: url(/Content/sbostyle/images/iframe-x-small.png); height: 33px; width: 32px; cursor: pointer; left:98%; }
.challenge-iframe { display: block; margin: 0 auto; width: 942px; height: 502px; padding-top: 10px;border: none; }

@media only screen and (min-width: 300px) and (max-width: 320px) {
    .challenge-xbutton { margin-bottom: -66px; }
}

@media only screen and (min-width: 321px) and (max-width: 414px) {
    .challenge-xbutton { margin-bottom: -50px; }
}

@media only screen and (min-width: 300px) and (max-width: 736px) {
    .challenge-xcont, .challenge-iframe { width: 90%; }
}*/

.challenge-iframebg {
    display: block;
    position: fixed;
    z-index: 9996;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.challenge-xbutton {
    position: relative;
    z-index: 9999;
    background-image: url(/Content/sbostyle/images/iframe-x-small.png);
    height: 16px;
    width: 16px;
    cursor: pointer;
    left: 93%;
    margin-top: 30vh;
}

.challenge-iframe {
    height: 100vh;
    border: none;
    width: 100%;
    margin-top: -7.5px;
}

@media all and (orientation:landscape) {
    .challenge-xbutton {
        margin-top: 10vh !important;
    }
}

.challlege-icon {
    background: url(/Content/sbostyle/images/champions-challenge-icon-syllis.png) 0 1.5px no-repeat;
}
/* Re-engagment ticket - START */

#top-navigator-alerts #header {
    z-index: 10001;
}

.betsuccess--more {
    background-color: #d2c214 !important;
    color: #b25b0d;
}

.ticket-alert--engt .topNav h1 {
    text-align: left;
    margin-left: 11px;
}

.ticket-alert--engt .footer {
    overflow: hidden;
    padding: 1px 5px 10px 5px;
}

.ticket-alert--engt .parlayDialog .infoHeader .infoHeaderText {
    width: 96%;
}

    .ticket-alert--engt .parlayDialog .infoHeader .infoHeaderText .info {
        float: right;
        height: auto;
        padding: 0;
        text-align: right;
        width: 80px;
    }

        .ticket-alert--engt .parlayDialog .infoHeader .infoHeaderText .info .timer {
            display: inline-block;
            vertical-align: middle;
            background: none;
            padding-top: 0;
            width: auto;
            height: auto;
        }

    .ticket-alert--engt .parlayDialog .infoHeader .infoHeaderText .dataBox .rate {
        color: #ff3d3d;
        font-weight: 400;
        padding-left: 2px;
    }

.ticket-alert--engt .parlayDialog .infoHeader .info--oucs {
    height: 42px;
    margin-top: 5px;
    padding: 0;
    position: relative;
}

    .ticket-alert--engt .parlayDialog .infoHeader .info--oucs:after {
        background-color: #001F2D;
        background: -moz-linear-gradient(left, rgba(0, 31, 45, 0) 0%, rgba(0, 31, 45, 0.7) 37%, rgba(0, 31, 45, 1) 78%, rgba(0, 31, 45, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 31, 45, 0) 0%, rgba(0, 31, 45, 0.7) 37%, rgba(0, 31, 45, 1) 78%, rgba(0, 31, 45, 1) 100%);
        background: linear-gradient(to right, rgba(0, 31, 45, 0) 0%, rgba(0, 31, 45, 0.7) 37%, rgba(0, 31, 45, 1) 78%, rgba(0, 31, 45, 1) 100%);
        content: '';
        height: 45px;
        position: absolute;
        right: -1px;
        top: 0;
        width: 30px;
    }

    .ticket-alert--engt .parlayDialog .infoHeader .info--oucs .text {
        background: #001f2d;
        height: 45px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 7px;
        padding-left: 12.5px;
        padding-top: 7px;
        width: 100%;
        white-space: nowrap;
    }

    .ticket-alert--engt .parlayDialog .infoHeader .info--oucs .dataBox {
        background: #18313d;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        color: #FFF;
        display: inline-block;
        margin-right: 10px;
        padding: 7px 10px;
    }

        .ticket-alert--engt .parlayDialog .infoHeader .info--oucs .dataBox.active {
            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%);
        }

            .ticket-alert--engt .parlayDialog .infoHeader .info--oucs .dataBox.active .dataScore .dataRate {
                color: #ded8d8;
            }

        .ticket-alert--engt .parlayDialog .infoHeader .info--oucs .dataBox:last-child {
            margin-right: 27px;
        }

        .ticket-alert--engt .parlayDialog .infoHeader .info--oucs .dataBox .dataScore {
            font-size: 14px;
        }

            .ticket-alert--engt .parlayDialog .infoHeader .info--oucs .dataBox .dataScore .dataRate {
                color: #ff3d3d;
                font-size: 12px;
                padding-left: 4px;
            }
/* iPhone 2G, 3G, 4, 4S Media Queries */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .betsuccess--more {
        font-size: 11px;
    }

    .ticket-alert--engt .topNav h1 {
        font-size: 14px;
    }
}

.ticket-alert--engt .notshow {
    text-align: center;
    margin-top: 7.5px;
}

    .ticket-alert--engt .notshow a {
        font-size: 12px;
        line-height: 25px;
        color: #49628f;
        text-decoration: underline;
    }
/* Re-engagment ticket - END */

/* PP Failed stake balance - START */

.footer .btn--disabled button,
.footer-mp .btn--disabled button {
    border: 1px solid #a0a0a0;
    color: #FFF;
    background-color: #d6d6d6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 2%, #b2b2b2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d6d6d6 2%, #b2b2b2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d6d6d6 2%, #b2b2b2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn--disabled-2 {
    border: 1px solid #a0a0a0 !important;
    color: #FFF !important;
    background-color: #d6d6d6 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 2%, #b2b2b2 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d6d6d6 2%, #b2b2b2 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d6d6d6 2%, #b2b2b2 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.parlayDialog .balance--low .currency,
.parlayDialog .balance--low .money {
    color: #F00;
}
/* PP Failed stake balance - END */

/*MP Subbet Status - START */

.list_2 .status_T,
.list_2 .status_L {
    color: #b64c4c;
}

.list_2 .status_R,
.list_2 .status_W {
    color: #3185b3;
}

.list_2 .status_D {
    color: #b29807;
}

.list_2 .status_X,
.list_2 .status_V,
.list_2 .status_C,
.list_2 .status_A {
    color: #999;
}
/*MP Subbet Status - END */

/* AddToCalendar - START */

.atcb-link {
    width: 100%;
    display: block;
    height: 42px;
}

    .atcb-link img {
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
    }
/* AddToCalendar - END */

/* Onboarding Tutorial */

.onboarding-tut {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 20002;
    height: 100%;
    background: #326c9a;
    background: -moz-linear-gradient(-45deg, #326c9a 0%, #233b7a 100%);
    background: -webkit-linear-gradient(-45deg, #326c9a 0%, #233b7a 100%);
    background: linear-gradient(135deg, #326c9a 0%, #233b7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#326c9a', endColorstr='#233b7a', GradientType=1);
    color: #FFF;
    padding: 5%;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}


@media screen and (orientation:landscape) {
    .onboarding-tut {
        overflow: scroll !important;
    }
}



.onboarding-tut-close-btn {
    background: url(/Content/sbostyle/images/close-onboarding-tut.png) 0 0 no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    float: right;
}

.onboarding-tut-txt {
    margin-top: 17%;
    line-height: 23px;
    padding: 0 5px;
}

.onboarding-tut-cta {
    display: inline-block;
    font-size: 14px;
    margin: 35px auto 15px;
    padding: 12.5px 30px;
    border-radius: 4px;
    background: #ffb43d;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    color: #5e3a02;
    border-bottom: 4px solid #c79326;
}

.onboarding-tut-link {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 35px;
}

.onboarding-tut-img {
    background: url(/Content/sbostyle/images/tutorial/tut-image.png) 0 0 no-repeat;
    background-size: cover;
    height: 437px;
    width: 88%;
    max-width: 400px;
    margin: 0 auto;
    /*position: absolute;*/
}

/*Search Onboarding Tutorial - 120219*/

.onboarding-tut .onboarding-tut__upper {
    background: #4f6395;
    background: -moz-linear-gradient(top, #4f6395 1%, #273966 100%);
    background: -webkit-linear-gradient(top, #4f6395 1%,#273966 100%);
    background: linear-gradient(to bottom, #4f6395 1%,#273966 100%);
    margin: -6%;
    padding: 6%;
    border-radius: 0 0 120% 120% / 200% 30% 30%;
    overflow: hidden;
    height: 60%;
}

.onboarding-tut .onboarding-tut__.lower {
    background: #29417d;
}

.onboarding-tut .onboarding-tut__upper .onboarding-tut-search-img {
    background: url(/Content/sbostyle/images/tutorial/search_onboarding_1.png) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 400px;
}

.onboarding-tut .onboarding-tut__lower h1 {
    font-size: 1.4em;
}

.onboarding-tut .onboarding-tut__lower p {
    font-size: 0.8em;
    color: #b7bfd4;
}

.onboarding-tut .onboarding-tut__lower .onboarding-tut-txt {
    line-height: 26px;
}

.onboarding-tut .onboarding-tut__lower .onboarding-tut-cta {
    background: #f4e38b; /* Old browsers */
    background: -moz-linear-gradient(top, #f4e38b 0%, #dfc43d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4e38b 0%,#dfc43d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4e38b 0%,#dfc43d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e38b', endColorstr='#dfc43d',GradientType=0 ); /* IE6-9 */
    border-bottom: none;
    font-weight: bold;
    margin: 1em auto;
    display: inline-block;
}

.onboarding-tut .onboarding-tut-close-btn-landscape {
    background: url(/Content/sbostyle/images/close-onboarding-tut.png) 0 0 no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    float: right;
    z-index: 9999;
    display: none;
}

.onboarding-tut .onboarding-tut__lower .onboarding-tut-cta-landscape {
    background: #f4e38b; /* Old browsers */
    background: -moz-linear-gradient(top, #f4e38b 0%, #dfc43d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4e38b 0%,#dfc43d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4e38b 0%,#dfc43d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e38b', endColorstr='#dfc43d',GradientType=0 ); /* IE6-9 */
    border-bottom: none;
    font-weight: bold;
    margin: 1em auto;
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {
    .onboarding-tut .onboarding-tut__lower h1 {
        font-size: 1em;
    }

    .onboarding-tut .onboarding-tut__lower .onboarding-tut-cta {
        margin: 0.2em auto;
    }
}

/* When mobile reverts to portrait */

@media screen and (orientation: portrait) {

    .onboarding-tut .onboarding-tut__upper .onboarding-tut-close-btn-landscape {
        display: none;
    }

    .onboarding-tut .onboarding-tut__upper .onboarding-tut-close-btn {
        display: inline-block;
    }

    .onboarding-tut .onboarding-tut__lower .onboarding-tut-cta-landscape {
        display: none;
    }

    .onboarding-tut .onboarding-tut__lower .onboarding-tut-cta {
        display: inline-block;
    }
}

/* Mobile-Landscape orientation display*/

@media screen and (orientation: landscape) {

    .onboarding-tut {
        padding: 3%;
    }

        .onboarding-tut .onboarding-tut__upper {
            display: inline-block;
            float: right;
            width: 60%;
            height: auto;
            border-radius: unset;
        }

        .onboarding-tut .onboarding-tut__lower {
            display: inline-block;
            float: left;
            width: 43%;
        }

            .onboarding-tut .onboarding-tut__lower h1 {
                font-size: 1.2em;
            }

        .onboarding-tut .onboarding-tut-txt {
            display: inline-block;
            width: 100%;
        }

        .onboarding-tut .onboarding-tut__upper .onboarding-tut-close-btn-landscape {
            display: inline-block !important;
        }

        .onboarding-tut .onboarding-tut__upper .onboarding-tut-close-btn {
            display: none;
        }

        .onboarding-tut .onboarding-tut__lower .onboarding-tut-cta-landscape {
            display: inline-block !important;
        }

        .onboarding-tut .onboarding-tut__lower .onboarding-tut-cta {
            display: none;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
    .onboarding-tut .onboarding-tut__upper .onboarding-tut-search-img {
        height: 150%;
    }
}

@media only screen and (min-device-width : 768px) and (orientation: landscape) {
    .onboarding-tut .onboarding-tut__upper .onboarding-tut-search-img {
        padding-bottom: 682px;
    }
}

/*@media only screen and (min-device-width : 1365px) and (orientation: landscape) {
    .onboarding-tut .onboarding-tut__upper .onboarding-tut-search-img {
        padding-bottom: 906px;
    }
}*/

/* DEPBON CSS */

.depbon-progress-bar {
    width: 100%;
    background-color: #2c3768;
    height: auto;
    max-height: 39px;
    position: relative;
    z-index: 10;
    display: block;
}

.progress-expiry-cont {
    position: relative;
    float: left;
    background-color: #2c3768;
    width: 15%;
    height: 39px;
    display: inline-block;
}

.progress-expiry-content {
    background-color: #050e31;
    margin: 2.5px;
    height: 34px;
    border-radius: 4px;
    position: relative;
    margin-top: 3.5px;
    /*transform: translateY(-50%);*/
    margin-left: 5px;
}

@media screen and (max-width: 374px) and (orientation:portrait) {
    .progress-expiry-content {
        margin: 2.5px 0;
        margin-left: 3px;
    }
}

.progress-expiry-BG {
    position: relative;
    height: 100%;
    /*top: 50%; transform: translateY(-50%);*/
}

    .progress-expiry-BG > p {
        text-align: center;
    }

.progress-expiry-num {
    color: #FFD802;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.progress-expiry-days {
    color: #FFFFFF;
    line-height: 9px;
    font-size: 7px;
    text-align: center;
    padding: 1px;
}

    .progress-expiry-days > span {
        color: #FFD802;
        font-weight: bold;
        font-size: 10px;
        text-align: center;
        line-height: 9px;
    }

.progress-bar-cont {
    position: relative;
    float: left;
    background-color: #2c3768;
    width: 80%;
    height: 39px;
    display: inline-block;
}

.progress-bar-outer {
    width: 98%;
    background-color: #050E31;
    display: inline-block;
    height: 24px;
    border-radius: 7px;
    padding: 1px;
    position: absolute;
    margin-top: 8.5px;
    /*top: 50%; transform: translateY(-50%);*/
    margin-left: 2.5px;
}

.progress-bar-inner {
    background-color: #FFD802;
    width: 0%;
    height: 17px;
    border-radius: 6px;
    position: relative;
    top: 2.5px;
    /*transform: translateY(-50%); */
    left: 2.5px;
    display: table;
}

.progress-settled {
    float: left;
    margin-left: 7.5px;
    color: #5980B7;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -12px;
    /*transform: translateY(-50%);*/
    width: auto;
    display: table;
}

@media screen and (max-width: 374px) and (orientation:portrait) {
    .progress-settled {
        font-size: 7px;
    }
}

.settled-turnover {
    color: #5980B7;
    font-weight: bold;
    font-size: 10px;
    width: auto;
    display: table-cell;
}

.target-turnover {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    width: auto;
    display: table-cell;
}

.progress-goal {
    float: right;
    margin-right: 20px;
    color: #FFF;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    top: -12px;
    /* transform: translateY(-50%);*/
    width: auto;
    display: table;
    text-shadow: #000000 0.1em 0.1em 0.3em;
}

@media screen and (max-width: 374px) and (orientation:portrait) {
    .progress-goal {
        font-size: 7px;
    }
}

.progress-trophy-mobile {
    position: relative;
    float: left;
    background-color: #2c3768;
    width: 5%;
    height: 39px;
    display: inline-block;
}

.progress-trophy-mobile-img {
    position: absolute;
    margin-left: -22.5px;
    top: 2px;
    width: 35px;
}

.progress-expiry-message-bg {
    background-color: #050E31;
    width: 100%;
    height: 19px;
    border-radius: 7px;
    position: relative;
    top: -16.5px;
    /*transform: translateY(-50%);*/
}

.progress-expiry-message-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFD802;
    font-weight: bold;
    font-size: 11px;
    position: relative;
    top: -32px;
    /*transform: translateY(-50%);*/
}

.progress-title {
    display: inline-block;
    color: #fff;
    line-height: 9px;
    font-size: 8px;
    margin: 0;
    width: 90%;
    vertical-align: middle;
    /*padding: 0.5px;*/
}

@media screen and (max-width: 374px) and (orientation:portrait) {
    .progress-title {
        font-size: 7px;
    }
}


.congratulations-cont {
    display: table;
    width: 100%;
    position: absolute;
    height: 39px;
    background-color: #050E31;
    margin: 0 auto;
}

.congratulations-message-cont {
    display: table;
    width: 75%;
    /*padding: 2.5px 5px;*/
    position: relative;
    height: 29px;
    /*top: 20px; transform: translateY(-50%);*/
    border-radius: 4px;
    border: 1px solid #FFD802;
    min-height: 24px;
    max-height: 29px;
    margin: 6px auto;
}

.congratulations-message {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    font-family: century gothic;
    line-height: 9px;
    font-size: 10px;
    color: #FFD802;
    font-weight: bold;
    /* top: 11.5px; transform: translateY(-50%);*/
}

    .congratulations-message > p {
        display: inline-block;
        width: 95%;
        margin: 0;
        vertical-align: middle;
    }

    .congratulations-message:before,
    .progress-expiry-BG:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }
/*My Bet Style Modification for Iphone5*/

@media all and (max-device-width: 320px) {
    .switchTab div {
        width: 49%;
    }

    .switchTab {
        padding-left: 2%;
    }
}

.myBets .block .title .label {
    padding: 0 4px;
    min-width: 77px;
}
/*Free bet voucher ticket display*/

.ticket-alert .voucher-ticker {
    line-height: 24px;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 93%;
}

    .ticket-alert .voucher-ticker span {
        font-size: 14px;
        color: #fff;
    }

        .ticket-alert .voucher-ticker span .voucher-ticker__availability {
            color: #6289c1;
            font-style: normal;
        }

.ticket-alert .vouchers {
    margin-left: 10px;
    width: 93%;
    margin-right: 10px;
    position: relative;
    height: 32px;
    display: inline-block;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    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%);
}

    .ticket-alert .vouchers .vouchers__container {
        position: absolute;
        top: 6px;
        margin: 0;
        background: url(/Content/sbostyle/images/icon_arrow.png?2019030102) no-repeat 96% 7px;
        background-size: 7.5px 7.5px;
        width: 100%;
    }

        .ticket-alert .vouchers .vouchers__container ul {
            font-size: 14px;
            width: 90%;
            margin-left: 5px;
            color: #6e6e6e;
        }

            .ticket-alert .vouchers .vouchers__container ul li {
                line-height: 19px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.ticket-alert .vouchers__list {
    background: #fff;
    box-shadow: 0 0 5px rgb(96, 96, 96);
    border-radius: 1px;
    position: absolute;
    width: 100%;
    top: 26px;
    max-height: 80px;
    overflow-y: scroll;
}

    .ticket-alert .vouchers__list > .option {
        table-layout: fixed;
        width: 100%;
        padding: 7.5px 5px;
        font-size: 12px;
        display: table;
    }

        .ticket-alert .vouchers__list > .option > * {
            display: table-cell;
            vertical-align: middle;
        }

        .ticket-alert .vouchers__list > .option:hover {
            background: #dee6e9;
        }

        .ticket-alert .vouchers__list > .option .option__value {
            font-size: 14px;
            text-transform: uppercase;
            max-width: 60%;
        }

        .ticket-alert .vouchers__list > .option .option__expiry {
            color: #fff;
            background: #ff0a3e;
            border-radius: 10px;
            float: right;
            font-size: 9px;
            padding: 3px 6px;
            text-align: center;
            max-width: 40%;
        }
/* Animation - Horizental shake effect */

.animated {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-6px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(6px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-6px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(6px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
/* Fix the overflow scroll on Odds display */

body {
    height: auto;
    min-height: 666px;
    -webkit-overflow-scrolling: touch;
}
/*Live Video Style Sheet*/

.mainContent .article .scoreBoard .lv-event__adjustment {
    line-height: 22px;
    padding: 2.5px 2.5px 0;
}

.lv-event__icon {
    margin: -4.5px 0 0 6.5px;
    height: 20px;
    width: auto;
    display: block;
}

    .lv-event__icon.lv-event__icon--video {
        background: url(/Content/sbostyle/images/live-video-icon.gif?20180503) no-repeat center;
        background-size: 23px 18px;
    }

    .lv-event__icon.lv-event__icon--court {
        background: url(/Content/sbostyle/images/live-court-icon.gif?20180503) no-repeat center;
        background-size: 21.5px 17px;
    }

.lv-event__icon--disabled {
    opacity: 0.35;
}

.lv-event__icon-list {
    height: 22px;
    width: 22px;
    display: block;
    margin: 10px 12.5px 0 0;
}

.lv-banner__container {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: url(/Content/sbostyle/images/lv-banner--background.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.75);
}

.fbs-banner__container {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: url(/Content/sbostyle/images/FootballStrike_900.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.lv-banner__img {
    background: url(/Content/sbostyle/images/lv-banner--icon-screenshot.png) no-repeat;
    background-size: contain;
    width: 25%;
    height: 87px;
    display: inline-block;
    margin: 0.75em 0.5em;
    vertical-align: top;
}

.lv-banner__content {
    color: #fff;
    display: inline-block;
    width: 60%;
    text-shadow: -1px 1px 1px rgb(16, 15, 15);
    margin-top: 0.75em;
}

.lv-banner__text--league {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0.25em;
}

.lv-banner__text--team,
.lv-banner__text--versus {
    display: inline-block;
    font-size: 0.75em;
    vertical-align: text-top;
}

.lv-banner__text--versus {
    color: #FFC107;
    font-weight: 700;
}

.lv-banner__text--team {
    max-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lv-banner__btn {
    background-color: #fcca00;
    padding: 0.5em 1em;
    margin: 0.5em 0 0.75em;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    display: inline-block;
    background: #FFC107;
    background: -moz-linear-gradient(top, #FFC107 0%, #F57C00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFC107), color-stop(100%, #F57C00));
    background: -webkit-linear-gradient(top, #FFC107 0%, #F57C00 100%);
    background: -o-linear-gradient(top, #FFC107 0%, #F57C00 100%);
    background: -ms-linear-gradient(top, #FFC107 0%, #F57C00 100%);
    background: linear-gradient(to bottom, #FFC107 0%, #F57C00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC107', endColorstr='#F57C00', GradientType=0);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
}

.lv-banner__btn__text {
    font-size: 0.8em;
    font-weight: 700;
    color: #000;
    text-shadow: none;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
}

.lv-banner__close {
    position: absolute;
    background: url(/Content/sbostyle/images/lv-banner--x-button.png) no-repeat;
    background-size: contain;
    max-width: 6%;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.5em;
    right: 0.5em;
}
/* Fix the iOS11 modal input with keyboard */

/* www.stackoverflow.com/questions/46339063/ios-11-safari-bootstrap-modal-text-area-outside-of-cursor */

body.iosBugFixCaret {
    position: fixed !important;
    width: 100%;
}
/* Component - Overlay annoucement */

.c-o-announcement {
    background: rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

    .c-o-announcement > div {
        display: table-cell;
        vertical-align: middle;
        margin: 0 20px;
        background: #FFF;
    }

    .c-o-announcement .c-o-announcement__top {
        background: #26497a;
        background: -moz-linear-gradient(left, #26497a 0%, #547bb4 100%);
        background: -webkit-linear-gradient(left, #26497a 0%, #547bb4 100%);
        background: linear-gradient(to right, #26497a 0%, #547bb4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26497a', endColorstr='#547bb4', GradientType=1);
    }

.c-o-announcement__top .c-o-announcement__img {
    background-image: url(/Content/sbostyle/images/ico-annoucement.png?20171229);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 90px;
    background-position: 50%;
}

.c-o-announcement .c-o-announcement__content {
    margin: 0.7em 0;
    padding: 0 0.7em;
}

    .c-o-announcement .c-o-announcement__content h3 {
        color: #33578a;
        text-transform: uppercase;
        font-weight: 600;
    }

    .c-o-announcement .c-o-announcement__content p {
        color: #3d4046;
        line-height: 1.3;
    }

.c-o-announcement .c-o-announcement__btn {
    background: #ffb500;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb500 1%, #ef9b20 100%);
    background: -webkit-linear-gradient(top, #ffb500 1%, #ef9b20 100%);
    background: linear-gradient(to bottom, #ffb500 1%, #ef9b20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb500', endColorstr='#ef9b20', GradientType=0);
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    width: 50%;
}

.c-o-announcement .c-o-announcement__lnk {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}
/*MixParlay Promotion Full-screen Overlay*/

.mixparlay-promotion__layout {
    height: 100%;
    width: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 30000;
    background: #aac8ff;
    background: -webkit-radial-gradient(#fff, #aac8ff);
    background: -moz-radial-gradient(#fff, #aac8ff);
    background: -o-radial-gradient(#fff, #aac8ff);
    background: -ms-radial-gradient(#fff, #aac8ff);
    background: radial-gradient(#fff, #aac8ff);
}

.mixparlay-promotion__bgpic {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    /*background-image: url(/Content/sbostyle/images/promotion/MP-Lucky9-Background.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mixparlay-promotion__content-layout {
    height: 93%;
    width: 100%;
    position: absolute;
    background: -webkit-radial-gradient(#fff, #aac8ff);
    background: -moz-radial-gradient(#fff, #aac8ff);
    background: -o-radial-gradient(#fff, #aac8ff);
    background: -ms-radial-gradient(#fff, #aac8ff);
    background: radial-gradient(#fff, #aac8ff);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mixparlay-promotion__content_EN {
    /*background-image: url(/Content/sbostyle/images/promotion/MP-Lucky9-EN.png);*/
}

.mixparlay-promotion__content_CN {
    /*background-image: url(/Content/sbostyle/images/promotion/MP-Lucky9-CN.png);*/
}

.mixparlay-promotion__content_ID {
    /*background-image: url(/Content/sbostyle/images/promotion/MP-Lucky9-ID.png);*/
}

.mixparlay-promotion__content_TH {
    /*background-image: url(/Content/sbostyle/images/promotion/MP-Lucky9-TH.png);*/
}

.mixparlay-promotion__content_VN {
    /*background-image: url(/Content/sbostyle/images/promotion/MP-Lucky9-VN.png);*/
}

.mixparlay-promotion__crossbtn-layout {
    height: auto;
    width: 100%;
    position: fixed;
    margin-top: 15px;
}

.mixparlay-promotion__crossbtn-icon {
    height: 40px;
    width: 40px;
    float: right;
    margin-right: 3%;
    background-image: url(/Content/sbostyle/images/MP-Promotion-CrossBtn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.mixparlay-promotion__prompt {
    height: 7%;
    width: 100%;
    min-width: 110px;
    position: fixed;
    bottom: 0;
    text-align: center;
}

    .mixparlay-promotion__prompt p {
        opacity: 0.9;
        color: #274083;
        font-size: 13px;
        max-height: 999999px;
        width: 100%;
        font-weight: bold;
        line-height: 0;
        text-decoration: underline;
        cursor: pointer;
    }






























@media screen and (orientation:landscape) {
    .mixparlay-promotion__bgpic {
    }

    .mixparlay-promotion__content-layout {
        height: 90%;
    }

    .mixparlay-promotion__content_EN {
    }

    .mixparlay-promotion__content_CN {
    }

    .mixparlay-promotion__content_ID {
    }

    .mixparlay-promotion__content_TH {
    }

    .mixparlay-promotion__content_VN {
    }

    .mixparlay-promotion__prompt {
        height: 10%;
    }
}
/* Live Video Media Query */

@media screen and (orientation: landscape) {
    .lv-banner__img {
        width: 15%;
        height: 75px;
    }

    .lv-banner__content {
        width: 70%;
    }
}

.indicate.show:after {
    content: "\00a0";
    display: inline-block;
    width: .5em;
    height: .5em;
    background: #f00;
    margin-left: 1.5px;
    margin-top: -4.5px;
    border-radius: 50%;
}
/* My vouchers menu */

.functions ul li a span {
    float: right;
    margin-right: 26px;
}

.functions ul li a .icon.new {
    background: url(/Content/sbostyle/images/imgAll.png?20180323) no-repeat;
    background-position: -306px -46px;
    background-size: 512px 240px;
    width: 36px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: -4px;
    left: 2px;
}
/* Commonwealth Games 2018 */

div.sp1025 {
    background: url(/Content/sbostyle/images/cgSprite.png) 18px -24.5px no-repeat;
}

div.nvsp1025 {
    background: url(/Content/sbostyle/images/cgSprite.png) 0 4px no-repeat;
}

.topScroll li.sp1025.highlight a > div {
    background: url(/Content/sbostyle/images/cgSprite.png) 18px -64px no-repeat;
}

.topScroll li.sp1025.live a > div {
    background: url(/Content/sbostyle/images/cgSprite.png) 18px -110.5px no-repeat;
}

.topScroll li.sp1025.live.highlight a > div {
    background: url(/Content/sbostyle/images/cgSprite.png) 18px -157px no-repeat;
}

.myBets .block .list .listSportIcon > div.myBetsSp11 {
    background: url(/Content/sbostyle/images/cgSprite.png) 0 3px no-repeat;
}
/* Footer - Terms & Condition */

.tc-links {
    font-family: Arial;
    font-size: 7px;
    color: #49628f;
    text-align: center;
    float: left;
    width: 100%;
    padding: 8.5px 0 0;
}

    .tc-links > a {
        color: #49628f;
    }
/* World Cup statistics banner */

.wc-stats {
    background: #540a0c;
    background: -moz-linear-gradient(left, #540a0c 0%, #bb241e 42%, #bb241e 51%, #bb241e 75%, #540a0c 100%);
    background: -webkit-linear-gradient(left, #540a0c 0%, #bb241e 42%, #bb241e 51%, #bb241e 75%, #540a0c 100%);
    background: linear-gradient(to right, #540a0c 0%, #bb241e 42%, #bb241e 51%, #bb241e 75%, #540a0c 100%);
    border-bottom: 1px solid #92221e;
    border-top: 1px solid #df5f5a;
    display: block;
    margin-top: 108px;
    margin-bottom: -108px;
    padding: 11px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

    .wc-stats:before,
    .wc-stats:after {
        content: "";
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 100%;
        top: 0;
        position: absolute;
    }

    .wc-stats:before {
        background-image: url(/Content/sbostyle/images/wc-stats-before.png);
        background-size: 98.5px 36.5px;
        left: 0;
        width: 98px;
    }

    .wc-stats:after {
        background-image: url(/Content/sbostyle/images/wc-stats-after.png);
        background-size: 60px 36.5px;
        right: 0;
        width: 60px;
    }

    .wc-stats .wc-stats__content {
        color: #e1dcc6;
        width: 60%;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        font-weight: 600;
    }

        .wc-stats .wc-stats__content:after {
            content: "»";
            margin-left: 2.5px;
        }
/* Fix the depbon positioning */

.top-depbon-section {
    overflow: hidden;
    position: relative;
    top: 108px;
    width: 100%;
}

    .top-depbon-section > .depbon-progress-bar {
        overflow: hidden;
    }

.mp-announcement {
    margin-top: 108px;
    margin-bottom: -108px;
    position: relative;
    width: 100%;
    padding: 6px 16px;
}

/*Watch Live Button*/
.top24 {
    top: 12px !important;
}

.watchLive {
    margin: -8px auto 15px !important;
    top: 3px;
}

.row p.indexRefresh_1_watchLive {
    color: #fff;
    line-height: 29px;
    height: 35px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding-top: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    border: #a0a0a0 solid 1px;
    text-align: center;
}

.moreMarket-button {
    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%);
}

.watchLive-button {
    background-color: #ec7749;
    background: -webkit-linear-gradient(bottom,#d35e30 0, #ec7749 100%);
    background: -moz-linear-gradient(bottom,#d35e30 0, #ec7749 100%);
    background: -o-linear-gradient(bottom,#d35e30 0, #ec7749 100%);
    background: -ms-linear-gradient(bottom,#d35e30 0, #ec7749 100%);
    background: linear-gradient(bottom,#d35e30 0, #ec7749 100%);
}

.row .indexRefresh .watchLive .leftIcon {
    position: absolute;
    left: 14%;
    top: 15px;
    width: 10px;
    height: 10px;
    background: url(/Content/sbostyle/images/indexPlus.png?20140404);
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #c4a300;
    }

    40% {
        box-shadow: 0 0 10px #c4a300;
    }

    60% {
        box-shadow: 0 0 10px #c4a300;
    }

    100% {
        box-shadow: 0 0 -10px #c4a300;
    }
}

.button-glow {
    animation: glowing 2000ms infinite;
}




/* Voucher Notification*/
/* for Triple Bonus Delights */

.voucher-tip {
    display: table;
    position: fixed;
    z-index: 1001;
    width: 100%;
    min-height: 38px;
    top: 0;
    padding: 5px 10px;
    background: #fabb49;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}

.voucher-tip__content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    color: #484848;
    font-size: 12px;
    font-weight: bold;
}

    .voucher-tip__content u {
        text-decoration: none;
    }

.voucher-tip__link {
    padding-left: 10px;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    color: #0b0bff;
}

.voucher-tip__close {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
}

/* MLB promo banner*/
.mlb-banner__container, .muaythai-banner__container {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: block;
    background-size: cover;
}

/* Live Dragon Tiger Promo Banner */

@media screen and (orientation:portrait) {
    .GamesDrawBanner {
        position: fixed;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.95) 62%);
        bottom: 0;
        cursor: pointer;
        z-index: 6;
    }

    .CasinoFixedPromotion {
        position: fixed;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.95) 62%);
        bottom: 0;
        cursor: pointer;
        z-index: 6;
    }

    .LineFixedPromotion {
        position: fixed;
        width: 100%;
        bottom: 0;
        cursor: pointer;
        z-index: 6;
    }

        .CasinoFixedPromotion img, .LineFixedPromotion img, .GamesDrawBanner img {
            display: inline-block;
            width: 100%;
        }
}

@media screen and (orientation:landscape) {
    .GamesDrawBanner {
        width: 0;
    }

    .CasinoFixedPromotion {
        width: 0;
    }

    .LineFixedPromotion {
        width: 0;
    }

        .CasinoFixedPromotion img, .LineFixedPromotion img, .GamesDrawBanner img {
            display: inline-block;
            width: 0;
        }
}




.DrawerBannerX {
    position: absolute;
    background: url(/Content/sbostyle/images/lv-banner--x-button.png) no-repeat;
    background-size: contain;
    max-width: 6%;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.5em;
    right: 0.5em;
}

.CasinoFixedPromotion a, .LineFixedPromotion a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.DrganTigerFixedBtn {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 30px;
    background-image: url(/images/drgantigerbtnbg.jpg);
    font-family: "arial";
    font-size: 14px;
    line-height: 30px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    transition: all .3s;
}

.muaythai-banner__div {
    height: 100%;
}

@media screen and (max-width: 374px)and (orientation:portrait) {
    .mlb-banner__container, .muaythai-banner__container {
        height: 20%;
    }
}

@media screen and (min-device-width: 375px)and (max-device-width:767px)and (orientation:portrait) {
    .mlb-banner__container, .muaythai-banner__container {
        height: 17%;
    }
}

@media screen and (min-device-width: 767px)and (orientation:portrait) {
    .mlb-banner__container, .muaythai-banner__container {
        height: 22%;
    }
}

@media screen and (orientation: portrait) {
    .mlb-banner__img_en {
    }

    .mlb-banner__img_id_id {
    }

    .mlb-banner__img_vi_vn {
    }

    .mlb-banner__img_zh_cn {
    }

    .mlb-banner__img_zh_tw {
    }

    .mlb-banner__img_th_th {
    }

    .muaythai-banner__img_en {
    }

    .muaythai-banner__img_id_id {
    }

    .muaythai-banner__img_vi_vn {
    }

    .muaythai-banner__img_zh_cn {
    }

    .muaythai-banner__img_zh_tw {
    }

    .muaythai-banner__img_th_th {
    }
}

@media screen and (max-width:481px)and (orientation:landscape) {
    .mlb-banner__container {
        height: 28%;
    }

    .muaythai-banner__container {
        height: 28%;
    }
}

@media screen and (min-device-width: 482px)and (max-device-width:800px)and (orientation:landscape) {
    .mlb-banner__container {
        height: 30%;
    }

    .muaythai-banner__container {
        height: 30%;
    }
}

@media screen and (min-device-width: 801px)and (max-device-width:1000px)and (orientation:landscape) {
    .mlb-banner__container {
        height: 35%;
    }

    .muaythai-banner__container {
        height: 35%;
    }
}

@media screen and (min-device-width: 1000px)and (orientation:landscape) {
    .mlb-banner__container {
        height: 25%;
    }

    .muaythai-banner__container {
        height: 25%;
    }
}

@media screen and (orientation: landscape) {
    .mlb-banner__img_en {
    }

    .mlb-banner__img_id_id {
    }

    .mlb-banner__img_vi_vn {
    }

    .mlb-banner__img_zh_cn {
    }

    .mlb-banner__img_zh_tw {
    }

    .mlb-banner__img_th_th {
    }

    .muaythai-banner__img_en {
    }

    .muaythai-banner__img_id_id {
    }

    .muaythai-banner__img_vi_vn {
    }

    .muaythai-banner__img_zh_cn {
    }

    .muaythai-banner__img_zh_tw {
    }

    .muaythai-banner__img_th_th {
    }
}


/* Christmas Promotion */
.christmas-promo__container {
    width: 100%;
    height: 49.5px;
    background-image: url(/Content/sbostyle/images/christmas/bg.png);
    margin-top: 108px;
    margin-bottom: -108px;
}

.christmas-progress-bar {
    text-align: center;
    height: 49px;
    margin-right: 105px;
}

.christmas-progress-bar--txt {
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
}

.christmas-progress-bar--bg {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    height: 20px;
    background: #621201;
    background: -moz-linear-gradient(top, #621201 0%, #711700 50%, #621201 100%);
    background: -webkit-linear-gradient(top, #621201 0%,#711700 50%,#621201 100%);
    background: linear-gradient(to bottom, #621201 0%,#711700 50%,#621201 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#621201', endColorstr='#621201',GradientType=0 );
    margin: 0 8px;
    padding-right: 4px;
}

.achieved .christmas-progress-bar--bg {
    box-shadow: 0 0 5px #ffe79f, 0 0 5px #ffe79f, 0 0 5px #ffe79f;
}

.christmas-progress-bar--target {
    position: relative;
    float: right;
    top: 4px;
    right: 6px;
    font-size: 10px;
    color: #d10800;
    font-weight: 600;
}

.christmas-progress-bar--status {
    font-size: 10px;
    color: #fff;
    text-shadow: -1px -1px 0 #701700, 1px -1px 0 #701700, -1px 1px 0 #701700, 1px 1px 0 #701700;
    top: -11px;
    position: relative;
    float: left;
    left: 8px;
}

.achieved .christmas-progress-bar--status {
    color: #ffe79f;
}

.christmas-progress-bar--stripe {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
    height: 15px;
    text-align: left;
    margin-left: 2px;
    width: 20%;
    border-radius: 20px;
    background: url(/Content/sbostyle/images/christmas/progress-bg.png);
    top: 2px;
    position: relative;
}

.christmas-progress-bar--countdown {
    color: #ffe79f;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    padding-top: 2px;
}

.christmas-disclaimer {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    height: 49px;
    display: table;
    width: calc(100% - 85px);
}

.christmas-disclaimer--message {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}

.christmas-btn__container {
    float: right;
    width: 87px;
    margin-top: -43px;
}

.christmas-btn {
    background: url(/Content/sbostyle/images/christmas/btn.png);
    width: 76.5px;
    height: 37.5px;
    background-size: contain;
}

/* START : Search Button */

.btn--search {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 14px;
    background: #d48163;
    background: -moz-linear-gradient(top, #d48163 0%, #bb390b 100%);
    background: -webkit-linear-gradient(top, #d48163 0%,#bb390b 100%);
    background: linear-gradient(to bottom, #d48163 0%,#bb390b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d48163', endColorstr='#bb390b',GradientType=0 );
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(181, 113, 92, .4);
    z-index: 99;
}

    .btn--search img {
        width: 18px;
        height: auto;
    }

/* END : Search Button */

/*Collapse and Expand all button*/

.collapse--all-button {
    display: block;
    float: right;
    background: #083651;
    line-height: 17px;
    width: 8%;
    border-left: 1px solid rgba(255, 255, 255, .2);
    box-shadow: -1px 0 0px rgba(0, 30, 72, .4);
}

.collapse--all-icon {
    width: 2rem;
    height: 2rem;
    background: url(/Content/sbostyle/images/collapseAll.png) no-repeat;
    margin-top: 4px;
    display: inline-block;
}

.expand--all-icon {
    width: 2rem;
    height: 2rem;
    background: url(/Content/sbostyle/images/expandAll.png) no-repeat;
    margin-top: 4px;
    display: inline-block;
}

/*END: Collapse and Expand all button*/


/* ADD YOUR CSS ABOVE THIS LINE */

/* IMPORTANT: KEEP EVERYTHING BELOW THIS LINE AT THE BOTTOM AT ALL TIMES */

/* Only if browser supports flexbox */

@supports (display: flex) {
    .c-o-announcement {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .c-o-announcement > div {
            display: initial;
            vertical-align: initial;
        }

    .ticket-alert .vouchers__list > .option {
        display: flex;
        justify-content: space-between;
    }

        .ticket-alert .vouchers__list > .option .option__title {
            margin-left: 0;
        }
}

.prodswitch-hdr-four-tabs.hot {
    position: relative;
}

    .prodswitch-hdr-four-tabs.hot:after {
        position: absolute;
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 100px;
        background-color: #ff0000;
        top: 5px;
        right: -3px;
        animation: rubberBounceDown .3s linear infinite alternate;
    }

@keyframes rubberBounceDown {
    0% {
        transform: translateY(-5px);
    }

    65% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(20%);
    }

    80% {
        transform: translateY(-10%);
    }

    90% {
        transform: translateY(5%);
    }

    100% {
        transform: translateY(0);
    }
}

.expand_arrow_line {
    background: url(/Content/sbostyle/images/expand_arrow_line.png) no-repeat;
    float: left;
    width: 1rem;
    height: 1rem;
    margin: 0.55rem 0.15rem 0 0.25rem;
    background-size: cover;
}

.collapse_arrow_line {
    background: url(/Content/sbostyle/images/collapse_arrow_line.png) no-repeat;
    float: left;
    width: 1rem;
    height: 1rem;
    margin: 0.55rem 0.15rem 0 0.25rem;
    background-size: cover;
}

.topNav.specialEvent ul .topSpecialEvent {
    position: relative;
}

    .topNav.specialEvent ul .topSpecialEvent:after {
        background-image: url(/Content/sbostyle/images/afc-final-ribbon.png);
        background-size: 35px 35px;
        background-repeat: no-repeat;
        content: '';
        height: 34px;
        width: 34px;
        position: absolute;
        top: 0;
        left: 0;
    }

/* Popular Football*/
.popularEvent {
    /*background-color: #f20064;
    background: linear-gradient(to bottom, #f20064 0%, #e63500 100%);
    background: -webkit-linear-gradient(to bottom, #f20064 0%, #e63500 100%);
    background: -o-linear-gradient(to bottom, #f20064 0%, #e63500 100%);
    background: -ms-linear-gradient(to bottom, #f20064 0%, #e63500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f20064', endColorstr='#e63500', GradientType=0);*/
}

.borderHot {
    border-left: none; /* 1px solid #e48c93 */
}


#parlayInfo .parlay--yellow {
    border: 1px solid #ffff73;
}

    #parlayInfo .parlay--yellow p {
        color: #ffff73;
    }


/* Chinese New Year Theme Style*/
/* /End Chinese New Year Theme Style*/


/* Add Mix Parlay to Bet Ticket */

.mp__add-btn a:before, .ticket-alert .footer button.mp__cta-btn:before, .ticket-alert .footer button.mp__cta-btn.added:before {
    max-width: 100%;
    background-size: 100%;
    background-image: url(/Content/sbostyle/images/add-mp-to-ticket_icon.png);
}

.ticket-alert .footer button.mp__cta-btn {
    margin-top: 10px;
    padding-left: 19px;
    margin-bottom: -10px;
    background: none;
    box-shadow: none;
    border: 1px solid #003e5a;
    color: #003e5a;
    font-size: 15px;
    font-weight: 700;
    padding-right: 0px;
    line-height: 12px;
}

    .ticket-alert .footer button.mp__cta-btn:before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        margin-left: -19px;
        background-position: 0 50%;
        background-size: 100%;
        top: 8px;
    }

    .ticket-alert .footer button.mp__cta-btn.added {
        border: 1px solid #7cb920;
    }

        .ticket-alert .footer button.mp__cta-btn.added:before {
            background-position: 0 100%;
            background-size: 100%;
        }

.parlay--glowing {
    animation-name: buttonglow-mp;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-name: buttonglow-mp;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: buttonglow-mp;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: buttonglow-mp;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
}

@keyframes buttonglow-mp {
    from {
        -webkit-box-shadow: 0 0 0 #ffff73;
        -moz-box-shadow: 0 0 0 #ffff73;
        box-shadow: 0 0 0 #ffff73;
    }

    50% {
        -webkit-box-shadow: 0 0 10px #ffff73;
        -moz-box-shadow: 0 0 10px #ffff73;
        box-shadow: 0 0 10px #ffff73;
    }

    to {
        -webkit-box-shadow: 0 0 0 #ffff73;
        -moz-box-shadow: 0 0 0 #ffff73;
        box-shadow: 0 0 0 #ffff73;
    }
}

@-webkit-keyframes buttonglow-mp {
    from {
        -webkit-box-shadow: 0 0 0 #ffff73;
        -moz-box-shadow: 0 0 0 #ffff73;
        box-shadow: 0 0 0 #ffff73;
    }

    50% {
        -webkit-box-shadow: 0 0 10px #ffff73;
        -moz-box-shadow: 0 0 10px #ffff73;
        box-shadow: 0 0 10px #ffff73;
    }

    to {
        -webkit-box-shadow: 0 0 0 #ffff73;
        -moz-box-shadow: 0 0 0 #ffff73;
        box-shadow: 0 0 0 #ffff73;
    }
}

@-moz-keyframes buttonglow-mp {
    from {
        -webkit-box-shadow: 0 0 0 #ffff73;
        -moz-box-shadow: 0 0 0 #ffff73;
        box-shadow: 0 0 0 #ffff73;
    }

    50% {
        -webkit-box-shadow: 0 0 10px #ffff73;
        -moz-box-shadow: 0 0 10px #ffff73;
        box-shadow: 0 0 10px #ffff73;
    }

    to {
        -webkit-box-shadow: 0 0 0 #ffff73;
        -moz-box-shadow: 0 0 0 #ffff73;
        box-shadow: 0 0 0 #ffff73;
    }
}

@-o-keyframes buttonglow-mp {
    from {
        -webkit-box-shadow: 0 0 0 #ffff73;
        -moz-box-shadow: 0 0 0 #ffff73;
        box-shadow: 0 0 0 #ffff73;
    }

    50% {
        -webkit-box-shadow: 0 0 10px #ffff73;
        -moz-box-shadow: 0 0 10px #ffff73;
        box-shadow: 0 0 10px #ffff73;
    }

    to {
        -webkit-box-shadow: 0 0 0 #ffff73;
        -moz-box-shadow: 0 0 0 #ffff73;
        box-shadow: 0 0 0 #ffff73;
    }
}

.msgbox.parlaymsg {
    position: relative;
    z-index: 100;
    padding: 15px 8px;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    background: #f8f8ea;
    border-bottom: 1px solid #e2e2d1;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
}

    .msgbox.parlay span {
        color: #b74948;
        font-weight: 700;
    }

.mp__add-btn {
    width: 100%;
    text-align: center;
    margin-top: -15px;
    background-color: #F9F9F9;
    padding: 25px 0;
   border-bottom: 1px solid #ababab;
}


    .mp__add-btn a {
        height: 32px;
        padding: 8px 10px 8px 32px;
        background: #fff; /* Old browsers */
        background: -moz-linear-gradient(bottom, #d5d5d5 0%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(bottom, #d5d5d5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top, #d5d5d5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
        color: #5c5c5c;
        font-size: 12px;
        line-height: 16px !important;
        font-weight: 700;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: #ACACAC 1px solid;
    }

        .mp__add-btn a:before {
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            margin-left: -23px;
            margin-top: 5px;
            background-position: 0 0%;
            background-size: 100%;
        }

.mp_double-btn {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

    .mp_double-btn button {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        position: relative;
    }

        .mp_double-btn button:first-child {
            width: 32%;
            margin-right: 0;
            margin-left: 0;
            float: left;
        }

        .mp_double-btn button:last-child {
            width: 66%;
            margin-right: 0;
            margin-left: 0;
            float: right;
        }

@media only screen and (max-device-width: 360px) and (orientation:portrait) {
    .mp_double-btn button:last-child {
        font-size: 16px !important;
    }
}

.mp_add-onboarding {
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    margin: 6px 10px 0;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #fff;
    box-shadow: rgba(1, 30, 44, 0.2) 2px 4px 8px 0px;
    -webkit-box-shadow: rgba(1, 30, 44, 0.2) 2px 4px 8px 0px;
    -moz-box-shadow: rgba(1, 30, 44, 0.2) 2px 4px 8px 0px;
}

@media only screen and (orientation:landscape) {
    .mp_add-onboarding {
        display: none !important;
    }
}

.mp_add-onboarding:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    top: -8px;
    left: 40px;
    border-color: transparent transparent #fff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #fff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


/* /End Add Mix Parlay to Bet Ticket */


/* Mix Parlay live events and new bet types promotion */

.parlay.live-mp {
    position: relative;
}

    .parlay.live-mp:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 16px;
        top: -9px;
        right: -3px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) no-repeat;
        background-position: -382px -85px;
        background-size: 629.6px 293px;
    }

.mp-announcement.live-mp {
    display: table;
    vertical-align: middle;
    padding-left: 25px !important;
    text-align: left;
    line-height: 15px;
}

    .mp-announcement.live-mp span {
        color: #fe6700;
        font-weight: 700;
    }

.live-mp .contentH2 {
    display: table;
    vertical-align: middle;
    text-align: left;
}

    .live-mp .contentH2 span {
        line-height: 15px;
    }

    .mp-announcement.live-mp:before, .live-mp .contentH2:after {
        content: '';
        display: inline-block;
        position: relative;
        top: -1px;
        vertical-align: middle;
        line-height: 15px;
        width: 31px;
        height: 15px;
        background: url(/Content/sbostyle/images/imgAll.png?2019030102) no-repeat;
        background-position: -271px -44px;
        background-size: 453px 222px;
    }

.mp-announcement.live-mp:before {
    left: -4px;
}

.live-mp .contentH2:after {
    left: 5px;
}



.topList {
    position: relative;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    min-width: 160px;
    z-index: 13;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .dropdown-content a {
        color: black;
        padding: 1px 15px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }

.topList {
    cursor: pointer;
    display: inline-block;
}

    .topList:hover .dropdown-content {
        display: block;
    }


/*j add ui*/

/* /End Mix Parlay live events and new bet types promotion */
.waiting {
    position: relative;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8); 
    min-width: 74px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid white; 
    border-radius: 10px; 
    z-index: 13;
    left: -33px;
}

    .dropdown-content div {
        padding: 4px 5px;
        cursor: pointer;
        color: white; 
        border-bottom: 1px solid white; 
    }

        .dropdown-content div:last-child {
            border-bottom: none;
            Remove bottom border from last item
        }

        .dropdown-content div:hover {
            background-color: rgba(255, 255, 255, 0.2); 
        }

/*-------------------------*/


.navContent {
    display: flex;
    align-items: center;
}

.title {
    font-size: 18px;
    font-weight: bold;
    margin-left: 2px; /*140*/
    white-space: nowrap;
    color: white;
    line-height: 14px; /*40*/
}

.sl-box-title1star {
    background-image: url(/Content/sbostyle/images/starwhite.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 1px;
    float: left;
    width: 20px;
    height: 27px;
}

.sl-box-title1starlight {
    background-image: url(/Content/sbostyle/images/stargold.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 1px;
    float: left;
    width: 20px;
    height: 27px;
}



.favOptions {
    position: absolute;
    top: 100%;
    left: 160px;
    background-color: #003366;
    color: white;
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

    .favOptions li {
        padding: 8px 12px;
        cursor: pointer;
        font-size: 14px;
    }

        .favOptions li i {
            margin-right: 5px;
            font-size: 16px;
        }

    .favOptions ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .favOptions li {
        cursor: pointer;
        padding: 5px;
    }

        .favOptions li:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }


/*j add*/
.headiconleftCopa {
    margin: 2px 10px 3px 12px;
    height: 34px;
    width: 50px;
    background-image: url(/Content/sbostyle/images/Copa_America_2024.png);
    /*background-image: url(/images/Copa_America_2024.png);*/
    background-size: cover;
    /*background-image: url(/Content/sbostyle/images/uefa2024.png);*/
    float: left;
    /*background-position: -154px 0;*/
}

.headiconleftUefa {
    margin-right: 10px;
    margin: 3px 10px 4px 12px;
    height: 34px;
    width: 49px;
    background-image: url(/Content/sbostyle/images/uefa2024.png);
    background-size: cover;
    float: left;
    /*background-position: -154px 0;*/
}
/*-----------*/

/*j add--------------------------*/
.headiconleftOlym {
    margin-right: 10px;
    margin: 11px 2px 4px 1px;
    height: 34px;
    width: 44px;
    background-image: url(/Content/sbostyle/images/olympic_2024.png);
    background-size: cover;
    float: left;
    position: relative;
    top: -5px;
}

.new-nav {
    position: absolute;
    width: 100%;
    right: 0;
}

    .new-nav .tri {
        border-style: solid;
        border-width: 0 7px 10px 7px;
        border-color: transparent transparent #2e5481 transparent;
        width: 0;
        height: 0;
        display: block;
        margin-left: 108px;
        margin-top: -7px;
    }

    .new-nav .market-list {
        background-image: url(/Content/sbostyle/images/new-nav-sub-tab-bg.png);
        z-index: 1000;
        position: fixed;
        width: 100%;
        height: auto;
        bottom: 0;
        display: block;
        padding: 0px 0 12px !important;
        background: #16264e;
    }

        .new-nav .market-list li {
            margin-top:12px !important;
            display: inline-block;
            border: 1px solid #587fb5 !important;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            padding: 4px 14px;
            color: #587fb5;
            float: none;
            height: unset !important;
            width: auto !important;
            margin: .1rem .2rem;
            flex: 1;
            text-indent: inherit !important;
        }
        .new-nav .market-list li.selected {
            border: 1px solid #fff !important;
        }
        .new-nav .market-list li > a {
            height: unset !important;
        }

        .new-nav .market-list .live mark {
            border: 1px solid #ff0000 !important;
            background: #ff0000;
        }

        .new-nav .market-list li.sel {
            border: 1px solid #fff !important;
        }

        .new-nav .market-list li p {
            margin: 0;
            font-size: 10px;
            line-height: 24px;
            color: #fff;
            display: inline-block;
            font-weight: 700;
        }

        .new-nav .market-list mark {
            display: inline-block;
            background: #587fb5;
            line-height: 14px;
            -webkit-border-radius: 16px;
            border-radius: 16px;
            font-size: 11px;
            color: #fff;
            border: 1px solid #587fb5;
            /*font-weight: bolder;*/
            font-family: Arial;
            padding: 0 4px;
            text-align: center;
            margin-left: 2px;
        }

    .new-nav .sport-list {
        background: #224472;
        z-index: 100;
        margin-top: 2rem;
        position: fixed;
        width: 100%;
        height: calc(100vh - 2rem);
        margin-top: -3px;
        padding-bottom: 10rem;
        padding-top: 15px;
    }

        .new-nav .sport-list .sport-ul {
            height: 100%;
        }

        .new-nav .sport-list li {
            display: inline-block;
            text-align: center;
            vertical-align: top;
            font-size: .7rem;
            width: 20% !important;
            min-width: 3.5rem;
            margin-top: 5px;
            flex: 1;
            position: relative;
            border: 0 !important;
            height: auto !important;
            float: left !important;
            min-height: 75px;
        }

            .new-nav .sport-list li .spt {
                margin: 5px auto;
                padding: 10px;
                background: url(/Content/sbostyle/images/nav-sports-all.png);
                margin-bottom: 10px !important;
                width: 35px;
                height: 35px;
            }

            .new-nav .sport-list li > span {
                color: #7198cf !important;
            }
            /*.new-nav .sport-list li.sel .spt {
            margin: 5px auto;
            padding: 10px;
            background: url(/Content/sbostyle/images/nav-sports-all-sel.png);
        }*/
            .new-nav .sport-list li.highlight .spt {
                margin: 5px auto;
                padding: 10px;
                background: url(/Content/sbostyle/images/nav-sports-all-sel.png);
            }
            /*.new-nav .sport-list li.sel > span {
            color:#fff !important;
        }*/
            .new-nav .sport-list li.highlight > span {
                color: #fff !important;
            }

            .new-nav .sport-list li.live::after {
                content: 'LIVE';
                display: block;
                background-color: #f00;
                color: #fff;
                position: absolute;
                top: 0em;
                right: 0em;
                padding: 0 2px;
                font-size: .5rem;
                line-height: 1.3em;
                border: 1px solid #ff0000;
                width: 4em;
            }

            .new-nav .sport-list li.new::before {
                content: 'NEW';
                display: block;
                background-color: #f60;
                color: #fff;
                position: absolute;
                top: 0em;
                right: 0em;
                padding: 0 2px;
                font-size: .5rem;
                line-height: 1.3em;
                border: 1px solid #f60;
                width: 4em;
            }

            .new-nav .sport-list li.disabled .spt {
                margin: 5px auto;
                padding: 10px;
                background: url(/Content/sbostyle/images/nav-sports-all-na.png);
            }

            .new-nav .sport-list li.disabled > span {
                color: #50607d !important;
            }

                .new-nav .sport-list li.disabled > span > a {
                    color: #50607d !important;
                }

    .new-nav .button {
        height: 40px;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 100;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
        color: #fff;
        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%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .7);
        padding-top: 8px;
    }
    /* Sport List */
    .new-nav .sp1 {
        background-position: -235px -15px !important;
    }

    .new-nav .sp2 {
        background-position: -70px -180px !important;
    }

    .new-nav .sp3 {
        background-position: -180px -15px !important;
    }

    .new-nav .sp4 {
        background-position: -70px -235px !important;
    }

    .new-nav .sp5 {
        background-position: -70px -125px !important;
    }

    .new-nav .sp6 {
        background-position: -235px -68px !important;
    }

    .new-nav .sp7 {
        background-position: -345px -180px !important;
    }

    .new-nav .sp8 {
        background-position: -125px -125px !important;
    }

    .new-nav .sp9 {
        background-position: -125px -180px !important;
    }

    .new-nav .sp10 {
        background-position: -70px -289px !important;
    }

    .new-nav .sp11 {
        background-position: -345px -125px !important;
    }

    .new-nav .sp12 {
        background-position: -345px -125px !important;
    }

    .new-nav .sp13 {
        background-position: -290px -125px !important;
    }

    .new-nav .sp14 {
        background-position: -125px -15px !important;
    }

    .new-nav .sp15 {
        background-position: -125px -70px !important;
    }

    .new-nav .sp16 {
        background-position: -70px -70px !important;
    }

    .new-nav .sp17 {
        background-position: -345px -70px !important;
    }

    .new-nav .sp18 {
        background-position: -290px -180px !important;
    }

    .new-nav .sp19 {
        background-position: -15px -125px !important;
    }

    .new-nav .sp20 {
        background-position: -15px -180px !important;
    }

    .new-nav .sp21 {
        background-position: -180px -180px !important;
    }

    .new-nav .sp22 {
        background-position: -15px -15px !important;
    }

    .new-nav .sp23 {
        background-position: -70px -14px !important;
    }

    .new-nav .sp24 {
        background-position: -15px -70px !important;
    }

    .new-nav .sp25 {
        background-position: -180px -232px !important;
    }

    .new-nav .sp26 {
        background-position: -180px -290px !important;
    }

    .new-nav .sp27 {
        background-position: -125px -232px !important;
    }

    .new-nav .sp28 {
        background-position: -345px -15px !important;
    }

    .new-nav .sp29 {
        background-position: -15px -290px !important;
    }

    .new-nav .sp30 {
        background-position: -290px -12px !important;
    }

    .new-nav .sp31 {
        background-position: -235px -180px !important;
    }

    .new-nav .sp32 {
        background-position: -15px -234px !important;
    }

    .new-nav .sp33 {
        background-position: -125px -290px !important;
    }

    .new-nav .sp34 {
        background-position: -235px -125px !important;
    }

    .new-nav .sp35 {
        background-position: -235px -235px !important;
    }

    .new-nav .sp36 {
        background-position: -180px -70px !important;
    }

    .new-nav .sp37 {
        background-position: -290px -70px !important;
    }

    .new-nav .sp38 {
        background-position: -180px -120px !important;
    }

@media screen and (orientation:landscape) {
    .new-nav .sport-list li.live::after {
        margin-right: 1rem;
    }

    .new-nav .sport-list li.new::before {
        margin-right: 1rem;
    }
}
/* Gesture Switch */
.settings ul li.gesture-switch {
    line-height: 22px !important;
    padding: 10px 0;
}

.gesture-switch > .switch {
    position: absolute;
    right: 17.5px;
    width: 70px;
    height: 32px;
    top: 12.5px;
}

    .gesture-switch > .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.gesture-switch .desc {
    font-size: 12px;
    width: calc(100% - 125px);
    margin-left: 15px;
    line-height: 17px;
}

.gesture-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .gesture-switch .slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 6px;
        bottom: 4px;
        -webkit-transition: .4s;
        transition: .4s;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    }

.gesture-switch input + .slider.checked {
    background: rgba(126,156,207,1);
    background: -moz-linear-gradient(top, rgba(126,156,207,1) 0%, rgba(96,127,179,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(126,156,207,1)), color-stop(100%, rgba(96,127,179,1)));
    background: -webkit-linear-gradient(top, rgba(126,156,207,1) 0%, rgba(96,127,179,1) 100%);
    background: -o-linear-gradient(top, rgba(126,156,207,1) 0%, rgba(96,127,179,1) 100%);
    background: -ms-linear-gradient(top, rgba(126,156,207,1) 0%, rgba(96,127,179,1) 100%);
    background: linear-gradient(to bottom, rgba(126,156,207,1) 0%, rgba(96,127,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e9ccf', endColorstr='#607fb3', GradientType=0 );
    border: 1px solid #40608e;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    -moz-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
}

.gesture-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.gesture-switch input + .checked.slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}
/* Rounded sliders */
.gesture-switch .slider.round {
    border-radius: 20px;
}

    .gesture-switch .slider.round:before {
        border-radius: 50%;
    }

#refreshColum {
    color: #84abe2;
    width: 19px;
    height: 19px;
    background: url(/Content/sbostyle/images/imgAll.png?2019030102) -2px -1px no-repeat;
    background-size: 512px 240px;
    margin-top: -4px;
    display: inline-block;
    float: right;
    margin-right: 18px;
}

#refreshColum.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;
        -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;
    }

@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);
    }
}

.topNav .refreshtext {
    right: 55px;
    top: 0px;
    position: absolute;
    font-size: 14px;
}

.topNav .refreshtext > span {
   padding:0 1px;
}

.plist {
    width: 109%;
    /*border-top: 1px solid #bebebe;*/
    padding: 8px 23px 0px;
    background-color: #F9F9F9;
}

    .plist h3 {
        width: 65%;
        float: left;
        font-size: 12px;
        color: #4a4a4a;
        overflow: hidden;
        display: inline;
        margin-left: 7px;
    }

    .plist h4 {
        width: 50%;
        float: left;
        font-size: 12px;
        color: #4a4a4a;
        overflow: hidden;
        display: inline;
        margin-left: 7px;
    }

    .plist .plist_2 {
        font-size: 10px;
        color: #7b7b7b;
    }

        .plist .plist_2 p {
            float: left;
            margin: 0 16px 0 0;
            margin-top: -18px;
        }

    /*.plist .plist_excluding {
        margin-top: 10px;
        color: #000;
        font-size: 10px;
        width: 60%;
    }*/


.ParlayTicketCountColumn {
    text-align: center;
    color: white;
    float: left;
    width: 1%;
    min-width: 15px;
    height: 60px;
    background: -webkit-linear-gradient(0deg,#bfbfbf 0,#a8a8a8 76%);
    background: -moz-linear-gradient(0deg,#bfbfbf 0,#a8a8a8 76%);
    background: -o-linear-gradient(0deg,#bfbfbf 0,#a8a8a8 76%);
    background: -ms-linear-gradient(0deg,#bfbfbf 0,#a8a8a8 76%);
}

    .ParlayTicketCountColumn span {
        position: absolute;
        margin-top: 20px;
        margin-left: -5px;
        font-size: 12px;
    }

.msgMixParlayMinThreeTickets {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    min-width: 100px;
    font-size: 14px;
    color: #999999;
    padding:5px 0px;
    background: #f8f8ea;
}

.RemoveThisParlayTicketButton {
    position: absolute;
    margin-top: -45px;
    margin-right: -5px;
    right: 25px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    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: 14px;
    font-weight: 700;
    font-family: Arial;
    border: 1px solid #be5050;
}


.topNav .RemoveAllMiddle {
    float: left;
    /*min-width: 90px;
    width: 100px;*/
    /*height: 40px;
    line-height: 40px;*/
    padding:1px 5px;
    border-radius: 4px;
    background: #b1d4f5;
    background: -moz-linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    background: -webkit-linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    background: linear-gradient(to bottom, #aed3f4 1%,#a0c7ee 100%);
    border: 1px solid #40608e;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    -moz-box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    box-shadow: inset 0 0 2px 0 rgba(102,141,192,1);
    font-weight: 700;
}

.topNav .RemoveAll {
    display: block;
    right: 4px;
    top: 5px;
}

/*MixParlay Date Filter Start*/

.mixParlayNav {
    display: flex;
    /*justify-content: space-around;
    align-content: center;*/
    animation: showParlay 1s both;
    background-color: #011e3a;
    font-size: 0.6rem;
    text-align: center;
    padding: 0 2px;
    width: 100%;
    line-height: 12px;
    margin-top: 78px;
    overflow-x: scroll;
}

    .mixParlayNav li {
        text-align: center;
        border-radius: 3px;
        margin: 10px 2px;
        flex: 1;
        position: relative;
        min-width:80px;
        cursor:pointer;
    }

        .mixParlayNav li span {
            display: block;
        }

        .mixParlayNav li.active {
            background-color: #3d5b79;
            color: #fff;
            font-weight: 400
        }

          

        .mixParlayNav li .onwards  {
            padding: 10px 0 5px 0;        }

        .mixParlayNav li .date  {
            padding: 10px 0 5px 0;        
        }

        .mixParlayNav li .today,.mixParlayNav li .tomorrow  {
            padding: 5px 0;
        }

        .mixParlayNav li.disable {
            background-color: rgba(228,235,240,.25)
        }

        .mixParlayNav li.selected {
            background-color: #3177bc !important;
        }

            /*.mixParlayNav li.selected .today {
                padding: 10px 0 5px 0;
            }*/


        /*.mixParlayNav li.selected a {
                display: inline-block;
                padding-bottom: 0.6rem;
            }*/

        .mixParlayNav li.all {
            background-color: #3d5b79;
            color: #fff;
            font-weight: 400;
            //padding: 10px 0 5px 0;
        }

.mixParlayNav-indicator {
    position: absolute;
    content: "";
    border-radius: 13px;
    background-color: #c80000;
    font-size: 0.5rem;
    text-align: center;
    min-width: 12px;
    min-height: 12px;
    box-shadow: 0 0 0 1px rgba(1, 30, 58, 1);
    padding: 1px 4px;
    margin-top: -5px;
    right: -1px;
}

/*MixParlay Date Filter End*/

.close_live_tv {
    background-image: url(/Content/images/pop-up-header.png);
    background-position: 0 -61px;
    position: absolute;
    float: right;
    width: 21px;
}

.iframeLiveTV {
    border: 0px;
}

.clsLiveTVFloat {
    width: 100%;
    height: 185px;
    position: fixed;
    z-index: 3;
    top: 2px;
}
