/* Minification failed. Returning unminified contents.
(2397,1): run-time error CSS1035: Expected colon, found '{'
(4176,11): run-time error CSS1035: Expected colon, found ';'
 */
@font-face {
    font-family: 'Proxima Nova';
    src: url('../../fonts/Proxima Nova Light.eot');
    src: url('../../fonts/Proxima Nova Light.eot?#iefix') format("embedded-opentype"),url('../../fonts/Proxima Nova Light.woff2') format("woff2"),url('../fonts/Proxima Nova Light.woff') format("woff"),url('../../fonts/Proxima Nova Light.svg#Proxima Nova Light') format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../../fonts/Proxima Nova Regular.eot');
    src: url('../../fonts/Proxima Nova Regular.eot?#iefix') format("embedded-opentype"),url('../../fonts/Proxima Nova Regular.woff2') format("woff2"),url('../../fonts/Proxima Nova Regular.woff') format("woff"),url('../../fonts/Proxima Nova Regular.svg#Proxima Nova Regular') format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../../fonts/Proxima Nova Semibold.eot');
    src: url('../../fonts/Proxima Nova Semibold.eot?#iefix') format("embedded-opentype"),url('../../fonts/Proxima Nova Semibold.woff2') format("woff2"),url('../../fonts/Proxima Nova Semibold.woff') format("woff"),url('../../fonts/Proxima Nova Semibold.svg#Proxima Nova Semibold') format("svg");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../../fonts/Proxima Nova Bold.eot');
    src: url('../../fonts/Proxima Nova Bold.eot?#iefix') format("embedded-opentype"),url('../../fonts/Proxima Nova Bold.woff2') format("woff2"),url('../../fonts/Proxima Nova Bold.woff') format("woff"),url('../../fonts/Proxima Nova Bold.svg#Proxima Nova Bold') format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04
}

html {
    font-size: 100%;
    width: 100%;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    min-width: 320px;
    background: #e0e7eb none repeat scroll 0 0;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Proxima Nova',sans-serif
}

* {
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

.displaynone {
    display: none !important;
}

input, button, select, textarea {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: #015323
}

    a:hover {
        text-decoration: none;
        outline: 0
    }

    a:focus {
        outline: none;
        outline-offset: none;
        text-decoration: none
    }

button:focus {
    outline: medium none
}

i, em {
    font-style: italic
}

a, img {
    border: none;
    outline: none
}

b, strong {
    font-family: 'Proxima Nova',sans-serif;
    font-weight: 600
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

label {
    font-weight: 400;
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0;
    padding: 0 0 12px;
    font-weight: 600;
    font-family: 'Proxima Nova',sans-serif;
    color: #015323;
    line-height: 1.42857
}

ul, ol {
    list-style: none;
    margin: 0
}

    ul li, ol li {
        list-style: none
    }

p {
    display: block;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px
}

.form-group {
    display: block;
    position: relative
}

.form-control {
    border-radius: 0;
    box-shadow: none !important;
    height: 35px
}

select, select.form-control {
    background: #fff !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    padding-left: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    height: auto
}

.custom-btn {
    background: #f1416f none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 15px;
    text-transform: uppercase
}

    .custom-btn:hover {
        background: #1e3047;
        color: #fff
    }

.ifrmae-outer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0
}

    .ifrmae-outer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.dis-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.dis-block {
    display: block;
    position: relative
}

.full-wdth {
    display: block;
    width: 100%;
    position: relative
}
/*===========Padding Class===============*/
.pad5 {
    padding: 5px
}

.pad10 {
    padding: 10px
}

.pad15 {
    padding: 15px
}

.pad20 {
    padding: 20px
}

.pad30 {
    padding: 30px
}

.pad40 {
    padding: 40px
}

.pad50 {
    padding: 50px
}

.pad60 {
    padding: 60px
}

.pad70 {
    padding: 70px
}

.pad80 {
    padding: 80px
}

.pad90 {
    padding: 90px
}

.pad100 {
    padding: 100px
}

.pad-top5 {
    padding-top: 5px
}

.pad-btm5 {
    padding-bottom: 5px
}

.pad-lt5 {
    padding-left: 5px
}

.pad-rt5 {
    padding-right: 5px
}

.pad-top10 {
    padding-top: 10px
}

.pad-btm10 {
    padding-bottom: 10px
}

.pad-lt10 {
    padding-left: 10px
}

.pad-rt10 {
    padding-right: 10px
}

.pad-top15 {
    padding-top: 15px
}

.pad-btm15 {
    padding-bottom: 15px
}

.pad-rt15 {
    padding-right: 15px
}

.pad-lt15 {
    padding-left: 15px
}

.pad-top20 {
    padding-top: 20px
}

.pad-btm20 {
    padding-bottom: 20px
}

.pad-lt20 {
    padding-left: 20px
}

.pad-rt20 {
    padding-right: 20px
}

.pad-top30 {
    padding-top: 30px
}

.pad-btm30 {
    padding-bottom: 30px
}

.pad-lt30 {
    padding-left: 30px
}

.pad-rt30 {
    padding-right: 30px
}

.pad-top40 {
    padding-top: 40px
}

.pad-btm40 {
    padding-bottom: 40px
}

.pad-lt40 {
    padding-left: 40px
}

.pad-rt40 {
    padding-right: 40px
}

.pad-top50 {
    padding-top: 50px
}

.pad-btm50 {
    padding-bottom: 50px
}

.pad-lt50 {
    padding-left: 50px
}

.pad-rt50 {
    padding-right: 50px
}

.pad-top60 {
    padding-top: 60px
}

.pad-btm60 {
    padding-bottom: 60px
}

.pad-top70 {
    padding-top: 70px
}

.pad-btm70 {
    padding-bottom: 70px
}

.pad-top80 {
    padding-top: 80px
}

.pad-btm80 {
    padding-bottom: 80px
}

.pad-top90 {
    padding-top: 90px
}

.pad-btm90 {
    padding-bottom: 90px
}

.pad-top100 {
    padding-top: 100px
}

.pad-btm100 {
    padding-bottom: 100px
}

.pad-btm150 {
    padding-bottom: 150px
}
/*===========Margin Class===============*/
.mrg5 {
    margin: 5px
}

.mrg10 {
    margin: 10px
}

.mrg15 {
    margin: 15px
}

.mrg20 {
    margin: 20px
}

.mrg30 {
    margin: 30px
}

.mrg40 {
    margin: 40px
}

.mrg50 {
    margin: 50px
}

.mrg60 {
    margin: 60px
}

.mrg70 {
    margin: 70px
}

.mrg80 {
    margin: 80px
}

.mrg90 {
    margin: 90px
}

.mrg100 {
    margin: 100px
}

.mrg-top5 {
    margin-top: 5px
}

.mrg-btm5 {
    margin-bottom: 5px
}

.mrg-lt5 {
    margin-left: 5px
}

.mrg-rt5 {
    margin-right: 5px
}

.mrg-top10 {
    margin-top: 10px
}

.mrg-btm10 {
    margin-bottom: 10px
}

.mrg-lt10 {
    margin-left: 10px
}

.mrg-rt10 {
    margin-right: 10px
}

.mrg-top20 {
    margin-top: 20px
}

.mrg-btm20 {
    margin-bottom: 20px
}

.mrg-lt20 {
    margin-left: 20px
}

.mrg-rt20 {
    margin-right: 20px
}

.mrg-top30 {
    margin-top: 30px
}

.mrg-btm30 {
    margin-bottom: 30px
}

.mrg-lt30 {
    margin-left: 30px
}

.mrg-rt30 {
    margin-right: 30px
}

.mrg-top40 {
    margin-top: 40px
}

.mrg-btm40 {
    margin-bottom: 40px
}

.mrg-lt40 {
    margin-left: 40px
}

.mrg-rt40 {
    margin-right: 40px
}

.mrg-top50 {
    margin-top: 50px
}

.mrg-btm50 {
    margin-bottom: 50px
}

.mrg-top60 {
    margin-top: 60px
}

.mrg-btm60 {
    margin-bottom: 60px
}

.mrg-top70 {
    margin-top: 70px
}

.mrg-btm70 {
    margin-bottom: 70px
}

.mrg-top80 {
    margin-top: 80px
}

.mrg-btm80 {
    margin-bottom: 80px
}

.mrg-top90 {
    margin-top: 90px
}

.mrg-btm90 {
    margin-bottom: 90px
}

.mrg-top100 {
    margin-top: 100px
}

.mrg-btm100 {
    margin-bottom: 100px
}
/*===========Font Size Class===============*/
.font10 {
    font-size: 10px
}

.font11 {
    font-size: 11px
}

.font12 {
    font-size: 12px
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.font17 {
    font-size: 17px
}

.font18 {
    font-size: 18px
}

.font19 {
    font-size: 19px
}

.font20 {
    font-size: 20px
}

.font21 {
    font-size: 21px
}

.font22 {
    font-size: 22px
}

.font23 {
    font-size: 23px
}

.font24 {
    font-size: 24px
}

.font25 {
    font-size: 25px
}

.font26 {
    font-size: 26px
}

.font27 {
    font-size: 27px
}

.font28 {
    font-size: 28px
}

.font29 {
    font-size: 29px
}

.font30 {
    font-size: 30px
}

.font31 {
    font-size: 31px
}

.font32 {
    font-size: 32px
}

.font33 {
    font-size: 33px
}

.font34 {
    font-size: 34px
}

.font35 {
    font-size: 35px
}

.font36 {
    font-size: 36px
}

.font37 {
    font-size: 37px
}

.font38 {
    font-size: 38px
}

.font39 {
    font-size: 39px
}

.font40 {
    font-size: 40px
}
/*===========Background Class===============*/
.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-blue {
    background-color: #004e77
}

.bg-yellow {
    background-color: #f0d100
}
/*===========Font Color Class===============*/
.white-clr {
    color: #fff
}

.black-clr {
    color: #000
}

.blue-clr {
    color: #004e77
}
/*===========Font Weight Class===============*/
.font-weight300 {
    font-weight: 300
}

.font-weight400 {
    font-weight: 400
}

.font-weight600 {
    font-weight: 600
}

.font-weight700 {
    font-weight: 700
}

.mrg0 {
    margin: 0 !important
}

.pad0 {
    padding: 0 !important
}

.bdr-none {
    border: none !important
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    position: relative
}

.hdr-top-part {
    background: #008136 none repeat scroll 0 0;
    height: 44px;
    line-height: 44px;
    color: #fff;
    width: 100%;
    position: relative;
    display: block
}

.top-nav li {
    display: inline-block;
    position: relative
}

    .top-nav li a {
        border-right: 1px solid #fff;
        color: #fff;
        display: block;
        font-size: 11px;
        font-weight: 600;
        line-height: 14px;
        padding: 0 13px 0 10px;
        text-transform: uppercase
    }

    .top-nav li:first-child a {
        padding-left: 0
    }

    .top-nav li:last-child a {
        border-right: none
    }

    .top-nav li a:hover {
        color: #ffcd02
    }

.act-open-btn {
    background: #f0d100 none repeat scroll 0 0;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 12px 0 62px;
    text-transform: uppercase;
    position: relative
}

    .act-open-btn span {
        background: #d2b700 none repeat scroll 0 0;
        bottom: 0;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px
    }

    .act-open-btn:hover {
        background: #fcdc05;
        color: #000
    }

.hdr-mid-part {
    background: #fff none repeat scroll 0 0;
    padding: 5px 0;
    width: 100%;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.forgot-btn {
    color: #015323;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0 0
}

.activate-btn {
    color: #fa3168;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0 0
}

.field1 {
    height: 35px;
    margin: 0 10px 0 0;
    width: 220px
}

    .field1 i {
        border-right: 1px solid #e0e7eb;
        bottom: 0;
        color: #015323;
        font-size: 15px;
        left: 0;
        line-height: 33px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 35px
    }

    .field1 .form-control {
        border: 1px solid #e0e7eb;
        border-radius: 6px;
        color: #333;
        font-size: 13px;
        padding: 0 10px 0 45px
    }

.login-btn {
    background: #008136 none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    padding: 0 15px;
    text-transform: uppercase
}

.hdr-btm-part {
    background: #008136 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 100%
}

.menu ul li {
    display: inline-block;
    float: left;
    margin: 0 25px 0 0;
    position: relative
}

    .menu ul li a {
        color: #fff;
        display: block;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase
    }

        .menu ul li a:hover, .menu ul li:hover a, .menu ul li a.active, .menu ul li.active a {
            color: #f0d100
        }

    .menu ul li.home a {
        background: #015323 none repeat scroll 0 0;
        color: #ffed00;
        font-size: 20px;
        padding: 0 15px
    }

.login-btn:hover {
    background: #f0d100;
    color: #000
}

.betslip-btn {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background: #f0d100;
    padding-left: 10px;
}

    .betslip-btn i {
        margin: 0 0 0 0px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

    .betslip-btn:hover {
        color: #000
    }

    .betslip-btn.collapsed i {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

.ftr-top {
    background: #008136 none repeat scroll 0 0;
    padding: 20px 0;
    color: #fff
}

    .ftr-top h4 {
        color: #fff;
        font-size: 16px;
        margin: 0 0 15px;
        padding: 0 0 10px;
        position: relative;
        text-transform: uppercase;
    }

        .ftr-top h4:after {
            background: #fec12b none repeat scroll 0 0;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 46px
        }

.cmn-link li {
    display: inline-block;
    padding: 0 0 5px 15px;
    vertical-align: top;
    width: 49%;
    position: relative;
    font-size: 12px;
}

    .cmn-link li:before {
        content: "";
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        top: 0
    }

    .cmn-link li a {
        color: #fff
    }

        .cmn-link li a:hover {
            color: #f0d100
        }

.ftr-wdth1, .ftr-wdth3 {
    width: 37%
}

.ftr-wdth2 {
    width: 26%
}

    .ftr-wdth2.cmn-link ul li {
        display: block;
        width: 100%
    }

.paypal-img {
    display: block;
    margin: 0 0 25px -4px;
    width: 100%;
    max-width: 300px;
}

.social-box a {
    background: #00314c none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    margin: 0 8px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 35px
}

    .social-box a:hover {
        background: #f0d100;
        color: #004e77
    }

.ftr-btm {
    background: #015323 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    text-align: center
}

.sidebar {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 20%
}

.content-part {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 0 0 1.3%;
    padding: 20px;
    position: relative;
    width: 57.5%
}

.category-box {
    display: block
}

    .category-box ul li {
        display: block;
        list-style: none;
        position: relative
    }

    .category-box > ul > li {
        border-bottom: 1px solid #fff
    }

        .category-box > ul > li > a {
            background: #000 none repeat scroll 0 0;
            color: #fff;
            display: block;
            font-size: 15px;
            font-weight: 600;
            padding: 9px 9px 9px 20px;
            text-decoration: none;
            text-transform: uppercase;
            position: relative
        }

            .category-box > ul > li > a:after {
                content: "";
                font-family: FontAwesome;
                font-size: 21px;
                position: absolute;
                right: 9px;
                top: 50%;
                color: #fff;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%)
            }

    .category-box ul li:hover a, .category-box ul li.active a {
        background: #008136 none repeat scroll 0 0;
        color: #fff
    }

    .category-box > ul > li.active > a:after {
        content: ""
    }

    .category-box ul li ul.sub_menu li {
        border-bottom: 1px solid #d5dee3
    }

        .category-box ul li ul.sub_menu li a {
            background: #fff none repeat scroll 0 0;
            color: #000;
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding: 8px 10px 8px 20px;
            position: relative
        }

    .category-box > ul > li > ul li a:after {
        color: #015323;
        content: "";
        font-family: FontAwesome;
        font-size: 17px;
        position: absolute;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .category-box ul li ul.sub_menu li:hover a, .category-box ul li ul.sub_menu li.active a {
        color: #008136
    }

    .category-box > ul > li ul li.active > a:after {
        content: ""
    }

    .category-box ul li ul.sub_menu li ul.sub_menu li {
        border-bottom: 1px solid #d5dee3
    }

        .category-box ul li ul.sub_menu li ul.sub_menu li a {
            background: #f7f7f7 none repeat scroll 0 0;
            color: #000;
            font-size: 12px;
            padding: 5px 5px 7px 26px;
        }

        .category-box ul li ul.sub_menu li ul.sub_menu li:hover a, .category-box ul li ul.sub_menu li ul.sub_menu li.active a {
            color: #008136
        }

        .category-box ul li ul.sub_menu li ul.sub_menu li ul.sub_menu li a {
            background: #f1f1f1 none repeat scroll 0 0;
            color: #000;
            font-size: 13px;
            padding-left: 45px
        }

    .category-box ul li:last-child {
        border-bottom: none !important
    }

    .category-box ul li ul.sub_menu {
        display: none
    }

    .category-box > ul > li.active > ul.sub_menu {
        display: block
    }

    .category-box ul li.drop-down-none a:after {
        display: none !important
    }

    .category-box ul li ul.sub_menu li a:hover {
        background: #008136 none repeat scroll 0 0 !important;
        color: #fff !important;
    }

        .category-box ul li ul.sub_menu li a:hover:after {
            color: #fff !important;
        }

.tab_part h1 {
    font-size: 13px;
    text-transform: uppercase;
    padding: 4px 0 12px 0;
}

.tab_part .nav-tabs {
    background: #015323 none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0
}

    .tab_part .nav-tabs > li {
        float: left;
        margin: 0;
        padding: 0
    }

        .tab_part .nav-tabs > li > a {
            background-color: #015323;
            border: medium none;
            border-radius: 0;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            margin: 0;
            padding: 9px 10px 9px 39px;
            text-transform: uppercase;
            background-position: 9px center;
            background-repeat: no-repeat;
            background-size: auto 23px;
        }

        .tab_part .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav > li > a:hover {
            background-color: #f0d100;
            color: #000;
            border: none
        }

        .tab_part .nav-tabs > li.bg1 a {
            background-image: url(images/soccer-icon.png)
        }

        .tab_part .nav-tabs > li.bg1.active a, .tab_part .nav-tabs > li.active.bg1 a {
            background-image: url(images/soccer-icon-a.png)
        }

        .tab_part .nav-tabs > li.bg2 a {
            background-image: url(images/basketball-icon.png)
        }

        .tab_part .nav-tabs > li.bg2.active a, .tab_part .nav-tabs > li.active.bg2 a {
            background-image: url(images/basketball-icon-a.png)
        }

        .tab_part .nav-tabs > li.bg3 a {
            background-image: url(images/tennis-icon.png)
        }

        .tab_part .nav-tabs > li.bg3.active a, .tab_part .nav-tabs > li.active.bg3 a {
            background-image: url(images/tennis-icon-a.png)
        }

        .tab_part .nav-tabs > li.bg4 a {
            background-image: url(images/american-football-icon.png);
            background-position: 13px center
        }

        .tab_part .nav-tabs > li.bg4.active a, .tab_part .nav-tabs > li.active.bg4 a {
            background-image: url(images/american-football-icon-a.png)
        }

        .tab_part .nav-tabs > li.bg5 a {
            background-image: url(images/boxing-icon.png)
        }

        .tab_part .nav-tabs > li.bg5.active a, .tab_part .nav-tabs > li.active.bg5 a {
            background-image: url(images/boxing-icon-a.png)
        }


        .tab_part .nav-tabs > li.bgSoccer a {
            background-image: url(images/soccer-icon.png)
        }

        .tab_part .nav-tabs > li.bgSoccer.active a, .tab_part .nav-tabs > li.active.bg1 a {
            background-image: url(images/soccer-icon-a.png)
        }

        .tab_part .nav-tabs > li.bgOutrights a {
            background-image: url(images/soccer-icon.png)
        }

        .tab_part .nav-tabs > li.bgOutrights.active a, .tab_part .nav-tabs > li.active.bg1 a {
            background-image: url(images/soccer-icon-a.png)
        }

        .tab_part .nav-tabs > li.bgLive a {
            background-image: url(images/soccer-icon.png)
        }

        .tab_part .nav-tabs > li.bgLive.active a, .tab_part .nav-tabs > li.active.bg1 a {
            background-image: url(images/soccer-icon-a.png)
        }


/*.box1{background:#006ea8 none repeat scroll 0 0;height:30px;line-height:30px; opacity: 0.9;}*/
.box1 {
    background: #008136 none repeat scroll 0 0;
    height: 35px;
    line-height: 35px
}

.list-box {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 3px 3px #ccc;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 4
}

    .list-box li {
        display: block;
        height: auto;
        line-height: normal;
        border-bottom: 1px solid #ccc
    }

        .list-box li:last-child {
            border-bottom: none
        }

        .list-box li a {
            display: block;
            font-size: 11px;
            padding: 5px 12px
        }

            .list-box li a:hover {
                color: #000
            }

.refresh-btn {
    color: #fff !important;
    font-size: 17px;
    position: relative;
    z-index: 3
}

.toggle-btn {
    display: block;
    font-size: 14px;
}

.catg-dtl-box {
    border-top: none;
    border-right: 1px solid #e0e7eb;
    border-left: 1px solid #e0e7eb;
    border-bottom: 1px solid #e0e7eb
}

    .catg-dtl-box h2 {
        background: #e0e7eb none repeat scroll 0 0;
        display: block;
        font-size: 16px;
        height: auto;
        line-height: 1.1;
        margin: 0;
        padding: 10px 15px;
        text-align: left !important
    }

        .catg-dtl-box h2 i {
            font-size: 17px;
            margin: 0 5px 0 0
        }

.loop-box {
    border-top: 1px solid #e0e7eb;
    color: #004e77;
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 28px 5px 0;
    width: 100%
}

.date-box {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    width: 15%;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
}

    .date-box span {
        display: block;
    }

.date-box1 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    width: 15%;
    font-size: 10px;
    text-align: center;
    line-height: 22px;
}

    .date-box1 span {
        display: block;
    }

.value-box {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.drow-box {
    font-weight: 600;
    width: 65%;
    font-size: 12px;
}

.nm-box {
    width: 65%
}

    .nm-box i {
        color: #c1a800;
        margin: 0 2px 0 0
    }

.nm-box2 {
    width: 75%
}

.wdth1 {
    width: 51%;
    padding: 0 5px
}

.wdth2 {
    padding: 0 15px 0 0;
    width: 18%;
}

.wdth3 {
    padding: 0 5px;
    width: 28%;
    font-size: 12px;
}

.loop-box:before {
    background: #e0e7eb none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 47%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1
}

.loop-box:after {
    background: #e0e7eb none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 65%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1
}

.rt-sidebar {
    display: inline-block;
    margin: -30px 0 0;
    position: relative;
    width: 20%
}

.remove-btn {
    color: #000;
    font-size: 13px
}

    .remove-btn i {
        font-size: 15px;
        margin: 0 0 0 3px
    }

.standard-btn {
    font-size: 14px
}

    .standard-btn i {
        font-size: 12px;
        margin: 0 0 0 3px
    }

.box4 {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 4px 10px 5px;
}
/*.betslip-box{background:#fff none repeat scroll 0 0}*/
.betslip-box {
    background: #8f8f8f none repeat scroll 0 0;
}

.standard-box .list-box {
    background: #f0f0f0 none repeat scroll 0 0;
    width: 150px
}

.add-box {
    margin: 30px 0 0
}
/*.box5 {
	padding: 10px 10px 10px 40px;
	min-height:70px;
}*/

.box5 {
    padding: 5px 5px;
    min-height: 20px;
}
/*.delete-btn {
	color: #000;
	font-size: 16px;
	right: 10px;
	position: absolute;
	top: 10px;
	z-index: 2;
}*/

.delete-btn {
    color: #000;
    font-size: 16px;
    right: 10px;
    position: absolute;
    top: 4px;
    z-index: 2;
}

.dt-box {
    color: #004e77;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 3;
    font-size: 12px;
}

.box6 {
    padding: 0 25px 0 0;
}
    /*.box6 h4{color:#000;font-size:13px;padding:0 0 2px}*/

    .box6 h4 {
        color: #000;
        font-size: 11px;
        padding: 0 0 10px 35px
    }


    .box6 p {
        line-height: 18px;
        padding: 0 3px 6px 0px;
        font-size: 11px;
    }

.point-box {
    background: #e0e7eb none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 10px 0 0;
    outline: medium none;
    padding: 5px 10px;
    vertical-align: middle;
    width: 70px
}

.return-box strong {
    color: #004e77;
    display: inline-block;
    margin: 0 0 0 5px
}

.box8 {
    margin: 7px 0 0;
    color: #004e77;
    font-weight: 600;
}

    .box8 a {
        color: #4f4f4f;
        display: inline-block;
        margin: 0 5px
    }

.total-box {
    background: #ffed00 none repeat scroll 0 0;
    color: #000;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
}

    .total-box a {
        color: #fff;
        display: inline-block;
        margin: 0;
        float: right;
        background: #008136;
        border-radius: 6px;
        line-height: 27px;
        padding: 3px 15px;
        font-size: 11px;
        margin: 0 0 0 0;
        text-transform: uppercase;
        height: 30px;
        font-weight: 600;
    }

        .total-box a:hover {
            background: #015323;
        }

.error-box {
    background: #ff7176 none repeat scroll 0 0;
    color: #000;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
}

.merror-box {
    background: #faa0a3 none repeat scroll 0 0;
    color: #000;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
}

.ticket-box {
    background: #67f6b9 none repeat scroll 0 0;
    color: #000;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
}

.estimate-box {
    background: #e2d36a none repeat scroll 0 0;
    color: #000;
    height: 16px;
    line-height: 16px;
    padding: 0 11px;
}


.box1 .list-box {
    background: #006ea8 none repeat scroll 0 0;
    border: medium none;
}

    .box1 .list-box ul li {
        border-color: #258ac4;
    }

        .box1 .list-box ul li a {
            color: #fff;
        }

            .box1 .list-box ul li a:hover {
                color: #f0d100;
            }

.menuloader {
    border: 1px solid #ccc;
    border-radius: 100%;
    margin: 5px auto;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 28px
}

    .menuloader > img {
        border-radius: 100%;
        display: block
    }

.featuredloader, .siteloader {
    margin: 100px auto;
    text-align: center
}

.wdth_half2 {
    width: 50% !important
}

.loop_half:before {
    display: none !important
}

.loop_half:after {
    left: 55.6% !important
}

.market_count_btn {
    background: #008136 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    height: 23px;
    line-height: 22px;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    min-width: 25px;
    font-size: 12px;
}

.tab_part.tab2 .nav-tabs {
    background: #494949;
    background: -moz-linear-gradient(top, #494949 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #494949 0%,#000000 100%);
    background: linear-gradient(to bottom, #494949 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#000000',GradientType=0 );
}

    .tab_part.tab2 .nav-tabs > li > a {
        border-right: 1px solid #666;
        font-size: 11px;
        font-weight: 400;
        height: 45px;
        padding: 7px 7px;
        line-height: 17px;
        width: 79px;
        text-align: center;
        transition: inherit;
        -moz-transition: inherit;
        -webkit-transition: inherit;
        text-transform: none;
        background: #494949;
        background: -moz-linear-gradient(top, #494949 0%, #000000 100%);
        background: -webkit-linear-gradient(top, #494949 0%,#000000 100%);
        background: linear-gradient(to bottom, #494949 0%,#000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#000000',GradientType=0 );
    }

.nav > li > a:hover {
    color: #fff;
}

.tab_part.tab2 .nav-tabs > li.active > a, .tab_part.tab2 .nav-tabs > li.active > a:hover {
    background: #fcf00c;
    background: -moz-linear-gradient(top, #fcf00c 0%, #dbbf03 100%);
    background: -webkit-linear-gradient(top, #fcf00c 0%,#dbbf03 100%);
    background: linear-gradient(to bottom, #fcf00c 0%,#dbbf03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf00c', endColorstr='#dbbf03',GradientType=0 );
}

.tab_part.tab2 .nav-tabs > li:last-child > a {
    border-right: none
}

.tab_part.tab2 .nav-tabs > li > a span {
    display: block
}

    .tab_part.tab2 .nav-tabs > li > a span.sec_center {
        padding-top: 10px
    }

.pad_rt0 {
    padding-right: 0 !important
}

.loop-box.pad_rt0:before {
    left: 51%
}

.loop-box.pad_rt0:after {
    left: 72%
}

.bg-light-grey {
    background: #f7f7f7 none repeat scroll 0 0;
    font-weight: 600;
    text-align: center
}

.wght400 {
    font-weight: 400 !important
}

.value-box2 {
    padding: 0 15px 0 0;
    font-weight: 500
}

.pad_rt0.loop_half:after {
    left: 50% !important
}

.wdth_box3 {
    padding: 0 20px;
    width: 33.3333%
}

.loop-box.line_box3:before {
    left: 33.3333% !important
}

.loop-box.line_box3:after {
    left: 66.6666% !important
}

.link_box:hover {
    background: #008136 none repeat scroll 0 0;
    color: #fff
}

    .link_box:hover .value-box {
        color: #fff
    }

.all_tgl_box .box1 {
    border-bottom: 1px solid #fff;
    padding-left: 35px;
    font-size: 14px;
}

.all_tgl_box .catg-dtl-box {
    margin: -1px 0 0
}

.all_tgl_box .box1:before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.all_tgl_box .box1.active:before {
    content: ""
}

.tab_part h1 span {
    color: #999;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0 10px;
    text-transform: none
}

.hd_box2 {
    background: #e0e7eb none repeat scroll 0 0;
    padding: 8px 20px
}

    .hd_box2 h3 {
        font-size: 16px;
        padding: 0
    }

.dt2 {
    border-right: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    margin: 4px 15px 0 0;
    padding: 0 15px 0 0
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 0;
    font-size: 11px;
    list-style: outside none none;
    margin-bottom: 8px;
    padding: 5px 10px;
}

.ps3 {
    background: #008136 none repeat scroll 0 0;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

    .ps3 i {
        font-size: 12px;
        margin: 0 5px 0 0
    }

.button-box {
    margin: 5px -3px
}

    .button-box li {
        display: inline-block;
        float: left;
        padding: 0 3px;
        position: relative;
        text-align: center;
        width: 25%
    }

        .button-box li a {
            color: #fff;
            display: block;
            font-size: 12px;
            font-weight: 600;
            padding: 5px 5px;
            text-transform: uppercase;
            border: 1px solid #015323;
            border-radius: 5px;
            box-shadow: 0 0 3px #1671a1 inset;
            background: #008136;
            background: -moz-linear-gradient(top, #008136 0%, #015323 100%);
            background: -webkit-linear-gradient(top, #008136 0%,#015323 100%);
            background: linear-gradient(to bottom, #008136 0%,#015323 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bced', endColorstr='#1185c3',GradientType=0 );
        }

            .button-box li a.active {
                background: #008136;
                background: -moz-linear-gradient(top, #008136 0%, #015323 100%);
                background: -webkit-linear-gradient(top, #008136 0%,#015323 100%);
                background: linear-gradient(to bottom, #008136 0%,#015323 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00476b', endColorstr='#1a7fb2',GradientType=0 );
            }

.score-hd {
    border-top: 1px solid #e0e7eb;
}

.lp-box {
    border-top: 1px solid #e0e7eb;
}

.mrg_less {
    margin: 0 0 0 -1px;
}

.col5 {
    border-top: 1px solid #e0e7eb;
    padding: 10px 15px;
    width: 39%;
    color: #015323;
    font-size: 13px;
    font-weight: 400;
}

.col4 {
    border-top: 1px solid #e0e7eb;
    padding: 10px 15px;
    width: 22%;
    color: #015323;
    font-size: 13px;
    font-weight: 400;
}

.col3 {
    border-top: 1px solid #e0e7eb;
    padding: 10px 15px;
    width: 33.3333%;
    color: #015323;
    font-size: 13px;
    font-weight: 400;
}

.col2 {
    border-top: 1px solid #e0e7eb;
    color: #015323;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 20px;
    width: 50%;
}

.col1 {
    border-top: 1px solid #e0e7eb;
    color: #015323;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 20px;
    width: 100%;
}


.bdr4:before {
    background: #e0e7eb none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    left: 39%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.bdr4:after {
    background: #e0e7eb none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    left: 61%;
    z-index: 1;
}

.bdr4 {
    width: 100%;
    float: left;
}





.bdr3:before {
    background: #e0e7eb none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    left: 33.3333%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.bdr3:after {
    background: #e0e7eb none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    left: 66.6666%;
    z-index: 1;
}

.bdr3 {
    width: 100%;
    float: left;
}

.bdr2:before {
    background: #e0e7eb none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

.bdr2 {
    width: 100%;
    float: left;
}

#mymarketdata {
    padding: 10px;
    margin: 10px 0;
    border-top: solid 1px #e0e7eb;
}

.wdthauto {
    width: auto !important;
}

.link_box2 {
    margin-bottom: -10px;
    margin-top: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .link_box2:hover {
        background: #004e77 none repeat scroll 0 0;
        color: #fff
    }

        .link_box2:hover .value-box {
            color: #fff
        }






.date-box i {
    color: #c1a800;
    margin: 0 0 0 1px;
}

.link_box3 {
    float: left;
    margin: -8px -6px -7px 0;
    padding: 11px 10px 9px 10px;
    width: 64.5%;
    font-size: 13px;
}

    .link_box3 .nm-box {
        width: 67%;
    }

    .link_box3:hover {
        background: #008136 none repeat scroll 0 0;
        color: #fff;
    }

        .link_box3:hover .value-box {
            color: #fff;
        }

.link_box4 {
    display: block;
    padding: 8px 10px 8px 10px;
    margin: -7px -16px -7px -10px;
}

    .link_box4:hover {
        background: #008136;
        color: #fff;
        overflow: hidden;
    }

        .link_box4:hover .value-box {
            color: #fff;
        }

.hdr_fix1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.hdr_fix2 {
    position: fixed;
    top: 36px;
    z-index: 8;
    width: 235px;
}

.return-box {
    margin: 5px 0 0;
}
/*.box5:after{
	background-color:#006ea8;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: auto 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 35px;
	content: "";
	display: block;
}*/


.box5:after {
    background-color: #008136;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}


.soccer_icn:after {
    background-image: url(images/soccer-icon.png) !important;
}

.boxing_icn:after {
    background-image: url(images/boxing-icon.png) !important;
}

.basketball_icn:after {
    background-image: url(images/basketball-icon.png) !important;
}

.tennis_icn:after {
    background-image: url(images/tennis-icon.png) !important;
}

.football_icn:after {
    background-image: url(images/american-football-icon.png) !important;
}

.card_icn:after {
    background-image: url(images/card-icon.png) !important;
}

.last_box {
    padding: 20px 0 0;
    background: #e0e7eb none repeat scroll 0 0;
}

.last_box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 5px 0 0;
}

    .last_box .box5 {
        background-color: #fff;
    }

        .last_box .box5:after {
            background-color: #148fd0;
        }
/*.btm_count_box {
  border-top: 1px solid #ddd;
}*/


.btm_count_box {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

/*.btm_count_box {border-top: 1px solid #ddd;}*/

.eql_wdth {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    padding: 11px 1px 0 5px;
    position: relative;
    text-align: left;
    width: 50%;
    line-height: 1.1;
}

    .eql_wdth .form-control {
        background: #f1f1f1 none repeat scroll 0 0;
        font-size: 11px;
        font-weight: 900;
        border: medium none;
        box-shadow: none !important;
        /*height: 36px;*/
        outline: medium none;
        /*padding: 5px;*/
        text-align: center;
    }


.eql_wdth_BgColor {
    background: #fa969f none repeat scroll 0 0;
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    padding: 11px 1px;
    position: relative;
    text-align: left;
    width: 50%;
    line-height: 1.1;
}


.btm_count_box1 {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    /*margin: 0 0 10px;*/
}

.eql_wdth1 {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 11px 1px 0 5px;
    position: relative;
    text-align: left;
    width: 33.3333%;
    line-height: 1.1;
}

    .eql_wdth1 .form-control {
        background: #f1f1f1 none repeat scroll 0 0;
        font-size: 11px;
        font-weight: 600;
        border: medium none;
        box-shadow: none !important;
        /*height: 36px;*/ .eql_wdth1

{
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 11px 1px 0 5px;
    position: relative;
    text-align: left;
    width: 33.3333%;
    line-height: 1.1;
}

.eql_wdth1 .form-control {
    background: #f1f1f1 none repeat scroll 0 0;
    font-size: 11px;
    font-weight: 600;
    border: medium none;
    box-shadow: none !important;
    /*height: 36px;*/
    outline: medium none;
    /*padding: 5px;*/
    text-align: center;
}


.eql_wdth1_BgColor {
    background: #fa969f none repeat scroll 0 0;
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    padding: 11px 1px;
    position: relative;
    text-align: left;
    width: 33.3333%;
    line-height: 1.1;
}

outline: medium none;
/*padding: 5px;*/
text-align: center;
}


.eql_wdth1_BgColor {
    background: #fa969f none repeat scroll 0 0;
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    padding: 11px 1px;
    position: relative;
    text-align: left;
    width: 33.3333%;
    line-height: 1.1;
}


span.spanbox {
    display: block;
    width: 90%;
}

.number-box {
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin: 2px 5px 0 5px;
    max-width: 45px;
}

    .number-box a {
        display: block;
        background: #ffed00;
        color: #000;
        border-radius: 15px;
    }

.link_box5 {
    margin: -8px 0px -7px 0px;
    padding: 8px 10px 9px 10px;
    font-size: 12px;
    float: left;
    width: 71%;
}

    .link_box5:hover {
        background: #004e77 none repeat scroll 0 0;
        color: #fff;
    }

        .link_box5:hover .value-box {
            color: #fff;
        }

.wdth_half_third {
    width: 59% !important
}

.wdth_half_onethird {
    width: 41% !important;
    padding: 0px;
}

.loop-box.loop_half .date-box {
    width: 12.9%;
}

.link_box6 {
    font-size: 12px;
    padding: 8px 8px 8px 8px;
    margin: -7px 5px -7px -11px;
    width: 19%;
}

    .link_box6:hover {
        background: #008136 none repeat scroll 0 0;
        color: #fff;
    }

        .link_box6:hover .value-box {
            color: #fff;
        }


.wdth_half_onethird .link_box5 {
    width: 99%;
    margin: -8px 0 -7px -4px;
    padding: 8px 10px 9px 10px;
}

.all_tgl_box .box1 .number-box {
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin: 9px 0 0 0px;
    max-width: 45px;
    float: right;
    background: #f0d100;
    color: #000;
    border-radius: 15px;
    padding: 0;
    line-height: 16px;
    height: auto;
}

.eql_wdth.bdr-none {
    border-left: 1px solid #ddd !important;
    padding: 0;
}

.btm_count_box:before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 2;
}

.col-full:before, .col-full:after {
    display: none !important;
}

.col-full .wdth1 {
    width: 100% !important;
}

.col-full .date-box {
    max-width: 45px !important;
    width: 100% !important;
}

.col-full .link_box3 {
    width: 82.8% !important;
}

    .col-full .link_box3 .nm-box {
        width: 75% !important;
    }




.box5 {
    background: #ffffff none repeat scroll 0 0;
}

.last_box .box5 {
    padding-left: 40px;
}

    .last_box .box5:after {
        bottom: 0;
        height: auto;
    }

.last_box .box6 h4 {
    padding-left: 0;
}

.red_bg {
    background: #fab1b1 none repeat scroll 0 0 !important;
    color: #ffffff;
}

.green_bg {
    background: #1bc812 none repeat scroll 0 0 !important;
    color: #ffffff;
}

.yellow_bg {
    background: #feffc8 none repeat scroll 0 0 !important;
    color: #ffffff;
}

    .red_bg .delete-btn, .red_bg .box6 h4, .red_bg .box6 p, .red_bg .dt-box,
    .green_bg .delete-btn, .green_bg .box6 h4, .green_bg .box6 p, .green_bg .dt-box, yellow_bg.delete-btn, .yellow_bg .box6 h4, .yellow_bg .box6 p, .yellow_bg .dt-box {
        color: #000 !important;
    }

.form-control {
    transition: all 1s 0s ease;
}

    .form-control.error {
        box-shadow: 0px 1px 3px #f00 !important;
    }

label.error {
    padding: 2px 0;
    clear: left;
    display: block;
    color: red;
}


/*----*/
.circle-in {
    background: #cb3131;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    /* right: 48px; */
    line-height: 15px;
    width: 17px;
    height: 17px;
    position: absolute;
    text-align: center;
    top: -1px;
    font-size: 10px;
    right: 27px;
}

ul.after-user-login li {
    display: inline-block;
    position: relative;
}

    ul.after-user-login li a {
        border-right: 1px solid #fff;
        color: #fff;
        display: block;
        font-size: 11px;
        font-weight: 600;
        line-height: 14px;
        padding: 0 13px 0 10px;
        text-transform: uppercase;
    }

    ul.after-user-login li:last-child a {
        border-right: none;
    }

.welcome {
    text-align: right;
    padding-top: 5px;
}

.login-btn.signup-btn {
    padding: 8px 15px;
    height: auto;
}

.alert {
    margin: 10px;
}

.errormessage {
    color: red;
    font-size: 13px;
}

/*2 may*/
.contact-col1 {
    float: left;
    left: 0;
    position: relative;
    text-align: left;
    top: 6px;
    width: 70px;
}

.contact-col2 {
    border-left: 1px solid #cccccc;
    float: left;
    padding-left: 20px;
    width: 87%;
}

.contact-col1 i {
    color: #14b900;
    font-size: 50px;
    display: block;
}

.contact-col1 span {
    color: #14b900;
    display: block;
    font-size: 16px;
}

.contact-col2 p {
    display: block;
    padding: 0 0 5px 0;
    margin: 0;
}

    .contact-col2 p i {
        color: #004e77;
        font-size: 14px;
        width: 17px;
    }

        .contact-col2 p i.fa-map-marker {
            font-size: 16px;
        }

    .contact-col2 p span {
        color: #004e77;
        display: inline;
        font-size: 14px;
        font-weight: 600;
        padding-right: 4px;
    }

.listbox ul {
    margin: 15px 0 0 -1%;
    width: 101%;
    display: block;
}

    .listbox ul li {
        width: 31.8%;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #ccc;
        padding: 15px 15px;
        margin: 0 0 10px 1%;
        min-height: 230px;
    }

        .listbox ul li i {
            font-size: 28px;
            color: #004e77;
            display: block;
            text-align: center;
            height: 35px;
        }

        .listbox ul li .heading {
            text-align: center;
            color: #004e77;
            font-weight: 600;
            font-size: 16px;
            border-bottom: 1px solid #ccc;
            padding: 0 0 6px 0;
            margin: 0 0 10px 0;
        }

        .listbox ul li p {
            line-height: 22px;
        }

.field2 .form-control {
    border: 1px solid #a5b9c5;
    border-radius: 6px;
    color: #333333;
    font-size: 13px;
    padding: 0 15px 0 10px;
}

.input-box {
    position: relative;
}

    .input-box i {
        position: absolute;
        right: 8px;
        top: 12px;
        color: #004e77;
        font-size: 16px;
    }

    .input-box .bootstrap-select.form-control:not([class*="col-"]) {
        border: 0 none;
        padding: 0;
        width: 100%;
    }

    .input-box .bootstrap-select > .dropdown-toggle {
        height: 100%;
        padding: 0;
        width: 100%;
        z-index: 1;
    }

    .input-box .bootstrap-select .dropdown-toggle:focus {
        outline: 0 none !important;
        outline-offset: 0 !important;
    }

    .input-box .btn-group.open .dropdown-toggle {
        box-shadow: none;
    }

    .input-box .btn-default.active, .input-box .btn-default:active, .input-box .open > .dropdown-toggle.btn-default {
        background-color: rgba(0, 0, 0, 0);
        border-color: #e0e7eb;
        color: #333333;
    }

    .input-box .btn-default {
        background-color: rgba(0, 0, 0, 0);
        border-color: #a5b9c5;
        color: #333333;
    }

    .input-box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        display: inline-block;
        overflow: hidden;
        padding-left: 10px;
        text-align: left;
        width: 100%;
    }

.link1 a {
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

    .link1 a:after {
        content: '\f105';
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 8px;
        top: 8px;
        font-family: 'FontAwesome';
    }

    .link1 a:hover:after {
        color: #000;
    }

.total-bets i {
    padding: 0 5px 0 0;
    font-size: 16px;
    display: inline-block;
}

.total-bets span {
    display: inline-block;
}

.totalb {
    display: inline-block;
}

.bets-tbl {
    margin: 10px 0 0 0;
}

    .bets-tbl table {
        border: 1px solid #cccccc !important;
        border-bottom: 0;
    }

    .bets-tbl th {
        background: #fbfbfb;
        border-left: 1px solid #cccccc !important;
        border-bottom: 1px solid #cccccc !important;
        padding: 8px !important;
        font-weight: 600;
    }

        .bets-tbl th:first-child {
            border-left: 0;
        }

    .bets-tbl td {
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 8px;
    }

        .bets-tbl td:first-child {
            border-left: 0 !important;
        }

.input-box {
    margin-top: 4px;
}

.listbox a {
    color: #004e77;
}

.form-bg {
    background: #e0e7eb none repeat scroll 0 0;
    display: inline-block;
    padding: 10px 10px 2px;
    width: 100%;
}

.displayinline {
    display: inline !important;
}
/*2 may*/
.row-betdetail {
    background: #f2f2f2;
}

.row-booked {
    background: #ffffcb;
}

.row-confirmed {
    background: #c3d79c;
}

.row-betdetail td {
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.transactionlastrow td {
    border-bottom: 2px solid #cccccc;
    font-weight: 800
}

.rowicon.collapsed i {
    transform: rotate(0deg);
}

.rowicon i {
    transform: rotate(-180deg);
}

.nopad {
    padding: 0 !important;
}

a.fullwidth {
    width: 100%;
    display: block;
}

.alert-ticketstatus {
    margin-left: 0;
    margin-right: 0;
}

.scrolldataloader {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    background: #efefef;
}

h3 {
    color: #0674db;
}

.price-one i {
    color: #0674db;
}

.display-inline {
    display: inline-block;
}

.padding-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-top15 {
    padding-top: 15px;
}

.login-btn.sports-btn {
    height: 30px;
    padding: 5px 15px;
    background: #ffed00;
    color: #000;
}

    .login-btn.sports-btn:hover {
        background: #FCDC05;
    }











#DateFrom + label.error {
    position: absolute;
    top: 35px;
}

.marT10 {
    margin-top: 10px;
}

.search-wdth1 {
    width: 65%;
    padding: 8px 0;
}

.search-wdth3 {
    width: 35%;
    border-left: solid 1px #e0e7eb;
}

.loop-box.searchbox:before {
    left: 60%;
}


.search-wdth1 .link_box3 {
    width: 75%;
}

.searchbox {
    border-top: solid 1px #e0e7eb;
}

.search-wdth3 .value-box {
    width: 33%;
    padding: 8px 0;
}

    .search-wdth3 .value-box:first-child {
        border-right: solid 1px #e0e7eb;
    }

    .search-wdth3 .value-box:last-child {
        border-left: solid 1px #e0e7eb;
    }

.headerbox {
    background: #E0E7EB;
}

    .headerbox .search-wdth1 {
        padding: 0;
    }

#resultData .search-wdth1 {
    position: relative;
}

    #resultData .search-wdth1 a.search-collpase:after {
        content: "\f067";
        position: absolute;
        font-family: FontAwesome;
        display: block;
        width: 10px;
        height: 10px;
        top: 12px;
        right: 11px;
        cursor: pointer;
        color: #fff !important;
    }

    #resultData .search-wdth1 a.search-collpase.active:after {
        content: "\f068";
    }

.contentloader {
    padding: 10px 0;
    text-align: center;
    background: #fff;
}

.marketcountbtn {
    background: #133c8c;
    padding: 3px 8px;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

.searchcollapse .row-betdetail {
    background: #F2F2E7 !important;
}

.searchcollapse {
    border-bottom: solid 2px #ccc;
}

/*24 Nov 2017 css*/
.disable-box {
    opacity: 0.4;
}

.new-inr-box1 {
    background: #ffed00 none repeat scroll 0 0;
    float: left;
    padding: 10px;
    width: 100%;
}

.hd11 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 0 100px;
    text-align: center;
}

.close-btn2 {
    background: #ffed00 none repeat scroll 0 0;
    border-radius: 3px;
    color: #000000;
    font-size: 17px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: -30px;
    width: 28px;
}

.new-inr-box1 .ps3 {
    right: 10px;
    top: 10px;
}

.new-inr-box2 {
    background: #e0e7eb none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 10px;
}

.hd12 {
    color: #000000;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.new-inr-box3 {
    border: 8px solid #ffed00;
    float: left;
    width: 100%;
}

.new-btn-box1 .button-box {
    margin: 8px;
    text-align: center;
}

    .new-btn-box1 .button-box li {
        display: inline-block;
        float: none;
        min-width: 90px;
        padding: 0 1px;
        text-align: center;
        width: auto;
    }

        .new-btn-box1 .button-box li a {
            font-size: 10px;
            font-weight: 400;
            padding: 3px 10px;
            box-shadow: none;
        }

            .new-btn-box1 .button-box li a.active {
                border-color: #e6d604;
                background: #ffed00;
                background: -moz-linear-gradient(top, #ffed00 0%, #e6d604 100%);
                background: -webkit-linear-gradient(top, #ffed00 0%,#e6d604 100%);
                background: linear-gradient(to bottom, #ffed00 0%,#e6d604 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf6cc', endColorstr='#f0d100',GradientType=0 );
                color: #000;
            }

.new-box-dtl {
    float: left;
    margin: 0 -1px;
    position: relative;
}

.new-inr-box2 .date-box {
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    z-index: 3;
}


.welcomeuser {
    position: relative;
    margin-right: 10px;
}

    .welcomeuser .act-open-btn {
        padding: 0px 20px 0 20px;
    }

    .welcomeuser .collapseDiv {
        position: absolute;
        width: 100%;
        left: 100%;
        margin-right: 10px;
        top: 0;
        color: #000000;
        transition: all 0.3s ease-in;
        background: #eeeeee;
        padding: 0 5px;
        text-align: center;
        font-size: 12px;
        opacity: 0;
        visibility: hidden;
        z-index: 999999;
        right: inherit;
    }

        .welcomeuser .collapseDiv.active {
            left: 0;
            margin-right: 0;
            transition: all 0.3s ease-in;
            opacity: 1;
            visibility: visible;
        }

    .welcomeuser .abso-cross {
        position: absolute;
        left: 0px;
        top: 0;
        padding: 0px 8px;
    }

.act-open-btn span.loginlabel {
    background: inherit;
    bottom: 0;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: auto;
}

.welcomeuser ul li { /*border-bottom:solid 1px #e4e4e4;*/
    line-height: 44px;
}

/*.rt-login-box{position:absolute; right:15px; top:0;padding: 15px 0;}*/

.rt-login-box {
    position: absolute;
    right: 200px;
    top: 0;
}


/********new-css 21/9/2018********/
.racing-alt {
    padding: 30px 0;
}

.rac-top {
    padding: 0 0 20px;
}

.rac-heading {
    float: left;
}

    .rac-heading h2 {
        font-size: 13px;
        text-transform: uppercase;
        padding: 8px 0 0 0;
        color: #004e77;
    }

.rac-catg {
    float: right;
}

    .rac-catg ul {
        margin: 0;
        padding: 0;
        display: block;
    }

        .rac-catg ul li {
            list-style: none;
            display: block;
            float: left;
            margin: 0 0 0 2px;
        }

            .rac-catg ul li a {
                font-size: 13px;
                color: #004e77;
                padding: 0;
                border-radius: 3px;
                display: block;
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                fill: #208ac1;
            }

.racing-icon {
    background-image: url(images/racing-spirit.png);
    background-size: 100px;
    background-position: -32px -29px;
}

.racing-icon1 {
    background-image: url(images/racing-spirit.png);
    background-size: 100px;
    background-position: -64px -29px;
}

.racing-icon2 {
    background-image: url(images/racing-spirit.png);
    background-size: 100px;
    background-position: -101px -29px;
}

.rac-catg ul li.active a {
    background-color: #006ea8;
    fill: #fff;
    color: #fff;
}

.rac-catg ul li.active .racing-icon {
    background-position: -32px 0;
}

.rac-catg ul li.active .racing-icon1 {
    background-position: -64px 0;
}

.rac-catg ul li.active .racing-icon2 {
    background-position: -101px 0;
}
/*.racing-time{ display:none; padding:0 0 20px;}*/
.racing-time {
    display: block;
    padding: 0 0 20px;
}

    .racing-time ul {
        display: block;
        margin: 0;
        padding: 0;
    }

        .racing-time ul li {
            float: left;
            list-style: none;
            width: 24%;
            margin: 0 8px 0 0;
        }

            .racing-time ul li:last-child {
                margin: 0;
            }

.countdown-box {
    background: #006ea8;
    border-radius: 5px;
    display: flex;
    padding: 10px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.racing-time ul li:hover .countdown-box {
    background: #208ac1;
}

.cound-lft {
    width: 75%;
    float: left;
}

    .cound-lft span {
        display: block;
        color: #fff;
        font-size: 12px;
    }

        .cound-lft span.countdown-run {
            font-size: 20px;
            color: #fff;
            padding: 0 0 5px;
        }

.cound-rlt {
    width: 25%;
    float: right;
    text-align: right;
    fill: #fff;
}

.view-btn {
    float: right;
    font-size: 13px;
    color: #004e77;
}

.hdo-type {
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebedf5;
    color: #243b7f;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    padding-left: 10px;
    text-transform: uppercase;
}

.hdo-master-event {
    padding: 15px 0;
}

.hdo-master-details {
    color: #243b7f;
    font-size: 14px;
    font-weight: 400;
    padding-right: 15px;
    width: 100%;
}

    .hdo-master-details span {
        display: block;
        padding: 0 0 5px;
    }

        .hdo-master-details span.sgp-tit {
            color: #ababab;
        }
/*.cb-scrollable {display: -ms-flexbox;display: flex;}
.cb-scrollable-wrapper{-ms-flex: 1;flex: 1;position: relative;white-space: nowrap;padding-right: 1px; overflow:hidden;}*/
.hdo-master-event-tim {
    width: 100%;
}

.cb-scrollable {
    display: -ms-flexbox;
    display: flex;
}

.cb-scrollable-wrapper {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    white-space: nowrap;
    padding-right: 1px;
    overflow: hidden;
}

.cb-scrollable-item {
    border: 1px solid #ebedf5;
    width: 10.111%;
    display: block;
    float: left;
    margin: 0 -1px 0 0;
}

.hdo-master-details {
    color: #243b7f;
    font-size: 14px;
    font-weight: 400;
    padding-right: 15px;
    width: 100%;
}

/*.hdo-master-event{display: -ms-flexbox;display: flex;padding: 15px 0;}
.hdo-master-details{-ms-flex-direction: column;color: #243b7f;display: -ms-flexbox;display: flex;flex-direction: column;font-size: 14px;font-weight: 400;padding-right: 15px;width: 15%;}
.hdo-master-details span{ display:block;}
.hdo-master-details span.sgp-tit{color: #ababab;}
.hdo-master-event-tim{width: 85%;}
.cb-scrollable {display: -ms-flexbox;display: flex;}
.cb-scrollable-wrapper{-ms-flex: 1;flex: 1;position: relative;white-space: nowrap;padding-right: 1px; overflow:hidden;}
.cb-scrollable-item{border: 1px solid #ebedf5;width: 12.7%;display:block; float:left; margin:0 -1px 0 0;}*/




.cb-scrollable-item span {
    display: block;
    font-size: 12px;
}

    .cb-scrollable-item span.hdo-race {
        color: #ababab;
    }

.hlo-itm {
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    align-content: center;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    padding: 0 10px;
    font-family: 'Proxima Nova',sans-serif;
}

.hdo-master-event + .hdo-master-event {
    border-top: 1px solid #ebedf5;
}

.cb-next-button {
    background: none;
    width: 40px;
    border: 1px solid #ebedf5;
    margin-left: -1px;
}

.hlo-itm:hover {
    background: #ebedf5;
}

.nav.nav-tabs.thnd-tab {
    background: #004e77 !important;
}

    .nav.nav-tabs.thnd-tab li {
        width: 33.333%;
    }

        .nav.nav-tabs.thnd-tab li a {
            height: auto;
            display: block;
            width: 100%;
            text-transform: capitalize;
        }

.nav.nav-tabs.art-tabs li a {
    height: auto;
}

.expand-btn {
    display: block;
    text-align: center;
    background: #ebedf5;
    padding: 8px 0;
    font-size: 13px;
}

.hdo-location {
    display: none;
}

.today-dlt {
}

.tdy-heading {
    padding: 10px 0;
}

    .tdy-heading h2 {
        font-size: 13px;
        padding: 0;
        color: #004e77;
    }

    .tdy-heading img {
    }

.table-dlt tr.local-rac {
    height: 25px;
}

.table-dlt tr th {
    border: 1px solid #ebedf5;
    font-size: 12px;
    padding: 2px 0;
    text-align: center;
}

.table-dlt td {
    background-color: #fbfbfd;
    border: 1px solid #ebedf5;
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
}

.table-dlt tbody tr {
    height: 50px;
}

td.ar-venue-header {
    padding: 0 0 0 10px;
}

.ar-race-info {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.tbl-outer {
    padding: 0 0 15px;
}

.ar-race-info.wight-color {
    background: #fff;
}

.table-dlt .cb-next-button {
    border: none;
    width: 100%;
    font-size: 16px;
    height: 50px;
}

.ar-race-info span {
    display: block;
}

.read-color {
    color: #ff4b3d;
}

.f-icon {
    background-color: #35a94b;
    border-radius: 2px;
    bottom: 3px;
    color: #fff;
    font-size: 7px;
    font-weight: 500;
    left: 12px;
    line-height: 7px;
    padding: 2px;
    position: absolute;
}

.ar-race-event {
    background-color: #fff;
    display: block;
    font-size: 12px;
    width: 100%;
}

.ar-race-event-number {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border-bottom: 1px solid #ebedf5;
    color: #232539;
    display: block;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 100%;
}

.ar-race-info-hos {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.tdy-heading img {
    background: #004e77;
    padding: 5px;
    width: 30px;
    margin: 0 5px 0 0;
}

/********new-css 24/9/2018 ********/
.event-summary {
    background: #006ea8;
    padding: 20px;
}

    .event-summary h2 {
        font-size: 16px;
        color: #fff;
    }

    .event-summary ul {
        margin: 0;
        padding: 0;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

        .event-summary ul li {
            margin: 0;
            padding: 0 15px 0 0;
            list-style: none;
            -ms-flex: 1;
            flex: 1;
        }

            .event-summary ul li p {
                color: #fff;
                font-size: 13px;
                padding: 0;
                line-height: 14px;
            }

.totoutcome {
    border-bottom: 1px solid #ebedf5;
    border-left: 1px solid #ebedf5;
    border-right: 1px solid #ebedf5;
}

.result-title {
    width: 70%;
    float: left;
    border-bottom: none;
    border-right: none;
    height: 60px;
    text-align: left;
}

    .result-title p {
        display: table-cell;
        height: 60px;
        vertical-align: middle;
        padding: 0;
        font-size: 13px;
        line-height: 16px;
    }

        .result-title p strong {
            display: block;
        }

.silk-image {
    float: left;
    width: 40px;
    border-right: 1px solid #ebedf5;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

    .silk-image img {
        margin: 10px 0 0 10px;
    }

.description {
    display: table;
    height: 50px;
    padding: 0 10px;
}

.description-tote {
    width: 30%;
    float: right;
    height: 60px;
    text-align: center;
}

    .description-tote ul {
        margin: 0;
        padding: 0;
    }

        .description-tote ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 33.333%;
            float: left;
            border-left: 1px solid #ebedf5;
        }

    .description-tote p {
        display: table-cell;
        height: 60px;
        vertical-align: middle;
        padding: 0;
        font-size: 13px;
        line-height: 16px;
        width: 100px;
    }

        .description-tote p strong {
            display: block;
        }

.title-results {
    float: left;
    height: 60px;
    vertical-align: middle;
}

.race-results {
    float: right;
    height: 60px;
    border-left: 1px solid #ebedf5;
}

.table-cell {
    display: table-cell;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 75px;
}

.exotic-results-list span {
    font-size: 13px;
    line-height: 16px;
}

    .exotic-results-list span strong {
        display: block;
    }

.exotic-results-list {
    border-bottom: 1px solid #ebedf5;
    border-left: 1px solid #ebedf5;
    border-right: 1px solid #ebedf5;
}

.outcomes-wrapper {
    margin: -1px 0 0 0;
}

.rslt-out {
    width: 40px;
    padding: 0 !important;
}

.outcomes-wrapper th {
    border: 1px solid #ebedf5;
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.outcomes-wrapper td {
    border: 1px solid #ebedf5;
    font-size: 12px;
    overflow: hidden;
    padding: 8px 10px;
    text-align: left;
    text-overflow: ellipsis;
}

.sub-detail {
    display: block;
    color: #666;
}

.column-tote {
    text-align: center !important;
}

    .column-tote span {
        color: #b5b5b5;
        font-size: 14px;
        font-weight: 500;
    }

.green-color {
    color: #35a94b;
}

.outcomes-wrapper tr:nth-child(2n+2) {
    background-color: #fbfbfd !important;
}

.tm-drs {
    height: 45px;
    background-size: 100% !important;
    background-position: 10px 3px !important;
}

.hmt-sho {
    cursor: pointer;
}

    .hmt-sho i {
        float: right;
        font-size: 18px;
        margin: -25px 0 0 0;
    }

.rust-alm {
    text-align: center !important;
    border-left: none !important;
    border-bottom: none !important;
    padding: 2px 0 !important;
    font-size: 10px !important;
}

.replay-btn {
    background: #fff;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 0 0 0 20px;
}

    .replay-btn i {
        color: #91dc5a;
    }

.next-jump h3 {
    font-size: 15px;
    color: #fff;
    background: #004e77;
    font-weight: normal;
    padding: 6px 15px;
}

.next-jump ul {
    margin: 0;
    padding: 0;
}

    .next-jump ul li {
        margin: 0;
        padding: 10px 5px;
        list-style: none;
        float: left;
        width: 25%;
        border-right: 1px solid #ebedf5;
    }

        .next-jump ul li:last-child {
            border-right: none;
        }

.jump-box figure {
    float: left;
    margin: 0 4px 0 0;
}

.trfu-clt {
    float: left;
    font-size: 13px;
    color: #666;
}

    .trfu-clt strong {
        display: block;
        font-weight: normal;
        color: #004e77;
    }

.crt-rlt.read-color {
    float: right;
    margin: 7px 0 0 0;
    font-size: 11px;
}

.entire-circuit {
    background: #006ea8;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
}

.entire-top {
    padding: 0 0 20px;
}

.paken-btn {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

    .paken-btn img {
        margin: 0 5px 0 0;
    }

.entire-top > ul {
    float: right;
    margin: 0;
    padding: 0;
}

    .entire-top > ul > li {
        float: left;
        list-style: none;
        margin: 0 0 0 2px;
        padding: 0;
    }

        .entire-top > ul > li > a {
            color: #fff;
            padding: 5px 8px;
            border-radius: 5px;
            border: solid 1px transparent;
        }

            .entire-top > ul > li > a:hover {
                border: solid 1px #fff;
            }

        .entire-top > ul > li.active > a {
            border: solid 1px #fff;
        }

.rail-mrt p {
    font-size: 13px;
    color: #fff;
    padding: 0;
}

.all-result-btn {
    border: solid 1px #0e7bb5;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #004e77;
    padding: 10px 15px;
    border-radius: 5px;
    margin: -60px 0 0 0;
}

    .all-result-btn:hover {
        border: solid 1px #fff;
        float: right;
        color: #004e77;
        background: #fff;
    }

.meetings-open {
    position: absolute;
    left: 20px;
    top: 60px;
    width: 200px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    display: none;
    z-index: 9;
}

    .meetings-open ul {
        margin: 0;
        padding: 0;
    }

        .meetings-open ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            float: none;
            display: block;
            overflow: hidden;
        }

            .meetings-open ul li a {
                font-size: 14px;
                font-weight: 600;
            }

            .meetings-open ul li img {
                float: left;
                background: #006ea8;
                margin: 0 10px 0 0;
                border-bottom: solid 1px #004e77;
                padding: 5px;
            }

            .meetings-open ul li span {
                display: block;
                border-bottom: solid 1px #ececec;
                height: 39px;
                line-height: 39px;
            }

    .meetings-open h6 {
        background: #f7f7f7;
        border-bottom: 1px solid #ededed;
        padding: 6px 10px;
        margin: 0;
    }

/****28/9/2018***/
.box1.top-pd-md {
    margin: -30px 0 15px 0;
}

.racingrefresh-btn {
    color: #fff;
}

.racingdetailrefresh-btn {
    color: #fff;
}


/* today*/
.tab_part .nav-tabs > li.horseicon a {
    background-image: url(images/horse-icon-hover.png);
}

.tab_part .nav-tabs > li.horseicon.active a {
    background-image: url(images/horse-icon.png);
}



.hdo-master-event-inst {
    padding: 5px 0;
}

.hdo-master-details-lft {
    column;
    color: #243b7f;
    font-size: 14px;
    font-weight: 400;
    padding-right: 15px;
    width: 100%;
}

    .hdo-master-details-lft span {
        display: block;
    }

        .hdo-master-details-lft span.sgp-tit {
            color: #ababab;
        }

.hdo-master-event-tim-det {
    width: 100%;
}

.cb-scrollable-item-hmt {
    border: 1px solid #ebedf5;
    width: 11.222%;
    display: block;
    float: left;
    margin: 0 -1px 0 0;
}

    .cb-scrollable-item-hmt span {
        display: block;
        font-size: 12px;
    }

        .cb-scrollable-item-hmt span.hdo-race {
            color: #ababab;
        }

a.allracingrefresh-btn.pull-right {
    color: #fff;
}

.cb-scrollable-item.blankrace span.hdo-race {
    padding: 14px 0 0 0;
}
/***12 Oct 2018**/
.racedisable {
    opacity: 0.5 !important; /* Fade effect */
    cursor: not-allowed; /* Cursor change to disabled state*/
    pointer-events: none;
}

.racedisableWithRed {
    opacity: 0.5 !important; /* Fade effect */
    cursor: not-allowed; /* Cursor change to disabled state*/
    pointer-events: none;
    color: red !important;
}
/*****/

.rust-alm strong {
    display: block;
    border-top: solid 1px #ebedf5;
}

.combos-div {
    background: #004e77;
    padding: 15px;
}

.combos-sec {
    padding: 0 0 15px;
}

    .combos-sec span {
        color: #fff;
        font-size: 15px;
        display: block;
        font-weight: 600;
    }

        .combos-sec span.text-left {
            float: left;
        }

        .combos-sec span.text-right {
            float: right;
        }

.selections-race {
    float: left;
    padding: 10px 0 0 0;
}

    .selections-race span {
        display: inline-block;
        margin: 0 8px 0 0;
        color: #fff;
        font-weight: 600;
    }

.selections-buttons {
    float: right;
}

    .selections-buttons .all-result-btn {
        float: none;
        margin: 0 0 0 5px;
        display: inline-block;
        background: #0e7bb5;
    }

        .selections-buttons .all-result-btn:hover {
            background: #fff;
            border: solid 1px #fff;
        }

.fixed-section {
    position: fixed;
    width: 49.8%;
    margin: 0 0 0 -20px;
    z-index: 999;
}

.column-tote:hover {
    background: #ccedff;
}

.column-tote.active {
    background: #006ea8;
}

.column-tote a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
}

.column-tote.active a span {
    color: #fff;
}

.column-tote:hover a span {
    color: #000;
}

.popup-middle {
    width: 300px;
    background: #cb3131;
    padding: 15px;
    border-radius: 3px;
    color: #ffffff;
    position: fixed;
    left: calc(50% - 150px);
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
}

    .popup-middle.success {
        background: green;
    }

    .popup-middle .cross {
        position: absolute;
        right: 8px;
        top: 4px;
    }

        .popup-middle .cross a {
            color: #ffffff;
        }

.disable-selectionbtn {
    pointer-events: none;
    opacity: 0.4;
}

.main-div {
    min-height: 900px;
}

.login-btn.racing-btn {
    height: 23px;
    padding: 1px 15px;
    background: #fff000;
    color: #000;
}

.fixed-box-add, .abs {
    position: fixed;
    top: 67px;
    z-index: 9;
    width: 234px;
    margin-left: 14px;
}

.scrolldiv {
    height: 484px;
    overflow: auto;
    padding: 0 6px;
}
    /*.abs {
  position: absolute; 
  bottom: 10px;  
  margin-left: 14px;width: 234px;
}


.sticky {
  position: fixed; 
  
top: 70px;
}

.abs {
  position: absolute; 
  bottom: 10px;
  
 
}*/

    .scrolldiv .yellow_bg {
        background: #feffc8 none repeat scroll 0 0 !important;
        color: #ffffff;
        border: 1px solid #e2d36a;
        margin-bottom: 0;
        margin-top: 9px;
    }

.rt-sidebar .betslip-box {
    background: #f0f0f0;
}

.betslip-btn i.betsliparrow {
    /*margin-left: 25px;*/
    margin-right: 8px;
}

.multi-box {
    opacity: 0.30;
    pointer-events: none;
}

.fixed-box .betslip-box {
    position: static !important;
    top: 0px !important;
}

.betslip-btn img {
    width: 30px;
}


@media only screen and (max-width:1199px) {
body{font-size:13px}
.content-part{padding:10px}
.tab_part .nav-tabs > li > a{background-position:5px center;background-size:auto 18px;font-size:13px;padding:9px 7px 9px 28px}
.tab_part .nav-tabs > li.bg4 a{background-position:12px center}
.toggle-btn{font-size:14px}
.loop-box{font-size:13px}
.remove-btn{font-size:12px}
.standard-btn{font-size:13px}
.list-box li a{font-size:12px;padding:5px 10px}
.box6 p{line-height:18px;padding:0 0 5px}
.return-box{margin:5px 0 0}
.box8 a{font-size:12px;margin:0 1px}
.loop-box:before{left:47%}
.loop-box:after{left:65%}
.loop_half:after{left:55.5%!important}
.box1{font-size:15px}
.tab_part.tab2 .nav-tabs > li > a{font-size:10px;height:46px;padding:8px}
.ps3 {
  font-size: 12px;
  top: 0;
}
.breadcrumb > li{font-size:12px}
.hd_box2 h3{font-size:14px}
.dt2{margin:2px 10px 0 0;padding:0 10px 0 0}
.button-box li a{border-radius:4px;font-size:13px;padding:8px 5px}
.col2, .col3 {
  font-size: 13px;
}
.hdr_fix2 {
	top: 36px;
	right:15px;
}
.box6 h4 {
	line-height: 1.1;
}
.eql_wdth,.eql_wdth .form-control {
	font-size: 11px;
}
.date-box{ font-size:11px;}
.date-box i{ margin:0px;}
.nm-box2{ width:66%;}
.link_box4 {
    margin: -7px -15px -7px -11px;
}
.wdth_half_onethird {
    width: 40% !important;
}
.wdth_half_onethird .link_box5{ width:100%;}


}

@media only screen and (max-width:1150px) {
.link_box4 {
    margin: -7px -15px -7px -8px;
}
.link_box6 {
    margin: -7px 5px -7px -9px;
}
.link_box5{ width:70%;}
}
.col-full .link_box3 {
  width: 81.5% !important;
}

@media only screen and (max-width:1100px) {
.link_box5 {
    width: 68.6%;
}
.col-full .link_box3 {
  width: 80.5% !important;
}
.wdth_half_onethird .link_box5{
	margin:-8px 0 -7px -2px;
}
}

@media only screen and (max-width:1024px) {
.loop-box:before{left:46.7%}
.loop-box:after{left:64%}
.link_box3{ width:61%;}
.loop_half:after{left:55%!important}
.link_box6 {
    margin: -7px 5px -7px -8px;
    width: 18%;
}
.link_box5 {
    width: 67.9%;
}
.wdth_half_onethird .link_box5 {
    margin: -8px 0 -7px -4px;
}
.col-full .link_box3 {
  width: 79.7% !important;
}
/*2 may*/
.contact-col2{width:85%;}
.listbox ul li .heading{  font-size: 14px;}
.listbox ul li i{  font-size: 25px; height: 29px;}
.input-box i{top:10px;}
/*2 may*/
}

@media only screen and (max-width:991px) {
}
@media only screen and (max-width:767px) {
}
@media only screen and (max-width:639px) {
}
@media only screen and (max-width:479px) {
}


@media screen and (max-width: 1601px), screen and (max-height: 900px) {

    .scrolldiv {
        height: 450px;
        overflow: auto;
    }
}

@media screen and (max-width: 1599px), screen and (max-height: 768px) {

    .scrolldiv {
        height: 450px;
        overflow: auto;
    }
}

@media screen and (max-width: 1280px), screen and (max-height: 720px) {

    .scrolldiv {
        height: 380px;
        overflow: auto;
    }
}

.pad-lr0{padding-left:0; padding-right:0;}
.left-text{text-align:left !important;}
.fixheight300{max-height:500px; overflow:auto;}

select,select.form-control{
 -moz-appearance:none;
 -webkit-appearance:none;
 -ms-appearance:none;
 -o-appearance:none;
 appearance:none;
 background:#fff url(../arrowdown.png) no-repeat scroll right center !important;
 padding-left:8px;
 padding-right:28px;
 text-overflow:ellipsis;
 white-space:nowrap
}
.intl-tel-input{width:100%;}
.top-nav li.lastmenu a{border-right:none;}
.redtext,.redtext i,.redtext span{color:red !important;}
 .text-center{text-align:center;}
 .marT50 {
    margin-top: 50px;
}
 

.overlay-box {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 7;
  text-align:center;
}
.overlay-box span {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  display: block;
  left: 0;
  margin: 0 auto;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
}
.popup-middle.successmsg{background:green;}
@media only screen and (max-width:1366px)  and (min-width:1000px) {
    #modal-register-user .modal-lg{width:700px;}
}

@media only screen and (max-height:560px) {
    .fixheight300{max-height:450px; overflow:auto;}
}
@media only screen and (max-height:480px) {
    .fixheight300{max-height:400px; overflow:auto;}
}

/* ----------- iPhone 4 and 4S ----------- */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    body.collapse-open { position: fixed !important; width: 100% !important;}
}

/* ----------- iPhone 5 and 5S ----------- */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    body.collapse-open { position: fixed !important; width: 100% !important;}
}

/* ----------- iPhone 6 ----------- */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    body.collapse-open { position: fixed !important; width: 100% !important;}
}

/* ----------- iPhone 6+ ----------- */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    body.collapse-open { position: fixed !important; width: 100% !important;}
}
.mobilebetslip{padding-bottom:25px;}

.betslip-btninside {
    padding: 2px 8px;
    background-color: #ccc;
    color: #000;
    border-radius: 4px;
    margin-left: 5px;
}
