/* Minification failed. Returning unminified contents.
(2073,20): run-time error CSS1030: Expected identifier, found '.'
(2073,26): run-time error CSS1031: Expected selector, found ')'
(2073,26): run-time error CSS1025: Expected comma or open brace, found ')'
(4178,19): run-time error CSS1030: Expected identifier, found '.'
(4178,24): run-time error CSS1031: Expected selector, found ')'
(4178,24): run-time error CSS1025: Expected comma or open brace, found ')'
(4386,39): run-time error CSS1039: Token not allowed after unary operator: '-stats-color-1'
(4395,28): run-time error CSS1039: Token not allowed after unary operator: '-momentum-color'
(4432,42): run-time error CSS1039: Token not allowed after unary operator: '-stats-color-1'
(4438,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
    }

#content {
    text-align: right;
}

#banner {
    display: block;
    position: relative;
    width: auto;
    height: 350px;
    margin-top: 5px;
    background-image: url(/Images/splash.jpg);
    background-size: 100%;
    background-repeat: repeat;
    background-position: 0 -190px;
    overflow: hidden;
}

#banner .offerContainer {
    position: relative;
    width: 290px;
    height: 100%;
    font-weight: bold;
    float: right;
    padding: 20px;
    vertical-align: top;
    text-shadow: 0 1px 15px #000;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
}

#banner .offerContainer span {
    display: block;
    text-align: right;
    font-size: 58px;
    line-height: 62px;
    color: #fff;
}

#banner .footballers {
    background: none;
}

#banner .footballers img {
    position: absolute;
    left: -3%;
    top: 0;
}

#greenPulseAnimation.greenPulseBtn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
}

#greenPulseAnimation.greenPulseBtn .greenPulseTextWrap {
    position: relative;
    display: block;
    width: 150px;
    padding: 10px 56px 10px 36px;
    -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: -ms-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%); /*IE10+*/
    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);
    cursor: pointer;
}

#greenPulseAnimation.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;
}

#greenPulseAnimation.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;
}

#greenPulseAnimation.greenPulseBtn .arrowRight {
    position: absolute;
    display: block;
    width: 15px;
    height: 23px;
    top: 50%;
    left: 29px;
    margin-top: -11px;
    transform: rotate(180deg);
}

#greenPulseAnimation.greenPulseBtn .greenPulseTextWrap .greenPulseText {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin-right: -30px;
}

#small-banners {
    position: relative;
    padding: 15px 0;
    overflow: hidden;
}

#small-banners div {
    float: left;
    width: 33%;
    margin-right: 0.5%;
}

#small-banners div:first-child {
    margin-left: 0;
}

#small-banners div:last-child {
    margin-right: 0;
}

#small-banners div a {
    display: block;
    position: relative;
    min-height: 265px;
    padding: 7px 10px;
    border: 1px solid #666;
    background: #e5e5e5;
    color: #333;
    overflow: hidden;
}

#small-banners div a:hover {
    border: 1px solid #F4D416;
}

#small-banners div a span.boxes-main-image {
    display: block;
    position: relative;
    width: 209px;
    height: 130px;
    margin: 0 auto;
}

#small-banners div strong.head {
    display: block;
    padding: 10px 0 10px 5px;
    font-family: Arial;
    font-size: 19px !important;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #666;
}

#small-banners div strong.text {
    display: block;
    padding: 10px 5px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
    text-align: justify;
}

#small-banners div span.pseudo-btn {
    position: absolute;
    display: block;
    left: 12px;
    bottom: 6px;
    height: 18px;
    padding: 0 0 0 23px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    background: none;
}

#small-banners div span.pseudo-btn strong {
    display: block;
    text-align: left;
}

#small-banners div span.pseudo-btn .icons {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

#small-banners div a:hover span.pseudo-btn span {
    background-position: -10px -444px;
}

#termsBottom {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 15px;
    text-align: justify;
    color: #999;
}

#termsBottom h1 {
    font-size: 16px;
    margin-bottom: 5px;
}

#termsBottom .dottet_line_grey {
    background-image: url(/rtl/Styles/data:image/gif;base64,R0lGODlhCQABAIABAGZmZv/yH5BAEAAAEALAAAAAAJAAEAAAIERGJ4BQA7);
    height: 3px;
    background-position: 0 1px;
    background-repeat: repeat-x;
    margin-bottom: 10px;
}

#termsBottom p {
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    font-size: 12px;
}

#termsBottom p img {
    width: 100%;
}

#termsBottom a {
    color: #999;
    cursor: pointer;
    text-decoration: underline;
}

.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*/

* {
    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*/

