:root {
    --white-color: #ffffff;
    --green-color: #148161;
    --yellow-color: #ffe10f;
    --stats-color-1: #fdd101;
    --stats-color-2: #000000;
    --theme-color: #F4D416;
    --momentum-color: #ececec;
    --filter-icons-green: invert(40%) sepia(258%) saturate(600%) hue-rotate(105deg) brightness(200%) contrast(60%);
    --filter-icons-orange: invert(40%) sepia(258%) saturate(600%) hue-rotate(346deg) brightness(200%) contrast(60%);
}

/*#region globals */
body:not(.mobile) {
    background-color: #f7f7f7;
}

.alt {
    background: #fff !important;
}

.yellowText {
    color: #1b8f1b;
}

.msgBox {
    background-color: #e02625;
    color: white;
}

.grayGradient:hover {
    background: #f4d416;
}

.message-danger {
    color: #790502;
    background: #ebccd1;
}

.message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#overlay {
    background-color: #000;
}

#statsDialog {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

button:focus,
input:focus {
    outline: none !important;
}

/*#region dialog */
#dialog .content {
    background: #f7f7f7;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#dialog .menu {
    background: #767676;
    background: -moz-linear-gradient(top, #767676 0%, #040404 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #767676), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #767676 0%, #040404 100%);
    background: -o-linear-gradient(top, #767676 0%, #040404 100%);
    background: linear-gradient(to bottom, #767676 0%, #040404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#040404', GradientType=0 );
}

#dialog ul li.menu {
    border-bottom: 1px solid #666;
}

    #dialog ul li.menu:last-child {
        border-bottom: 0;
    }

#dialog .menu .item {
    color: #fff;
    border-left: 1px solid #989898;
}

    #dialog .menu .item .inner:hover,
    #dialog .menu .item.selected {
        color: #333;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

    #dialog .menu .item > ul li {
        background: #f7f7f7;
    }

        #dialog .menu .item > ul li a {
            color: #333333;
        }

        #dialog .menu .item > ul li:hover,
        #dialog .menu .item > ul li.subSelected {
            background: #fffbe5;
        }

#dialog .menu .subSelected a {
    color: #FFCA00;
}

#dialog .close {
    color: #fff;
    background-color: #1D2329;
}

    #dialog .close:hover {
        color: #333;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

.modalbox-title-bar {
    border-bottom: 1px solid #AAA;
    background: linear-gradient(top,rgba(238,238,238,1)0,rgba(224,224,224,1)100%);
}

.modalbox-title {
    color: #666;
}

.modal-close {
    color: #888;
    border-left: 1px solid #F5F2F2;
}
/*#endregion */

/*#region printdialog */
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}

.modal-body {
    color: #000;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
}

.print .btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}

    .print .btn-primary:hover,
    .print .btn-primary:focus,
    .print .btn-primary:active,
    .print .btn-primary.active {
        background-color: #3071a9;
        border-color: #285e8e;
        color: #fff;
    }

.print .close {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

    .print .close:hover,
    .print .close:focus {
        color: #000;
    }

/*#endregion */

/*#region cookies */
#cookies {
    background: rgba(0,0,0,0.5);
    text-shadow: 1px 1px 0 #000;
}

    #cookies h1 {
        color: #fff;
        border-bottom: 1px solid white;
    }

    #cookies .note {
        color: #dcdcdc;
    }
/*#endregion */

/*#region error404 */
.errorBackground .errorContainer {
    text-shadow: 0 1px 15px #000;
}

.buttonPosition .greenPulseBtn {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

    .buttonPosition .greenPulseBtn .greenPulseTextWrap {
        background: #30ff30;
        background: -moz-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#30ff30),color-stop(50%,#1b8f1b),color-stop(100%,#1fa61f));
        background: -webkit-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -o-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff30',endColorstr='#1fa61f',GradientType=0 );
        border: 3px solid #89ff8b;
        color: #ffffff;
        -webkit-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        text-shadow: 1px 2px 2px rgb(15,76,15);
    }

.subNavigationWrap {
    background: -moz-linear-gradient(top,rgba(1,12,26,0.7) 0,rgba(1,12,26,0.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(1,12,26,0.7)),color-stop(100%,rgba(1,12,26,0.7)));
    background: -webkit-linear-gradient(top,rgba(1,12,26,0.7) 0,rgba(1,12,26,0.7) 100%);
    background: -o-linear-gradient(top,rgba(1,12,26,0.7) 0,rgba(1,12,26,0.7) 100%);
    background: linear-gradient(to bottom,rgba(1,12,26,0.7) 0,rgba(1,12,26,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3010c1a',endColorstr='#b3010c1a',GradientType=0 );
}
/*#endregion */

/*#region keyframes */
@keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-o-keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-moz-keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-webkit-keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-o-keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-moz-keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #1ebd1e;
    }

    100% {
        background-color: #1b8f1b;
    }
}

@-webkit-keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #30ff30;
    }

    100% {
        background-color: #1b8f1b;
    }
}

@keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #30ff30;
    }

    100% {
        background-color: #1b8f1b;
    }
}

/*#endregion */

/*#region header */
.headerTop {
    background-color: #fdd101;
}

    .headerTop .loginBlock a {
        color: #666;
    }

    .headerTop .loginBlock .headerNavDivider {
        background: #666;
    }

    .headerTop .loginBlock .btn#txtUsername,
    .headerTop .loginBlock btn#txtPassword {
        color: #333;
    }

    .headerTop .loginBlock .loginButton {
        text-shadow: 1px 1px 0 rgb(255,238,140);
        border: 1px solid #464d57;
        color: #333;
        background: #F4D416;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

        .headerTop .loginBlock .loginButton:hover {
            background: rgb(255, 240, 165);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjBhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmUxNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 240, 165, 1)), color-stop(100%, rgba(255, 225, 76, 1)));
            background: -webkit-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: -o-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: linear-gradient(to bottom, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0a5', endColorstr='#ffe14c', GradientType=0);
        }

    .headerTop .loginBlock .registerButton,
    .headerTop .loginBlock .depositButton {
        color: #fff;
        background-color: #2ea949;
    }

        .headerTop .loginBlock .registerButton:hover,
        .headerTop .loginBlock .depositButton :hover {
            background: #1b8f1b;
        }

#header .headerTop .depositType {
    border: 3px solid #464d57;
}

    #header .headerTop .depositType::after {
        border: 8px solid rgba(0,0,0,0);
        border-bottom-color: #464d57;
    }

    #header .headerTop .depositType div a {
        background-color: #E5E5E5;
        border-bottom: 1px solid #999;
    }

        #header .headerTop .depositType div a:hover {
            background: #f4d416;
        }

#userAccount li a:active {
    color: #ffd800;
}

#userAccount span:after {
    border-top-color: #666666;
}

#userAccount > ul > li:hover > a,
#userAccount > ul:not(:hover) > li.active > a {
    background: #f4d416;
}

#userAccount li ul {
    border-top: 1px solid #ccc;
}

    #userAccount li ul a {
        border-bottom: 1px solid #999;
        background-color: #f7f7f7;
    }

        #userAccount li ul a:hover {
            background-color: #fffbe5;
        }

#header .headerMiddle {
    background: #3d3d3d;
}

.headerMiddle .navLink {
    font-weight: bold;
    color: #f7f7f7;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

body.l .headerMiddle .navLink:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.r .headerMiddle .navLink:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.headerMiddle .navLink:hover,
.headerMiddle .navLink.selected {
    color: #ffd300;
}

.headerMiddle .navLink .radialGradientOnHover {
    background-color: #fdd101;
}

.headerMiddle #singUp.greenPulseBtn {
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    border: 1px solid transparent;
}

    .headerMiddle #singUp.greenPulseBtn .greenPulseTextWrap {
        background: #30ff30;
        background: -moz-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#30ff30),color-stop(50%,#1b8f1b),color-stop(100%,#1fa61f));
        background: -webkit-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -o-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff30',endColorstr='#1fa61f',GradientType=0 );
        border: 3px solid #89ff8b;
        -webkit-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        text-shadow: 1px 2px 2px rgb(15,76,15);
    }

#header .headerBottom {
    background: #e5e5e5;
    box-shadow: 0 0 1px 0 #666;
}

    #header .headerBottom .btn:hover {
        background: #fffbe5;
    }

    #header .headerBottom .btn span {
        color: #666;
    }

    #header .headerBottom .headerNavDivider {
        background: #333333;
        border-left: 1px solid #E6EFFF;
    }

.optionSelector li a {
    color: #666;
}

.optionSelector span:after {
    border-top-color: rgba(21, 37, 83, 0.7);
}

.optionSelector > ul > li:hover > a,
.optionSelector > ul:not(:hover) > li.active > a {
    background: #fffbe5;
}

.optionSelector li ul {
    border: 1px solid #deebfd;
    background-color: #fff;
}

    .optionSelector li ul a {
        border-bottom: 1px solid #e5e5e5;
        background-color: #fff;
    }

        .optionSelector li ul a:hover,
        .optionSelector li ul li.sel a,
        .optionSelector li ul li a.sel {
            background-color: #fffbe5;
        }

.lostlogin-overlay {
    background-color: rgba(0, 0, 0, .7);
}

.lostlogin-close {
    color: white;
    background-color: #1D2329;
}

    .lostlogin-close:hover {
        color: #333;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

/*#endregion */

/*#region footer */
.mainFooter {
    background: #e5e5e5;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

    .mainFooter .inner .payments {
        border-bottom: 1px solid #ccc;
    }

    .mainFooter .inner .links {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
    }

    .mainFooter .infoContent h3 {
        color: #666;
    }

    .mainFooter .infoContent a {
        color: #999;
    }

        .mainFooter .infoContent a:hover {
            color: #666;
        }

    .mainFooter .inner .text {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
    }

        .mainFooter .inner .text p {
            color: #999;
        }

#footer .footerDevider {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

#footer .footer_links li a {
    color: #999;
}

#footer .footer_links li:hover a {
    color: #666;
}

._footer a.anchor {
    color: #333;
}

.site ._footer a.anchor:hover {
    color: #000;
}
/*#endregion */
/*#endregion */
/*#region default browser scroll*/
body:: -webkit-scrollbar {
    width: 16px;
    background-color: #f7f7f7;
}

body::-webkit-scrollbar-track {
    border: 1px solid #f7f7f7;
}

body::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
    border-radius: 19px;
    border: 4px solid transparent;
    background-clip: content-box;
}
/*#endregion */

body.root {
    background-color: #e5e5e5;
}

.passNew input[type=text],
.passNew input[type=password] {
    border: 1px solid #ccc;
}

.passNew .btn,
.terms .submit-area #btnAcceptTerms {
    border: 1px solid #e2be22;
    background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background: -o-linear-gradient(#fdf6d7,#f5cc0f);
    background: linear-gradient(#fdf6d7,#f5cc0f);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
    color: #333;
}

/*#region rootLogin */
.rootLogin input[type=text],
.rootLogin input[type=password] {
    border: 1px solid #ccc;
}

.rootLogin .btn {
    border: 1px solid #e2be22;
    background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background: -o-linear-gradient(#fdf6d7,#f5cc0f);
    background: linear-gradient(#fdf6d7,#f5cc0f);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
    color: #333;
}

    .rootLogin .btn:hover,
    .rootLogin .btn:active {
        -moz-box-shadow: 0 0 5px #e2be22;
        -webkit-box-shadow: 0 0 5px #e2be22;
        box-shadow: 0 0 5px #e2be22;
    }

.rootLogin .message-box {
    display: block;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
    color: red;
}
/*#endregion */

header {
    height: 101px;
}

/*#region home */
#banner .offerContainer {
    text-shadow: 0 1px 15px #000;
    background: rgba(0,0,0,0.6);
}

#greenPulseAnimation.greenPulseBtn {
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
}

    #greenPulseAnimation.greenPulseBtn .greenPulseTextWrap {
        width: 150px;
        background: #30ff30;
        background: -moz-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#30ff30),color-stop(50%,#1b8f1b),color-stop(100%,#1fa61f));
        background: -webkit-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -o-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff30',endColorstr='#1fa61f',GradientType=0 );
        border: 3px solid #89ff8b;
        color: #ffffff;
        -webkit-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        text-shadow: 1px 2px 2px rgb(15,76,15);
    }

#small-banners div a {
    border: 1px solid #666;
    background: #e5e5e5;
    color: #333;
}

    #small-banners div a:hover {
        border: 1px solid #F4D416;
    }

#small-banners div strong.head {
    border-bottom: 1px solid #666;
}

#termsBottom {
    color: #999;
}

    #termsBottom a {
        color: #999;
    }

#printDialog {
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
/*#endregion */

/*#region acceptance */
.acceptance #mainContent {
    background-color: #e5e5e5;
    border: 1px solid #ccc;
}

    .acceptance #mainContent h2 {
        color: #fff;
        background-color: #000;
    }

        .acceptance #mainContent h2:after {
            border-top: 29px solid black;
        }

.acceptance .acceptArea {
    background-color: #000;
}

.acceptance #btnAccept, #btnCancel {
    border: 1px solid #e2be22;
    background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background: -o-linear-gradient(#fdf6d7,#f5cc0f);
    background: linear-gradient(#fdf6d7,#f5cc0f);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
    color: #333;
}

    .acceptance #btnAccept:disabled {
        color: #808080;
    }
/*#endregion */

/*#region sports */

/*#region leftContainer */
.contentLeft .searchBox:before {
    border-left: 1px solid #575757;
}

::-webkit-input-placeholder {
    color: #c3c3c3;
}

::-moz-placeholder {
    color: #c3c3c3;
}

:-ms-input-placeholder {
    color: #c3c3c3;
}

:-moz-placeholder {
    color: #c3c3c3;
}

.searchBox .odd {
    color: #666;
    background: #f7f7f7;
    border-top: 1px solid #b3b3b3;
}

.searchBox .even {
    color: #666;
    background: #eaeaea;
    border-top: 1px solid #b3b3b3;
}

    .searchBox .odd:hover,
    .searchBox .even:hover,
    .search-focused {
        color: #000 !important;
    }

#sportsBetting {
    color: #333333;
    background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(#f7f7f7,#ebebeb);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
    background: -o-linear-gradient(#f7f7f7,#ebebeb);
    background: linear-gradient(#f7f7f7,#ebebeb);
}

#dateSlider {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #17335A;
    border-top: 1px solid #2572c4;
    border-bottom: 1px solid #000000;
}

.sliderContainer .nav_slider_txt div {
    color: #666;
}

    .sliderContainer .nav_slider_txt div:hover,
    .sliderContainer .nav_slider_txt div.on {
        color: #fdd101;
    }

.sliderContainer .nav_slider {
    background: url(/ltr/images/dateslider.png) 50% 0 no-repeat;
}

#carousel .slide-inner,
.home-page .slider,
.home-page .slots {
    background: #3d3d3d;
}

.ui-widget-header {
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
    border: 1px solid #575757;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
    border: 1px solid #969696;
}

.sportsMenu {
    color: #fff;
}

    .sportsMenu a.sport {
        background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
        background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
        background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
        background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
        color: #f7f7f7;
        border-bottom: 1px solid #575757;
        border-top: 1px solid #969696;
    }

    .sportsMenu .sport span.holder {
        border-right: 5px solid #f7f7f7;
    }

    .sportsMenu .sport.open > .holder {
        border-top: 5px solid #f7f7f7;
    }

    .sportsMenu .sport .count {
        color: #ccc;
        -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
        box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
        background: -webkit-linear-gradient(#333,#444);
        background: -moz-linear-gradient(#333,#444);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0)";
        background: -o-linear-gradient(#333,#444);
        background: linear-gradient(#333,#444);
    }

    .sportsMenu a.sport:hover,
    .sportsMenu a.sport:hover .count {
        color: #f4d416;
    }

    .sportsMenu .category {
        border-bottom: 1px solid #b3b3b3;
        border-top: 1px solid #fff;
        color: #666;
        background-color: #e0dfdf;
    }

        .sportsMenu .category:hover,
        .sportsMenu category.open,
        .sportsMenu .category.selected {
            color: #9a8400;
        }

        .sportsMenu .category span.holder {
            border-right: 4px solid #ffffff;
        }

        .sportsMenu .category.open > span.holder {
            border-top: 5px solid #FFCA00;
        }

        .sportsMenu .category .count {
            color: #656565;
        }

    .sportsMenu .tournament {
        background: #f3f3f3;
        color: #000;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #dad8d8;
    }

        .sportsMenu .tournament:hover,
        .sportsMenu .tournament.selected {
            color: #9a8400;
        }

        .sportsMenu .tournament span.count {
            color: #656565;
        }

.contentLeft .leftBlock {
    background: -webkit-linear-gradient(top,#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(top,#f7f7f7,#ebebeb);
    background: -o-linear-gradient(#f7f7f7,#ebebeb);
    background: linear-gradient(top,#f7f7f7,#ebebeb);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
}

    .contentLeft .leftBlock h3 {
        border-bottom: 1px solid #e5e5e5;
        color: #444;
    }

    .contentLeft .leftBlock li a {
        color: #333;
    }
/*#endregion */

/*#region mainContent */
.slide-inner .slide .promotion {
    text-shadow: 0 1px 15px #000;
    background: rgba(0,0,0,0.6);
}

    .slide-inner .slide .promotion .greenPulseBtn {
        box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
        color: #fff;
    }

        .slide-inner .slide .promotion .greenPulseBtn .greenPulseTextWrap {
            background: #30ff30;
            background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
            border: 3px solid #89ff8b;
            color: #ffffff;
            box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
            text-shadow: 1px 2px 2px rgb(15,76,15);
        }

.slide-inner .slide .invite .bigWhite {
    text-shadow: 3px 3px 15px #000;
}

.slide-inner .slide .invite .bigBlack {
    color: #000;
}

.slide-inner .slide .invite .terms {
    color: #333;
}

.slide-inner .slide .slide-info .slide-odds .odds-news .category {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.slide-inner .slide .slide-info .slide-odds .wrapper {
    background: rgba(0,0,0,0.3);
}

    .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds {
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0)";
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#cdcdcd);
    }

        .slide-inner .slide .slide-info .slide-odds .wrapper .more:hover span,
        .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover {
            background: -webkit-linear-gradient(#666,#eaeaea);
            background: -moz-linear-gradient(#666,#999);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0)";
            background: -o-linear-gradient(#666,#999);
            background: linear-gradient(#666,#999);
        }

            .slide-inner .slide .slide-info .slide-odds .wrapper .more:hover span,
            .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover .inner .outcome,
            .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover .inner .price {
                color: #fff;
            }

        .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected {
            background: #FFD300;
            border: 1px solid #000;
        }

            .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected .inner .outcome,
            .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected .inner .price {
                color: #000;
            }

        .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds .inner .outcome {
            color: #222;
        }

        .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds .inner .price {
            color: #000;
        }

    .slide-inner .slide .slide-info .slide-odds .wrapper .more span {
        color: #000;
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0)";
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#cdcdcd);
    }

.slide-tab span {
    background-color: #fff;
}

    .slide-tab span:hover,
    .slide-tab div.selected span {
        background: #f4d416;
    }

.slide-tab-promotions span {
    background-color: #fff;
}

    .slide-tab-promotions span:hover,
    .slide-tab-promotions div.selected span {
        background: #f4d416;
    }

#topWinners .row.head .col50 .menu:hover {
    color: #FFC607;
}

#topWinners .row.head .col50 .menu.active {
    color: #FFC607;
}

#topWinners .row.body .col50:first-child {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000000;
}

#topWinners .row.body .col50:nth-child(2) {
    border-bottom: 1px solid #000000;
}

#topWinners .row.body .col50 .row.title {
    background: -webkit-linear-gradient(#3E3E3E,#2F2F2F);
    background: -moz-linear-gradient(#3E3E3E,#2F2F2F);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3E3E3E', endColorStr='#2F2F2F', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3E3E3E', endColorStr='#2F2F2F', GradientType=0)";
    background: -o-linear-gradient(#3E3E3E,#2F2F2F);
    background: linear-gradient(#3E3E3E,#2F2F2F);
    border-bottom: 1px solid #000;
    color: #BDBDBD;
}

#topWinners .row.body .col50 .row.even {
    background-color: #2B2B2B;
}

.topWinner .row:not(.header):hover span {
    color: #666666;
}

.gr_ {
    -moz-box-shadow: 0 0 0 5px #e5e5e5;
    box-shadow: 0 0 0 5px #e5e5e5;
}

    .gr_ h2 a {
        color: #fff;
        background-color: #000;
    }

        .gr_ h2 a label.abs {
            border-top: 26px solid #000;
        }

    .gr_ .noEvents {
        color: #333;
        background: #fdd101;
    }

    .gr_ .gr-head {
        background: -webkit-linear-gradient(#777,#666);
        background: -moz-linear-gradient(#777,#666);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0)";
        background: -o-linear-gradient(#777,#666);
        background: linear-gradient(#777,#666);
        color: #f7f7f7;
        border-bottom: 1px solid #575757;
        border-top: 1px solid #969696;
    }

        .gr_ .gr-head:hover {
            filter: none;
            color: #DDB005;
        }

        .gr_ .gr-head .arrow {
            border-left: 1px solid rgba(153, 148, 148, 0.3);
            -moz-box-shadow: 1px 0 0 0 rgba(255,255,255,0.1);
            -webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,0.1);
            box-shadow: 1px 0 0 0 rgba(255,255,255,0.1);
        }

    .gr_ .evts .evt,
    .tour .evts .evt {
        background: #fff;
        border-bottom: 1px solid #b3b3b3;
    }

        .gr_ .evts .evt:hover,
        .tour .evts .evt:hover {
            background: #fff6cf;
        }

/*.gr_ .evts .evt div.bet_score span {
            background: #ffe362;
            background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
            background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
            background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
        }*/

.eventsList .bet_score .inner {
    background: #ffe362;
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
}

.gr_ .evts .evt div.bet_score {
    color: #333333;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border-left: 1px solid #f7f7f7;
}

.gr_ .evts .evt div.date,
.tour .evts .evt div.date,
.gr_ .evts .evt div.timeScore {
    color: #333;
}

#sectionLive.gr_ .evts .evt .timeScore span,
#sectionLive.gr_ .evts .evt .timeScore span,
#sectionLive.gr_ .evts .evt div.bet_score span {
    color: #333;
}

#sectionLive.gr_ .evts .evt div.timeScore {
    background: #ffe362;
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
}

.highlights-date, .eventsList-date .date span {
    color: #404040;
}

    .highlights-date .date span,
    .eventsList-date .date span,
    .gr_ .evts .evt div.date span,
    .tour .evts .evt div.date span,
    .gr_ .evts .evt .timeScore span {
        color: #333;
    }

.live div.ca-to {
    color: #5a5a5a;
}

.highlights-date, .eventsList-date {
    background-color: #e0dfdf;
    color: #404040;
}

.tour .header {
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
    color: #f7f7f7;
}

    .tour .header .trRemove:hover {
        color: #666;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

.evts .evt .match {
    color: #fff;
}

    .evts .evt .match a {
        color: #333;
    }

    .evts .evt .match span {
        color: #222;
    }

.evts .col a {
    border: 1px solid #acacac;
    background: -webkit-linear-gradient(#fafafa,#cdcdcd);
    background: -moz-linear-gradient(#fafafa,#cdcdcd);
    background: -o-linear-gradient(#fafafa,#cdcdcd);
    background: linear-gradient(#fafafa,#cdcdcd);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0)";
}

    .evts .col a:not(.disabled):hover {
        background: -webkit-linear-gradient(#666,#999);
        background: -moz-linear-gradient(#666,#999);
        background: -o-linear-gradient(#666,#999);
        background: linear-gradient(#666,#999);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0)";
    }

    .evts .col a:hover span {
        /*color: #ffffff;*/
    }

    .evts .col a:not(.disabled):hover,
    .evts .col a.selected {
        background: #FFD300;
        border: 1px solid #000;
    }

.odds.disabled {
    user-select: none;
    cursor: not-allowed !important;
}

    .odds.disabled .price,
    .odds.disabled .odd,
    .odds.disabled dd {
        background-image: url(../../Images/lock.svg);
        background-size: 13px 13px;
        background-repeat: no-repeat;
    }

    .odds.disabled .price {
        background-position: center;
    }

    .odds.disabled .odd,
    .odds.disabled dd {
        background-position: right;
    }

.evts .col .price {
    display: block;
    color: #000;
}

.evts .col a.selected span {
    color: #000000;
}

.evts .more .inner a:hover {
    color: #fff;
}

.evts .more .inner a.more-link {
    color: #333;
    border-right: 1px solid #ccc;
}

.plus {
    background: #eaeaea;
}

    .plus .g {
        background: #fff;
        border-bottom: 1px solid #d4d1d1;
    }

        .plus .g .n {
            color: #000;
        }

    .plus dl {
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#eaeaea);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)";
    }

        .plus dl dt,
        .plus dl dd {
            color: #000;
        }

        .plus dl:not(.disabled):hover {
            background: -webkit-linear-gradient(#666,#999);
            background: -moz-linear-gradient(#666,#999);
            background: -o-linear-gradient(#666,#999);
            background: linear-gradient(#666,#999);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0)";
        }

            .plus dl:not(.disabled):hover > *,
            .plus dl.selected > * {
                color: #fff;
            }

        .plus dl.selected {
            background: #FFD300;
            border: 1px solid #000;
        }

            .plus dl.selected dt {
                color: #000;
            }

            .plus dl.selected dd {
                color: #000;
            }
/*#endregion */

/*#region single event prematch */

.leagues .sp-header {
    color: #f7f7f7;
    background-color: #3a3a3a;
}

.leagues .tour .header:not(.open) {
    border-bottom: 1px solid #545454;
}

.leagues span.arrow {
    border-left: 1px solid rgba(153, 148, 148, 0.3);
}

.leagues .close {
    background-color: #545454;
}

    .leagues .close:hover {
        color: #545454;
        background-color: #fdd101;
    }

.prematchEvent .competition {
    color: #f7f7f7;
    background: #3a3a3a;
}

    .prematchEvent .competition .competitionName {
        border-left: 1px solid #999;
        border-right: 1px solid #999;
    }

.prematchEvent .matchID {
    color: #f7f7f7;
}

    .prematchEvent .matchID .matchID__inner .matchID__teams {
        color: var(--white-color);
        background-color: #313131;
    }

    .prematchEvent .matchID .matchID__inner .matchID__info .matchID__info__inner {
        background-color: #424141;
    }

        .prematchEvent .matchID .matchID__inner .matchID__info .matchID__info__inner .matchID__info__up {
            border-bottom: 1px solid #313131;
        }

.prematchEvent .matchID__info__up__result {
    color: #ffd300;
}

/*#endregion */

/*#region dateBlock */

.leagues .dateTimeline .dateBlock {
    border-right: 1px solid #3a3a3a;
}

    .leagues .dateTimeline .dateBlock .dateBlockInner {
        color: #f7f7f7;
        background-color: #666666;
    }

        .leagues .dateTimeline .dateBlock .dateBlockInner.active,
        .leagues .dateTimeline .dateBlock .dateBlockInner:not(.disabled):hover {
            color: #fdd101;
        }

        .leagues .dateTimeline .dateBlock .dateBlockInner.disabled,
        .leagues .dateTimeline .dateBlock .dateBlockInner.disabled .eventsCounter {
            cursor: not-allowed;
            color: #949494;
        }

        .leagues .dateTimeline .dateBlock .dateBlockInner .eventsCounter {
            color: #afafaf;
        }

/*#endregion */

/*#region rightContent */
.contentRight .sideBlock {
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

    .contentRight .sideBlock .sideBlockHead {
        color: #f7f7f7;
        background-color: #666;
    }

    .contentRight .sideBlock .sideBlockBody {
        background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
        background: -moz-linear-gradient(#f7f7f7,#ebebeb);
        background: -o-linear-gradient(#f7f7f7,#ebebeb);
        background: linear-gradient(#f7f7f7,#ebebeb);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
        color: #333;
    }

/*QuickBet*/
#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent {
    color: #fff;
}

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons {
        background: #f7f7f7;
        border: 1px solid #bbb;
        color: #222;
    }

        #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.eventName {
            color: #333;
        }

        #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.team {
            color: #000;
        }

            #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.team span.betType {
                color: #000;
            }

            #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.team span.position {
                color: #000;
            }

        #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.num_right {
            color: #000;
            border: 1px solid #acacac;
            background: -webkit-linear-gradient(#fafafa,#cdcdcd);
            background: -moz-linear-gradient(#fafafa,#cdcdcd);
            background: -o-linear-gradient(#fafafa,#cdcdcd);
            background: linear-gradient(#fafafa,#eaeaea);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)";
        }

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake span:after {
        border-top-color: #333;
    }

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li a {
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#eaeaea);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)";
        color: #333;
    }

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul li:last-child a {
        border-bottom: 1px solid #5c5b5b;
    }

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul > li:hover > a,
    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul:not(:hover) > li.active > a {
        -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        border: 1px solid #e2be22;
        background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
        background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
        background: -o-linear-gradient(#fdf6d7,#f5cc0f);
        background: linear-gradient(#fdf6d7,#f5cc0f);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
        color: #333;
    }

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul a {
        color: #333;
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#eaeaea);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)";
    }

        #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul a:hover {
            -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
            background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
            background: -o-linear-gradient(#fdf6d7,#f5cc0f);
            background: linear-gradient(#fdf6d7,#f5cc0f);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
            color: #333;
        }

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet {
    border: 1px solid #e2be22;
    background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background: -o-linear-gradient(#fdf6d7,#f5cc0f);
    background: linear-gradient(#fdf6d7,#f5cc0f);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
    color: #333;
}

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet:hover,
    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet:active,
    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet.active {
        -moz-box-shadow: 0 0 5px #e2be22;
        -webkit-box-shadow: 0 0 5px #e2be22;
        box-shadow: 0 0 5px #e2be22;
    }

/*Top Winner*/
.topWinner .tabs li a {
    color: #3a3a3a;
    background: #bcbcbc;
}

.topWinner .tabs li.active a {
    background: #ddd;
}

.topWinner .row {
    border-bottom: 1px solid #bbb;
}
/*#endregion */

/*#endregion */

/*#region inPlay */
.ov .favourites .clear {
    color: #ffffff;
    background: #000;
}

    .ov .favourites .clear:hover {
        color: #666;
        background: #e5e5e5;
    }

.ov .header {
    background: -webkit-linear-gradient(#777,#000);
    background: -moz-linear-gradient(#777,#000);
    background: -o-linear-gradient(#777,#000);
    background: linear-gradient(#777,#000);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#000', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#000', GradientType=0)";
    color: #f7f7f7;
}

.ov .match {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #a9a8a8;
}

    .ov .match.evenRow {
        background: #eaeaea;
        background: -webkit-linear-gradient(#f7f7f7,#eaeaea);
        background: -moz-linear-gradient(#f7f7f7,#eaeaea);
        background: -o-linear-gradient(#f7f7f7,#eaeaea);
        background: linear-gradient(#f7f7f7,#eaeaea);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#eaeaea', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#eaeaea', GradientType=0)";
    }

    .ov .match .event span {
        color: #222;
    }

    .ov .match .event strong {
        color: #666666;
    }

    .ov .match .time {
        color: #8c8c8c;
    }

        .ov .match .time strong {
            color: #000000;
        }

    .ov .match .tmpScore {
        color: #8c8c8c;
    }

        .ov .match .tmpScore span {
            border-left: 1px solid #383838;
            border-right: 1px solid #000000;
        }

            .ov .match .tmpScore span.selected {
                color: #ffffff;
            }

    .ov .match .result {
        color: #333;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

    .ov .match .oddsButtons .wrap .name .redCard,
    .ov .match .oddsButtons .wrap .name .yellowCard {
        background: #ed1f24;
        -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        border: 1px solid #800000;
    }

    .ov .match .oddsButtons .wrap .name .yellowCard {
        background: #f0ee00;
        border: 1px solid #8d8e00;
    }

    .ov .match .oddsButtons a {
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#eaeaea);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)";
    }

        .ov .match .oddsButtons a .name,
        .ov .match .oddsButtons a .odd {
            color: #000;
        }

        .ov .match .oddsButtons a:not(.disabled):hover {
            color: #fff;
            background: -webkit-linear-gradient(#666,#999);
            background: -moz-linear-gradient(#666,#999);
            background: -o-linear-gradient(#666,#999);
            background: linear-gradient(#666,#999);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0); /*IE7-*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0)"; /*IE8+*/
        }

            .ov .match .oddsButtons a:not(.disabled):hover .name,
            .ov .match .oddsButtons a:not(.disabled):hover .odd {
                color: #fff;
            }

        .ov .match .oddsButtons a.selected,
        .ov .match .oddsButtons a.active {
            background: #FFD300;
            border: 1px solid #000;
        }

            .ov .match .oddsButtons a.selected .name,
            .ov .match .oddsButtons a.active .name,
            .ov .match .oddsButtons a.selected .odd,
            .ov .match .oddsButtons a.active .odd {
                color: #000;
            }

    .ov .match .specials {
        color: #333;
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#eaeaea);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)";
    }

        .ov .match .specials:hover {
            color: #fff;
            background: -webkit-linear-gradient(#666,#999);
            background: -moz-linear-gradient(#666,#999);
            background: -o-linear-gradient(#666,#999);
            background: linear-gradient(#666,#999);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0)";
        }

.ov .sport {
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
    color: #f7f7f7;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

    .ov .sport:hover,
    .ov .sport:hover .count {
        color: #f4d416;
    }

    .ov .sport .count {
        color: #ccc;
        -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
        box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
        background: -webkit-linear-gradient(#333,#444);
        background: -moz-linear-gradient(#333,#444);
        background: -o-linear-gradient(#333,#444);
        background: linear-gradient(#333,#444);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0)";
    }

.ov .tournament {
    color: #333;
    background-color: #ccc;
    border-top: 1px solid #dedcdc;
    border-bottom: 1px solid #a9a8a8;
}

    .ov .tournament .count {
        color: #6d6d6d;
    }

.searchBox {
    background-color: #666;
    border: 1px solid #575757;
}

.contentLeft .searchBox:before {
    border-left: 1px solid #575757;
}

.searchBox .searchText {
    color: #ffffff;
    background: #666666;
    border-right: 1px solid #969696;
}

.searchBox .searchResults {
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c3c3c3;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c3c3c3;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c3c3c3;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c3c3c3;
}

.sv .header .clear {
    color: #ffffff;
    background: rgba(0,0,0,0.3);
}

    .sv .header .clear:hover {
        background: #000;
    }

.sv .header {
    color: #000;
    background: #ffe362;
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
}

    .sv .header .controls {
        border: 1px solid rgba(255,255,255,0.25);
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    }

        .sv .header .controls a {
            background: rgba(0,0,0,0.3);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000',endColorstr='#4d000000',GradientType=1 );
            text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
            border: 1px solid rgba(0,0,0,0.4);
        }

.sv .match {
    color: #222;
    background: #f7f7f7;
    border: 1px solid #ccc;
}

    .sv .match .event a strong {
        color: #bfbfbf;
    }

    .sv .match.selected .event span {
        color: #9a8400;
    }

    .sv .match .result {
        color: #000;
    }

    .sv .match .time {
        color: #666;
    }

    .sv .match a.stats-link:hover span {
        opacity: 1;
    }

    .sv .match .oddsButtons .wrap a {
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#eaeaea);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)";
    }

        .sv .match .oddsButtons .wrap a .name,
        .sv .match .oddsButtons .wrap a .odd {
            color: #000;
        }

        .sv .match .oddsButtons .wrap a:hover {
            background: -webkit-linear-gradient(#666,#999);
            background: -moz-linear-gradient(#666,#999);
            background: -o-linear-gradient(#666,#999);
            background: linear-gradient(#666,#999);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0)";
        }

            .sv .match .oddsButtons .wrap a:hover .name,
            .sv .match .oddsButtons .wrap a:hover .odd {
                color: #f7f7f7;
            }

        .sv .match .oddsButtons .wrap a.selected,
        .sv .match .oddsButtons .wrap a.active {
            background: #FFD300;
            border: 1px solid #000;
        }

            .sv .match .oddsButtons .wrap a.selected .name,
            .sv .match .oddsButtons .wrap a.active .name {
                color: #333;
            }

            .sv .match .oddsButtons .wrap a.selected .odd,
            .sv .match .oddsButtons .wrap a.active .odd {
                color: #000;
            }

    .sv .match .oddsButtons .wrap .name .redCard,
    .sv .match .oddsButtons .wrap .name .yellowCard {
        -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        border: 1px solid #800000;
    }

    .sv .match .oddsButtons .wrap .name .yellowCard {
        background: #f0ee00;
        border: 1px solid #8d8e00;
    }

.sv .sport {
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
    color: #f7f7f7;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

    .sv .sport:hover,
    .sv .sport:hover .count {
        color: #f4d416;
    }

    .sv .sport .count {
        color: #ccc;
        -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
        box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
        background: -webkit-linear-gradient(#333,#444);
        background: -moz-linear-gradient(#333,#444);
        background: -o-linear-gradient(#333,#444);
        background: linear-gradient(#333,#444);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0)";
    }

.sv .tournament {
    color: #333;
    background-color: #ccc;
    border-top: 1px solid #dedcdc;
    border-bottom: 1px solid #a9a8a8;
}

    .sv .tournament .count {
        color: #6d6d6d;
    }

#gameArea .head {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.9);
    border: 1px solid rgba(0, 0, 0,0.7);
    background: rgba(0, 0, 0, 0.7);
}

#gameArea .teams > span {
    background: -webkit-linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf021630',endColorstr='#bf021630',GradientType=1 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#bf021630', endColorStr='#bf021630', GradientType=1)";
}

#gameArea .teams .redCardsHome .redCard,
#gameArea .teams .redCardsAway .redCard {
    background: rgb(184,0,0);
    background: -moz-linear-gradient(-45deg,rgba(184,0,0,1) 0,rgba(255,26,0,1) 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(184,0,0,1)),color-stop(100%,rgba(255,26,0,1)));
    background: -webkit-linear-gradient(-45deg,rgba(184,0,0,1) 0,rgba(255,26,0,1) 100%);
    background: -o-linear-gradient(-45deg,rgba(184,0,0,1) 0,rgba(255,26,0,1) 100%);
    background: linear-gradient(135deg,rgba(184,0,0,1) 0,rgba(255,26,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80000',endColorstr='#ff1a00',GradientType=1 );
    border: 1px solid #fd1900;
}

#gameArea .gamearea-score > div:first-child {
    background: #010c1a;
    border: 1px solid #000000;
}

#gameArea .gamearea-score .scoreBlock {
    background: #060c14;
    background: -moz-linear-gradient(top,#060c14 0,#343a41 50%,#060c14 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#060c14),color-stop(50%,#343a41),color-stop(100%,#060c14));
    background: -webkit-linear-gradient(top,#060c14 0,#343a41 50%,#060c14 100%);
    background: -o-linear-gradient(top,#060c14 0,#343a41 50%,#060c14 100%);
    background: linear-gradient(to bottom,#060c14 0,#343a41 50%,#060c14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c14',endColorstr='#060c14',GradientType=0 );
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    border: 1px solid #333333;
    -moz-box-shadow: inset 0 3px 6px 1px rgba(0,0,0,1);
    -webkit-box-shadow: inset 0 3px 6px 1px rgba(0,0,0,1);
    box-shadow: inset 0 3px 6px 1px rgba(0,0,0,1);
}

    #gameArea .gamearea-score .scoreBlock.delimiter {
        color: #d9d9d9;
    }

#gameArea .gamearea-score > div:first-child + div {
    color: #cccccc;
    background: #010c1a;
}

    #gameArea .gamearea-score > div:first-child + div strong {
        color: #ffd800;
    }

#statsArea .head {
    color: #f7f7f7;
    background-color: #666;
}

#statsMain {
    color: #565656;
    background: rgba(255, 255, 255, 0.7);
}

    #statsMain .inner {
        border: 1px solid #d0d0d0
    }

#statsArea .row {
    color: #000;
}

    #statsArea .row.firstRow {
        border-bottom: 1px dashed #d0d0d0;
    }

#oddsArea .messageSuspended {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

#oddsArea .groupList .groupItem .groupItemCore .groupName {
    background: #081018;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,#081018 14%,#132841 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(14%,#081018),color-stop(100%,#132841));
    background: -webkit-linear-gradient(top,#081018 14%,#132841 100%);
    background: -o-linear-gradient(top,#081018 14%,#132841 100%);
    background: linear-gradient(to bottom,#081018 14%,#132841 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081018',endColorstr='#132841',GradientType=0 );
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15);
    box-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

    #oddsArea .groupList .groupItem .groupItemCore .groupName:hover,
    #oddsArea .groupList .groupItem .groupItemCore .groupName.selected {
        background: #246dbe;
        background: -moz-linear-gradient(top,#246dbe 0,#064387 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#246dbe),color-stop(100%,#064387));
        background: -webkit-linear-gradient(top,#246dbe 0,#064387 100%);
        background: -o-linear-gradient(top,#246dbe 0,#064387 100%);
        background: linear-gradient(to bottom,#246dbe 0,#064387 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246dbe',endColorstr='#064387',GradientType=0 );
        -moz-box-shadow: 0 1px 2px #000;
        -webkit-box-shadow: 0 1px 2px #000;
        box-shadow: 0 1px 2px #000;
    }

#oddsDivider {
    /*border: 1px solid #999;*/
}

    #oddsDivider .g.open {
        margin-bottom: 5px;
    }

    #oddsDivider .g h3 {
        color: #fff;
        background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
        background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
        background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
        background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
        border-bottom: 1px solid #575757;
        border-top: 1px solid #969696;
    }

    #oddsDivider .g > div {
        background-color: #fff;
    }

    #oddsDivider .g .o a dl {
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#eaeaea);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)";
    }

        #oddsDivider .g .o a dl dt,
        #oddsDivider .g .o a dl dd {
            color: #000;
        }

        #oddsDivider .g .o a dl:not(.disabled):hover {
            background: -webkit-linear-gradient(#666,#999);
            background: -moz-linear-gradient(#666,#999);
            background: -o-linear-gradient(#666,#999);
            background: linear-gradient(#666,#999);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0)";
        }

        #oddsDivider .g .o a dl.selected,
        #oddsDivider .g .o a dl.active {
            background: #FFD300;
            border: 1px solid #000;
        }

        #oddsDivider .g .o a dl:not(.disabled):hover dd,
        #oddsDivider .g .o a dl:not(.disabled):hover dt {
            color: #fff;
        }

        #oddsDivider .g .o a dl.selected dt,
        #oddsDivider .g .o a dl.active dt {
            color: #333;
        }

        #oddsDivider .g .o a dl.selected dd,
        #oddsDivider .g .o a dl.active dd {
            color: #000;
        }

    #oddsDivider .g .o a .empty {
        -moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
        border: 1px solid rgba(0,0,0,0.3);
        background: rgba(0,0,0,0.4);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000',endColorstr='#66000000',GradientType=1 );
    }

.lc .header {
    color: #000;
    background: #ffe362;
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
}

.lc .tab-bar-container .tab-bar-item span:after {
    background: #666666;
}

.lc .expansion-panel-divider {
    background-color: grey;
}

.lc .res {
    color: #333;
    background: #ffe362;
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
}

.lc .timeline {
    background: #212121;
    border: 1px solid black;
}

    .lc .timeline .bar {
        background-color: rgb(43,194,83);
        background-image: linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
    }

        .lc .timeline .bar:after {
            background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
        }

.lc .liveCenterCon {
    color: #333333;
}

.lc .pitch .team {
    color: #eac800;
}

.lc .pitch .inplay .msg {
    background: #5f7f3f;
    background: -webkit-gradient(linear, left top, left bottom, from(#5f7f3f), to(#4f7030));
    background: -moz-linear-gradient(top, #5f7f3f, #4f7030);
    background: -o-linear-gradient(top, #5f7f3f, #4f7030);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF5F7F3F', endColorstr='#FF4F7030')";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF5F7F3F', endColorstr='#FF4F7030');
    border: 1px solid #426225;
    -webkit-box-shadow: 0 0 0.3em 0 #124500;
    -moz-box-shadow: 0 0 0.3em 0 #124500;
    box-shadow: 0 0 0.3em 0 #124500;
}

.liveCenterCon .pitch .state .info .text span.team {
    color: #eac800;
}

.lc .liveCenterCon .pitch .state .info .text span.action {
    color: white;
}

.lc .stats .progress {
    background: #333333;
}

    .lc .stats .progress .fill {
        background: #9C7800;
    }
/*#endregion */

/*#region betlip */
.betslip h2 {
    color: #000;
    background: #ffe362;
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
}

.betSlip .betTabs li a {
    color: #333333;
    background: #e5e5e5;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

    .betSlip .betTabs li a:hover {
        color: #F7F7F7;
        background: #000;
    }

.betSlip .betTabs li.active a {
    color: #000;
    background: #ffd300;
}

.betSlip .betTabs li.disabled a,
.betSlip .betTabs li.disabled a:hover {
    color: #777777;
    background: #d1d3dc;
}

.betSlip .message {
    color: #fff;
}

    .betSlip .message.info {
        background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
        background: -moz-linear-gradient(#f7f7f7,#ebebeb);
        background: -o-linear-gradient(#f7f7f7,#ebebeb);
        background: linear-gradient(#f7f7f7,#ebebeb);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
        color: #565656;
    }

.betSlip .matches li {
    color: #333333;
    background: #fffbe5;
    border-bottom: 1px solid #d5d5d5;
}

    .betSlip .matches li.non-active {
        background: #f5f5f7;
    }

    .betSlip .matches li .solid {
        color: #969696;
    }

.betSlip .match .vs {
    color: #333;
}

.betSlip .oddsRmv {
    color: #000;
}

    .betSlip .oddsRmv:hover {
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

.betSlip .game {
    color: #000;
}

    .betSlip .game .at {
        color: #FFD800;
    }

.betSlip .pick .banker span:hover,
.betSlip .pick .banker span.selected {
    color: #FFD800;
    background: #000;
}

.betSlip .pick .banker span.notSelected {
    color: black;
    background-color: #ccc;
}

.betSlip .bankers.selected {
    color: #FFD800;
    background: #000;
}

.betSlip .pick .position {
    color: #000;
}

.betSlip .pick .price {
    color: #000;
}

    .betSlip .pick .price.changed span {
        color: #333;
    }

.betSlip .summary {
    color: #000;
    background: #efefef;
    border-bottom: 1px solid #d5d5d5;
}

    .betSlip .summary .inner {
        /*border-top: 1px solid #fff5f5;*/
    }

        .betSlip .summary .inner table tr {
            border-bottom: 1px solid #d5d5d5;
        }

    .betSlip .summary select {
        color: #000;
    }

    .betSlip .summary #txtStake {
        color: #000;
        font-weight: bold;
        border: 1px solid #ddd;
    }

    .betSlip .summary .data dd .button {
        color: #666;
        background-color: #ddd;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }

        .betSlip .summary .data dd .button:active {
            color: #000000;
            background-color: #ffd300;
            border: 1px solid #ffd300;
        }

        .betSlip .summary .data dd .button.reset {
            color: #888b98;
        }

        .betSlip .summary .data dd .button.placeBet {
            color: #000;
            background: #ffd300;
        }

.betSlip .tabs .tab {
    color: #fff;
    background: #666;
}

    .betSlip .tabs .tab.active {
        background: #000;
    }

.betSlip .tabs b {
    color: #333;
    background-color: #e2be22;
}

input[type=checkbox] + label:before {
    background-color: #efefef;
}

.mybets {
    background: #fff;
}

ul.bet {
    border: 1px solid #ddd;
}

.bet li {
    background: #fdfdfd;
    border-bottom: 1px solid #d5d5d5;
}

    .bet li:last-child {
        color: #404040;
        background: #e0dfdf;
    }

.bet .bet-game {
    color: #011625;
}

.bet .bet-event .name {
    color: #000;
}

.bet .bet-event .vs {
    color: #656565;
}

.bet .bet-odds span {
    color: #fff;
    background: #000;
}

.bet li .bet-row.res {
    color: black;
}

.bet .bet-stake {
    color: #000;
}

.bet .bet-return {
    color: #bf4c3a;
}

.bet li.cashout span {
    border: 1px solid #e2be22;
    background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background: -o-linear-gradient(#fdf6d7,#f5cc0f);
    background: linear-gradient(#fdf6d7,#f5cc0f);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
    color: #333;
}

    .bet li.cashout span:hover {
        -moz-box-shadow: 0 0 5px #e2be22;
        -webkit-box-shadow: 0 0 5px #e2be22;
        box-shadow: 0 0 5px #e2be22;
    }

#cashoutDialog {
    background-color: rgba(0, 0, 0, .7);
}

    #cashoutDialog .container {
        background-color: #fff;
    }

        #cashoutDialog .container h2.cashoutHeader {
            color: #f7f7f7;
            background: #333333;
            /*color: #fff;
    background: -moz-linear-gradient(top, #767676 0%, #040404 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #767676), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #767676 0%, #040404 100%);
    background: -o-linear-gradient(top, #767676 0%, #040404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#040404', GradientType=0 );*/
        }

        #cashoutDialog .container .cashoutWrapper {
            color: #1a2b46;
        }

ul.bet {
    border: 1px solid #ddd;
}

#cashoutDialog .container .cashoutWrapper .cashout {
    color: #1a2b46;
    background: #efefef;
    border: 1px solid#ddd;
}

#cashoutDialog .container .cashoutWrapper .cashoutMessage {
    color: #656565;
    font-size: 20px;
}

#cashoutDialog .container .cashoutWrapper #cashoutAmount {
    color: #279b27;
}

    #cashoutDialog .container .cashoutWrapper #cashoutAmount span {
        color: #656565;
    }

#cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button {
    background: #e2be22
}

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button:hover {
        color: #fff;
        background: #999;
    }

#cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button {
    color: #fff;
    background: #279b27;
}

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button:hover {
        color: #efefef;
        background: #15c215;
    }

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button.disabled,
    #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button.disabled:hover {
        color: #d3d3d3;
        background: #5e5e60;
    }

.bet .tick {
    color: #fff;
    display: inline-block;
    margin: 1px 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 4px;
}

    .bet .tick.tick-won {
        background: #347907;
    }

    .bet .tick.tick-half-won {
        background: linear-gradient(-45deg, #347907, #347907 49%, #525c6e 51%, #525c6e)
    }

    .bet .tick.tick-void {
        background: #525c6e;
    }

    .bet .tick.tick-half-lose {
        background: linear-gradient(135deg, #525c6e, #525c6e 49%, #bf4c3a 51%, #bf4c3a)
    }

    .bet .tick.tick-lose {
        background: #bf4c3a;
    }

.bet .time {
    color: #000;
}

.bet .result {
    color: #000;
    font-weight: bold;
}

.betSlip .noBets {
    border-top: 1px solid #000;
    background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(#f7f7f7,#ebebeb);
    background: -o-linear-gradient(#f7f7f7,#ebebeb);
    background: linear-gradient(#f7f7f7,#ebebeb);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
    color: #565656;
}

@-moz-keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}

@-webkit-keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}

@keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}
/*#endregion */

/*#region info */
.information > #content,
.information #mainContent {
    background: #ececec;
    font-size: 12px;
}

.information #leftContent {
    background: #ececec;
}


#leftContent .linkList h3 {
    color: #f7f7f7;
    background-color: #666;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

#leftContent .linkList ul li {
    border-top: 1px solid #e5e5e5;
}

#leftContent .linkList li.selected,
#leftContent .linkList li:hover {
    background: -webkit-linear-gradient(#f7f7f7,#eaeaea);
    background: -moz-linear-gradient(#f7f7f7,#eaeaea);
    background: -o-linear-gradient(#f7f7f7,#eaeaea);
    background: linear-gradient(#f7f7f7,#eaeaea);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#eaeaea', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#eaeaea', GradientType=0)";
}

#leftContent .linkList li a {
    color: #666;
}

#mainContent .content a {
    color: #333;
}

    #mainContent .content a:hover {
        color: #000;
    }

#mainContent h1 span {
    color: #fff;
    background-color: #000;
}

#mainContent h1 label.abs {
    border-top: 29px solid #000;
}

#mainContent h2.title {
    color: #000;
}

#mainContent h2.promotions {
    color: #000;
}

#mainContent h3 {
    color: #333;
}

#mainContent .content {
    color: #333;
}

    #mainContent .content hr {
        background-color: #999;
    }

    #mainContent .content ul li a {
        color: #333;
    }

form#contact_form {
    background: #e5e5e5;
    box-shadow: 0 0 1px 0 #666;
}

    form#contact_form .row input {
        color: #333;
    }

    form#contact_form .row textarea {
        color: #333;
    }

    form#contact_form input#submit_button {
        color: #fff;
        border: 1px solid #262626;
        background: -webkit-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: -moz-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: -o-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: linear-gradient(#686868 0,#000 51%,#000 100%);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#686868', endColorStr='#000', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#686868', endColorStr='#000', GradientType=0)";
    }

        form#contact_form input#submit_button:hover {
            -moz-box-shadow: 0 0 5px #262626;
            -webkit-box-shadow: 0 0 5px #262626;
            box-shadow: 0 0 5px #262626;
        }

#mainContent .content .block {
    background-color: #ebebeb;
}

#mainContent .content .paymentOption .logo img {
    border: 1px solid #ccc;
}

#mainContent .content .paymentOption .depositButton a {
    color: #000;
    border: 1px solid #adadad;
    background: #d6d6d6;
    background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 4%, #ffffff 52%, #f7f7f7 57%, #f7f7f7 65%, #ededed 70%, #ededed 78%, #e7e7e7 83%, #e7e7e7 87%, #dedede 91%, #dedede 96%, #adadad 100%);
    background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 4%,#ffffff 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 4%,#ffffff 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    background: linear-gradient(to bottom, #d6d6d6 0%,#ffffff 4%,#ffffff 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#adadad',GradientType=0 );
}

.footballbuttons a {
    color: #666666;
    border: 1px solid #adadad;
    background: #d6d6d6;
    background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 4%, #ffffff 52%, #f7f7f7 57%, #f7f7f7 65%, #ededed 70%, #ededed 78%, #e7e7e7 83%, #e7e7e7 87%, #dedede 91%, #dedede 96%, #adadad 100%);
    background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 4%,#ffffff 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 4%,#ffffff 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    background: linear-gradient(to bottom, #d6d6d6 0%,#ffffff 4%,#ffffff 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#adadad',GradientType=0 );
}
/*#endregion */

/*#region mobile */
/*#region globals */
body.mobile {
    background-color: #fff;
    color: #333333;
}

.mobile a,
.mobile input {
    color: #000;
}

.mobile .mainHeader .topBar {
    background-color: #F4D416;
    color: #000;
}

.mobile .mainHeader .topBar {
    height: 56px;
}

.mainHeader .topBar .logo {
    display: flex;
    align-items: center;
}

    .mainHeader .topBar .logo img {
        display: block;
        padding: 0 0 0 12px;
        width: 116px;
        height: 20px;
    }

.rtl .mainHeader .topBar .logo img {
    padding: 0 12px 0 0;
}

.mainHeader .topBar .topBarLinks a {
    padding: 0 5px;
}

    .mainHeader .topBar .topBarLinks a.a2 {
        padding: 0 12px 0 5px;
    }

.rtl .mainHeader .topBar .topBarLinks a.a2 {
    padding: 0 5px 0 12px;
}

.mainHeader .topBar .topBarLinks {
    align-items: center;
}

.mobile .mainHeader .menu {
    height: 45px;
    background: #3d3d3d;
    -webkit-box-shadow: 0 1px 4px 1px rgba(244,212,21,.2);
    box-shadow: 0 1px 4px 0px rgba(244, 212, 21,.2);
}

.mainHeader .menu a div {
    padding: 0;
    max-height: 45px;
}

.mainHeader .menu a span {
    height: 45px;
    line-height: 45px;
}

.mobile .mainHeader .menu a {
    color: #eeeeee;
}

    .mobile .mainHeader .menu a:after {
        top: 43px;
        right: 0;
    }

    .mobile .mainHeader .menu a.selected,
    .mobile .mainHeader .menu a:active,
    .mobile .mainHeader .menu a.Clicked {
        color: #f4d415;
        background: #000;
        transition: background 1s;
    }

        .mobile .mainHeader .menu a.selected:after {
            background-color: #fdd101;
        }

.mainHeader .menu a .mybetsCount {
    color: #000000;
    background-color: #F4D416;
    box-shadow: 0 -1px 7px 0 #000;
}

.mobile .header {
    color: #f7f7f7;
    background: #333333;
}

.mobile .bInfo,
.mobile .sValues,
.mobile .tNoValues {
    background: #fff;
    border-bottom: 1px solid #C2C2C2;
}

.mobile .sValues {
    color: #666;
    background: #ececec !important;
}

.mobile .tickets_com .table_subheader {
    color: #333;
    background-color: #F4D416;
}

.tickets_com .table-responsive .table-bordered th {
    border-color: #cbb013;
}

.tickets_com .table-responsive .table-bordered td {
    border-color: #C2C2C2;
}

.mobile .totals.tValues {
    background: #ded53c47 !important;
}

.mobile .tickets_com .bInfo,
.mobile .tInfo,
.mobile .sInfo,
.mobile .tValues {
    background: #fff;
    border-bottom: 0;
}

    .mobile .sInfo dt span,
    .mobile .tInfo dt span {
        color: #333;
        background-color: #F4D416;
    }

.mobile .tDetails {
    background-color: #f9f7e4;
}

.mobile span.msgBox {
    background-color: #e02625;
}

.mobile span.relativeMsgBox {
    color: var(--white-color);
    background-color: #e02625;
}

.mobile .mainHeader .submenus {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    .mobile .mainHeader .submenus::after {
        border-bottom-color: #000000;
    }

    .mobile .mainHeader .submenus div a {
        color: #f7f7f7;
        background-color: #666;
        border-top: 1px solid #7d7d7d;
        border-bottom: 1px solid #444242;
    }

        .mobile .mainHeader .submenus div a:active {
            background-color: #333;
            color: #fff;
        }

        .mobile .mainHeader .submenus div a.selected:after {
            border-right-color: #000;
        }

.mobile .mainHeader .links {
    border: 3px solid #000;
}

    .mobile .mainHeader .links::after {
        border-bottom-color: #000;
    }

    .mobile .mainHeader .links div a {
        color: #f7f7f7;
        background-color: #666666;
        border-top: 1px solid #7d7d7d;
        border-bottom: 1px solid #444242;
    }

        .mobile .mainHeader .links div a:active {
            background-color: #333333;
            color: #fff;
        }

        .mobile .mainHeader .links div a.selected:after {
            border-right-color: #000;
        }

.mobile #betslipFooter .bg {
    color: #545454;
    background-color: #e4e4e4;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
}

    .mobile #betslipFooter .bg a span.count {
        background: #f4d416;
        border: 1px solid #999;
    }

.mobile #footer ul.menu.lang li,
.mobile #footer ul.menu li a {
    color: #666;
    font-size: 14px;
}

    .mobile #footer ul.menu.lang li.selected {
        color: #000 !important;
    }

.mobile #moveToTop {
    background-color: #000;
    border-radius: 10px;
}

    .mobile #moveToTop:active {
        background-color: #efcf15;
    }

.mobile .footerMobile {
    color: #999;
}

.mobile .loader .loader-inner {
    border: 4px solid #ffc607;
    border-top: 4px solid #0b1422;
    border-bottom: 4px solid #0b1422;
}

.loader.MB .loader-inner {
    border: 0;
}

/*#endregion */

/*#region login */
.mobile .main_header h1 {
    color: #999;
}

.mobile .login_form {
    color: #333;
    background-color: #ececec;
}

    .mobile .login_form h1 {
        color: #fff;
        background: #333333;
    }

.mobile .login_user,
.mobile .login_password {
    border: 1px solid #999;
    background-color: #fff;
}

.mobile .login_form input:focus {
    border: 1px solid #808080;
}

.mobile .lostLogin .info,
.mobile .lostLogin .input-area {
    background-color: #ececec;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .mobile .lostLogin .input-area .line,
    .mobile .register.main .input-area .line {
        color: #fff;
        background: #333333;
    }

.mobile .lostLogin input {
    border: 1px solid #999;
    background-color: #fff;
}

.mobile .login_btn {
    color: #333;
    background-image: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background-image: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background-image: linear-gradient(#fdf6d7,#f5cc0f);
    border: 1px solid #e2be22;
}

.mobile .forgot-password a,
.mobile .log-area a {
    color: #636363;
}

    .mobile .forgot-password a:hover {
        color: #666;
    }

.mobile .input-area .fields .row .f .reload {
    color: #000;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mobile .submit-area #btnRegister {
    color: #000;
    text-shadow: 1px 1px 0 #ffee8c;
    text-align: center;
    background: #ffe659;
    background: -moz-linear-gradient(top,#ffe659 0,#ffd800 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffe659),color-stop(100%,#ffd800));
    background: -webkit-linear-gradient(top,#ffe659 0,#ffd800 100%);
    background: -o-linear-gradient(top,#ffe659 0,#ffd800 100%);
    background: linear-gradient(to bottom,#ffe659 0,#ffd800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe659',endColorstr='#ffd800',GradientType=0);
    border: 1px solid #464d57;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*#endregion */

/*#region Groups */
.mobile #content .mainLinks a {
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
    background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    color: #f7f7f7;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

.mch-groups {
    background: #ebebeb;
}

.mch-group {
    color: #666666;
}

    .mch-group.selected:after {
        background-color: #fdd101;
    }

.mch-divider {
    color: #999;
}

/*#endregion */

/*#region Search */
.mobile .lblsearch {
    color: #f7f7f7;
    background: #333333
}

.mobile .searchArea {
    background-color: #f7f7f7;
}

.mobile .searchTextBox {
    border: 1px solid #bbb;
}

.mobile .results li.res {
    background: #ffffff;
    border: 1px solid #000;
}

.mobile .sInfo > div {
    color: #333;
}

.mobile .NoDataFound {
    border: 1px solid #ebccd1;
    color: #790502;
    background: #ebccd1;
}
/*#endregion */

/*#region sports */
.mobile #sportMenuContainer .sportMenu a.selected,
.mobile #sportMenuContainer .sportMenu a:active {
    background: #d7d7d7;
}

.mobile #sportMenuContainer .sportMenu a .name {
    color: #666;
}

.mobile .stInfo.highlights span.name {
    color: #fff;
    background-color: #000;
}

    .mobile .stInfo.highlights span.name .abs {
        border-top: 38px solid black;
    }

.mobile .competitionList li a {
    color: #666;
}

/*#endregion */

/*#region events */
.mobile .competition {
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    color: #f7f7f7;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

.mobile .competitions .btnCollapse {
    filter: invert(0.4);
}

.mobile .tournamentPanel .btnBack {
    filter: invert(1);
}

.mobile .matchInfo {
    color: #333;
    background-color: #fff;
}

.mobile .vs {
    color: #000;
}

.mobile .competitionList .teams {
    color: #000;
}

.mobile .competitionList li a.moreBets {
    color: #999;
    /*border: 1px solid #d4d1d1;*/
}

.mobile .bet a {
    background: #ececec;
    border: 1px solid #ddd;
}

.mobile .team-right {
    color: green;
}

/*.mobile .inner2 .bet:nth-child(2n+2) a {
    border-right: none;
}

.mobile .inner2 .g .bet:nth-child(-n+2) a {
    border-top: 1px solid #ddd;
}

.mobile .inner2 .bet:nth-last-child(-n+2) a {
    border-bottom: none;
}

.mobile .inner3 .bet:nth-child(3n+3) a {
    border-right: none;
}

.mobile .prematchEvent .inner2 .bet:nth-last-child(-n+2) a,
.mobile .liveEvent .inner2 .bet:nth-last-child(-n+2) a {
    border-bottom: 1px solid #ddd;
}

.mobile .prematchEvent .inner3 .bet:nth-child(-n+3) a,
.mobile .liveEvent .inner3 .bet:nth-child(-n+3) a {
    border-top: 1px solid #ddd;
}

.mobile .prematchEvent .inner3 .bet:nth-last-child(-n+3) a,
.mobile .liveEvent .inner3 .bet:nth-last-child(-n+3) a {
    border-bottom: 1px solid #ddd;
}

.mobile .inner3 .bet:nth-last-child(-n+3) a {
    border-bottom: none;
}*/

.mobile .bet a.selected {
    background: #f4d416;
}

.mobile .betDesc {
    color: #666666;
}

.mobile .price,
.mobile .price_home {
    color: #000;
}
/*#endregion */

/*#region PreMatchEvent */
.mobile .tournamentPanel {
    color: #f7f7f7;
    background: #333333;
}

.mobile .matchID {
    background: #E0DFDF;
    color: #333333;
}

.mobile .matchs li {
    color: #333;
    background: #fff !important;
    border-bottom: 1px solid #ddd;
}

    .mobile .matchs li:first-child {
        border-top: 1px solid #d4d1d1;
    }

.mobile .matchInner .matchDate {
    color: #333;
}

.mobile .betTypePanel {
    color: #666666;
    cursor: pointer;
}
/*#endregion */

/*#region InPlay */
.mobile #sportMenuContainer .sportMenu ul li a .icon.selected,
.mobile #sportMenuContainer .sportMenu ul li a .icon:active {
    background: #d7d7d7;
}

.mobile #sportMenuContainer .sportMenu ul li a .name {
    color: #666;
}

.mobile .selections {
    background: #ffffff;
}

.mobile .stInfo {
    color: #f7f7f7;
    background: #595959;
}

    .mobile .stInfo .name {
        font-weight: bold;
    }

.mobile .competitionList li {
    background-color: #efefef;
    border-bottom: 1px solid #ddd;
}

    .mobile .competitionList li:first-child {
        border-top: 1px solid #ddd;
    }

.mobile .matchDate,
.mobile .matchDateBT {
    color: #999;
}

.mobile .goals {
    color: green;
}

.mobile .scoutImg {
    background-color: #449d44;
    border: 1px solid #CCDFD0;
}
/*#endregion */

/*#region LiveEvent */
.mobile .mTime {
    color: #333;
    text-shadow: 1px 0px 1px #fff;
}

.mobile .g {
    background: #fff;
}

.matchID .matchInner .col20 {
    color: #000;
    background: #f4d415;
}

/*Livecenter*/
.lc .recap {
    background: #e0dfdf;
    border: 1px solid #cacaca;
}

    .lc .recap .row {
        color: #000;
    }

        .lc .recap .row.firstRow {
            border-bottom: 1px dashed #d0d0d0;
        }

        .lc .recap .row .div50:first-of-type {
            border-right: 1px dashed #d0d0d0;
        }

        .lc .recap .row .number.total {
            background-color: #f4d415;
        }
/*end livecenter*/
@keyframes arrowUp {
    0% {
        border-top: 7px solid #00643E;
        border-right: 7px solid #00643E;
    }

    100% {
        border-top: 7px solid #00ff00;
        border-right: 7px solid #00ff00;
    }
}

@keyframes arrowDown {
    0% {
        border-right: 7px solid #760000;
        border-bottom: 7px solid #760000;
    }

    100% {
        border-right: 7px solid #ff0000;
        border-bottom: 7px solid #ff0000;
    }
}

.mobile .messageSuspended {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/*#endregion */

/*#region info */
.mobile #mainContent h2 {
    color: #333;
}

.mobile #mainContent .content hr {
    background-color: #999;
}

.mobile #mainContent .content ul li a {
    color: #333;
}

.contact_form {
    background: #e5e5e5;
    box-shadow: 0 0 1px 0 #666;
}

    .contact_form .row input {
        color: #333;
    }

    .contact_form .row textarea {
        color: #333;
    }

    .contact_form input#submit_button {
        color: #fff;
        border: 1px solid #262626;
        background: -webkit-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: -moz-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: -o-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: linear-gradient(#686868 0,#000 51%,#000 100%);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#686868', endColorStr='#000', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#686868', endColorStr='#000', GradientType=0)";
    }

        .contact_form input#submit_button:hover {
            -moz-box-shadow: 0 0 5px #262626;
            -webkit-box-shadow: 0 0 5px #262626;
            box-shadow: 0 0 5px #262626;
        }

.mobile .message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
/*#endregion */

/*#region betslip */
.mobile .betSlip h2 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #333;
    background-image: -moz-linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background-image: linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background-image: -webkit-linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
}

.mobile .betSlip .message.info {
    background: #e5e5e5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.mobile .betSlip .matches li {
    color: #333333;
    background: #fffbe5;
    border-bottom: 1px solid #d5d5d5;
}

    .mobile .betSlip .matches li.non-active {
        background: #f5f5f7;
    }

        .mobile .betSlip .matches li.non-active .vs,
        .mobile .betSlip .matches li.non-active .pick,
        .mobile .betSlip .matches li.non-active .oddVal {
            color: #666;
        }

.mobile .row dt > span {
    color: #333;
}

.mobile .betSlip .vs {
    color: #969696;
}

.mobile .betSlip .oddGame {
    color: #000;
}

.mobile .betSlip .pick {
    color: #000;
}

.mobile .betSlip .oddsRmv {
    border: 1px solid #acacac;
    background-image: linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
    color: #333;
}

.mobile .betSlip .oddVal {
    color: #000;
}

.mobile .betSlip .changed {
    color: #000;
}

.mobile .betSlip .at {
    color: #FFD800;
}

.mobile .betSlip .bankers {
    color: black;
    background-color: #ccc;
}

.mobile .betSlip .sbankers {
    color: #FFD800;
    background-color: #000;
}

.mobile .betSlip .summary {
    background: #efefef;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.mobile .data .col1 {
    color: #000;
}

.mobile .data .col2 {
    color: #000;
}

.mobile .betSlip .summary select {
    color: #000;
}

.mobile .mybets {
    background: #fff;
}

.mobile ul.bet {
    border: 1px solid #ddd;
}

.mobile .bet li {
    border-bottom: 1px dotted #989B9B;
    background: #fdfdfd;
}

    .mobile .bet li:last-child {
        color: #1a2b46;
        background: #ddd;
    }

    .mobile .bet li .bet-row.res {
        color: #000;
    }

.mobile .bet .bet-game {
    color: #011625;
}

.mobile .bet .bet-event .name {
    color: #000;
}

.mobile .betSlip .vs {
    color: #7b7c7d;
}

.mobile .bet .bet-odds span {
    color: #fff;
    background: #000000;
}

.mobile .bet .bankers.selected {
    color: #FFD800;
    background-color: #000;
}

.mobile .bet li.cashout span {
    color: #333;
    background: #fdd101;
    border: 1px solid #e2be22;
}

    .mobile .bet li.cashout span:hover {
        -moz-box-shadow: 0 0 5px #e2be22;
        -webkit-box-shadow: 0 0 5px #e2be22;
        box-shadow: 0 0 5px #e2be22;
    }

.mobile .bet .bet-stake {
    color: #000;
}

.mobile .bet .bet-return {
    color: #bf4c3a;
}

.mobile .bet-dialog {
    background-color: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: unset;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-animation: unset;
    animation: unset;
    z-index: 500;
}

    .mobile .bet-dialog .containerBetslip {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.mobile #cashoutDialog,
.login.dialog {
    background-color: rgba(0, 0, 0, .7);
}

    .login.dialog .header {
        background-color: #F4D416;
        color: #000;
    }

    .mobile #cashoutDialog .container {
        background-color: #fff;
    }

        .mobile #cashoutDialog .container h2.cashoutHeader {
            color: #f7f7f7;
            background: #333333;
        }

    .mobile #cashoutDialog .cashout-close {
        color: #fff;
    }

    .mobile #cashoutDialog .container .cashoutWrapper {
        padding: 10px;
        color: #1a2b46;
    }

        .mobile #cashoutDialog .container .cashoutWrapper .cashout {
            color: #1a2b46;
            background: #efefef;
            border: 1px solid#ddd;
        }

        .mobile #cashoutDialog .container .cashoutWrapper .cashoutMessage {
            color: #656565;
        }

        .mobile #cashoutDialog .container .cashoutWrapper #cashoutAmount {
            color: #279b27;
        }

        .mobile #cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button {
            background: #e2be22;
        }

        .mobile #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button {
            color: #fff;
            background: #279b27;
        }

            .mobile #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button.disabled,
            .mobile #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button.disabled:hover {
                color: #d3d3d3;
                background: #5e5e60;
            }

    .mobile #cashoutDialog .cashout-close .li-icon:hover {
        color: #fff;
        background: #999;
    }

.mobile .bet .bet-event .vs {
    color: #656565;
}

.mobile .betSlip .noBets {
    background: #e5e5e5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/*#endregion */
/*#endregion */

/*#region casino */
.bingo-games .bingo-banner {
    background-color: #021422;
}

.casinoBanner {
    background-color: #190f13;
}

.casino > #header .headerBottom .floatRight button {
    text-shadow: 1px 1px 0 rgb(255,238,140);
    border: 1px solid #464d57;
    color: #333;
    background: #F4D416;
    background: #ffe362;
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
}

    .casino > #header .headerBottom .floatRight button:hover {
        background: rgb(255, 240, 165);
        background: -moz-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 240, 165, 1)), color-stop(100%, rgba(255, 225, 76, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0a5', endColorstr='#ffe14c', GradientType=0);
    }

.slots {
    background: linear-gradient(to right, rgb(218, 144, 51), rgb(136, 60, 25));
}

    .slots .group .games {
        display: block;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 12px !important;
        padding: 0 12px;
        row-gap: .5rem;
    }

    .slots .link.variant-tabmenu.svelte-14e5301:not(.icon-only) .svg-icon-category,
    .content-or-loader.svelte-1uofbko {
        color: rgb(61, 61, 61);
    }

    .slots .link.variant-tabmenu.svelte-14e5301.active:not(.icon-only) .svg-icon-category,
    .slots .link.variant-tabmenu.svelte-14e5301.active:not(.icon-only) span {
        color: rgb(215 118 12);
    }

    .slots .category .main {
        background: #222222;
    }

    .slots .category .groups {
        background: rgb(49 49 49);
    }

    .slots .v-hl-svg {
        fill: #313131 !important;
        background: #918d8d !important;
        box-shadow: unset !important;
    }

    .slots .group .group-title {
        color: #fff;
        background: #666666;
    }

    .slots .group .game .name {
        height: 25px;
        line-height: 25px;
        color: #ffffff;
        font-weight: 600;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .slots .provider-container .form-control-select {
        background: hsla(0,0%,100%,.1);
    }

    .slots .group .game .imgWrapper {
        border-radius: 0.375rem;
        background: linear-gradient(180deg,rgba(58,58,80,0) 50%,#1d1d27);
    }

        .slots .group .game .imgWrapper .game-box-shadow {
            align-items: flex-start;
            bottom: 0;
            contain: layout size;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            left: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 0;
            transform: translateY(1px);
            width: 100%;
            background: linear-gradient(180deg,rgba(58,58,80,0) 50%,#2b1809b0);
        }

        .slots .group .game .imgWrapper .game-overlay,
        .popular-games .game-overlay {
            background: rgba(0, 0, 0, 0.7);
        }

            .slots .group .game .imgWrapper .game-overlay .pl_link {
                color: #fff;
                background-color: #a5a5a996;
            }

                .slots .group .game .imgWrapper .game-overlay .pl_link:hover {
                    color: #000;
                    background-color: #fdd100;
                }

    .slots .group .owl-nav [class*=owl-]:not(.disabled) {
        color: #666e81;
    }

    .slots .group .owl-nav [class*=owl-]:hover:not(.disabled) {
        background: #fdd100;
        color: #000000;
    }

    .slots .group .owl-dots .owl-dot span {
        background: #666666;
    }

    .slots .group .owl-dots .owl-dot.active span,
    .slots .group .owl-dots .owl-dot:hover span {
        background: #fdd100;
    }

    .slots .searchBox img {
        background: #ececec;
        filter: invert(.8);
    }

    .slots .category .searchBox .filterGame {
        color: #ffffff;
        background: #666666;
    }

    .slots .category .searchBox.focus .filterGame {
        border-right: 1px solid #545252;
    }

    .slots .message-box.message-info {
        padding: 10px 15px;
        color: #ffffff;
        background: linear-gradient(180deg,#0000003d 0%,#0000003d 100%);
    }

.rtl .slots .category .searchBox.focus .filterGame {
    border-right: 0;
    border-left: 1px solid #545252;
}

.slots .category .btn {
    color: #fff;
}

    .slots .category .btn.active {
        color: #fdd100;
    }

.slots .category .right {
    float: right;
    width: 70%;
    background: #545252;
}

.mobile .slots .category .right {
    float: none;
    width: 100%;
}

.slots .VueCarousel-slide {
    background-color: unset;
    border-right: 1px solid #424141;
}

    .slots .VueCarousel-slide:first-of-type {
        border-left: 1px solid #424141;
    }

.slots .category .main .btn:not(.searchBox) {
    border-right: 1px solid #303030;
}

.slots .VueCarousel-navigation {
    background: #797575;
}

.mobile .slots .VueCarousel-navigation-button {
    background: #797575;
}

.site .slots svg {
    fill: #000000 !important;
    background: #9e9e9e !important;
    box-shadow: unset !important;
}

.slots .v-hl-btn:hover svg {
    background: #fdd100 !important;
}

.slots .v-hl-btn:active svg {
    background: #fdd100 !important;
}

.mobile .icons-holder i.live_scout {
    -webkit-filter: var(--filter-icons-green) !important;
    filter: var(--filter-icons-green) !important;
}

.lc .tab-bar-container .tab-bar-item:hover.active span:after {
    background-color: #000000;
}

.l .slots {
    border-top: 1px solid #f7f7f7;
}

.mobile .slots .group .games {
    grid-row-gap: .5rem;
    grid-column-gap: 12px;
    column-gap: 12px;
    display: grid;
}

.r-header__nav__more.js-r-header-nav-prev {
    background: linear-gradient(-90deg, rgba(61, 61, 61, 0) 0%, #da9033 60%);
}

.r-header__nav__more.js-r-header-nav-next {
    background: linear-gradient(90deg, rgba(61, 61, 61, 0) 0%, #883c19 60%);
}

.link.variant-tabmenu.size-md.align-left.rounded.svelte-14e5301:before {
    background: #ff8f00;
}

.link.variant-tabmenu.svelte-14e5301 {
    color: #ffffff;
}

.link.variant-tabmenu.active.svelte-14e5301,
.link.variant-tabmenu.active.svelte-14e5301:hover:not(.disabled) {
    color: #ffffff;
}

.slots .group .loading .game .imgWrapper {
    background: linear-gradient(hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),rgb(208 134 48);
}

.slots .group .loading .game .name {
    background: linear-gradient(hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),rgb(208 134 48);
}
/*#endregion */

/*#region widget*/
.mobile .widget-games .tab .title {
    color: #000;
    background-color: #F4D416;
}

.mobile .widget-games .tab .inner {
    background-color: #000000;
}
/*#endregion*/

.mobile .bInfo, .mobile .tInfo, .mobile .sInfo, .mobile .tValues, .mobile .sValues, .mobile .tNoValues {
    background: #fff;
    border-bottom: 1px solid #C2C2C2;
}

.mobile .register.main .info {
    background-color: #ececec;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mobile .messages select {
    border: 1px solid #f4d416;
}

.mobile .message .H10 {
    background-color: #ececec;
}

.email-response .header {
    background: #fdd101;
}

/*#region stats */
.stats {
    background-color: #c9c9c9;
}

    .stats .row {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-bottom: 1px solid #b1aeae;
    }

    .stats .col20:not(.img) {
        background-color: #ececec;
    }

.liveCenter .stats .charts .chart__pie {
    margin: 0 -10px;
}
/*#endregion */

.message-box.message-info {
    color: #3d4658;
    background: #e5e5e5;
}

/*reuse & share buttons*/
.betSlip .buttonsRealTime .share {
    color: #ffe10f;
    background: #148161;
}

    .betSlip .buttonsRealTime .done:hover,
    .betSlip .buttonsRealTime .done:active,
    .betSlip .buttonsRealTime .share:hover,
    .betSlip .buttonsRealTime .share:active {
        color: #000;
        background: #ffe10f;
    }

.betSlip .buttonsRealTime .shareWhatsapp {
    background: #25D366;
}

    .betSlip .buttonsRealTime .shareWhatsapp a {
        color: #ffffff;
    }

.betSlip .buttonsRealTime .done {
    color: #fff;
    background: #259125;
}

.betSlip .buttonsRealTime .reuse {
    color: #3a3a3a;
    background: #bcbcbc;
}

    .betSlip .buttonsRealTime .reuse:hover,
    .betSlip .buttonsRealTime .reuse:active {
        color: #fff;
        background: #000;
    }

/* password */
.password .password_strength-meter:after,
.password .password_strength-meter:before {
    border-color: #fff;
}

.searchBox .threeChars {
    color: #fdd101;
}

input[type=checkbox].selected + label:before,
input[type=checkbox]:checked + label:before {
    color: #000;
    background-color: #fdd101;
    border-color: #fdd101;
}

.prematchEvent .betTypePanel .icons.right .star,
.liveEvent .betTypePanel .icons.right .star {
    filter: invert(0)
}

.threeChars {
    color: #fdd101;
}

.moveToTop:hover {
    background-color: #fdd101;
}

.documents {
    background-color: #ffffff;
}

    .documents .documents-wrap .file-upload div > p {
        color: #333333;
    }

    .documents .documents-wrap .file-upload .upload-group .upload-wrap .upload-input .input-wrap .label {
        color: #333333;
    }

    .documents .documents-wrap .file-upload .upload-group .upload-wrap .upload-input .input-wrap {
        border: 1px solid #d4cfcf;
    }

        .documents .documents-wrap .file-upload .upload-group .upload-wrap .upload-input .input-wrap.selected {
            background-color: #d4cfcf;
        }

.searchBox .searchResult .CaTo .dateTime,
.mobile div.CaTo .dateTime {
    color: #999;
}

.noGameHilo {
    background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(#f7f7f7,#ebebeb);
    background: -o-linear-gradient(#f7f7f7,#ebebeb);
    background: linear-gradient(#f7f7f7,#ebebeb);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
    color: #565656;
}

body.setpassword {
    background-color: #eceff1;
}

.setpassword .action-button {
    color: #000;
    background-color: #fdd101;
}

.setpassword .txt2 {
    color: #fdd101;
}

.reg .header {
    background-color: #fdd101;
}

.momentum .row .info__summary,
.momentum .row .time {
    color: #666666
}

/*#region top tournaments*/
.topTournaments {
    color: #333333;
    background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(#f7f7f7,#ebebeb);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
    background: -o-linear-gradient(#f7f7f7,#ebebeb);
    background: linear-gradient(#f7f7f7,#ebebeb);
}

    .topTournaments .toptours {
        opacity: 0.7;
    }

    .topTournaments .topTournament {
        color: #666;
        background-color: #e0dfdf;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #b3b3b3;
    }

        .topTournaments .topTournament.selected,
        .topTournaments .topTournament:hover {
            color: #9a8400;
        }
/*#endregion*/

/*#region goal animation*/
.mobile .inner-goal-score {
    background: #ffe10f;
}

.evts .evt div.bet_score .inner-goal-score,
.ov .inner-goal-score {
    background: #fff1b3;
}
/*#endregion*/

/*#region deposit-status*/
.deposit-status .action-button {
    color: #333;
    background: #fdd101;
}
/*#endregion*/

/*#region deposit*/
.deposit .column-container {
    color: #ffffff;
}

.deposit .module-container.active,
.deposit .module-container:hover {
    background: hsla(0,0%,100%,.25);
}

.deposit .number-options .number-button.i-1 {
    background: hsla(0,0%,100%,.15);
    color: hsla(0,0%,100%,.7);
    font-size: 15px;
    font-weight: 500;
}

.deposit .number-options .number-button:active,
.deposit .number-options .number-button:hover {
    color: #f7f7f7;
    background-color: #126e51;
}

.deposit .actions-container .input-container {
    background: hsla(0,0%,100%,.1);
    color: hsla(0,0%,100%,.8);
}

.deposit .btn_confirm {
    color: #f7f7f7;
    background-color: #126e51;
}

    .deposit .btn_confirm:hover,
    .deposit .btn_confirm:active {
        background-color: #189970;
    }

.mobile .deposit .number-buttons .number-button.i-1 {
    background: hsla(0,0%,100%,.15);
    color: hsla(0,0%,100%,.7);
    font-size: 15px;
    font-weight: 500;
}

.mobile .deposit .number-buttons .number-button:active {
    color: #f7f7f7;
    background-color: #126e51;
}
/*#endregion*/
