/* Minification failed. Returning unminified contents.
(1855,20): run-time error CSS1030: Expected identifier, found '.'
(1855,26): run-time error CSS1031: Expected selector, found ')'
(1855,26): run-time error CSS1025: Expected comma or open brace, found ')'
(3960,19): run-time error CSS1030: Expected identifier, found '.'
(3960,24): run-time error CSS1031: Expected selector, found ')'
(3960,24): run-time error CSS1025: Expected comma or open brace, found ')'
(4168,39): run-time error CSS1039: Token not allowed after unary operator: '-stats-color-1'
(4177,28): run-time error CSS1039: Token not allowed after unary operator: '-momentum-color'
(4214,42): run-time error CSS1039: Token not allowed after unary operator: '-stats-color-1'
(4220,41): run-time error CSS1039: Token not allowed after unary operator: '-stats-color-2'
 */
/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
    position: fixed;
    z-index: 1981;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #252525;
    opacity: .5
}

.alertify .ajs-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    z-index: 1981
}

.alertify .ajs-dialog {
    position: relative;
    margin: 5% auto;
    min-height: 110px;
    max-width: 500px;
    padding: 24px 24px 0 24px;
    outline: 0;
    background-color: #fff
}

    .alertify .ajs-dialog.ajs-capture:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1
    }

.alertify .ajs-reset {
    position: absolute !important;
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important
}

.alertify .ajs-commands {
    position: absolute;
    right: 4px;
    margin: -14px 24px 0 0;
    z-index: 2
}

    .alertify .ajs-commands button {
        display: none;
        width: 10px;
        height: 10px;
        margin-left: 10px;
        padding: 10px;
        border: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer
    }

        .alertify .ajs-commands button.ajs-close {
            background-image: url(/Images/alertify/close.png);
        }

        .alertify .ajs-commands button.ajs-maximize {
            background-image: url(/Images/alertify/maximize.png);
        }

.alertify .ajs-header {
    margin: -24px;
    margin-bottom: 0;
    padding: 16px 24px;
    background-color: #fff
}

.alertify .ajs-body {
    min-height: 56px
}

    .alertify .ajs-body .ajs-content {
        padding: 16px 24px 16px 16px
    }

.alertify .ajs-footer {
    padding: 4px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
    background-color: #fff
}

    .alertify .ajs-footer .ajs-buttons.ajs-primary {
        text-align: right
    }

        .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
            margin: 4px
        }

    .alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
        float: left;
        clear: none;
        text-align: left
    }

        .alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
            margin: 4px
        }

    .alertify .ajs-footer .ajs-buttons .ajs-button {
        min-width: 88px;
        min-height: 35px
    }

.alertify .ajs-handle {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(/Images/alertify/handle.png);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    cursor: se-resize
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
    overflow: hidden !important
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
    left: 0;
    right: 0;
    padding: 0
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
    margin-left: -24px;
    margin-right: -24px
}

    .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
        padding: 0
    }

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
    left: 0;
    right: 0
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize, .alertify.ajs-maximizable .ajs-commands button.ajs-restore {
    display: inline-block
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
    display: inline-block
}

.alertify.ajs-maximized .ajs-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    top: 0 !important;
    left: 0 !important
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
    position: fixed !important;
    min-height: 100% !important;
    max-height: none !important;
    margin: 0 !important
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
    background-image: url(/Images/alertify/unmaximize.png);
}

.alertify.ajs-maximized .ajs-dialog, .alertify.ajs-resizable .ajs-dialog {
    padding: 0
}

.alertify.ajs-maximized .ajs-commands, .alertify.ajs-resizable .ajs-commands {
    margin: 14px 24px 0 0
}

.alertify.ajs-maximized .ajs-header, .alertify.ajs-resizable .ajs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 16px 24px
}

.alertify.ajs-maximized .ajs-body, .alertify.ajs-resizable .ajs-body {
    min-height: 224px;
    display: inline-block
}

    .alertify.ajs-maximized .ajs-body .ajs-content, .alertify.ajs-resizable .ajs-body .ajs-content {
        position: absolute;
        top: 50px;
        right: 24px;
        bottom: 50px;
        left: 24px;
        overflow: auto
    }

.alertify.ajs-maximized .ajs-footer, .alertify.ajs-resizable .ajs-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
    min-width: 548px
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
    display: block
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    cursor: move
}

.alertify.ajs-modeless .ajs-dimmer, .alertify.ajs-modeless .ajs-reset {
    display: none
}

.alertify.ajs-modeless .ajs-modal {
    overflow: visible;
    max-width: none;
    max-height: 0
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
    display: inline-block;
    background-image: url(/Images/alertify/pin.png);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
    position: absolute
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
    background-image: url(/Images/alertify/unpin.png);
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
    max-height: 500px;
    overflow: auto
}

.alertify.ajs-basic .ajs-header {
    opacity: 0
}

.alertify.ajs-basic .ajs-footer {
    visibility: hidden
}

.alertify.ajs-frameless .ajs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 60px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1
}

.alertify.ajs-frameless .ajs-footer {
    display: none
}

.alertify.ajs-frameless .ajs-body .ajs-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
    padding-top: 0
}

    .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
        margin-top: 0
    }

.ajs-no-overflow {
    overflow: hidden !important;
    outline: 0
}

    .ajs-no-overflow.ajs-fixed {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: scroll !important
    }

.ajs-no-selection, .ajs-no-selection * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width:568px) {
    .alertify .ajs-dialog {
        min-width: 150px
    }

    .alertify:not(.ajs-maximized) .ajs-modal {
        padding: 0 5%
    }

    .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
        min-width: initial;
        min-width: auto
    }
}

@-moz-document url-prefix() {
    .alertify button:focus {
        outline: 1px dotted #3593d2
    }
}

.alertify .ajs-dimmer, .alertify .ajs-modal {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms
}

.alertify.ajs-hidden .ajs-dimmer, .alertify.ajs-hidden .ajs-modal {
    visibility: hidden;
    opacity: 0
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms
}

.alertify .ajs-dialog.ajs-shake {
    -webkit-animation-name: ajs-shake;
    animation-name: ajs-shake;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ajs-shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes ajs-shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-slideIn;
    animation-name: ajs-slideIn;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
    animation-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-slideOut;
    animation-name: ajs-slideOut;
    -webkit-animation-timing-function: cubic-bezier(.6,-.28,.735,.045);
    animation-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-zoomIn;
    animation-name: ajs-zoomIn
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-zoomOut;
    animation-name: ajs-zoomOut
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-fadeIn;
    animation-name: ajs-fadeIn
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-fadeOut;
    animation-name: ajs-fadeOut
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-pulseIn;
    animation-name: ajs-pulseIn
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-pulseOut;
    animation-name: ajs-pulseOut
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-flipInX;
    animation-name: ajs-flipInX
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-flipOutX;
    animation-name: ajs-flipOutX
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-flipInY;
    animation-name: ajs-flipInY
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-flipOutY;
    animation-name: ajs-flipOutY
}

@-webkit-keyframes ajs-pulseIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes ajs-pulseIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes ajs-pulseOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes ajs-pulseOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@-webkit-keyframes ajs-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.25,.25,.25);
        transform: scale3d(.25,.25,.25)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes ajs-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.25,.25,.25);
        transform: scale3d(.25,.25,.25)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes ajs-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.25,.25,.25);
        transform: scale3d(.25,.25,.25)
    }
}

@keyframes ajs-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.25,.25,.25);
        transform: scale3d(.25,.25,.25)
    }
}

@-webkit-keyframes ajs-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes ajs-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ajs-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes ajs-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ajs-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes ajs-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes ajs-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes ajs-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@-webkit-keyframes ajs-flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes ajs-flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes ajs-flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes ajs-flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@-webkit-keyframes ajs-slideIn {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 5%
    }
}

@keyframes ajs-slideIn {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 5%
    }
}

@-webkit-keyframes ajs-slideOut {
    0% {
        margin-top: 5%
    }

    100% {
        margin-top: -100%
    }
}

@keyframes ajs-slideOut {
    0% {
        margin-top: 5%
    }

    100% {
        margin-top: -100%
    }
}

.alertify-notifier {
    position: fixed;
    direction: ltr;
    width: 0;
    overflow: visible;
    z-index: 1982;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .alertify-notifier .ajs-message {
        position: relative;
        width: 260px;
        max-height: 0;
        padding: 0;
        opacity: 0;
        margin: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear
    }

        .alertify-notifier .ajs-message.ajs-visible {
            -webkit-transition-duration: .5s;
            transition-duration: .5s;
            -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
            transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
            opacity: 1;
            max-height: 100%;
            padding: 15px;
            margin-top: 10px
        }

        .alertify-notifier .ajs-message.ajs-success {
            background: rgba(91,189,114,.95)
        }

        .alertify-notifier .ajs-message.ajs-error {
            background: rgba(217,92,92,.95)
        }

        .alertify-notifier .ajs-message.ajs-warning {
            background: rgba(252,248,215,.95)
        }

        .alertify-notifier .ajs-message .ajs-close {
            position: absolute;
            top: 0;
            right: 0;
            width: 16px;
            height: 16px;
            cursor: pointer;
            background-image: url(/Images/alertify/close-white.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-color: rgba(0,0,0,.5);
            border-top-right-radius: 2px
        }

    .alertify-notifier.ajs-top {
        top: 10px
    }

    .alertify-notifier.ajs-bottom {
        bottom: 10px
    }

    .alertify-notifier.ajs-right {
        right: 10px
    }

        .alertify-notifier.ajs-right .ajs-message {
            right: -320px
        }

            .alertify-notifier.ajs-right .ajs-message.ajs-visible {
                right: 290px
            }

    .alertify-notifier.ajs-left {
        left: 10px
    }

        .alertify-notifier.ajs-left .ajs-message {
            left: -300px
        }

            .alertify-notifier.ajs-left .ajs-message.ajs-visible {
                left: 0
            }

    .alertify-notifier.ajs-center {
        left: 50%
    }

        .alertify-notifier.ajs-center .ajs-message {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

            .alertify-notifier.ajs-center .ajs-message.ajs-visible {
                left: 50%;
                -webkit-transition-timing-function: cubic-bezier(.57,.43,.1,.65);
                transition-timing-function: cubic-bezier(.57,.43,.1,.65)
            }

        .alertify-notifier.ajs-center.ajs-top .ajs-message {
            top: -300px
        }

            .alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
                top: 0
            }

        .alertify-notifier.ajs-center.ajs-bottom .ajs-message {
            bottom: -300px
        }

            .alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
                bottom: 0
            }

.ajs-no-transition.alertify .ajs-dialog, .ajs-no-transition.alertify .ajs-dimmer, .ajs-no-transition.alertify .ajs-modal {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important
}

.ajs-no-transition.alertify-notifier .ajs-message {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important
}

@media (prefers-reduced-motion:reduce) {
    .alertify .ajs-dialog, .alertify .ajs-dimmer, .alertify .ajs-modal {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }

    .alertify-notifier .ajs-message {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }
}

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dialog {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,.25);
    box-shadow: 0 15px 20px 0 rgba(0,0,0,.25);
    border-radius: 2px
}

.alertify .ajs-header {
    color: #000;
    font-weight: 700;
    background: #fafafa;
    border-bottom: #eee 1px solid;
    border-radius: 2px 2px 0 0
}

.alertify .ajs-body {
    color: #000
}

    .alertify .ajs-body .ajs-content .ajs-input {
        display: block;
        width: 100%;
        padding: 8px;
        margin: 4px;
        border-radius: 2px;
        border: 1px solid #ccc
    }

    .alertify .ajs-body .ajs-content p {
        margin: 0
    }

.alertify .ajs-footer {
    background: #fbfbfb;
    border-top: #eee 1px solid;
    border-radius: 0 0 2px 2px
}

    .alertify .ajs-footer .ajs-buttons .ajs-button {
        background-color: transparent;
        color: #000;
        border: 0;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

        .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
            color: #3593d2
        }

.alertify-notifier .ajs-message {
    background: rgba(255,255,255,.95);
    color: #000;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 2px
}

    .alertify-notifier .ajs-message.ajs-success {
        color: #fff;
        background: rgba(91,189,114,.95);
        text-shadow: -1px -1px 0 rgba(0,0,0,.5)
    }

    .alertify-notifier .ajs-message.ajs-error {
        color: #fff;
        background: rgba(217,92,92,.95);
        text-shadow: -1px -1px 0 rgba(0,0,0,.5)
    }

    .alertify-notifier .ajs-message.ajs-warning {
        background: rgba(252,248,215,.95);
        border-color: #999
    }

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(/images/flags16.png) no-repeat;}
.f16 ._fifa{background-position:0 -16px;}
.f16 ._uefa{background-position:0 -32px;}
.f16 ._north_america{background-position:0 -48px;}
.f16 ._south_america{background-position:0 -64px;}
.f16 ._CIS{background-position:0 -80px;}
.f16 ._Commonwealth{background-position:0 -96px;}
.f16 ._england{background-position:0 -112px;}
.f16 ._european_union, .f16 .eu{background-position:0 -128px;}
.f16 ._Islamic_Conference{background-position:0 -144px;}
.f16 ._kosovo, .f16 .xk {background-position: 0 -160px;}
.f16 ._NATO{background-position:0 -176px;}
.f16 ._northern_cyprus{background-position:0 -192px;}
.f16 ._northern_ireland{background-position:0 -208px;}
.f16 ._olimpic_movement{background-position:0 -224px;}
.f16 ._OPEC{background-position:0 -240px;}
.f16 ._Red_Cross{background-position:0 -256px;}
.f16 ._scotland{background-position:0 -272px;}
.f16 ._somaliland{background-position:0 -288px;}
.f16 ._tibet{background-position:0 -304px;}
.f16 ._united_nations{background-position:0 -320px;}
.f16 ._wales{background-position:0 -336px;}
.f16 .ad{background-position:0 -352px;}
.f16 .ae{background-position:0 -368px;}
.f16 .af{background-position:0 -384px;}
.f16 .ag{background-position:0 -400px;}
.f16 .ai{background-position:0 -416px;}
.f16 .al{background-position:0 -432px;}
.f16 .am{background-position:0 -448px;}
.f16 .ao{background-position:0 -464px;}
.f16 .aq{background-position:0 -480px;}
.f16 .ar{background-position:0 -496px;}
.f16 .as{background-position:0 -512px;}
.f16 .at{background-position:0 -528px;}
.f16 .au{background-position:0 -544px;}
.f16 .aw{background-position:0 -560px;}
.f16 .ax{background-position:0 -576px;}
.f16 .az{background-position:0 -592px;}
.f16 .ba{background-position:0 -608px;}
.f16 .bb{background-position:0 -624px;}
.f16 .bd{background-position:0 -640px;}
.f16 .be{background-position:0 -656px;}
.f16 .bf{background-position:0 -672px;}
.f16 .bg{background-position:0 -688px;}
.f16 .bh{background-position:0 -704px;}
.f16 .bi{background-position:0 -720px;}
.f16 .bj{background-position:0 -736px;}
.f16 .bm{background-position:0 -752px;}
.f16 .bn{background-position:0 -768px;}
.f16 .bo{background-position:0 -784px;}
.f16 .br{background-position:0 -800px;}
.f16 .bs{background-position:0 -816px;}
.f16 .bt{background-position:0 -832px;}
.f16 .bw{background-position:0 -848px;}
.f16 .by{background-position:0 -864px;}
.f16 .bz{background-position:0 -880px;}
.f16 .ca{background-position:0 -896px;}
.f16 .cg{background-position:0 -912px;}
.f16 .cf{background-position:0 -928px;}
.f16 .cd{background-position:0 -944px;}
.f16 .ch{background-position:0 -960px;}
.f16 .ci{background-position:0 -976px;}
.f16 .ck{background-position:0 -992px;}
.f16 .cl{background-position:0 -1008px;}
.f16 .cm{background-position:0 -1024px;}
.f16 .cn{background-position:0 -1040px;}
.f16 .co{background-position:0 -1056px;}
.f16 .cr{background-position:0 -1072px;}
.f16 .cu{background-position:0 -1088px;}
.f16 .cv{background-position:0 -1104px;}
.f16 .cy{background-position:0 -1120px;}
.f16 .cz{background-position:0 -1136px;}
.f16 .de{background-position:0 -1152px;}
.f16 .dj{background-position:0 -1168px;}
.f16 .dk{background-position:0 -1184px;}
.f16 .dm{background-position:0 -1200px;}
.f16 .do{background-position:0 -1216px;}
.f16 .dz{background-position:0 -1232px;}
.f16 .ec{background-position:0 -1248px;}
.f16 .ee{background-position:0 -1264px;}
.f16 .eg{background-position:0 -1280px;}
.f16 .eh{background-position:0 -1296px;}
.f16 .er{background-position:0 -1312px;}
.f16 .es{background-position:0 -1328px;}
.f16 .et{background-position:0 -1344px;}
.f16 .fi{background-position:0 -1360px;}
.f16 .fj{background-position:0 -1376px;}
.f16 .fm{background-position:0 -1392px;}
.f16 .fo{background-position:0 -1408px;}
.f16 .fr{background-position:0 -1424px;}  .f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:0 -1424px;}
.f16 .ga{background-position:0 -1440px;}
.f16 .gb{background-position:0 -1456px;}  .f16 .sh{background-position:0 -1456px;}
.f16 .gd{background-position:0 -1472px;}
.f16 .ge{background-position:0 -1488px;}
.f16 .gg{background-position:0 -1504px;}
.f16 .gh{background-position:0 -1520px;}
.f16 .gi{background-position:0 -1536px;}
.f16 .gl{background-position:0 -1552px;}
.f16 .gm{background-position:0 -1568px;}
.f16 .gn{background-position:0 -1584px;}
.f16 .gp{background-position:0 -1600px;}
.f16 .gq{background-position:0 -1616px;}
.f16 .gr{background-position:0 -1632px;}
.f16 .gt{background-position:0 -1648px;}
.f16 .gu{background-position:0 -1664px;}
.f16 .gw{background-position:0 -1680px;}
.f16 .gy{background-position:0 -1696px;}
.f16 .hk{background-position:0 -1712px;}
.f16 .hn{background-position:0 -1728px;}
.f16 .hr{background-position:0 -1744px;}
.f16 .ht{background-position:0 -1760px;}
.f16 .hu{background-position:0 -1776px;}
.f16 .id{background-position:0 -1792px;}
.f16 .mc{background-position:0 -1792px;}
.f16 .ie{background-position:0 -1808px;}
.f16 .il{background-position:0 -1824px;}
.f16 .im{background-position:0 -1840px;}
.f16 .in{background-position:0 -1856px;}
.f16 .iq{background-position:0 -1872px;}
.f16 .ir{background-position:0 -1888px;}
.f16 .is{background-position:0 -1904px;}
.f16 .it{background-position:0 -1920px;}
.f16 .je{background-position:0 -1936px;}
.f16 .jm{background-position:0 -1952px;}
.f16 .jo{background-position:0 -1968px;}
.f16 .jp{background-position:0 -1984px;}
.f16 .ke{background-position:0 -2000px;}
.f16 .kg{background-position:0 -2016px;}
.f16 .kh{background-position:0 -2032px;}
.f16 .ki{background-position:0 -2048px;}
.f16 .km{background-position:0 -2064px;}
.f16 .kn{background-position:0 -2080px;}
.f16 .kp{background-position:0 -2096px;}
.f16 .kr{background-position:0 -2112px;}
.f16 .kw{background-position:0 -2128px;}
.f16 .ky{background-position:0 -2144px;}
.f16 .kz{background-position:0 -2160px;}
.f16 .la{background-position:0 -2176px;}
.f16 .lb{background-position:0 -2192px;}
.f16 .lc{background-position:0 -2208px;}
.f16 .li{background-position:0 -2224px;}
.f16 .lk{background-position:0 -2240px;}
.f16 .lr{background-position:0 -2256px;}
.f16 .ls{background-position:0 -2272px;}
.f16 .lt{background-position:0 -2288px;}
.f16 .lu{background-position:0 -2304px;}
.f16 .lv{background-position:0 -2320px;}
.f16 .ly{background-position:0 -2336px;}
.f16 .ma{background-position:0 -2352px;}
.f16 .md{background-position:0 -2368px;}
.f16 .me{background-position:0 -2384px;}
.f16 .mg{background-position:0 -2400px;}
.f16 .mh{background-position:0 -2416px;}
.f16 .mk{background-position:0 -2432px;}
.f16 .ml{background-position:0 -2448px;}
.f16 .mm{background-position:0 -2464px;}
.f16 .mn{background-position:0 -2480px;}
.f16 .mo{background-position:0 -2496px;}
.f16 .mq{background-position:0 -2512px;}
.f16 .mr{background-position:0 -2528px;}
.f16 .ms{background-position:0 -2544px;}
.f16 .mt{background-position:0 -2560px;}
.f16 .mu{background-position:0 -2576px;}
.f16 .mv{background-position:0 -2592px;}
.f16 .mw{background-position:0 -2608px;}
.f16 .mx{background-position:0 -2624px;}
.f16 .my{background-position:0 -2640px;}
.f16 .mz{background-position:0 -2656px;}
.f16 .na{background-position:0 -2672px;}
.f16 .nc{background-position:0 -2688px;}
.f16 .ne{background-position:0 -2704px;}
.f16 .ng{background-position:0 -2720px;}
.f16 .ni{background-position:0 -2736px;}
.f16 .nl{background-position:0 -2752px;}  .f16 .bq{background-position:0 -2752px;}
.f16 .no{background-position:0 -2768px;}  .f16 .bv, .f16 .nq, .f16 .sj{background-position:0 -2768px;}
.f16 .np{background-position:0 -2784px;}
.f16 .nr{background-position:0 -2800px;}
.f16 .nz{background-position:0 -2816px;}
.f16 .om{background-position:0 -2832px;}
.f16 .pa{background-position:0 -2848px;}
.f16 .pe{background-position:0 -2864px;}
.f16 .pf{background-position:0 -2880px;}
.f16 .pg{background-position:0 -2896px;}
.f16 .ph{background-position:0 -2912px;}
.f16 .pk{background-position:0 -2928px;}
.f16 .pl{background-position:0 -2944px;}
.f16 .pr{background-position:0 -2960px;}
.f16 .ps{background-position:0 -2976px;}
.f16 .pt{background-position:0 -2992px;}
.f16 .pw{background-position:0 -3008px;}
.f16 .py{background-position:0 -3024px;}
.f16 .qa{background-position:0 -3040px;}
.f16 .re{background-position:0 -3056px;}
.f16 .ro{background-position:0 -3072px;}
.f16 .rs{background-position:0 -3088px;}
.f16 .ru{background-position:0 -3104px;}
.f16 .rw{background-position:0 -3120px;}
.f16 .sa{background-position:0 -3136px;}
.f16 .sb{background-position:0 -3152px;}
.f16 .sc{background-position:0 -3168px;}
.f16 .sd{background-position:0 -3184px;}
.f16 .se{background-position:0 -3200px;}
.f16 .sg{background-position:0 -3216px;}
.f16 .si{background-position:0 -3232px;}
.f16 .sk{background-position:0 -3248px;}
.f16 .sl{background-position:0 -3264px;}
.f16 .sm{background-position:0 -3280px;}
.f16 .sn{background-position:0 -3296px;}
.f16 .so{background-position:0 -3312px;}
.f16 .sr{background-position:0 -3328px;}
.f16 .st{background-position:0 -3344px;}
.f16 .sv{background-position:0 -3360px;}
.f16 .sy{background-position:0 -3376px;}
.f16 .sz{background-position:0 -3392px;}
.f16 .tc{background-position:0 -3408px;}
.f16 .td{background-position:0 -3424px;}
.f16 .tg{background-position:0 -3440px;}
.f16 .th{background-position:0 -3456px;}
.f16 .tj{background-position:0 -3472px;}
.f16 .tl{background-position:0 -3488px;}
.f16 .tm{background-position:0 -3504px;}
.f16 .tn{background-position:0 -3520px;}
.f16 .to{background-position:0 -3536px;}
.f16 .tr{background-position:0 -3552px;}
.f16 .tt{background-position:0 -3568px;}
.f16 .tv{background-position:0 -3584px;}
.f16 .tw{background-position:0 -3600px;}
.f16 .tz{background-position:0 -3616px;}
.f16 .ua{background-position:0 -3632px;}
.f16 .ug{background-position:0 -3648px;}
.f16 .us{background-position:0 -3664px;}
.f16 .uy{background-position:0 -3680px;}
.f16 .uz{background-position:0 -3696px;}
.f16 .va{background-position:0 -3712px;}
.f16 .vc{background-position:0 -3728px;}
.f16 .ve{background-position:0 -3744px;}
.f16 .vg{background-position:0 -3760px;}
.f16 .vi{background-position:0 -3776px;}
.f16 .vn{background-position:0 -3792px;}
.f16 .vu{background-position:0 -3808px;}
.f16 .ws{background-position:0 -3824px;}
.f16 .ye{background-position:0 -3840px;}
.f16 .za{background-position:0 -3856px;}
.f16 .zm{background-position:0 -3872px;}
.f16 .zw{background-position:0 -3888px;}
.f16 .sx{background-position:0 -3904px;}
.f16 .cw{background-position:0 -3920px;}
.f16 .ss{background-position:0 -3936px;}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    outline: none;
    font-size: 1em;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
}

.lucky6 div {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.ajs-button:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
}

.clear {
    clear: both;
}

table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

    table td {
        vertical-align: top;
    }

body {
    position: relative;
    font-size: 11px;
    font-family: Tahoma;
}

a, input {
    outline: 0;
    text-decoration: none;
}

#container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
}

#content {
    display: table;
    width: 100%;
    max-width: 1260px;
    min-width: 1000px;
    min-height: 600px;
    margin: 0 auto;
}

.contentLeft {
    vertical-align: top;
    width: 230px;
    text-align: right;
}

    .contentLeft > div {
        padding: 5px 0 5px 5px;
        min-height: 100px;
    }

.contentMain {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-top: 5px;
}

.main-loader-sports {
    padding: 150px 0;
}

.main-content-sports {
    display: none;
}

.contentRight {
    position: relative;
    width: 275px;
    display: table-cell;
    vertical-align: top;
    min-width: 275px;
}

    .contentRight > .inner {
        width: 270px;
        padding: 5px 5px 5px 0;
        position: relative;
        text-align: right;
    }

    .contentRight .fixedInnerToTop {
        position: fixed;
        top: 5px;
        z-index: 1;
    }

    .contentRight .fixedInnerToBottom {
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

.blur2 {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.grayGradient {
    position: relative;
    display: block;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    float: left;
    padding: 0;
    font-weight: bold;
}

    .grayGradient:hover {
        background: #f4d416;
    }

.loader {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border: 4px solid #ffc607;
    border-top: 4px solid #0b1422;
    border-bottom: 4px solid #0b1422;
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
}

.loaderSmall {
    float: left;
    padding: 1px;
    width: 12px;
    height: 12px;
    border: 2px solid #ffc607;
    border-top: 2px solid #0b1422;
    border-bottom: 2px solid #0b1422;
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
    user-select: none;
    box-sizing: border-box;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.yellowText {
    color: #1b8f1b;
}

.msgBox {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e02625;
    text-align: center;
    padding: 2px 3px;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: white;
}

.envelope {
    display: block;
    width: 30px;
    height: 19px;
    margin: 5px 0;
    background-image: url(/rtl/Images/spritesheet.png);
    background-position: -11px -1853px;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .envelope.op75 {
        opacity: 0.75;
    }

.redGradient {
    color: #333;
    background: #ffe362; /* Old browsers */
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
    background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
}

#dialog {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    position: absolute;
}

    #dialog .content {
        z-index: 9;
        width: 800px;
        margin: 80px auto;
        background: #f7f7f7;
        padding: 20px;
        -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);
    }

.modalbox-title-bar {
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 200;
    border-bottom: 1px solid #AAA;
    box-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 1px 0 #fff;
}

.modalbox-title {
    font-size: 14px;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    color: #666;
}

.modal-close {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 11px 0 15px;
    font-size: 12px;
    cursor: pointer;
    color: #888;
    border-left: 1px solid #F5F2F2;
}

#dialog .menu {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    text-decoration: none;
    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: -ms-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 );
    cursor: pointer;
}

    #dialog .menu a {
        display: block;
    }

    #dialog .menu .item {
        float: right;
        cursor: pointer;
        font-size: 14px;
        width: 20%;
        border-left: 1px solid #989898;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #dialog .menu .item .inner:hover,
        #dialog .menu .item.selected {
            color: #333;
            background: #ffe362; /* Old browsers */
            background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
            background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
        }

        #dialog .menu .item:first-child {
            border-right: 0;
        }

        #dialog .menu .item:nth-last-child(-n+2) {
            border-left: 0;
        }

        #dialog .menu .item > ul {
            display: none;
            position: absolute;
            width: calc(20% - 1px);
            padding-top: 1px;
        }

            #dialog .menu .item > ul li {
                background: #f7f7f7;
            }

                #dialog .menu .item > ul li a {
                    color: #333;
                    margin-right: 10px;
                }

                #dialog .menu .item > ul li:hover,
                #dialog .menu .item > ul li.subSelected {
                    background: #fffbe5;
                }

        #dialog .menu .item:hover > ul {
            display: block;
        }

        #dialog .menu .item:first-child > .inner {
            border-left: none;
        }

        #dialog .menu .item:last-child > .inner {
            border-right: none;
        }

#dialog .close {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1D2329;
}

    #dialog .close:hover {
        color: #333;
        background: #ffe362; /* Old browsers */
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
        background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
    }

#dialog .body {
    margin-top: 10px;
}

#dialog iframe {
    width: 100%;
    min-height: 600px;
}

.moveToTop {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 60px;
    text-indent: 100%;
    background-color: #000000;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

    .moveToTop .arrow {
        display: block;
        height: 100%;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url(/Images/arrow-up.svg);
        -webkit-filter: invert(1);
        filter: invert(1);
    }

.icons:not(.lucky6 .icons) {
    background-image: url(/rtl/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.icons-Banking {
    width: 14px;
    height: 14px;
    background-position: -10px -11px;
}

.icons-EventView {
    width: 14px;
    height: 14px;
    background-position: -10px -43px;
}

.icons-sound {
    width: 14px;
    height: 14px;
    background-position: -17px -1882px;
}

.icons-muted-sound {
    width: 14px;
    height: 14px;
    background-position: -48px -1882px;
}

.icons-Overview {
    width: 14px;
    height: 14px;
    background-position: -10px -78px;
}

.icons-PromotionSmall {
    width: 14px;
    height: 14px;
    background-position: -10px -112px;
}

.icons-accepted {
    width: 20px;
    height: 20px;
    background-position: -10px -146px;
}

.icons-affiliates {
    width: 41px;
    height: 30px;
    background-position: -10px -186px;
}

.icons-arrowDown {
    width: 12px;
    height: 7px;
    background-position: -10px -236px;
}

.icons-arrowLeft {
    width: 7px;
    height: 12px;
    background-position: -10px -263px;
}

.icons-arrow_closed {
    width: 22px;
    height: 22px;
    background-position: -10px -295px;
}

.icons-arrow_open {
    width: 22px;
    height: 22px;
    background-position: -10px -337px;
}

.icons-arrow_right {
    width: 15px;
    height: 23px;
    background-position: -10px -379px;
}

.icons-arrow_rounded {
    width: 18px;
    height: 20px;
    background-position: -10px -422px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.icons-betSlip_x {
    width: 8px;
    height: 7px;
    background-position: -10px -482px;
}

.betSlip .summary .bottom .reset:hover .icons-betSlip_x {
    background-position: -27px -482px;
}

.icons-btn_LiveChat {
    width: 93px;
    height: 23px;
    background-position: -10px -509px;
}

.icons-casino {
    width: 41px;
    height: 30px;
    background-position: -10px -552px;
}

.icons-corner {
    width: 26px;
    height: 12px;
    background-position: -10px -602px;
}

.icons-facebook {
    width: 33px;
    height: 35px;
    background-position: -10px -634px;
}

.icons-games-closed {
    width: 13px;
    height: 10px;
    background-position: -10px -689px;
    padding: 1px;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.icons-games-opened {
    width: 13px;
    height: 10px;
    background-position: -10px -720px;
    padding: 1px;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.icons-gamsLiveBtn {
    width: 150px;
    height: 22px;
    background-position: -10px -751px;
}

.icons-googlep {
    width: 34px;
    height: 35px;
    background-position: -10px -793px;
}

.icons-iconResults {
    width: 24px;
    height: 15px;
    background-position: -10px -848px;
}

.icons-liveChat {
    width: 17px;
    height: 14px;
    background-position: -10px -885px;
}

.icons-liveChatHover {
    width: 17px;
    height: 14px;
    background-position: -11px -513px;
}

.icons-live_betting {
    width: 41px;
    height: 30px;
    background-position: -11px -918px;
}

.icons-live_results {
    width: 41px;
    height: 30px;
    background-position: -7px -968px;
}

.mainFooter ul li span.icons {
    width: 22px;
    height: 22px;
    margin-left: 3px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.mainFooter ul li:hover span.icons {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter .5s, filter .5s, opacity .5s;
    transition: filter .5s, opacity .5s;
}

.icons-logo1 {
    background-position: -100px -1061px;
}

.icons-logo2 {
    background-position: -53px -1109px;
}

.icons-logo3 {
    background-position: -100px -1109px;
}

.icons-logo4 {
    background-position: -54px -1061px;
}

.icons-logo5 {
    width: 60px;
    height: 42px;
    margin-left: 10px;
    background-position: -60px -1204px;
    vertical-align: middle;
    float: right;
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .icons-logo5:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: opacity .5s, filter .5s;
    }

.icons-logo6 {
    background-position: -147px -1109px;
}

.icons-logo7 {
    background-position: -147px -1061px;
}

.icons-magnifier {
    width: 10px;
    height: 10px;
    background-position: -10px -1261px;
}

.icons-mobile {
    width: 41px;
    height: 30px;
    background-position: -6px -1293px;
}

.icons-promotions {
    width: 41px;
    height: 30px;
    background-position: -10px -1374px;
}

.icons-quickBets {
    width: 80px;
    height: 80px;
    background-position: -10px -1424px;
    margin-top: 30%;
}

.icons-rejected {
    width: 20px;
    height: 20px;
    background-position: -10px -1524px;
}

.icons-results {
    width: 41px;
    height: 30px;
    background-position: -10px -1564px;
}

.icons-star-big {
    width: 17px;
    height: 34px;
    background-position: -10px -1614px;
}

.icons-star-medium {
    width: 16px;
    height: 33px;
    background-position: -10px -1668px;
}

.icons-statistics {
    width: 41px;
    height: 30px;
    background-position: -6px -1721px;
}

.icons-twittter {
    width: 34px;
    height: 35px;
    background-position: -10px -1771px;
}

.icons-scout {
    background-position: -10px -1825px;
}

.icons-statistic {
    background-position: -10px -1825px;
}

.icons-statistic-disabled {
    background-position: -10px -1825px;
}

/* Animations
   ========================================================================== */
@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
/* Firefox */
{
    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
/* Safari and Chrome */
{
    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
/* Opera */
{
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}
/** Reset green pulse animation for hover state*/

@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
/* Firefox */
{
    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
/* Safari and Chrome */
{
    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
/* Opera */
{
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

.message-box {
    display: block;
    width: auto;
    position: relative;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
}

.message-danger {
    border: 1px solid #ebccd1;
    color: #790502;
    background: #ebccd1;
}

.message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.seoBlock {
    display: block;
    width: auto;
    position: relative;
    margin: 10px 0 0 0;
}

    .seoBlock .seoContentHead {
        display: block;
        height: 28px;
        padding: 0 10px 0 10px;
        font-size: 11px;
        font-weight: bold;
        line-height: 28px;
        color: #ffffff;
        background-color: #666;
    }

    .seoBlock .seoContent {
        display: block;
        padding: 10px;
        font-size: 11px;
        background: -webkit-linear-gradient(#f7f7f7,#ebebeb); /*Chrome, Safari*/
        background: -moz-linear-gradient(#f7f7f7,#ebebeb); /*Firefox*/
        background: -ms-linear-gradient(#f7f7f7,#ebebeb); /*IE10+*/
        background: -o-linear-gradient(#f7f7f7,#ebebeb); /*Opera*/
        background: linear-gradient(#f7f7f7,#ebebeb);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0); /*IE7-*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)"; /*IE8+*/
        color: #333;
        text-align: justify;
    }


/* ==========================================================================
   HEADER
   ========================================================================== */
#header {
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
    z-index: 10;
}

/* HEADER TOP
   ========================================================================== */
.headerTop {
    position: relative;
    display: block;
    height: 80px;
    background-color: #fdd101;
}

    .headerTop .inner {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
        height: 100%;
    }

        .headerTop .inner:after {
            content: '';
            clear: both;
        }

    /*Logo*/
    .headerTop .mainLogo {
        position: absolute;
        float: right;
        width: 50%;
        height: 80px;
        z-index: 1;
    }

        .headerTop .mainLogo a {
            display: inline-block;
            height: 100%;
        }

            .headerTop .mainLogo a img {
                margin: 18px 0;
                padding: 0 10px;
                height: 44px;
            }

    /*Login Block*/
    .headerTop .loginBlock {
        position: relative;
        float: left;
        padding: 24px 0;
        width: 50%;
        height: 32px;
        line-height: 30px;
        text-align: left;
    }

        .headerTop .loginBlock a {
            color: #666;
        }

        .headerTop .loginBlock .headerNavDivider {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            width: 1px;
            height: 14px;
            background: #666;
        }

        .headerTop .loginBlock .btn {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            line-height: 12px;
            margin-right: 10px;
            cursor: pointer;
        }

            .headerTop .loginBlock .btn .yellowText {
                padding-left: 5px;
            }

            .headerTop .loginBlock .btn.registerButton,
            .headerTop .loginBlock .btn.depositButton {
                padding: 9px 10px;
                font-weight: bold;
            }

            .headerTop .loginBlock .btn.lostPass {
                text-decoration: underline;
                font-size: 10px !important;
                cursor: pointer;
                direction: ltr;
            }

            .headerTop .loginBlock .btn#txtUsername,
            .headerTop .loginBlock .btn#txtPassword {
                margin-right: 10px;
                padding: 0;
                width: 90px;
                height: 30px;
                font-size: 10px;
                text-indent: 5px;
                color: #333;
                border: 1px solid #666;
            }

        .headerTop .loginBlock input#txtUsername:hover,
        .headerTop .loginBlock input#txtPassword:hover {
            border: 1px solid #666666;
        }

        .headerTop .loginBlock .btn.loginButton {
            padding: 8px;
            font-weight: bold;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            text-shadow: 1px 1px 0 rgb(255,238,140);
            border: 1px solid #464d57;
            color: #333;
            background: #ffe362; /* Old browsers */
            background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
            background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
        }

        .headerTop .loginBlock .loginButton: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);
        }

        .headerTop .loginBlock .registerButton,
        .headerTop .loginBlock .depositButton {
            color: #fff;
            background-color: #2ea949;
        }

            .headerTop .loginBlock .registerButton:hover,
            .headerTop .loginBlock .depositButton:hover {
                color: #f7f7f7;
                background: #1b8f1b;
            }

        .headerTop .loginBlock .btn.messages {
            position: relative;
            font-weight: bold;
        }

        .headerTop .loginBlock a:hover .envelope {
            background-position: -42px -1853px;
        }

    /*Deposit Type*/
    .headerTop .depositType {
        cursor: pointer;
        display: none;
        position: absolute;
        top: 40px;
        left: 130px;
        z-index: 3;
        border: 3px solid #464d57;
        border-radius: 5px;
    }

        .headerTop .depositType::after {
            display: block;
            position: absolute;
            content: "";
            right: 65px;
            top: -12px;
            margin-top: -7px;
            border: 8px solid rgba(0,0,0,0);
            border-bottom-color: #464d57;
        }

        .headerTop .depositType div a {
            display: block;
            position: relative;
            padding: 10px;
            font-size: 14px;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background-color: #E5E5E5;
            border-bottom: 1px solid #999;
        }

            .headerTop .depositType div a:hover {
                background: #f4d416;
            }

        .headerTop .depositType div:last-child a {
            border-bottom: none;
        }

        .headerTop .depositType div a .paymentmethodicons {
            display: inline-block;
            vertical-align: middle;
            width: 72px;
            height: 44px;
            margin-left: 5px;
            background: url(/Payments/Images/providers.Png) no-repeat;
        }

            .headerTop .depositType div a .paymentmethodicons.paymentmethods_paypal {
                background-position: 0px -44px;
            }

            .headerTop .depositType div a .paymentmethodicons.paymentmethods_payostar {
                background-position: 0px -264px;
            }


/*My Account Menu*/
#userAccount {
    z-index: 3;
}

    #userAccount > a {
        display: none;
    }

    #userAccount li {
        position: relative;
        z-index: 5;
    }

        #userAccount li a {
            display: block;
        }

            #userAccount li a:active {
                color: #ffd800;
            }

    #userAccount span {
        display: block;
        text-align: right;
        padding: 0 5px;
    }

    #userAccount .myDialog span::after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent;
        border-bottom: none;
        border-top-color: #666666;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        left: -0.313em;
    }

    /* first level */
    #userAccount > ul {
        height: 100%;
    }

        #userAccount > ul > li > a {
            height: 100%;
            padding: 0 5px;
            font-size: 12px;
            line-height: 28px;
            text-align: center;
            cursor: pointer;
        }

            #userAccount > ul > li > a > i {
                margin-top: 15px;
            }

        #userAccount > ul > li:hover > a,
        #userAccount > ul:not(:hover) > li.active > a {
            background: #f4d416;
        }

    /* second level */
    #userAccount li ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        border-top: 1px solid #ccc;
    }

    #userAccount li:hover ul {
        display: block;
    }

    #userAccount li ul a {
        border-bottom: 1px solid #999;
        background-color: #f7f7f7;
        line-height: 30px;
        height: 30px;
        cursor: pointer;
    }

        #userAccount li ul a:hover {
            background-color: #fffbe5;
        }

    #userAccount li ul span {
        padding-left: 10px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        #userAccount li ul span:after {
            display: none;
        }

/*Header Middle*/
#header .headerMiddle {
    position: relative;
    display: block;
    height: 41px;
    text-align: right;
    overflow: hidden;
    background: #000000;
}

    #header .headerMiddle .inner {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
    }

        #header .headerMiddle .inner #navigation {
            margin-right: 250px;
        }

.headerMiddle .navLink {
    display: inline-block;
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
}

    .headerMiddle .navLink:hover,
    .headerMiddle .navLink.selected {
        color: #ffd300;
    }

    .headerMiddle .navLink .radialGradientOnHover {
        position: absolute;
        display: none;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
    }

    .headerMiddle .navLink:hover .radialGradientOnHover {
        display: none;
    }

    .headerMiddle .navLink.selected .radialGradientOnHover {
        display: block;
    }

/*Singup Button*/
.headerMiddle #singUp.greenPulseBtn {
    position: absolute;
    display: block;
    top: 4px;
    right: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: Tahoma;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    -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 {
        position: relative;
        display: block;
        padding: 7px 25px 7px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        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);
    }

    .headerMiddle #singUp.greenPulseBtn .pulseCurtain {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -moz-animation: green-pulse 2s infinite ease-in-out;
        -webkit-animation: green-pulse 2s infinite ease-in-out;
        -o-animation: green-pulse 2s infinite ease-in-out;
        animation: green-pulse 2s infinite ease-in-out;
    }

    .headerMiddle #singUp.greenPulseBtn:hover .pulseCurtain {
        -moz-animation: stop-green-pulse 2s infinite;
        -webkit-animation: stop-green-pulse 2s infinite;
        -o-animation: stop-green-pulse 2s infinite;
        animation: stop-green-pulse 2s infinite;
    }

    .headerMiddle #singUp.greenPulseBtn .greenPulseTextWrap .greenPulseText {
        position: relative;
        display: block;
        font-family: 'MyriadPro-BoldSemiCn';
        font-size: 18px;
        line-height: 18px;
    }

/*Header Bottom*/
#header .headerBottom {
    position: relative;
    display: block;
    max-width: 1260px;
    margin: 5px auto;
    height: 27px;
    background: #e5e5e5;
    box-shadow: 0 0 1px 0 #666;
}

    #header .headerBottom:after {
        display: block;
        clear: both;
        content: '';
    }

    #header .headerBottom .btn {
        display: block;
        float: left;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        text-transform: capitalize;
        cursor: pointer;
    }

        #header .headerBottom .btn:hover {
            background: #fffbe5;
        }

        #header .headerBottom .btn img {
            vertical-align: middle;
            height: 14px;
        }

        #header .headerBottom .btn span {
            vertical-align: middle;
            color: #666;
            margin-left: 3px;
        }

    #header .headerBottom .headerNavDivider {
        position: relative;
        display: block;
        float: left;
        margin: 7px 0 0 0;
        width: 1px;
        height: 14px;
        margin-right: 1px;
        background: #333333;
        border-left: 1px solid #E6EFFF;
    }

    #header .headerBottom .floatLeft {
        position: relative;
        display: block;
        float: left;
        z-index: 2;
    }

    #header .headerBottom .floatRight {
        position: relative;
        display: block;
        float: right;
        z-index: 2;
    }

/*Language Menu & OddsMode Menu*/
.optionSelector {
    position: relative;
    float: left;
    font-weight: bold;
}

    .optionSelector > a {
        display: none;
    }

    .optionSelector li {
        position: relative;
        z-index: 100;
        text-align: right;
    }

        .optionSelector li a {
            color: #666;
            display: block;
        }

    .optionSelector i.lang {
        background: url(/Images/flags16.png);
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.lang1 {
        background-position: 0 -432px;
    }

    .optionSelector i.lang2 {
        background-position: 0 -1457px;
    }

    .optionSelector i.lang3 {
        background-position: 0 -1152px;
    }

    .optionSelector i.lang4 {
        background-position: 0 -1920px;
    }

    .optionSelector i.lang5 {
        background-position: 0 -1424px;
    }

    .optionSelector i.lang6 {
        background-position: 0 -3552px;
    }

    .optionSelector i.lang7 {
        background-position: 0 -1328px;
    }

    .optionSelector i.lang8 {
        background-position: 0 -1632px;
    }

    .optionSelector i.lang9 {
        background-position: 0 -3088px;
    }

    .optionSelector i.lang10 {
        background-position: 0 -1825px;
    }

    .optionSelector i.lang17 {
        background-position: 0 -2432px;
    }

    .optionSelector i.odds {
        background-image: url(/rtl/Images/spritesheet.png);
        width: 20px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.type0 {
        background-position: -12px -1903px;
    }

    .optionSelector i.type1 {
        background-position: -47px -1903px;
    }

    .optionSelector i.type2 {
        background-position: -79px -1903px;
    }

    .optionSelector i.sort {
        background-image: url(/rtl/Images/spritesheet.png);
        width: 18px;
        height: 16px;
        background-position: -128px -885px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.mode0 {
        background-position: -50px -886px;
    }

    .optionSelector i.mode1 {
        background-position: -92px -886px;
    }

    .optionSelector span {
        display: inline-block;
        text-align: left;
        padding: 0 5px;
    }

        .optionSelector span:after {
            width: 0;
            height: 0;
            border: 0.313em solid transparent;
            border-bottom: none;
            border-top-color: rgba(21, 37, 83, 0.7);
            content: '';
            vertical-align: middle;
            display: inline-block;
            position: relative;
            right: -0.313em;
        }

    /* first level */
    .optionSelector > ul {
        height: 100%;
    }

        .optionSelector > ul > li > a {
            height: 100%;
            padding: 0 10px;
            font-size: 12px;
            line-height: 27px;
            text-align: center;
            cursor: pointer;
        }

            .optionSelector > ul > li > a > i.News {
                font-style: normal;
            }

        .optionSelector > ul.time > li a {
            font-size: 10px;
            height: 25px;
            line-height: 25px;
        }

        .optionSelector > ul > li:hover > a,
        .optionSelector > ul:not(:hover) > li.active > a {
            background: #fffbe5;
        }

    /* second level */
    .optionSelector li ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        border: 1px solid #deebfd;
        background-color: #fff;
    }

        .optionSelector li ul#otherDates {
            right: 0;
        }

    .optionSelector li:hover ul {
        display: block;
    }

    .optionSelector li ul a {
        padding: 0 15px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #fff;
        line-height: 30px;
        height: 30px;
        cursor: pointer;
        white-space: nowrap;
    }

        .optionSelector li ul a:hover,
        .optionSelector li ul li.sel a,
        .optionSelector li ul li a.sel {
            background-color: #fffbe5;
        }

    .optionSelector li ul span {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .optionSelector li ul span:after {
            display: none;
        }

/*Lost Login iFrane*/

.lostlogin-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, .7);
}


.lostlogin-close {
    position: absolute;
    right: calc(50% + 215px);
    top: 203px;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1D2329;
}

    .lostlogin-close:hover {
        color: #333;
        background: #ffe362; /* Old browsers */
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
        background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
    }

    .lostlogin-close span {
        padding: 5px 10px;
    }

iframe.iLostLogin {
    position: absolute;
    left: calc(50% - 250px);
    top: 200px;
    z-index: 9;
    width: 520px !important;
    min-height: 276px !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-width: 1000px;
    font-family: Tahoma;
    text-align: right;
}

.mainFooter {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-top: 20px;
    background: #e5e5e5;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

    .mainFooter .inner {
        max-width: 1260px;
        margin: 0 auto;
        overflow: hidden;
    }

        /*Payment Methods*/
        .mainFooter .inner .payments {
            width: 100%;
            height: auto;
            padding: 22px 0;
            text-align: center;
            border-bottom: 1px solid #ccc;
            overflow: hidden;
        }

            .mainFooter .inner .payments .item {
                display: inline-block;
                height: 30px;
                margin: 0 4px;
                cursor: pointer;
                filter: invert(60%);
                opacity: 0.3;
                background-image: url(/Images/footer_icons.png);
                background-repeat: no-repeat;
            }

                .mainFooter .inner .payments .item:hover {
                    opacity: 1;
                    -webkit-transition: opacity .5s;
                    transition: opacity .5s;
                }

.icon-visa {
    width: 41px;
    background-position: 0 0;
}

.icon-visa-electron {
    width: 36px;
    background-position: -41px 0;
}

.icon-mastercard {
    width: 35px;
    background-position: -78px 0;
}

.icon-maestro {
    width: 34px;
    background-position: -114px 0;
}

.icon-skrill {
    width: 41px;
    background-position: -194px 0;
}

.icon-neteller {
    width: 50px;
    background-position: -235px 0;
}

.icon-paypal {
    width: 55px;
    background-position: -652px 0;
}

.icon-upay {
    width: 70px;
    background-position: -755px -37px;
}

.icon-bitcoin {
    width: 70px;
    background-position: -849px -34px;
}

.icon-bank {
    width: 72px;
    background-position: -471px 0;
}

.icon-mastercard-sc {
    width: 60px;
    background-position: -1021px -1px;
}

.icon-visa-verified {
    width: 48px;
    background-position: -1081px 0;
}

.icon-cash {
    width: 48px;
    background-position: -1030px -30px;
}

.icon-cash2 {
    width: 30px;
    background-position: -1092px -30px;
}

/* Links */
.mainFooter .inner .links {
    width: 100%;
    height: 100%;
    padding: 22px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.mainFooter .inner .infoContent {
    float: left;
    width: 25%;
}

.mainFooter .inner .wrapper {
    margin: 0 10px;
}

.mainFooter .infoContent h3 {
    font-size: 12px;
    color: #666;
    padding: 0;
    margin: 0 0 13px 0;
}

.mainFooter .infoContent a {
    font-size: 11px;
    color: #999;
    text-decoration: none;
    line-height: 19px;
    cursor: pointer;
}

    .mainFooter .infoContent a:hover {
        color: #666;
    }

.mainFooter .inner .text {
    width: 100%;
    height: 100%;
    padding: 22px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

    .mainFooter .inner .text:last-child {
        border-bottom: 0;
    }

    .mainFooter .inner .text p {
        color: #999;
        text-align: justify;
    }

    .mainFooter .inner .text img {
        float: right;
        margin-left: 10px;
    }

.contentRight .sideBlock {
    position: relative;
    margin-bottom: 5px;
}

    .contentRight .sideBlock .sideBlockHead {
        position: relative;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-weight: bold;
        direction: ltr;
        color: #f7f7f7;
        background-color: #666;
    }

        .contentRight .sideBlock .sideBlockHead span {
            direction: ltr;
        }

    .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;
    }

.contentRight .image .sideBlock .sideBlockBody {
    position: relative;
    height: 113px;
}

    .contentRight .image .sideBlock .sideBlockBody .sideBlockIcon {
        position: absolute;
        display: block;
        width: 100%;
        height: 113px;
        bottom: 0;
        left: 0;
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .contentRight .image .sideBlock .sideBlockBody .sideBlockContent {
        position: relative;
        width: 100%;
        height: 100%;
    }

/*Casino*/
.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockIcon {
    background-image: url(/Images/casino.JPG);
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent {
    transition: .3s ease-out;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
}

.contentRight .image.casino .sideBlock .sideBlockBody:hover .sideBlockContent {
    visibility: visible;
    opacity: 1;
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent a {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 33px);
    cursor: pointer;
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent .LiveChatBtn {
    display: inline-block;
    color: #fdd101;
    max-width: 115px;
    border: 1px solid;
    padding: 3px 7px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 9;
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent div.LiveChatBtn:hover {
    -moz-box-shadow: 0 0 5px #e2be22;
    -webkit-box-shadow: 0 0 5px #e2be22;
    box-shadow: 0 0 5px #e2be22;
}

/* Stats Page */
#overlay {
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#statsDialog {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1000px;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    opacity: 1;
    position: fixed;
    z-index: 1002;
}

    #statsDialog .closeButton {
        background-image: url(/rtl/images/closeButton.png);
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        height: 28px;
        position: absolute;
        right: -14px;
        top: -14px;
        width: 28px;
        z-index: 102;
    }

    #statsDialog iframe {
        display: block;
        height: 100%;
        width: 100%;
    }

.buttonPosition .greenPulseBtn {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    border: 1px solid transparent;
}

    .buttonPosition .greenPulseBtn .greenPulseTextWrap {
        position: relative;
        display: block;
        width: 155px;
        padding: 7px 25px 7px 25px;
        margin: 10px auto;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        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);
    }

    .buttonPosition .greenPulseBtn .pulseCurtain {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: -3px;
        -moz-animation: green-pulse 2s infinite ease-in-out;
        -webkit-animation: green-pulse 2s infinite ease-in-out;
        -o-animation: green-pulse 2s infinite ease-in-out;
        animation: green-pulse 2s infinite ease-in-out;
    }

    .buttonPosition .greenPulseBtn:hover .pulseCurtain {
        -moz-animation: stop-green-pulse 2s infinite;
        -webkit-animation: stop-green-pulse 2s infinite;
        -o-animation: stop-green-pulse 2s infinite;
        animation: stop-green-pulse 2s infinite;
    }

    .buttonPosition .greenPulseBtn .greenPulseTextWrap .greenPulseText {
        position: relative;
        display: block;
        font-family: 'MyriadPro-BoldSemiCn';
        font-size: 14px;
        font-weight: bold;
        line-height: 27px;
        text-transform: uppercase;
    }

.rightText {
    text-align: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: block;
}

.ca {
    background: url(/rtl/Images/flags16.png);
    width: 16px;
    height: 16px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
}

.alertify .ajs-commands {
    left: 0;
    right: initial !important;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: left !important;
}

.alertify .ajs-body .ajs-content {
    direction: ltr;
    text-align: right;
}

.ltr {
    direction: ltr;
}

.sportsMenu .sport span.holder {
    border-right: unset !important;
}

.sportsMenu .sport.open > .holder {
    border-top: unset !important;
}

/* Print Dialog */
#printDialog {
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    background-clip: padding-box;
    border-radius: 6px;
    left: 50%;
    margin-left: -200px;
    outline: 0;
    position: absolute;
    top: 20px;
    width: 330px;
    z-index: 101;
}

    #printDialog .modal-title {
        float: right;
        font-size: 16px;
        margin: 0;
    }

    #printDialog .close {
        padding: 0;
        color: #000;
        background: transparent;
        float: left;
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 0 1px 0 #fff;
        border: 0;
        -webkit-appearance: none;
        filter: alpha(opacity=20);
        opacity: .2;
        cursor: pointer;
    }

    #printDialog .modal-footer {
        border-top: 1px solid #e5e5e5;
        padding: 10px;
        text-align: left;
    }

    #printDialog .btn {
        -moz-border-radius: 4px;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-border-radius: 4px;
        -webkit-user-select: none;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0;
        padding: 2% 5%;
        text-align: center;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
    }

    #printDialog .btn-primary {
        background-color: #fdd101;
        color: #333;
        font-weight: bold;
    }

/*Popup Container*/
.modal-header {
    min-height: 16px;
    padding: 10px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    font-size: 16px;
    margin: 0;
}

.modal-body {
    padding: 10px;
    position: relative;
}

.modal-footer {
    padding: 10px;
    text-align: right;
}

.print .btn {
    -moz-border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-border-radius: 4px;
    -webkit-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
}

.print .close {
    filter: alpha(opacity=20);
    float: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    opacity: .2;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

    .print .close:hover,
    .print .close:focus {
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
        text-decoration: none;
    }

.print.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.print .sr-only-focusable:active,
.print .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* #region Search */
.contentLeft .searchBox {
    position: relative;
    height: 22px;
    padding: 1px;
    -moz-background-origin: border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    margin-bottom: 5px;
}

    .contentLeft .searchBox:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 24px;
        border-left: 1px solid #575757;
        -moz-background-origin: border-box;
        -webkit-background-origin: border-box;
        background-origin: border-box;
        -moz-background-clip: border-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        text-align: center;
    }

.searchBox .searchText {
    display: block;
    position: relative;
    margin-left: 22px;
    padding: 4px 0px 4px 10px;
    font-size: 12px;
    height: auto;
    width: 185px;
    text-align: right;
    color: #ffffff;
    background: #666666;
    border-left: 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;
}

.searchBox .searchBtn {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}

.searchBox > div {
    position: absolute;
    top: 25px;
    right: -1px;
    width: auto;
    max-width: 305px;
    min-width: 305px;
    z-index: 3;
    box-sizing: border-box;
}

    .searchBox > div > div:last-of-type {
        border-bottom: 1px solid #969696
    }

.searchBox .threeChars {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    width: 6em;
    height: 2em;
    padding-left: .8em;
    padding-right: .8em;
    transition: top .2s ease-in-out, opacity .2s ease-in-out;
    opacity: 0;
    background: #000;
    background-size: 1.6em;
    font-size: .8em;
    z-index: 2;
    cursor: pointer;
}

.searchBox:hover .threeChars {
    top: -2em;
    opacity: 1;
}

.searchBox .odd {
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.searchBox .even {
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

    .searchBox .odd:hover,
    .searchBox .even:hover,
    .search-focused {
        color: #000;
    }

.searchBox > div > div:last-child .odd,
.searchBox > div > div:last-child .even {
    border-bottom: none;
    border-top: none;
}

.searchBox .iconS {
    float: right
}

    .searchBox .iconS .iconImg {
        width: 22px;
        height: 20px;
        display: block;
        background-repeat: no-repeat;
        background-image: url(/Images/sportsSprite.png);
    }

.searchBox .stInfo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchBox .teams {
    padding-right: 5px;
    padding-bottom: 2px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchBox .searchResult .CaTo {
    padding-right: 5px;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
}

    .searchBox .searchResult .CaTo .dateTime,
    .searchBox .searchResult .CaTo .tourCat {
        display: inline-block;
        vertical-align: middle;
    }

        .searchBox .searchResult .CaTo .dateTime span {
            display: inline-block;
            vertical-align: middle;
            padding-left: 5px;
        }

    .searchBox .searchResult .CaTo .liveicon {
        display: inline-block;
        width: 35px;
        height: 13px;
        vertical-align: middle;
        font-size: 6px;
        background-image: url(/Images/live.svg);
        background-repeat: no-repeat;
        background-position: 6px -8px;
        background-size: 5em 5em;
    }

/*#endregion */

/* #region sports icons */
.icon:not(.lucky6 .icon) {
    content: '';
    position: absolute;
    display: block;
    right: 4px;
    top: 5px;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(/Images/sportsSprite.png);
}

/*Football*/
.sp1 {
    background-position: 0 -20px;
}
/*Basketball*/
.sp2 {
    background-position: 0 -40px;
}
/*Tennis*/
.sp3 {
    background-position: 0 -60px;
}
/*Ice Hockey*/
.sp4 {
    background-position: 0 -138px;
}
/*American Football*/
.sp5 {
    background-position: 0 -99px;
}
/*Motor Sports*/
.sp6 {
    background-position: 0 -340px;
}
/*Baseball*/
.sp7 {
    background-position: 0 -859px;
}
/*Voleyball*/
.sp8 {
    background-position: 0 -280px;
}
/*Handboll*/
.sp9 {
    background-position: 0 -799px;
}
/*Rugby Union*/
.sp10 {
    background-position: 0 -219px;
}
/*Rugby League*/
.sp11 {
    background-position: 0 -240px;
}
/*Boxing*/
.sp12 {
    background-position: 0 -359px;
}
/*Cricket*/
.sp13 {
    background-position: 0 -399px;
}
/*Chess*/
.sp14 {
    background-position: 0 -1099px;
}
/*Darts*/
.sp15 {
    background-position: 0 -299px;
}
/*Golf*/
.sp16 {
    background-position: 0 -80px;
}
/*Snooker*/
.sp17 {
    background-position: 0 -259px;
}
/*Futsal*/
.sp18 {
    background-position: 0 -460px;
}
/*Table Tennis*/
.sp19 {
    background-position: 0 -479px;
}
/*Badminton*/
.sp20 {
    background-position: 0 -600px;
}
/*E-Sports*/
.sp21 {
    background-position: 0 -1204px;
}
/*Water Polo*/
.sp22 {
    background-position: 0 -159px;
}
/*Bandy*/
.sp23 {
    background-position: 0 -420px;
}
/*Field Hockey*/
.sp24 {
    background-position: 0 -860px;
}
/*Floorball*/
.sp25 {
    background-position: 0 -440px;
}
/*Aussie Rules*/
.sp26 {
    background-position: 0 -559px;
}
/*Combat Sports*/
.sp27 {
    background-position: 0 -359px;
}
/*Bowls*/
.sp28 {
    background-position: 0 -840px;
}
/*Gaelic Football*/
.sp29 {
    background-position: 0 -280px;
}
/*Beach Football*/
.sp30 {
    background-position: 0 -521px;
}
/*Beach Voleyball*/
.sp31 {
    background-position: 0 -160px;
}
/*Netball*/
.sp32 {
    background-position: 0 -980px;
}
/*Lacrosse*/
.sp33 {
    background-position: 0 -860px;
}
/*Curling*/
.sp34 {
    background-position: 0 -940px;
}
/*Softball*/
.sp35 {
    background-position: 0 -120px;
}
/*Squash*/
.sp36 {
    background-position: 0 -60px;
}
/*Sumo*/
.sp37 {
    background-position: 0 -1040px;
}
/*Horse Racing*/
.sp38 {
    background-position: 0 -1140px;
}
/*Indoor Football*/
.sp39 {
    background-position: 0 -20px;
}
/*Politics*/
.sp41 {
    background-position: 0 -720px;
}
/*#endregion */

.luckySix .content {
    position: relative;
}

#luckySix .information {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .5rem .5rem;
    border: 1px solid transparent;
    font-size: 12px;
}

/*#region Momentum*/
.TopNavContainer {
    display: flex;
    justify-content: center;
    background: #3a3a3a;
}

    .TopNavContainer.hide {
        display: none;
    }

    .TopNavContainer .StatButtons_Button {
        font-size: 13px;
        line-height: 30px;
        padding: 0 10px;
        cursor: pointer;
        color: #c3c3c3;
    }

    .TopNavContainer .StatButtons_Button-active {
        border-bottom: 1px solid var(--stats-color-1);
    }

.momentum {
    display: none;
    padding: 10px;
    width: 100%;
    max-height: 273px;
    box-sizing: border-box;
    background-color: var(--momentum-color);
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

    .momentum::-webkit-scrollbar {
        display: none;
    }

    .momentum.show {
        display: block;
    }

    .momentum .row {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
    }

        .momentum .row.team2 {
            flex-direction: row-reverse;
        }

        .momentum .row > div {
            flex: 1;
            height: 100%;
        }

        .momentum .row .info {
            display: flex;
        }

        .momentum .row.team1 .info {
            justify-content: flex-end;
            border-right: 1px solid var(--stats-color-1);
        }

        .momentum .row.team2 .info {
            justify-content: flex-start;
            flex-direction: row-reverse;
            border-left: 1px solid var(--stats-color-2);
        }

        .momentum .row .info__summary {
            text-align: center;
            font-size: 12px;
            color: #b7b7b7;
        }

        .momentum .row .info .text {
            display: block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .momentum .row.team1 .info .text {
            text-align: right;
        }

        .momentum .row .info .momentum__icon img {
            margin: 5px;
            height: 20px;
        }

        .momentum .row .time {
            width: 50px;
            flex: 0 0 50px;
            text-align: center;
            font-weight: 700;
            color: #b7b7b7;
        }

/*#endregion*/

.contentLeft {
    display: table-cell;
    vertical-align: top;
}

    .contentLeft > div {
        width: 305px;
    }

/* Main content */
.ov {
    display: block;
}

    .ov ul ul {
        display: none;
    }

    .ov .favourites .clear {
        position: relative;
        float: left;
        left: 5px;
        font-size: 10px;
        font-weight: bold;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-background-origin: border-box;
        -webkit-background-origin: border-box;
        background-origin: border-box;
        -moz-background-clip: border-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        text-decoration: none;
        height: 13px;
        padding: 1px 5px;
        color: #ffffff;
        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);
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

        .ov .favourites .clear:hover {
            cursor: pointer;
            background: #000;
        }

    .ov .favourites .star {
        display: inline-block;
        margin-top: -1px;
        vertical-align: text-bottom;
        width: 20px;
        height: 17px;
        background: url(/rtl/Images/star-big.png) no-repeat 0 0;
        background-position: 0 -17px;
    }

    .ov .header {
        text-align: right;
        height: 22px;
        width: auto;
        padding: 2px 5px 0 0;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        background: -webkit-linear-gradient(#777,#000); /*Chrome, Safari*/
        background: -moz-linear-gradient(#777,#000); /*Firefox*/
        background: -ms-linear-gradient(#777,#000); /*IE10+*/
        background: -o-linear-gradient(#777,#000); /*Opera*/
        background: linear-gradient(#777,#000);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#000', GradientType=0); /*IE7-*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#000', GradientType=0)"; /*IE8+*/
        color: #f7f7f7;
    }

    .ov .matchsBlock {
        position: relative;
    }

    .ov .match {
        position: relative;
        height: 49px;
        background-color: #fff;
        color: #333;
        border-bottom: 1px solid #a9a8a8;
    }

        .ov .match .event_ {
            display: block;
            height: 48px;
            width: 31%;
            cursor: pointer;
        }

        .ov .match:last-child {
            margin-bottom: 0;
        }

        .ov .match .event {
            text-align: right;
            position: absolute;
            right: 0;
            display: block;
            width: 29%;
            z-index: 1;
            top: 2px;
            margin-right: 10px;
            font-size: 18px;
            line-height: 26px;
        }

        .ov .match:hover .event {
            right: 16px;
        }

        .ov .match:hover a {
            display: block;
        }

        .ov .match .event span {
            display: inline-block;
            position: relative;
            width: auto;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            max-width: 45%;
            vertical-align: top;
            color: #222;
        }

        .ov .match .event strong {
            display: inline-block;
            position: relative;
            color: #666666;
            font-family: "MyriadPro-SemiboldCond",Arial;
        }

        .ov .match .time {
            position: absolute;
            right: 0;
            display: block;
            width: 30%;
            padding-right: 10px;
            text-align: right;
            bottom: 4px;
            font-weight: bold;
            color: #8c8c8c;
            direction: ltr;
        }

            .ov .match .time strong {
                color: #000000;
                font-weight: bold;
            }

        .ov .match .tmpScore {
            position: absolute;
            display: block;
            width: 31%;
            height: 14px;
            padding: 0 0 0 10px;
            top: auto;
            bottom: 4px;
            left: 14px;
            font-weight: bold;
            line-height: 11px;
            font-size: 0;
            color: #8c8c8c;
        }

            .ov .match .tmpScore span {
                padding: 0 8px;
                font-size: 14px;
                line-height: 14px;
                border-left: 1px solid #383838;
                border-right: 1px solid #000000;
            }

                .ov .match .tmpScore span.selected {
                    color: #ffffff;
                }

                .ov .match .tmpScore span:first-child {
                    padding-left: 0;
                    border-left: none;
                }

                .ov .match .tmpScore span:last-child {
                    border-right: none;
                }

        .ov .match .result {
            position: absolute;
            display: block;
            width: 100px;
            top: 0;
            right: 30%;
            bottom: 0;
            margin-right: 5px;
            padding: 5px 0;
            font-family: "MyriadPro-SemiboldCond",Arial;
            font-size: 27px;
            font-weight: 500;
            line-height: 42px;
            text-align: center;
            color: #333;
            background: #ffe362; /* Old browsers */
            background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
            background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
        }

        .ov .match .oddsButtons {
            position: absolute;
            top: 3px;
            right: 31%;
            left: 95px;
            padding: 0 5px;
            margin-right: 95px;
            display: flex;
        }

            .ov .match .oddsButtons .wrap {
                display: block;
                float: left;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            .ov .match .oddsButtons.threeItems .wrap {
                width: 33.33%;
                padding: 5px 5px 0 0;
            }

                .ov .match .oddsButtons.threeItems .wrap:nth-child(3n+3) {
                    padding-left: 5px;
                }

                .ov .match .oddsButtons.threeItems .wrap:nth-child(-n+3) {
                    padding-bottom: 5px;
                }

            .ov .match .oddsButtons.twoItems .wrap {
                width: 50%;
                padding: 5px 5px 0 0;
            }

                .ov .match .oddsButtons.twoItems .wrap:nth-child(2n+2) {
                    padding-left: 5px;
                }

                .ov .match .oddsButtons.twoItems .wrap:nth-child(-n+2) {
                    padding-bottom: 5px;
                }

            .ov .match .oddsButtons .wrap .name {
                float: right;
                width: 65%;
                white-space: nowrap;
                overflow: hidden;
                text-align: right;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
            }

                .ov .match .oddsButtons .wrap .name .redCard,
                .ov .match .oddsButtons .wrap .name .yellowCard {
                    display: inline-block;
                    width: 5px;
                    height: 8px;
                    margin-left: 3px;
                    vertical-align: baseline;
                    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 .wrap .odd {
                float: left;
                width: 35%;
                text-align: left;
                font-weight: bold;
            }

            .ov .match .oddsButtons a {
                display: block;
                padding: 9px 5px;
                overflow: hidden;
                cursor: pointer;
                border: 1px solid #acacac;
                background: -webkit-linear-gradient(#fafafa,#cdcdcd); /*Chrome, Safari*/
                background: -moz-linear-gradient(#fafafa,#cdcdcd); /*Firefox*/
                background: -ms-linear-gradient(#fafafa,#cdcdcd); /*IE10+*/
                background: -o-linear-gradient(#fafafa,#cdcdcd); /*Opera*/
                background: linear-gradient(#fafafa,#eaeaea);
                filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0); /*IE7-*/
                -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)"; /*IE8+*/
            }

                .ov .match .oddsButtons a .name,
                .ov .match .oddsButtons a .odd {
                    color: #000;
                }

                .ov .match .oddsButtons a:hover {
                    color: #fff;
                    background: -webkit-linear-gradient(#666,#999); /*Chrome, Safari*/
                    background: -moz-linear-gradient(#666,#999); /*Firefox*/
                    background: -ms-linear-gradient(#666,#999); /*IE10+*/
                    background: -o-linear-gradient(#666,#999); /*Opera*/
                    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:hover .name,
                    .ov .match .oddsButtons a: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 {
            position: absolute;
            display: block;
            width: 33px;
            height: 30px;
            top: 8px;
            left: 60px;
            font-family: Tahoma,Helvetica,sans-serif;
            font-size: 11px;
            line-height: 30px;
            text-align: center;
            cursor: pointer;
            font-weight: bold;
            color: #333;
            border: 1px solid #acacac;
            background: -webkit-linear-gradient(#fafafa,#cdcdcd); /*Chrome, Safari*/
            background: -moz-linear-gradient(#fafafa,#cdcdcd); /*Firefox*/
            background: -ms-linear-gradient(#fafafa,#cdcdcd); /*IE10+*/
            background: -o-linear-gradient(#fafafa,#cdcdcd); /*Opera*/
            background: linear-gradient(#fafafa,#eaeaea);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0); /*IE7-*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#cdcdcd', GradientType=0)"; /*IE8+*/
        }

            .ov .match .specials:hover {
                color: #fff;
                background: -webkit-linear-gradient(#666,#999); /*Chrome, Safari*/
                background: -moz-linear-gradient(#666,#999); /*Firefox*/
                background: -ms-linear-gradient(#666,#999); /*IE10+*/
                background: -o-linear-gradient(#666,#999); /*Opera*/
                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 .addFavE, .ov .rmvFavE {
        float: right;
        display: none;
        width: 16px;
        height: 16px;
        padding: 4px;
        top: 2px;
    }

    .ov .match .addFavE span {
        display: inline-block;
        position: relative;
        vertical-align: text-bottom;
        width: 17px;
        height: 17px;
        background: url(/rtl/Images/star-big.png) no-repeat;
        background-position: 0 0;
        cursor: pointer;
    }

        .ov .match .addFavE span:hover {
            background-position: 0 -17px;
        }

    .ov .match .rmvFavE span {
        display: inline-block;
        position: relative;
        vertical-align: text-bottom;
        width: 17px;
        height: 17px;
        background: url(/rtl/Images/star-big.png) no-repeat;
        background-position: 0 -17px;
        cursor: pointer;
    }

        .ov .match .rmvFavE span:hover {
            background-position: 0 0;
        }

    .ov .match a.stats-link {
        position: absolute;
        display: flex;
        align-items: center;
        top: 10px;
        left: 32px;
        width: 20px;
        height: 20px;
    }

        .ov .match a.stats-link:hover span {
            cursor: pointer;
            opacity: 1;
        }

        .ov .match a.stats-link.disabled {
            background: none;
            cursor: default;
        }

    .ov .grid-media {
        justify-content: center;
    }

.sv .grid-media {
    justify-content: flex-end;
}

.grid-media {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 8px;
}

    .grid-media .icon-live {
        padding: 3px 0;
    }

    .grid-media span i {
        display: block;
        height: 15px;
        width: 18px;
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 18px;
        cursor: pointer;
    }

        .grid-media span i:hover,
        .grid-media span i:active {
            filter: invert(0);
        }

.ico {
    background-image: url(/rtl/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

    .ico.statistic {
        background-position: -57px -6px;
        opacity: 0.7;
    }

    .ico.statistic-disabled {
        background-position: -81px -6px;
    }

/*#region groups*/
.mch-groups {
    display: none;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 13px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: auto;
}

    .mch-groups .mch-group {
        position: relative;
        flex: 0 0 auto;
        padding: 10px 5px;
        cursor: pointer;
    }

        .mch-groups .mch-group:after {
            position: absolute;
            display: block;
            content: ' ';
            height: 4px;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .mch-groups .mch-divider {
        float: left;
        padding: 10px 0;
    }
/*#endregion*/

/* Match List */
.ov ul,
.ov li,
.ov a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 12px;
    display: block;
    position: relative;
}

.ov .sport {
    padding: 7px 28px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent; /*Chrome, Safari*/
    background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent; /*Firefox*/
    background: -ms-linear-gradient(#777,#666) no-repeat 0 0 transparent; /*IE10+*/
    background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent; /*Opera*/
    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; /*IE7-*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent"; /*IE8+*/
    color: #f7f7f7;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

    .ov .sport:hover,
    .ov .sport:hover .count {
        color: #f4d416;
    }

    .ov .sport .inner {
        padding: 0;
        height: 16px;
        line-height: 16px;
    }

    .ov .sport span {
        vertical-align: middle;
    }

        .ov .sport span:nth-child(3) {
            position: absolute;
            right: 30px;
        }

    .ov .sport .count {
        line-height: 10px;
        color: #ccc;
        font-size: 10px;
        font-family: Tahoma,Arial;
        -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);
        -moz-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        position: absolute;
        left: 30px;
        top: 7px;
        padding: 3px 4px;
        background: -webkit-linear-gradient(#333,#444); /*Chrome, Safari*/
        background: -moz-linear-gradient(#333,#444); /*Firefox*/
        background: -ms-linear-gradient(#333,#444); /*IE10+*/
        background: -o-linear-gradient(#333,#444); /*Opera*/
        background: linear-gradient(#333,#444);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0); /*IE7-*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0)"; /*IE8+*/
        min-width: 28px;
        text-align: left;
    }

    .ov .sport .holder {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 5px;
        background-position: -10px -260px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.5;
    }

    .ov .sport.open .holder {
        background-position: -10px -230px;
        background-position: -10px -260px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: 6px;
        top: 0px;
    }

        .ov .sport .holder:hover,
        .ov .sport.open .holder:hover {
            opacity: 1;
        }

/* Liga */
.ov .tournament {
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 700;
    color: #333;
    background-color: #ccc;
    border-top: 1px solid #dedcdc;
    border-bottom: 1px solid #a9a8a8;
}

    .ov .tournament .inner {
        padding: 0 10px;
        text-align: right;
    }

        .ov .tournament .inner .tcName span {
        }

    .ov .tournament .f16 {
        content: '';
        position: absolute;
        display: block;
        right: 17px;
        top: 9px;
    }

    .ov .tournament.open .count {
        display: none;
    }

    .ov .tournament .count {
        font-size: 11px;
        color: #6d6d6d;
    }

    .ov .tournament .holder {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 3px;
        top: 5px;
        background-position: -29px -329px;
        opacity: 0.5;
    }

    .ov .tournament.open .holder {
        background-position: -5px -298px;
    }

        .ov .tournament .holder:hover,
        .ov .tournament.open .holder:hover {
            opacity: 1;
        }

/* header */
.sv .header {
    position: relative;
    height: 23px;
    line-height: 20px;
    padding: 0 5px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
}

    .sv .header .clear {
        position: absolute;
        top: 3px;
        left: 5px;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        height: 13px;
        line-height: 13px;
        padding: 1px 5px;
        color: #ffffff;
        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);
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

        .sv .header .clear:hover {
            cursor: pointer;
            background: #000;
        }

    .sv .header .icon.starElement {
        display: inline-block;
        margin-top: -1px;
        vertical-align: text-bottom;
        width: 20px;
        height: 17px;
        background: url(/rtl/Images/star-big.png) no-repeat 0 0;
        background-position: 0 -17px;
    }

/* Favourites */
.sv .matchsBlock {
    position: relative;
}

.sv .match {
    position: relative;
    min-height: 42px;
    height: auto;
    background: #fff;
    color: #222;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #dad8d8;
    text-align: right;
}

    .sv .match:hover .event {
        right: 16px;
    }

    .sv .match:hover a {
        display: block;
    }

    .sv .match .event_ {
        display: block;
        width: 250px;
        cursor: pointer;
    }

    .sv .match .event {
        width: 250px;
        position: relative;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        padding: 4px 0;
        margin-right: 10px;
        margin-left: 35px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: right;
    }

        .sv .match .event span {
            font-weight: bold;
            display: block;
            float: left;
        }

            .sv .match .event span.away {
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .sv .match .event a span {
            display: inline-block;
            position: relative;
            width: auto;
            font-family: "Myriad Pro SemiCond Bold","MyriadPro-SemiboldCond",sans-serif;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            max-width: 44%;
            vertical-align: top;
        }

        .sv .match .event a strong {
            display: inline-block;
            position: relative;
            margin: 0 5px;
            vertical-align: top;
            font-weight: bold;
            color: #bfbfbf;
        }

    .sv .match.selected .event span {
        color: #9a8400;
    }

    .sv .match .result {
        display: inline-block;
        position: relative;
        padding-left: 15px;
        padding-right: 7px;
        font-weight: bold;
        color: #000;
    }

    .sv .match .time {
        display: inline-block;
        position: relative;
        color: #666;
        direction: ltr;
    }

        .sv .match .time strong {
            font-weight: bold;
        }

.sv .addFavE, .sv .rmvFavE {
    position: absolute;
    display: none;
    width: 16px;
    height: 16px;
    padding: 4px;
    top: 0;
    right: 0;
}

.sv .match .addFavE span {
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    width: 17px;
    height: 17px;
    background: url(/rtl/Images/star-big.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

    .sv .match .addFavE span:hover {
        background-position: 0 -17px;
    }

.sv .match .rmvFavE span {
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    width: 17px;
    height: 17px;
    background: url(/rtl/Images/star-big.png) no-repeat;
    background-position: 0 -17px;
    cursor: pointer;
}

    .sv .match .rmvFavE span:hover {
        background-position: 0 0;
    }

.sv .match a.stats-link {
    position: absolute;
    display: block;
    bottom: 0;
    left: 30px;
    width: 20px;
    height: 20px;
}

    .sv .match a.stats-link:hover {
        cursor: pointer;
        background: #5c5b5b;
        border-radius: 3px;
    }

    .sv .match a.stats-link.disabled {
        background: none;
        cursor: default;
    }

.ico {
    background-image: url(/rtl/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

    .ico.statistic {
        background-position: -57px -6px;
    }

    .ico.statistic-disabled {
        background-position: -81px -6px;
    }

.sv .match .oddsButtons {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    margin: 3px 0;
    padding-top: 1px;
    padding-bottom: 2px;
}

    .sv .match .oddsButtons .wrap {
        display: block;
        float: left;
    }

        .sv .match .oddsButtons .wrap a {
            display: block;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            font-family: Arial,Helvetica,sans-serif;
            margin-left: 2px;
            padding: 3px 3px 2px 3px;
            cursor: pointer;
            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);
        }

            .sv .match .oddsButtons .wrap a .name,
            .sv .match .oddsButtons .wrap a .odd {
                color: #000;
            }

    .sv .match .oddsButtons.twoItems .wrap:nth-child(2) {
        float: right;
    }

        .sv .match .oddsButtons.twoItems .wrap:nth-child(2) a {
            margin-left: 0;
            margin-right: 2px;
        }

    .sv .match .oddsButtons .wrap a:hover {
        background: linear-gradient(#666,#999);
        background: -moz-linear-gradient(#666,#999);
        background: -webkit-linear-gradient(#666,#999);
    }

        .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.threeItems .wrap {
        width: 33%;
    }

    .sv .match .oddsButtons.twoItems .wrap {
        width: 49.5%;
    }

    .sv .match .oddsButtons .wrap .name {
        float: right;
        text-align: right;
        width: 65%;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }

        .sv .match .oddsButtons .wrap .name .redCard,
        .sv .match .oddsButtons .wrap .name .yellowCard {
            display: inline-block;
            width: 5px;
            height: 8px;
            margin: 0 3px;
            vertical-align: baseline;
            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;
        }

        .sv .match .oddsButtons .wrap .name .yellowCard {
            background: #f0ee00;
            border: 1px solid #8d8e00;
        }

    .sv .match .oddsButtons .wrap .odd {
        float: left;
        width: 35%;
        text-align: left;
        font-weight: bold;
    }


/* Live now menu */
.sv,
.sv ul,
.sv li,
.sv a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 12px;
    display: block;
    position: relative;
}

    .sv ul ul {
        display: none;
    }

    /* Sports */
    .sv .sport {
        width: 100%;
        height: 29px;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        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;
    }

        .sv .sport:hover,
        .sv .sport:hover .count {
            color: #f4d416;
        }

        .sv .sport .inner {
            padding: 5px 26px;
            text-align: right;
        }

/* Sports Icons Sprite */
.sport .icon {
    content: '';
    position: absolute;
    display: block;
    right: 4px;
    top: 5px;
    width: 22px;
    height: 20px;
    background-image: url(/Images/sportsSprite.png);
    background-repeat: no-repeat;
}

.sv .sport span {
    vertical-align: middle;
    line-height: 20px;
}

.sv .sport .count {
    line-height: 10px;
    color: #ccc;
    font-size: 10px;
    font-family: Tahoma,Arial;
    -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);
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    left: 30px;
    top: 7px;
    padding: 3px 4px;
    background-image: linear-gradient(#333,#444);
    background-image: -moz-linear-gradient(#333,#444);
    background-image: -webkit-linear-gradient(#333,#444);
    background-image: -ms-linear-gradient(#333,#444);
    min-width: 28px;
    text-align: left;
}

.sv .sport .holder {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 5px;
    background-position: -6px -260px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    opacity: 0.5;
}

    .sv .sport .holder:hover,
    .sv .sport.open .holder:hover {
        opacity: 1;
    }

.sv .sport.open .holder {
    background-position: -5px -228px;
    opacity: 0.5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* Liga */
.sv .tournament {
    height: 25px;
    cursor: pointer;
    font-weight: 700;
    color: #333;
    background-color: #ccc;
    border-top: 1px solid #dedcdc;
    border-bottom: 1px solid #a9a8a8;
}

    .sv .tournament .inner {
        position: relative;
        padding: 0 30px;
        height: 100%;
        line-height: 25px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: right;
    }

    .sv .tournament .f16 {
        content: '';
        position: absolute;
        right: 10px;
        top: 0;
    }

    .sv .tournament .trName {
        display: block;
        float: right;
        font-weight: bold;
        width: calc(100% - 35px);
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .sv .tournament .trName span.vs {
            margin: 0 2px;
        }

    .sv .tournament .count {
        display: inline-block;
        width: 35px;
        font-size: 11px;
        color: #6d6d6d;
    }

    .sv .tournament .holder {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 2px;
        left: 3px;
        opacity: 0.5;
        background-position: -30px -330px;
    }

    .sv .tournament.open .holder {
        background-position: -5px -298px;
    }

        .sv .tournament .holder:hover,
        .sv .tournament.open .holder:hover {
            opacity: 1;
        }

/* Result board */
#gameArea {
    position: relative;
    width: auto;
    height: 120px;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #485766;
}

    #gameArea .spBg1 {
        background: url(/rtl/images/gamestable/football.png) no-repeat center bottom;
    }

    #gameArea .spBg2 {
        background: url(/rtl/images/gamestable/basketball.png) no-repeat center bottom;
    }

    #gameArea .spBg3 {
        background: url(/rtl/images/gamestable/tennis.png) no-repeat center bottom;
    }

    #gameArea .spBg4 {
        background: url(/rtl/images/gamestable/icehockey.png) no-repeat center bottom;
    }

    #gameArea .spBg7 {
        background: url(/rtl/images/gamestable/baseball.png) no-repeat center bottom;
    }

    #gameArea .spBg9 {
        background: url(/rtl/images/gamestable/handball.png) no-repeat center bottom;
    }

    #gameArea .spBg13 {
        background: url(/rtl/images/gamestable/cricket.png) no-repeat center bottom;
    }

    #gameArea .spBg8 {
        background: url(/rtl/images/gamestable/volleyball.png) no-repeat center bottom;
    }

    #gameArea .inner {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        height: 111px;
        width: 100%;
        min-width: 420px;
        max-width: 650px;
    }

    #gameArea .head {
        width: auto;
        height: 25px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 1px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-background-origin: border-box;
        -webkit-background-origin: border-box;
        background-origin: border-box;
        -moz-background-clip: border-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        font-weight: bold;
        font-size: 12px;
        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 .head span {
            vertical-align: middle;
        }

        #gameArea .head .catTour span {
        }

            #gameArea .head .catTour span.vs {
                margin: 0 2px;
            }

    #gameArea .teams {
        position: relative;
        height: 80px;
    }

        #gameArea .teams > span {
            display: block;
            position: absolute;
            top: 0;
            width: 35%;
            height: 80px;
            z-index: 0;
            text-align: center;
            vertical-align: middle;
            font-weight: bold;
            font-size: 18px;
            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%); /*Chrome, Safari*/
            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%); /*Firefox*/
            background: -ms-linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /*IE10+*/
            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%); /*Opera*/
            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 ); /*IE7-*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#bf021630', endColorStr='#bf021630', GradientType=1)"; /*IE8+*/
            border: 1px solid rgba(0,0,0,0.7);
            box-sizing: border-box;
        }

            #gameArea .teams > span:first-child {
                left: 0;
            }

                #gameArea .teams > span:first-child + span {
                    right: 0;
                }

            #gameArea .teams > span span {
                display: block;
                position: relative;
                height: 60px;
                width: auto;
                padding: 15px 8px 0 8px;
                vertical-align: middle;
                -webkit-font-smoothing: none;
                white-space: nowrap;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
            }

        #gameArea .teams .redCardsHome {
            position: absolute;
            display: block;
            height: 14px;
            bottom: 2px;
            right: 1px;
            padding: 0;
            font-size: 0;
            text-align: right;
        }

        #gameArea .teams .redCardsAway {
            position: absolute;
            display: block;
            height: 14px;
            bottom: 2px;
            right: 1px;
            padding: 0;
            font-size: 0;
            text-align: left;
        }

            #gameArea .teams .redCardsHome .redCard,
            #gameArea .teams .redCardsAway .redCard {
                position: relative !important;
                display: inline-block !important;
                width: 8px !important;
                height: 12px !important;
                padding: 0 !important;
                margin: 0 0 0 4px !important;
                vertical-align: top !important;
                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 {
        position: absolute;
        top: 28px;
        left: 36%;
        right: 36%;
        width: auto;
    }

        #gameArea .gamearea-score > div {
            position: relative;
            overflow: hidden;
        }

            #gameArea .gamearea-score > div:first-child {
                height: 54px;
                margin-bottom: 1px;
                text-align: center;
                background: #010c1a;
                border: 1px solid #000000;
                box-sizing: border-box;
            }

        #gameArea .gamearea-score .scoreBlock {
            display: inline-block;
            position: relative;
            margin: 0;
            padding: 0;
            width: auto;
            height: 52px;
            line-height: 51px;
            font-family: "Courier New",Courier,monospace;
            font-weight: bold;
            font-size: 30px;
            box-sizing: border-box;
            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);
        }

@media (max-width: 1080px) {
    #gameArea .gamearea-score .scoreBlock {
        font-size: 22px;
    }
}

#gameArea .gamearea-score .scoreBlock.home {
    float: left;
    width: 42%;
}

#gameArea .gamearea-score .scoreBlock.away {
    float: right;
    width: 42%;
}

#gameArea .gamearea-score .scoreBlock.delimiter {
    width: 15%;
    color: #d9d9d9;
}

    #gameArea .gamearea-score .scoreBlock.delimiter span.number {
        top: -3px;
    }

#gameArea .gamearea-score .scoreBlock span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    padding: 3px 0 0 0;
    text-align: center;
    font-family: inherit;
}

#gameArea .gamearea-score > div:first-child + div {
    height: 20px;
    padding: 2px 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #cccccc;
    background: #010c1a;
    direction: ltr;
}

    #gameArea .gamearea-score > div:first-child + div strong {
        color: #ffd800;
        font-weight: bold;
    }

/* Stats area */
#statsArea {
    position: relative;
    width: auto;
    height: 150px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

    #statsArea.spBg1 {
        background-image: url(/Images/gamesTable/football.png);
    }

    #statsArea.spBg2 {
        background-image: url(/Images/gamestable/basketball.png);
    }

    #statsArea.spBg3 {
        background-image: url(/Images/gamestable/tennis.png);
    }

    #statsArea.spBg4 {
        background-image: url(/Images/gamestable/icehockey.png);
    }

    #statsArea.spBg7 {
        background-image: url(/Images/gamestable/baseball.png);
    }

    #statsArea.spBg8 {
        background-image: url(/Images/gamestable/volleyball.png);
    }

    #statsArea.spBg9 {
        background-image: url(/Images/gamestable/handball.png);
    }

    #statsArea.spBg19 {
        background-image: url(/Images/gamestable/tableTennis.png);
    }

    #statsArea.spBg9 {
        background-image: url(/Images/gamestable/handball.png);
    }

    #statsArea.spBg13 {
        background-image: url(/Images/gamestable/cricket.png);
    }

    #statsArea #statsMain {
        width: 60%;
        margin: 26px 20%;
    }

    #statsArea .head {
        position: relative;
        color: #f7f7f7;
        font-weight: bold;
        line-height: 28px;
        padding: 0 10px;
        background-color: #666;
    }

        #statsArea .head .icon {
            top: 4px;
        }

        #statsArea .head .mstatsWord {
            margin-right: 20px;
        }

#statsMain {
    font-size: 12px;
    color: #565656;
    background: rgba(255, 255, 255, 0.7);
}

    #statsMain .inner {
        border: 1px solid #d0d0d0
    }

#statsArea .row {
    display: block;
    width: 100%;
    height: 18px;
    padding: 2px 0;
    color: #000;
}

    #statsArea .row.firstRow {
        font-weight: bold;
        border-bottom: 1px dashed #d0d0d0;
    }

#statsArea .icons {
    width: 18px;
    height: 18px;
}

    #statsArea .icons.statsBall {
        background-position: -47px -1685px;
    }

    #statsArea .icons.statsRedCard {
        background-position: -98px -1685px;
    }

    #statsArea .icons.statsYellowCard {
        background-position: -72px -1685px;
    }

    #statsArea .icons.statsCorners {
        background-position: -123px -1685px;
        filter: invert(70%);
    }

    #statsArea .icons.liveIcon {
        position: absolute;
        top: 4px;
        left: 10px;
        width: 30px;
        background-position: -58px -1621px;
    }

#statsArea .row .div50,
#statsArea .row .div35,
#statsArea .row .div65 {
    display: block;
    float: left;
    line-height: 18px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#statsArea .row .div50 {
    width: 50%;
}

#statsArea .row .div35 {
    width: 35%;
}

#statsArea .row .div65 {
    width: 65%;
}

#statsArea .row .cols4 {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}

#statsArea .row .wTeams {
    padding-right: 10px;
    vertical-align: middle;
    font-weight: bold;
    float: right;
}

#statsArea .row .number {
    display: inline-block;
    text-align: center;
}

    #statsArea .row .number.cols6 {
        width: 16%;
    }

    #statsArea .row .number.cols5 {
        width: 20%;
    }

    #statsArea .row .number.cols4 {
        width: 25%;
    }

    #statsArea .row .number.cols3 {
        width: 33%;
    }

    #statsArea .row .number.cols8 {
        width: 12%;
    }

    #statsArea .row .number.cols11 {
        width: 9%;
    }

/* Odds area */
#oddsArea {
    position: relative;
    min-height: 30px;
    overflow: hidden;
}

    #oddsArea .messageSuspended {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
        padding: 10px 15px;
        border: 1px solid transparent;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 13px;
    }

    #oddsArea .groupList {
        padding: 0 7px 10px;
    }

        #oddsArea .groupList:before,
        #oddsArea .groupList:after {
            content: " ";
            display: table;
        }

        #oddsArea .groupList:after {
            clear: both;
        }

        #oddsArea .groupList .groupItem {
            float: left;
            width: 25%;
        }

            #oddsArea .groupList .groupItem .groupItemCore {
                position: relative;
                margin: 3px;
            }

                #oddsArea .groupList .groupItem .groupItemCore .groupName {
                    position: relative;
                    display: block;
                    padding: 8px 5px;
                    overflow: hidden;
                    white-space: nowrap;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    text-align: center;
                    text-decoration: none;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    font-size: 13px;
                    background: #081018;
                    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 {
    width: auto;
    border: 1px solid #999;
}

    #oddsDivider .g {
        position: relative;
        overflow: hidden;
        display: block;
        width: auto;
        vertical-align: top;
    }

        #oddsDivider .g h3 {
            cursor: pointer;
            display: block;
            position: relative;
            width: auto;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            white-space: nowrap;
            font-size: 13px;
            padding: 3px 0 2px 2px;
            letter-spacing: 0.05em;
            font-weight: normal;
            font-family: Arial,Helvetica,sans-serif;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-align: left;
            background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
            background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
            background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
            border-bottom: 1px solid #575757;
            border-top: 1px solid #969696;
        }

        #oddsDivider .g > div {
            position: relative;
            overflow: hidden;
            background-color: #fff;
        }

        #oddsDivider .g .o::after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        #oddsDivider .g .holder {
            position: absolute;
            width: 18px;
            height: 18px;
            margin-right: 3px;
            top: 1px;
            left: 2px;
            background-position: -5px -262px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            cursor: pointer;
            opacity: 0.5;
        }

            #oddsDivider .g .holder:hover {
                opacity: 1;
            }

        #oddsDivider .g .corners {
            position: absolute;
            height: 18px;
            margin-right: 3px;
            top: 3px;
            left: 30px;
        }

            #oddsDivider .g .corners span {
                position: relative;
                font-weight: bold;
            }

                #oddsDivider .g .corners span::before {
                    display: inline-block;
                    content: "";
                    background-image: url(/rtl/Images/spritesheet.png);
                    background-repeat: no-repeat;
                    background-position: -24px -602px;
                    width: 12px;
                    height: 12px;
                    margin-right: 5px;
                    vertical-align: middle;
                }

                #oddsDivider .g .corners span::after {
                    display: inline-block;
                    content: "";
                    background-image: url(/rtl/Images/spritesheet.png);
                    background-repeat: no-repeat;
                    background-position: -10px -602px;
                    width: 12px;
                    height: 12px;
                    margin-left: 5px;
                    vertical-align: middle;
                }

        #oddsDivider .g.open .holder {
            background-position: -7px -228px;
            opacity: 0.5;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

            #oddsDivider .g.open .holder:hover {
                opacity: 1;
            }

        #oddsDivider .g .addFav {
            position: absolute;
            width: 16px;
            height: 16px;
            right: 5px;
            cursor: pointer;
            background: url(/rtl/images/star-medium.png) no-repeat 0 0;
        }

            #oddsDivider .g .addFav:hover {
                background: url(/rtl/images/star-medium.png) no-repeat 0 100%;
                opacity: 0.5;
            }

        #oddsDivider .g .rmvFav {
            position: absolute;
            width: 16px;
            height: 16px;
            right: 5px;
            cursor: pointer;
            background: url(/rtl/images/star-medium.png) no-repeat 0 100%;
            opacity: 1;
        }

            #oddsDivider .g .rmvFav:hover {
                background: url(/rtl/images/star-medium.png) no-repeat 0 100%;
                opacity: 0.5;
            }

        #oddsDivider .g .title {
            position: absolute;
            right: 30px;
            font-size: 11px;
            font-weight: bold;
            line-height: 17px;
        }

        #oddsDivider .g .o a {
            display: block;
            float: right;
            width: 100%;
            box-sizing: border-box;
        }

        #oddsDivider .g .o.o2 a {
            width: 50%;
            padding: 0 5px 5px 0;
        }

            #oddsDivider .g .o.o2 a:nth-child(2n+2) {
                padding-left: 5px;
            }

            #oddsDivider .g .o.o2 a:nth-child(-n+2) {
                padding-top: 5px;
            }

        #oddsDivider .g .o.o3 a {
            width: 33.33%;
            padding: 0 5px 5px 0;
        }

            #oddsDivider .g .o.o3 a:nth-child(3n+3) {
                padding-left: 5px;
            }

            #oddsDivider .g .o.o3 a:nth-child(-n+3) {
                padding-top: 5px;
            }

        #oddsDivider .g .o a dl {
            display: block;
            position: relative;
            height: 30px;
            line-height: 30px;
            cursor: pointer;
            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);
        }

.odds.disabled {
    user-select: none;
    cursor: not-allowed !important;
}

    .odds.disabled .price,
    .odds.disabled .odd,
    .odds.disabled dt {
        background-image: url(/Images/lock.svg);
        background-size: 13px 28px;
        background-repeat: no-repeat;
    }


#oddsDivider .g .o a dl dt,
#oddsDivider .g .o a dl dd {
    color: #000;
}

#oddsDivider .g .o a dl:hover {
    background: linear-gradient(#666,#999);
    background: -moz-linear-gradient(#666,#999);
    background: -webkit-linear-gradient(#666,#999);
}

#oddsDivider .g .o a dl.selected,
#oddsDivider .g .o a dl.active {
    background: #FFD300;
    border: 1px solid #000;
}

#oddsDivider .g .o a dl:hover dd,
#oddsDivider .g .o a dl:hover dt {
    color: #fff;
}

#oddsDivider .g .o a dl.selected dt,
#oddsDivider .g .o a dl.active dt {
    color: #000;
}

#oddsDivider .g .o a dl.selected dd,
#oddsDivider .g .o a dl.active dd {
    color: #000;
}

#oddsDivider .g .o a dt {
    float: left;
    width: 37%;
    text-align: left;
    margin-left: 3%;
    white-space: nowrap;
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#oddsDivider .g .o.threeItems a dt {
    margin-left: 10px;
}

#oddsDivider .g .o a dd {
    float: right;
    width: 57%;
    text-align: right;
    padding-right: 3%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#oddsDivider .g .o a .empty {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
    -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 );
}

.inverse {
    display: inline-flex;
}

.inverseWrap {
    display: inline-flex;
    flex-wrap: wrap;
}

.inverseBlock {
    display: flex;
}

/* Statistics */
/*.lc .liveCenterCon .recap {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #e0dfdf;
    border: 1px solid #cacaca;
}

.lc .liveCenterCon .recap .row {
    display: block;
    width: 100%;
    height: 24px;
    box-sizing: border-box;
}

.lc .liveCenterCon .recap .row.firstRow {
    font-weight: bold;
    border-bottom: 1px dashed #d0d0d0;
}

.lc .liveCenterCon .recap .row .div50 {
    display: block;
    float: right;
    width: 50%;
    height: 24px;
    line-height: 24px;
    font-size: 0;
    box-sizing: border-box;
}

.lc .recap .row .div50:first-of-type {
    border-left: 1px dashed #d0d0d0;
}

.lc .liveCenterCon .recap .row .div50::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.lc .liveCenterCon .recap .row .wTeams {
    display: block;
    padding-right: 10px;
    width: 100%;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.lc .liveCenterCon .recap .row .number {
    height: 100%;
    float: right;
    font-size: 13px;
    text-align: center;
}

.lc .liveCenterCon .recap .row .number.cols3 {
    width: 33.33%;
}

.lc .liveCenterCon .recap .row .number.cols4 {
    width: 25%;
}

.lc .liveCenterCon .recap .row .number.cols5 {
    width: 20%;
}

.lc .liveCenterCon .recap .row .number.cols6 {
    width: 16.66%
}

.lc .liveCenterCon .recap .row .number.cols8 {
    width: 12%;
}

.lc .liveCenterCon .recap .row .number.total {
    background: #f4d415;
    font-weight: bold;
}

.lc .liveCenterCon .recap .row .icons {
    background-image: url(/ltr/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 2px 0;
    width: 18px;
    height: 18px;
}

.lc .liveCenterCon .recap .row .icons.statsCorners {
    background-position: -123px -1685px;
    filter: invert(70%);
}

.lc .liveCenterCon .recap .row .icons.statsYellowCard {
    background-position: -72px -1685px;
}

.lc .liveCenterCon .recap .row .icons.statsRedCard {
    background-position: -98px -1685px;
}

.lc .liveCenterCon .recap .row .icons.statsBall {
    background-position: -47px -1685px;
}*/

/* Live center */
.lc {
    margin-bottom: 5px;
    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)";
}

    .lc .header {
        font-weight: bold;
        line-height: 25px;
        padding-left: 5px;
        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 .header .lcTxt {
            display: flex;
            align-items: center;
            float: right;
            margin-right: 10px;
            width: 215px;
        }

        .lc .header .lcControl {
            float: left;
            width: 25px;
        }

            .lc .header .lcControl .lcIcon {
                margin-right: 7px;
            }

    .lc .tab-bar-container .tab-bar-item {
        margin-left: 0.3em;
    }

    .lc .header .lcControl .lcIcon .lcExpanded {
        transform: rotate(-180deg);
        transition: all .24s ease;
    }

    .lc .liveCenterCon {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
        box-sizing: border-box;
        color: #333333;
    }

        .lc .liveCenterCon .lcHeader .home {
            font-family: Tahoma,Sans-Serif !important;
            font: 700 11px Arial;
            float: left;
            width: 40%;
            display: block;
            text-align: left;
            line-height: 20px;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-align: right;
        }

        .lc .liveCenterCon .lcHeader .res {
            float: left;
            width: 20%;
            display: block;
            text-align: center;
            line-height: 20px;
            font-weight: bold;
            font-size: 12px;
            color: #333;
            background: #ffe362; /* Old browsers */
            background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
            background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
        }

        .lc .liveCenterCon .lcHeader .away {
            font-family: Tahoma,Sans-Serif !important;
            font: 700 11px Arial;
            float: left;
            width: 40%;
            display: block;
            text-align: right;
            line-height: 20px;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-align: left;
        }

        .lc .liveCenterCon .timeline {
            position: relative;
            height: 10px;
            margin: 5px 0;
            background: #212121;
            border: 1px solid black;
        }

            .lc .liveCenterCon .timeline .bar {
                position: relative;
                height: 9px;
                margin-bottom: 2px;
                right: 0;
                background-color: rgb(43,194,83);
                background-image: linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
            }

                .lc .liveCenterCon .timeline .bar:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 1;
                    background-size: 50px 50px;
                    -moz-animation: move 2s linear infinite;
                    -o-animation: move 2s linear infinite;
                    -webkit-animation: move 2s linear infinite;
                    animation: move 2s linear infinite;
                    border-radius: 20px 8px 20px 8px;
                    overflow: hidden;
                    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 );
                }

        /* New livecenter  */
        .lc .liveCenterCon .pitch {
            position: relative;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            text-align: center;
            margin: 0 auto;
            max-width: 500px;
            overflow: hidden;
        }

            .lc .liveCenterCon .pitch .hidden {
                display: block;
                width: 100%;
                height: 100%;
                visibility: hidden;
                opacity: 0;
            }

            .lc .liveCenterCon .pitch.sp-1 {
                background-image: url(/Images/LiveCenter/pitch-1.svg);
            }

            .lc .liveCenterCon .pitch.sp-2 {
                background-image: url(/Images/livecenter/pitch-2.svg);
            }

            .lc .liveCenterCon .pitch.sp-3 {
                background-image: url(/Images/livecenter/pitch-3.svg);
            }

            .lc .liveCenterCon .pitch.sp-4 {
                background-image: url(/Images/livecenter/pitch-4.svg);
            }

            .lc .liveCenterCon .pitch.sp-7 {
                background-image: url(/Images/livecenter/pitch-7.svg);
            }

            .lc .liveCenterCon .pitch.sp-8 {
                background-image: url(/Images/livecenter/pitch-8.svg);
            }

            .lc .liveCenterCon .pitch.sp-9 {
                background-image: url(/Images/livecenter/pitch-9.svg);
            }

            .lc .liveCenterCon .pitch.sp-10 {
                background-image: url(/Images/livecenter/pitch-10.svg);
            }

            .lc .liveCenterCon .pitch.sp-11 {
                background-image: url(/Images/livecenter/pitch-11.svg);
            }

            .lc .liveCenterCon .pitch.sp-19 {
                background-image: url(/Images/livecenter/pitch-19.svg);
            }

            .lc .liveCenterCon .pitch .inplay.notFootball {
                position: absolute;
                top: 0;
                width: 100%;
            }

            .lc .liveCenterCon .pitch.sp-2 .inplay.notFootball,
            .lc .liveCenterCon .pitch.sp-3 .inplay.notFootball,
            .lc .liveCenterCon .pitch.sp-7 .inplay.notFootball,
            .lc .liveCenterCon .pitch.sp-8 .inplay.notFootball,
            .lc .liveCenterCon .pitch.sp-9 .inplay.notFootball,
            .lc .liveCenterCon .pitch.sp-10 .inplay.notFootball,
            .lc .liveCenterCon .pitch.sp-11 .inplay.notFootball,
            .lc .liveCenterCon .pitch.sp-19 .inplay.notFootball {
                color: #fff;
            }

            .lc .liveCenterCon .pitch.sp-4 .inplay.notFootball {
                color: #000;
            }

            .lc .liveCenterCon .pitch .inplay.notFootball .event {
                position: relative;
                margin-top: 30px;
                font-size: 14px;
            }

            .lc .liveCenterCon .pitch .inplay.notFootball .result {
                position: relative;
                margin-top: 66px;
                font-size: 22px;
            }

                .lc .liveCenterCon .pitch .inplay.notFootball .event .homeTeam,
                .lc .liveCenterCon .pitch .inplay.notFootball .result .hTeamResult {
                    float: left;
                    width: 45%;
                    text-align: right;
                }

                .lc .liveCenterCon .pitch .inplay.notFootball .event .awayTeam,
                .lc .liveCenterCon .pitch .inplay.notFootball .result .aTeamResult {
                    float: right;
                    width: 45%;
                    text-align: left;
                }

                .lc .liveCenterCon .pitch .inplay.notFootball .result .vsResult {
                    float: left;
                    width: 10%;
                    text-align: center;
                }

            /* State */
            .lc .liveCenterCon .pitch .state {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
            }

        .lc .liveCenterCon .pitch__overlay {
            position: relative;
        }

        .lc .liveCenterCon .pitch svg {
            display: block;
            width: 100%;
            height: 100%;
        }

            .lc .liveCenterCon .pitch svg .fk1 {
                animation: stroke_fill1 0.5s linear forwards;
            }

            .lc .liveCenterCon .pitch svg .fk2 {
                animation: stroke_fill2 1.5s linear forwards;
            }

            .lc .liveCenterCon .pitch svg .fk3 {
                animation: stroke_fill3 2.5s linear forwards;
            }

        /* Info */
        .lc .liveCenterCon .pitch .state .info {
            position: absolute;
            top: 50%;
        }

            .lc .liveCenterCon .pitch .state .info.left {
                left: 20%;
                transform: translateY(-50%);
            }

            .lc .liveCenterCon .pitch .state .info.center {
                left: 50%;
                width: 50%;
                transform: translate(-50%, -50%);
            }

            .lc .liveCenterCon .pitch .state .info.right {
                right: 20%;
                transform: translateY(-50%);
            }

            .lc .liveCenterCon .pitch .state .info .ikon {
                width: 75px;
                margin: 33px auto 5px;
            }

            .lc .liveCenterCon .pitch .state .info .border {
                display: block;
                margin: 0 5px;
                width: 3px;
                height: 36px;
                position: relative;
                background-color: #ffffff;
                border: 1px solid #ffffff;
                border-radius: 5px;
                box-sizing: border-box;
                animation: rotateZ 1s;
                transform: rotateZ(360deg);
            }

            .lc .liveCenterCon .pitch .state .info.center .border {
                display: none;
            }

            .lc .liveCenterCon .pitch .state .info.dirLeft .border {
                float: left;
            }

            .lc .liveCenterCon .pitch .state .info.dirRight .border {
                float: right;
            }

            .lc .liveCenterCon .pitch .state .info .text {
                -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
            }


            .lc .liveCenterCon .pitch .state .info.dirLeft .text {
                float: left;
                text-align: right;
            }

            .lc .liveCenterCon .pitch .state .info.dirRight .text {
                float: left;
                text-align: left;
            }

            .lc .liveCenterCon .pitch .state .info .text span {
                display: block;
                white-space: nowrap;
            }

                .lc .liveCenterCon .pitch .state .info .text span.team {
                    font-size: 14px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .lc .liveCenterCon .pitch .state .info .text span.action {
                    color: #ffffff;
                    font-size: 16px;
                }

        /* Penalty */
        .lc .liveCenterCon .pitch .state .pulsim {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-top: -24px;
            width: 44px;
            height: 44px;
            border-radius: 999px;
            border: 2px solid #0b1422;
            -webkit-animation-name: pulsim;
            animation-name: pulsim;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-delay: .15s;
            animation-delay: .15s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

            .lc .liveCenterCon .pitch .state .pulsim.left {
                left: 0;
            }

            .lc .liveCenterCon .pitch .state .pulsim.right {
                right: 4%;
            }

/*Keyframes*/
@keyframes pulsim {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes rotateZ {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes stroke_fill1 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.66;
    }
}

@keyframes stroke_fill2 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.44;
    }
}

@keyframes stroke_fill3 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.22;
    }
}

/* New Stats */
.stats {
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-align: center;
}

.lc .stats .inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
}

.stats .row:last-of-type {
    border-bottom: 0;
}

.stats .col {
    float: right;
    height: 30px;
    line-height: 30px;
}

.stats .col20 {
    width: 20%;
}

.stats .col60 {
    width: 60%;
}

    .stats .col60 .col {
        float: left;
    }

.stats .col80 {
    width: 60%;
    font-size: 12px;
}

.stats .img img {
    margin: 5px 0;
    height: 20px;
    transform: rotateY(180deg);
}

.stats .row .img.flip img {
    transform: rotateY(0deg);
}

.stats .img.flip img {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
}

.stats .charts {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 8px 0;
}

.stats .h38 {
    height: 90px;
}

.stats .charts .wrapper {
    width: 33.33%;
    margin: 0 auto;
    text-align: center;
}

.stats .charts h2 {
    line-height: 16px;
    font-size: 12px;
    height: 30px;
}

.stats .charts .chart {
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats .charts .chart__legend {
    font-size: 11px;
    font-weight: 800;
}

    .stats .charts .chart__legend.right {
        order: 3;
    }

.stats .charts .chart__pie {
    position: relative;
    order: 2;
    width: 60px;
    margin-left: -10px;
    margin-right: -10px;
    transform: rotateY(180deg);
}

.stats .charts .chart__legend.left {
    order: 1;
}

.stats .charts .wrapper.two {
    width: 48%;
}

.stats .charts .chart__bar {
    position: relative;
    order: 2;
    margin: 0 5px;
    transform: rotateY(180deg);
}

.stats .h110 {
    height: 110px !important;
}

.stats .h60 {
    height: 60px !important;
}

.stats .lh14 {
    line-height: 14px;
}

.searchBox .searchText {
    width: 265px;
}

.betSlip {
    margin-bottom: 5px;
    font-size: 11px;
    -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);
}

    .betSlip h2 {
        position: relative;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        color: #000;
        background: #ffe362; /* Old browsers */
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
        background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
    }

    .betSlip .betTabs {
        position: relative;
        display: block;
        overflow: hidden;
        font-size: 0;
        text-align: left;
    }

        .betSlip .betTabs li {
            position: relative;
            display: inline-block;
            float: none;
            height: 23px;
            min-height: 23px;
            width: 33.333333%;
            font-size: 11px;
            padding: 0;
        }

            .betSlip .betTabs li a {
                display: block;
                padding: 0 10px 0 5px;
                margin: 0;
                font-size: 11px;
                font-weight: bold;
                line-height: 23px;
                text-decoration: none;
                text-align: right;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #333333;
                background: #e5e5e5;
                border-right: 1px solid #d4d4d4;
                border-bottom: 1px solid #d4d4d4;
                cursor: pointer;
            }

            .betSlip .betTabs li:last-child a {
                border-right: none;
            }

            .betSlip .betTabs li a:hover {
                color: #F7F7F7;
                background: #000;
            }

            .betSlip .betTabs li.active a {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                color: #000;
                background: #ffd300;
            }

            .betSlip .betTabs li.disabled a,
            .betSlip .betTabs li.disabled a:hover {
                color: #777777;
                background: #d1d3dc;
                cursor: not-allowed;
            }

            .betSlip .betTabs li:after {
                content: '';
                position: absolute;
                display: block;
                width: 100%;
                height: 2px;
                bottom: 0;
                left: 0;
            }

    .betSlip .message {
        padding: 5px;
        vertical-align: middle;
        font-weight: bold;
        user-select: none;
    }

        .betSlip .message.info {
            font-size: 12px;
            background: -webkit-linear-gradient(#f7f7f7,#ebebeb); /*Chrome, Safari*/
            background: -moz-linear-gradient(#f7f7f7,#ebebeb); /*Firefox*/
            background: -ms-linear-gradient(#f7f7f7,#ebebeb); /*IE10+*/
            background: -o-linear-gradient(#f7f7f7,#ebebeb); /*Opera*/
            background: linear-gradient(#f7f7f7,#ebebeb);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0); /*IE7-*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)"; /*IE8+*/
            color: #565656;
        }

    .betSlip .noBets {
        padding: 10px;
        line-height: 1.42857143;
        font-size: 12px;
        font-weight: bold;
    }

    .betSlip .message.accepted {
        -webkit-animation-name: accepted;
        -moz-animation-name: accepted;
        -o-animation-name: accepted;
        animation-name: accepted;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        margin: 5px 0;
    }

    .betSlip .message.rejected {
        -webkit-animation-name: rejected;
        -moz-animation-name: rejected;
        -o-animation-name: rejected;
        animation-name: rejected;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        margin: 5px 0;
    }

.message span {
    padding: 0 2px;
    vertical-align: middle;
}

.betSlip .messageIcon img {
    vertical-align: middle;
}

.betSlip .matches li {
    position: relative;
    min-height: 65px;
    display: block;
    color: #333333;
    background: #fffbe5;
    border-bottom: 1px solid #d5d5d5;
}

    .betSlip .matches li:last-child {
        border-bottom: 0;
    }

    .betSlip .matches li.non-active {
        background: #f5f5f7;
    }

        .betSlip .matches li.non-active:after {
            background-image: url(/Images/lock.svg);
            background-size: 100%;
            bottom: 0;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
        }

    .betSlip .matches li .solid {
        color: #969696;
    }

.betSlip .row {
    display: block;
    position: relative;
    max-width: 275px;
}

.betSlip .match {
    line-height: 25px;
    max-width: 89%;
    padding-right: 10px;
    height: 25px;
    font-size: 13px;
    white-space: nowrap;
}

    .betSlip .match span.away {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .betSlip .match .vs {
        color: #333;
    }

.betSlip .oddsRmv {
    position: absolute;
    height: 18px;
    width: 18px;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 1;
    line-height: 17px;
    text-align: center;
    color: #000;
}

    .betSlip .oddsRmv:hover {
        background: #ffe362; /* Old browsers */
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
        background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.betSlip .game {
    display: inline-block;
    line-height: 18px;
    padding-right: 10px;
    height: 18px;
    color: #000;
}

    .betSlip .game .at {
        margin: 0 5px;
        color: #FFD800;
    }

.betSlip .max-bet-odd {
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    opacity: .5;
}

.betSlip .pick {
    padding-right: 10px;
}

    .betSlip .pick .banker {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 18px;
        line-height: 18px;
        text-align: center;
    }

        .betSlip .pick .banker span {
            padding: 3px 7px;
            cursor: pointer;
            margin-right: -10px;
        }

            .betSlip .pick .banker span.selected,
            .betSlip .pick .banker span.notSelected {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

            .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 .pick .position {
        display: inline-block;
        vertical-align: middle;
        width: 175px;
        line-height: 18px;
        height: 18px;
        font-weight: bold;
        color: #000 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .betSlip .pick .price {
        float: left;
        vertical-align: middle;
        margin-left: 10px;
        width: 40px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        color: #000;
    }

        .betSlip .pick .price.changed span {
            color: #333;
            -webkit-animation-name: blinker;
            -webkit-animation-duration: 0.8s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-iteration-count: 5;
            -moz-animation-name: blinker;
            -moz-animation-duration: 0.8s;
            -moz-animation-timing-function: linear;
            -moz-animation-iteration-count: 5;
            -o-animation-name: blinker;
            animation-name: blinker;
            -o-animation-duration: 0.8s;
            animation-duration: 0.8s;
            -o-animation-timing-function: linear;
            animation-timing-function: linear;
            -o-animation-iteration-count: 5;
            animation-iteration-count: 5;
        }

@-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);
    }
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes accepted {
    0% {
        background-color: #279727;
    }

    50% {
        background-color: #1F791F;
    }

    100% {
        background-color: #279727;
    }
}

@-moz-keyframes accepted
/* Firefox */
{
    0% {
        background-color: #279727;
    }

    50% {
        background-color: #1F791F;
    }

    100% {
        background-color: #279727;
    }
}

@-webkit-keyframes accepted
/* Safari and Chrome */
{
    0% {
        background-color: #279727;
    }

    50% {
        background-color: #1F791F;
    }

    100% {
        background-color: #279727;
    }
}

@keyframes rejected {
    0% {
        background-color: #DD1211;
    }

    50% {
        background-color: #A50003;
    }

    100% {
        background-color: #DD1211;
    }
}

@-moz-keyframes rejected
/* Firefox */
{
    0% {
        background-color: #DD1211;
    }

    50% {
        background-color: #A50003;
    }

    100% {
        background-color: #DD1211;
    }
}

@-webkit-keyframes rejected
/* Safari and Chrome */
{
    0% {
        background-color: #DD1211;
    }

    50% {
        background-color: #A50003;
    }

    100% {
        background-color: #DD1211;
    }
}

.betSlip .summary {
    position: relative;
    display: block;
    color: #000;
    background: #efefef;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

    .betSlip .summary .inner {
        padding: 5px 0;
    }

        .betSlip .summary .inner table {
            text-align: left;
            width: 100%;
        }

            .betSlip .summary .inner table tr {
                display: block;
                overflow: hidden;
                border-bottom: 1px solid #d5d5d5;
            }

                .betSlip .summary .inner table tr:first-child {
                    border-top: 0;
                }

            .betSlip .summary .inner table td.col2 {
                float: left;
                text-align: left;
                padding: 3px 10px;
                font-weight: bold;
            }

#ltlMaxBet {
    font-weight: normal;
}

.betSlip .summary .inner table td.col1 {
    float: right;
    text-align: right;
    padding: 3px 10px;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[type=checkbox] + label {
    display: block;
    line-height: 22px;
    cursor: pointer;
}

input[type=checkbox] {
    display: none;
    vertical-align: middle;
}

    input[type=checkbox] + label:before {
        content: "\2714";
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-left: 10px;
        padding: 3px;
        width: 1em;
        height: 1em;
        line-height: 1em;
        color: transparent;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: .2em;
        border: .1em solid #666;
    }

    input[type=checkbox] + label:active:before {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    input[type=checkbox].selected + label:before,
    input[type=checkbox]:checked + label:before {
        color: #fff;
        background-color: #3cb371;
        border-color: #3cb371;
    }

    input[type=checkbox]:disabled + label:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    input[type=checkbox]:checked:disabled + label:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb
    }

.betSlip .summary select {
    color: #000;
    text-align: right;
    padding: 2px 3px;
}

.betSlip .summary #txtStake {
    color: #000;
    font-weight: bold;
    width: 85px;
    text-align: right;
    padding: 2px 3px;
}

.betSlip .summary .bottom {
    position: relative;
    padding: 5px 8px 0 8px;
    overflow: hidden;
}

    .betSlip .summary .bottom .place {
        float: left;
    }

    .betSlip .summary .bottom .reset {
        height: auto;
        line-height: 16px;
        padding: 3px 7px;
        color: #888b98;
        padding-right: 7px;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        float: right;
    }

        .betSlip .summary .bottom .reset:hover {
            padding: 3px 7px;
            color: #fff;
            background: #333333;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .betSlip .summary .bottom .reset .resetTxt {
            padding-left: 5px;
        }

.betSlip .summary .place {
    cursor: pointer;
    float: right;
}

    .betSlip .summary .place .buttonContainer {
        display: inline-block;
        height: auto;
        position: relative;
    }

        .betSlip .summary .place .buttonContainer input {
            cursor: pointer;
            height: auto;
            line-height: 16px;
            padding: 3px 7px;
            border: 0 none;
            font-weight: bold;
            border: 1px solid #e2be22;
            background: -webkit-linear-gradient(#fdf6d7,#f5cc0f); /*Chrome, Safari*/
            background: -moz-linear-gradient(#fdf6d7,#f5cc0f); /*Firefox*/
            background: -ms-linear-gradient(#fdf6d7,#f5cc0f); /*IE10+*/
            background: -o-linear-gradient(#fdf6d7,#f5cc0f); /*Opera*/
            background: linear-gradient(#fdf6d7,#f5cc0f);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0); /*IE7-*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)"; /*IE8+*/
            color: #333;
        }

            .betSlip .summary .place .buttonContainer input:hover {
                color: #fff;
                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: -ms-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 );
            }

.betSlip .summary .wait {
    position: relative;
    padding: 0 5px;
}

    .betSlip .summary .wait .loader {
        display: inline-block;
        vertical-align: middle;
    }

    .betSlip .summary .wait span.msg {
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
        font-size: 13px;
    }

/*MyBets*/
.betSlip .tabs {
    display: block;
    position: relative;
    height: 30px;
}

    .betSlip .tabs .tab {
        float: right;
        padding: 0 10px;
        width: 50%;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-size: 13px;
        color: #fff;
        background: #666;
        box-sizing: border-box;
        position: relative;
    }

.betSlip .loader-betslip {
    padding: 7px 0;
}

.betSlip .tabs .tab #mybetsCount {
    position: absolute;
    top: 0;
    left: 0;
}

.betSlip .tabs .tab.active {
    background: #000000;
}

.betSlip .tabs b {
    font-size: 10px;
    border-radius: 999px;
    color: #333;
    background-color: #e2be22;
    min-width: 15px;
    padding: 2px 5px;
    margin: 0 10px 0 5px;
    font-weight: normal;
}

.mybets {
    padding: 5px;
    font-size: 12px;
    background: #fff;
}

ul.bet {
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

    ul.bet:last-child {
        margin-bottom: 0;
    }

.bet li {
    background: #fdfdfd;
    overflow: hidden;
    cursor: pointer;
}

    .bet li.hover:hover {
        background-color: #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }

.bet .back {
    border-bottom: 1px dotted #989B9B;
}

.bet li:last-child {
    color: #404040;
    background: #e0dfdf;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    text-align: center;
}

.bet li:last-child {
    border-bottom: none;
}

.bet li .bet-row {
    display: block;
    padding: 0 5px;
    margin: 3px 0;
    overflow: hidden;
}

.bet .bet-game {
    font-size: 12px;
    color: #011625;
    line-height: 18px;
}

.bet .bankers {
    float: left;
    min-width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bet .bet-event {
    width: 80%;
    display: block;
    float: right;
}

.bet .bet-odds {
    display: block;
    float: left;
    width: 20%;
    line-height: 18px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.bet .bet-event .name {
    line-height: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
    font-weight: bold;
}

.bet .bet-event .striked {
    text-decoration: line-through;
}

.bet .bet-event .vs {
    color: #656565;
    margin: 0 3px;
}

.bet .bet-odds span {
    color: #fff;
    background: #000000;
    padding: 2px 5px;
    font-size: 11px;
}

.bet li .bet-row.res {
    color: black;
}

.bet .left,
.bet .right {
    display: inline-block;
    width: 50%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    box-sizing: border-box;
}

.bet .left {
    padding-right: 5px;
    text-align: right;
}

.bet .right {
    padding-left: 5px;
    text-align: left;
}

    .bet .right span.shares {
        display: inline-block;
        margin: 2px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bet .right .print {
        background-image: url(/Images/print.svg);
    }

    .bet .right .whatsapp {
        background-image: url(/Images/whatsapp.svg);
    }

    .bet .right .share {
        background-image: url(/Images/url.svg);
    }

    .bet .right .reuseBet {
        background-image: url(/Images/reuse.svg);
    }

    .bet .right .loader.MB {
        position: absolute;
        float: left;
        left: 5px;
        width: 10px;
        height: 10px;
    }

.bet .bet-stake {
    font-weight: bold;
    color: #000;
}

.bet .bet-stake-inverse {
    font-weight: bold;
    color: #000;
    unicode-bidi: bidi-override;
}

.bet .bet-return {
    font-weight: bold;
    color: #bf4c3a;
}

    .bet .bet-return.MB {
        margin-left: 20px;
    }

.bet li.cashout span {
    display: block;
    margin: 2px 1%;
    padding: 3px;
    font-size: 13px;
    line-height: 13px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #e2be22;
    background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background: -ms-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;
    }

/*Cashout*/
#cashoutDialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    background-color: rgba(0, 0, 0, .7);
}

    #cashoutDialog .container {
        position: absolute;
        left: calc(50% - 250px);
        top: 200px;
        z-index: 9;
        width: 500px;
        background-color: #fff;
    }

        #cashoutDialog .container h2.cashoutHeader {
            height: 34px;
            padding: 10px;
            font-size: 13px;
            padding-left: 10px;
            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%);
            background: -ms-linear-gradient(top, #767676 0%, #040404 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#040404', GradientType=0 );
            box-sizing: border-box;
        }

    #cashoutDialog .cashout-close {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 34px;
        z-index: 10;
    }

        #cashoutDialog .cashout-close .li-icon {
            display: block;
            width: 40px;
            height: 34px;
            line-height: 34px;
            color: #fff;
            font-size: 20px;
            text-align: center;
            cursor: pointer;
        }

            #cashoutDialog .cashout-close .li-icon:hover {
                color: #fff;
                background: #999;
            }

    #cashoutDialog .container .cashoutWrapper {
        padding: 10px;
        color: #1a2b46;
    }

ul.bet {
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

#cashoutDialog .container .cashoutWrapper .cashout {
    color: #1a2b46;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #efefef;
    border: 1px solid#ddd;
}

#cashoutDialog .container .cashoutWrapper .cashoutButtons {
    display: block;
    margin-top: 5px;
    overflow: hidden;
}

#cashoutDialog .container .cashoutWrapper .info {
    padding: 5px 0;
}

#cashoutDialog .container .cashoutWrapper .cashoutMessage {
    color: #656565;
    vertical-align: middle
}

#cashoutDialog .container .cashoutWrapper #cashoutAmount {
    color: #279b27;
    margin: 0 5px;
    font-size: 28px;
    vertical-align: middle;
}

#cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button, #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button {
    display: block;
    width: 50%;
    height: 37px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button .loader {
        display: inline-block;
        margin-top: -3px;
    }

#cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button {
    float: left;
    background: #cdcdcd;
}

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button:hover {
        color: #fff;
        background: #999;
    }

#cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button {
    float: left;
    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;
        cursor: not-allowed;
    }

.bet .time {
    color: #000;
}

.bet .result {
    color: #000;
    font-weight: bold;
}

.betSlip .noBets {
    padding: 10px;
    line-height: 1.42857143;
    font-size: 12px;
    font-weight: bold;
    background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(#f7f7f7,#ebebeb);
    background: -ms-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 .buttonsRealTime {
    height: 30px;
    line-height: 25px;
}

    .betSlip .buttonsRealTime .reuse,
    .betSlip .buttonsRealTime .share {
        position: relative;
        margin: 0 5px;
        width: calc(50% - 10px);
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    .betSlip .buttonsRealTime .reuse {
        float: right;
        color: #333;
        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)";
    }

        .betSlip .buttonsRealTime .reuse:hover {
            -moz-box-shadow: 0 0 5px #e2be22;
            -webkit-box-shadow: 0 0 5px #e2be22;
            box-shadow: 0 0 5px #e2be22;
        }

    .betSlip .buttonsRealTime .share {
        float: left;
        color: #158161;
        border: 1px solid #158161;
    }

        .betSlip .buttonsRealTime .share.disabled {
            cursor: not-allowed;
        }

        .betSlip .buttonsRealTime .share:not(.disabled):hover {
            color: #ffe10f;
            background: #158161;
        }

.betSlip .message .inline {
    display: inline-block;
}

    .betSlip .message .inline .flLeft {
        float: left;
        unicode-bidi: bidi-override;
    }

    .betSlip .message .inline .flRight {
        float: right;
    }

.notice {
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 8px;
    width: 50px;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background: rgba(199,0,57,.8);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .notice:hover {
        top: 0 !important;
    }

    .notice > img {
        filter: invert(1);
        width: 18px;
    }

    .notice > span {
        display: block;
        padding-top: 5px;
    }

.notice__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000000;
    background: rgba(0,0,0,.8);
    z-index: 10;
}

    .notice__overlay .middle {
        position: fixed;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        width: 90%;
        max-width: 400px;
        padding: 20px;
        line-height: 1.3em;
        font-size: 14px;
        border-radius: 3px;
        box-sizing: border-box;
        transform: translate(-50%,-50%);
        background: #f7f7f7;
    }

    .notice__overlay .clearfix {
        padding-bottom: 10px;
        border-bottom: 1px solid #e7e7e7;
    }

        .notice__overlay .clearfix h1 {
            float: left;
            line-height: 24px;
        }

        .notice__overlay .clearfix .close-button {
            float: right;
            width: 24px;
            height: 24px;
            font-size: 20px;
            font-weight: 700;
            background: #e7e7e7;
            text-align: center;
            border: 0;
            outline: none;
            border-radius: 5px;
            cursor: pointer;
        }

            .notice__overlay .clearfix .close-button:hover {
                color: #e7e7e7;
                background: rgba(199,0,57,1)
            }

    .notice__overlay .content {
        padding: 20px 10px 10px 10px;
        text-align: center;
    }

.payment-inner.alert-area {
    display: block;
}

/*rtl*/
.r .notice__overlay .clearfix h1 {
    float: right;
}

.r .notice__overlay .clearfix .close-button {
    float: left;
}

@keyframes pulse {
    0% {
        background: rgba(199,0,57,.7)
    }

    50% {
        background: rgba(199,0,57,1)
    }


    100% {
        background: rgba(199,0,57,.7)
    }
}

/*#region vue-carousel*/
.VueCarousel .VueCarousel-pagination {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

    .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container {
        display: flex;
        align-items: center;
        margin: 0 !important;
        padding: 0 6px;
        background-color: color(srgb 0.46 0.5 0.54 / 0.3);
        border-radius: 8px;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }

        .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
            display: flex;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding: 5px !important;
            outline: 0;
            opacity: 1;
        }

            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot .VueCarousel-dot-button {
                width: 6px !important;
                height: 6px !important;
            }

            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot:hover .VueCarousel-dot-button,
            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active .VueCarousel-dot-button {
                background-color: #F4D416 !important;
            }
/*#endregion*/

/*#region footer icons*/
._footer .footer_icons {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-bottom: 8px;
}

    ._footer .footer_icons .__icons {
        user-select: none;
    }

    ._footer .footer_icons .license.__icons img {
        width: 32px !important;
        height: 30px !important;
    }

    ._footer .footer_icons .__icons:not(.license) img {
        opacity: 0.5;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

._footer .footerDevider {
    height: 0;
}

._footer .footer_links {
    margin: 10px 0 0;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
}

    ._footer .footer_links li {
        display: inline-block;
        padding: 5px 10px;
    }

._footer .footer_text {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
}
/*#endregion*/

.lc .tab-bar-container {
    display: flex;
    white-space: nowrap;
}

    .lc .tab-bar-container .tab-bar-item span {
        display: flex;
        align-items: center;
        position: relative;
        padding: 5px 4px;
        font-size: 1.125em;
    }

        .lc .tab-bar-container .tab-bar-item span:after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transition: width .48s,left .48s;
        }

    .lc .tab-bar-container .tab-bar-item.active span:after {
        left: 0;
        width: 100%;
    }

    .lc .tab-bar-container .tab-bar-item i {
        display: block;
        height: 15px;
        width: 18px;
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 18px;
        cursor: pointer;
    }

.live_scout {
    background-image: url(/Images/livestream/livescout.svg);
}

.live_stream {
    background-image: url(/Images/livestream/livestream.svg);
}

.lc .header {
    display: flex;
}

    .lc .header .lcControl {
        display: flex;
        flex-shrink: 0;
    }

.lc .expansion-panel-divider {
    margin-top: 6px;
    width: 1px;
    height: 15px;
}

.lc .header .lcControl .lcIcon {
    display: block;
    margin-top: 6.3px;
    cursor: pointer;
}

    .lc .header .lcControl .lcIcon span {
        background-image: url(/Images/livestream/arrow-down.svg);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 14px;
        cursor: pointer;
        display: block;
        height: 14px;
        width: 14px;
        filter: invert(.3);
        transition: all .24s ease;
    }

.lc img.hidden {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

#stream {
    position: relative;
    background: #000000;
}

    #stream iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

.mobile #stream {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/*#region messages*/
.video-stream-messages {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100%;
    height: 100%;
}

    .video-stream-messages .video-alert-message {
        margin: 0px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
    }

        .video-stream-messages .video-alert-message p {
            font-size: 11px;
            text-align: center;
        }
/*#endregion*/

/*#region video-loading-spinner*/
#stream .video-stream-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100%;
    height: 151.19px;
}

    #stream .video-stream-loading .video-loading-container {
        margin: 0px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
    }

#stream .vjs-loading-spinner {
    transform: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}

#stream .vjs-loading-spinner {
    display: block;
    -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
    animation: vjs-spinner-show 0s linear 0.3s forwards;
}

    #stream .vjs-loading-spinner:before {
        border-top-color: white;
    }

    #stream .vjs-loading-spinner:before,
    #stream .vjs-loading-spinner:after {
        -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
        animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    }

    #stream .vjs-loading-spinner:before,
    #stream .vjs-loading-spinner:after {
        content: "";
        position: absolute;
        margin: -6px;
        box-sizing: inherit;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        opacity: 1;
        border: inherit;
        border-color: transparent;
        border-top-color: white;
    }

    #stream .vjs-loading-spinner:after {
        border-top-color: white;
        -webkit-animation-delay: 0.44s;
        animation-delay: 0.44s;
    }

.vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@keyframes vjs-spinner-show {
    100% {
        visibility: visible;
    }
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: white;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}
/*#endregion*/

.grid-mobile-media {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    height: 13px;
}

.rtl .grid-mobile-media {
    margin-left: 0;
    margin-right: 5px;
}

.grid-mobile-media span i {
    display: block;
    width: 18px;
    height: 15px;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
}

.rtl .live_stream {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#video-container video {
    width: 100% !important;
    height: 100% !important
}

#video-container .video-js {
    width: 100% !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-webkit-media-controls-current-time-display {
    display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.payment-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 10em;
    z-index: 11;
    background: rgba(0, 0, 0, .7);
}

.payment-frame iframe {
    display: block;
    margin: 0 auto;
    width: 540px;
    height: 900px;
}

