/* Minification failed. Returning unminified contents.
(3235,20): run-time error CSS1030: Expected identifier, found '.'
(3235,26): run-time error CSS1031: Expected selector, found ')'
(3235,26): run-time error CSS1025: Expected comma or open brace, found ')'
(5340,19): run-time error CSS1030: Expected identifier, found '.'
(5340,24): run-time error CSS1031: Expected selector, found ')'
(5340,24): run-time error CSS1025: Expected comma or open brace, found ')'
(5548,39): run-time error CSS1039: Token not allowed after unary operator: '-stats-color-1'
(5557,28): run-time error CSS1039: Token not allowed after unary operator: '-momentum-color'
(5594,42): run-time error CSS1039: Token not allowed after unary operator: '-stats-color-1'
(5600,41): run-time error CSS1039: Token not allowed after unary operator: '-stats-color-2'
 */
/*! jQuery UI - v1.12.1 - 2016-12-13
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=black-tie&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=20&bgImgOpacityShadow=50&bgTextureShadow=highlight_soft&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=40&bgTextureOverlay=highlight_hard&bgColorOverlay=aaaaaa&iconColorError=ffcf29&fcError=ffffff&borderColorError=9e0505&bgImgOpacityError=45&bgTextureError=inset_hard&bgColorError=cd0a0a&iconColorHighlight=4ca300&fcHighlight=363636&borderColorHighlight=ffde2e&bgImgOpacityHighlight=55&bgTextureHighlight=inset_hard&bgColorHighlight=ffeb80&iconColorActive=222222&fcActive=222222&borderColorActive=cccccc&bgImgOpacityActive=65&bgTextureActive=flat&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=000000&bgImgOpacityHover=55&bgTextureHover=glass&bgColorHover=1c1c1c&iconColorDefault=ededed&fcDefault=e3e3e3&borderColorDefault=777777&bgImgOpacityDefault=40&bgTextureDefault=glass&bgColorDefault=111111&iconColorContent=222222&fcContent=222222&borderColorContent=cccccc&bgImgOpacityContent=100&bgTextureContent=highlight_hard&bgColorContent=f9f9f9&iconColorHeader=bbbbbb&fcHeader=eeeeee&borderColorHeader=a3a3a3&bgImgOpacityHeader=8&bgTextureHeader=diagonals_thick&bgColorHeader=333333&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #777777;
}

.ui-widget-content {
    border: 1px solid #cccccc;
    background: #f9f9f9 url(/Images/jquery/ui-bg_highlight-hard_100_f9f9f9_1x100.png) 50% top repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #a3a3a3;
    background: #333333 url(/Images/jquery/ui-bg_diagonals-thick_8_333333_40x40.png) 50% 50% repeat;
    color: #eeeeee;
    font-weight: bold;
}

.ui-widget-header a {
    color: #eeeeee;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #777777;
    background: #111111 url(/Images/jquery/ui-bg_glass_40_111111_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #e3e3e3;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #000000;
    background: #1c1c1c url(/Images/jquery/ui-bg_glass_55_1c1c1c_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #ffffff;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #cccccc;
    background: #ffffff;
    font-weight: normal;
    color: #222222;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #cccccc;
    background-color: #222222;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #222222;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ffde2e;
    background: #ffeb80 url(/Images/jquery/ui-bg_inset-hard_55_ffeb80_1x100.png) 50% bottom repeat-x;
    color: #363636;
}

.ui-state-checked {
    border: 1px solid #ffde2e;
    background: #ffeb80;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #9e0505;
    background: #cd0a0a url(/Images/jquery/ui-bg_inset-hard_45_cd0a0a_1x100.png) 50% bottom repeat-x;
    color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/Images/jquery/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/Images/jquery/ui-icons_bbbbbb_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(/Images/jquery/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(/Images/jquery/ui-icons_222222_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(/Images/jquery/ui-icons_4ca300_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/Images/jquery/ui-icons_ffcf29_256x240.png);
}

.ui-button .ui-icon {
    background-image: url(/Images/jquery/ui-icons_ededed_256x240.png);
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(/Images/jquery/ui-bg_highlight-hard_40_aaaaaa_1x100.png) 50% top repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaaaaa;
    box-shadow: -8px -8px 8px #aaaaaa;
}

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
    position: fixed;
    z-index: 1981;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #252525;
    opacity: .5
}

.alertify .ajs-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    z-index: 1981
}

.alertify .ajs-dialog {
    position: relative;
    margin: 5% auto;
    min-height: 110px;
    max-width: 500px;
    padding: 24px 24px 0 24px;
    outline: 0;
    background-color: #fff
}

    .alertify .ajs-dialog.ajs-capture:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1
    }

.alertify .ajs-reset {
    position: absolute !important;
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important
}

.alertify .ajs-commands {
    position: absolute;
    right: 4px;
    margin: -14px 24px 0 0;
    z-index: 2
}

    .alertify .ajs-commands button {
        display: none;
        width: 10px;
        height: 10px;
        margin-left: 10px;
        padding: 10px;
        border: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer
    }

        .alertify .ajs-commands button.ajs-close {
            background-image: url(/Images/alertify/close.png);
        }

        .alertify .ajs-commands button.ajs-maximize {
            background-image: url(/Images/alertify/maximize.png);
        }

.alertify .ajs-header {
    margin: -24px;
    margin-bottom: 0;
    padding: 16px 24px;
    background-color: #fff
}

.alertify .ajs-body {
    min-height: 56px
}

    .alertify .ajs-body .ajs-content {
        padding: 16px 24px 16px 16px
    }

.alertify .ajs-footer {
    padding: 4px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
    background-color: #fff
}

    .alertify .ajs-footer .ajs-buttons.ajs-primary {
        text-align: right
    }

        .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
            margin: 4px
        }

    .alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
        float: left;
        clear: none;
        text-align: left
    }

        .alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
            margin: 4px
        }

    .alertify .ajs-footer .ajs-buttons .ajs-button {
        min-width: 88px;
        min-height: 35px
    }

.alertify .ajs-handle {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(/Images/alertify/handle.png);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    cursor: se-resize
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
    overflow: hidden !important
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
    left: 0;
    right: 0;
    padding: 0
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
    margin-left: -24px;
    margin-right: -24px
}

    .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
        padding: 0
    }

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
    left: 0;
    right: 0
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize, .alertify.ajs-maximizable .ajs-commands button.ajs-restore {
    display: inline-block
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
    display: inline-block
}

.alertify.ajs-maximized .ajs-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    top: 0 !important;
    left: 0 !important
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
    position: fixed !important;
    min-height: 100% !important;
    max-height: none !important;
    margin: 0 !important
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
    background-image: url(/Images/alertify/unmaximize.png);
}

.alertify.ajs-maximized .ajs-dialog, .alertify.ajs-resizable .ajs-dialog {
    padding: 0
}

.alertify.ajs-maximized .ajs-commands, .alertify.ajs-resizable .ajs-commands {
    margin: 14px 24px 0 0
}

.alertify.ajs-maximized .ajs-header, .alertify.ajs-resizable .ajs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 16px 24px
}

.alertify.ajs-maximized .ajs-body, .alertify.ajs-resizable .ajs-body {
    min-height: 224px;
    display: inline-block
}

    .alertify.ajs-maximized .ajs-body .ajs-content, .alertify.ajs-resizable .ajs-body .ajs-content {
        position: absolute;
        top: 50px;
        right: 24px;
        bottom: 50px;
        left: 24px;
        overflow: auto
    }

.alertify.ajs-maximized .ajs-footer, .alertify.ajs-resizable .ajs-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
    min-width: 548px
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
    display: block
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    cursor: move
}

.alertify.ajs-modeless .ajs-dimmer, .alertify.ajs-modeless .ajs-reset {
    display: none
}

.alertify.ajs-modeless .ajs-modal {
    overflow: visible;
    max-width: none;
    max-height: 0
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
    display: inline-block;
    background-image: url(/Images/alertify/pin.png);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
    position: absolute
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
    background-image: url(/Images/alertify/unpin.png);
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
    max-height: 500px;
    overflow: auto
}

.alertify.ajs-basic .ajs-header {
    opacity: 0
}

.alertify.ajs-basic .ajs-footer {
    visibility: hidden
}

.alertify.ajs-frameless .ajs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 60px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1
}

.alertify.ajs-frameless .ajs-footer {
    display: none
}

.alertify.ajs-frameless .ajs-body .ajs-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
    padding-top: 0
}

    .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
        margin-top: 0
    }

.ajs-no-overflow {
    overflow: hidden !important;
    outline: 0
}

    .ajs-no-overflow.ajs-fixed {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: scroll !important
    }

.ajs-no-selection, .ajs-no-selection * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width:568px) {
    .alertify .ajs-dialog {
        min-width: 150px
    }

    .alertify:not(.ajs-maximized) .ajs-modal {
        padding: 0 5%
    }

    .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
        min-width: initial;
        min-width: auto
    }
}

@-moz-document url-prefix() {
    .alertify button:focus {
        outline: 1px dotted #3593d2
    }
}

.alertify .ajs-dimmer, .alertify .ajs-modal {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms
}

.alertify.ajs-hidden .ajs-dimmer, .alertify.ajs-hidden .ajs-modal {
    visibility: hidden;
    opacity: 0
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms
}

.alertify .ajs-dialog.ajs-shake {
    -webkit-animation-name: ajs-shake;
    animation-name: ajs-shake;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ajs-shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes ajs-shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-slideIn;
    animation-name: ajs-slideIn;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
    animation-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-slideOut;
    animation-name: ajs-slideOut;
    -webkit-animation-timing-function: cubic-bezier(.6,-.28,.735,.045);
    animation-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-zoomIn;
    animation-name: ajs-zoomIn
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-zoomOut;
    animation-name: ajs-zoomOut
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-fadeIn;
    animation-name: ajs-fadeIn
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-fadeOut;
    animation-name: ajs-fadeOut
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-pulseIn;
    animation-name: ajs-pulseIn
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-pulseOut;
    animation-name: ajs-pulseOut
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-flipInX;
    animation-name: ajs-flipInX
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-flipOutX;
    animation-name: ajs-flipOutX
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-flipInY;
    animation-name: ajs-flipInY
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-flipOutY;
    animation-name: ajs-flipOutY
}

@-webkit-keyframes ajs-pulseIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes ajs-pulseIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes ajs-pulseOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes ajs-pulseOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@-webkit-keyframes ajs-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.25,.25,.25);
        transform: scale3d(.25,.25,.25)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes ajs-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.25,.25,.25);
        transform: scale3d(.25,.25,.25)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes ajs-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.25,.25,.25);
        transform: scale3d(.25,.25,.25)
    }
}

@keyframes ajs-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.25,.25,.25);
        transform: scale3d(.25,.25,.25)
    }
}

@-webkit-keyframes ajs-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes ajs-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ajs-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes ajs-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ajs-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes ajs-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes ajs-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes ajs-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@-webkit-keyframes ajs-flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes ajs-flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes ajs-flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes ajs-flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@-webkit-keyframes ajs-slideIn {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 5%
    }
}

@keyframes ajs-slideIn {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 5%
    }
}

@-webkit-keyframes ajs-slideOut {
    0% {
        margin-top: 5%
    }

    100% {
        margin-top: -100%
    }
}

@keyframes ajs-slideOut {
    0% {
        margin-top: 5%
    }

    100% {
        margin-top: -100%
    }
}

.alertify-notifier {
    position: fixed;
    direction: ltr;
    width: 0;
    overflow: visible;
    z-index: 1982;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .alertify-notifier .ajs-message {
        position: relative;
        width: 260px;
        max-height: 0;
        padding: 0;
        opacity: 0;
        margin: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear
    }

        .alertify-notifier .ajs-message.ajs-visible {
            -webkit-transition-duration: .5s;
            transition-duration: .5s;
            -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
            transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
            opacity: 1;
            max-height: 100%;
            padding: 15px;
            margin-top: 10px
        }

        .alertify-notifier .ajs-message.ajs-success {
            background: rgba(91,189,114,.95)
        }

        .alertify-notifier .ajs-message.ajs-error {
            background: rgba(217,92,92,.95)
        }

        .alertify-notifier .ajs-message.ajs-warning {
            background: rgba(252,248,215,.95)
        }

        .alertify-notifier .ajs-message .ajs-close {
            position: absolute;
            top: 0;
            right: 0;
            width: 16px;
            height: 16px;
            cursor: pointer;
            background-image: url(/Images/alertify/close-white.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-color: rgba(0,0,0,.5);
            border-top-right-radius: 2px
        }

    .alertify-notifier.ajs-top {
        top: 10px
    }

    .alertify-notifier.ajs-bottom {
        bottom: 10px
    }

    .alertify-notifier.ajs-right {
        right: 10px
    }

        .alertify-notifier.ajs-right .ajs-message {
            right: -320px
        }

            .alertify-notifier.ajs-right .ajs-message.ajs-visible {
                right: 290px
            }

    .alertify-notifier.ajs-left {
        left: 10px
    }

        .alertify-notifier.ajs-left .ajs-message {
            left: -300px
        }

            .alertify-notifier.ajs-left .ajs-message.ajs-visible {
                left: 0
            }

    .alertify-notifier.ajs-center {
        left: 50%
    }

        .alertify-notifier.ajs-center .ajs-message {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

            .alertify-notifier.ajs-center .ajs-message.ajs-visible {
                left: 50%;
                -webkit-transition-timing-function: cubic-bezier(.57,.43,.1,.65);
                transition-timing-function: cubic-bezier(.57,.43,.1,.65)
            }

        .alertify-notifier.ajs-center.ajs-top .ajs-message {
            top: -300px
        }

            .alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
                top: 0
            }

        .alertify-notifier.ajs-center.ajs-bottom .ajs-message {
            bottom: -300px
        }

            .alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
                bottom: 0
            }

.ajs-no-transition.alertify .ajs-dialog, .ajs-no-transition.alertify .ajs-dimmer, .ajs-no-transition.alertify .ajs-modal {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important
}

.ajs-no-transition.alertify-notifier .ajs-message {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important
}

@media (prefers-reduced-motion:reduce) {
    .alertify .ajs-dialog, .alertify .ajs-dimmer, .alertify .ajs-modal {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }

    .alertify-notifier .ajs-message {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }
}

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dialog {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,.25);
    box-shadow: 0 15px 20px 0 rgba(0,0,0,.25);
    border-radius: 2px
}

.alertify .ajs-header {
    color: #000;
    font-weight: 700;
    background: #fafafa;
    border-bottom: #eee 1px solid;
    border-radius: 2px 2px 0 0
}

.alertify .ajs-body {
    color: #000
}

    .alertify .ajs-body .ajs-content .ajs-input {
        display: block;
        width: 100%;
        padding: 8px;
        margin: 4px;
        border-radius: 2px;
        border: 1px solid #ccc
    }

    .alertify .ajs-body .ajs-content p {
        margin: 0
    }

.alertify .ajs-footer {
    background: #fbfbfb;
    border-top: #eee 1px solid;
    border-radius: 0 0 2px 2px
}

    .alertify .ajs-footer .ajs-buttons .ajs-button {
        background-color: transparent;
        color: #000;
        border: 0;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

        .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
            color: #3593d2
        }

.alertify-notifier .ajs-message {
    background: rgba(255,255,255,.95);
    color: #000;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 2px
}

    .alertify-notifier .ajs-message.ajs-success {
        color: #fff;
        background: rgba(91,189,114,.95);
        text-shadow: -1px -1px 0 rgba(0,0,0,.5)
    }

    .alertify-notifier .ajs-message.ajs-error {
        color: #fff;
        background: rgba(217,92,92,.95);
        text-shadow: -1px -1px 0 rgba(0,0,0,.5)
    }

    .alertify-notifier .ajs-message.ajs-warning {
        background: rgba(252,248,215,.95);
        border-color: #999
    }

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(/images/flags16.png) no-repeat;}
.f16 ._fifa{background-position:0 -16px;}
.f16 ._uefa{background-position:0 -32px;}
.f16 ._north_america{background-position:0 -48px;}
.f16 ._south_america{background-position:0 -64px;}
.f16 ._CIS{background-position:0 -80px;}
.f16 ._Commonwealth{background-position:0 -96px;}
.f16 ._england{background-position:0 -112px;}
.f16 ._european_union, .f16 .eu{background-position:0 -128px;}
.f16 ._Islamic_Conference{background-position:0 -144px;}
.f16 ._kosovo, .f16 .xk {background-position: 0 -160px;}
.f16 ._NATO{background-position:0 -176px;}
.f16 ._northern_cyprus{background-position:0 -192px;}
.f16 ._northern_ireland{background-position:0 -208px;}
.f16 ._olimpic_movement{background-position:0 -224px;}
.f16 ._OPEC{background-position:0 -240px;}
.f16 ._Red_Cross{background-position:0 -256px;}
.f16 ._scotland{background-position:0 -272px;}
.f16 ._somaliland{background-position:0 -288px;}
.f16 ._tibet{background-position:0 -304px;}
.f16 ._united_nations{background-position:0 -320px;}
.f16 ._wales{background-position:0 -336px;}
.f16 .ad{background-position:0 -352px;}
.f16 .ae{background-position:0 -368px;}
.f16 .af{background-position:0 -384px;}
.f16 .ag{background-position:0 -400px;}
.f16 .ai{background-position:0 -416px;}
.f16 .al{background-position:0 -432px;}
.f16 .am{background-position:0 -448px;}
.f16 .ao{background-position:0 -464px;}
.f16 .aq{background-position:0 -480px;}
.f16 .ar{background-position:0 -496px;}
.f16 .as{background-position:0 -512px;}
.f16 .at{background-position:0 -528px;}
.f16 .au{background-position:0 -544px;}
.f16 .aw{background-position:0 -560px;}
.f16 .ax{background-position:0 -576px;}
.f16 .az{background-position:0 -592px;}
.f16 .ba{background-position:0 -608px;}
.f16 .bb{background-position:0 -624px;}
.f16 .bd{background-position:0 -640px;}
.f16 .be{background-position:0 -656px;}
.f16 .bf{background-position:0 -672px;}
.f16 .bg{background-position:0 -688px;}
.f16 .bh{background-position:0 -704px;}
.f16 .bi{background-position:0 -720px;}
.f16 .bj{background-position:0 -736px;}
.f16 .bm{background-position:0 -752px;}
.f16 .bn{background-position:0 -768px;}
.f16 .bo{background-position:0 -784px;}
.f16 .br{background-position:0 -800px;}
.f16 .bs{background-position:0 -816px;}
.f16 .bt{background-position:0 -832px;}
.f16 .bw{background-position:0 -848px;}
.f16 .by{background-position:0 -864px;}
.f16 .bz{background-position:0 -880px;}
.f16 .ca{background-position:0 -896px;}
.f16 .cg{background-position:0 -912px;}
.f16 .cf{background-position:0 -928px;}
.f16 .cd{background-position:0 -944px;}
.f16 .ch{background-position:0 -960px;}
.f16 .ci{background-position:0 -976px;}
.f16 .ck{background-position:0 -992px;}
.f16 .cl{background-position:0 -1008px;}
.f16 .cm{background-position:0 -1024px;}
.f16 .cn{background-position:0 -1040px;}
.f16 .co{background-position:0 -1056px;}
.f16 .cr{background-position:0 -1072px;}
.f16 .cu{background-position:0 -1088px;}
.f16 .cv{background-position:0 -1104px;}
.f16 .cy{background-position:0 -1120px;}
.f16 .cz{background-position:0 -1136px;}
.f16 .de{background-position:0 -1152px;}
.f16 .dj{background-position:0 -1168px;}
.f16 .dk{background-position:0 -1184px;}
.f16 .dm{background-position:0 -1200px;}
.f16 .do{background-position:0 -1216px;}
.f16 .dz{background-position:0 -1232px;}
.f16 .ec{background-position:0 -1248px;}
.f16 .ee{background-position:0 -1264px;}
.f16 .eg{background-position:0 -1280px;}
.f16 .eh{background-position:0 -1296px;}
.f16 .er{background-position:0 -1312px;}
.f16 .es{background-position:0 -1328px;}
.f16 .et{background-position:0 -1344px;}
.f16 .fi{background-position:0 -1360px;}
.f16 .fj{background-position:0 -1376px;}
.f16 .fm{background-position:0 -1392px;}
.f16 .fo{background-position:0 -1408px;}
.f16 .fr{background-position:0 -1424px;}  .f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:0 -1424px;}
.f16 .ga{background-position:0 -1440px;}
.f16 .gb{background-position:0 -1456px;}  .f16 .sh{background-position:0 -1456px;}
.f16 .gd{background-position:0 -1472px;}
.f16 .ge{background-position:0 -1488px;}
.f16 .gg{background-position:0 -1504px;}
.f16 .gh{background-position:0 -1520px;}
.f16 .gi{background-position:0 -1536px;}
.f16 .gl{background-position:0 -1552px;}
.f16 .gm{background-position:0 -1568px;}
.f16 .gn{background-position:0 -1584px;}
.f16 .gp{background-position:0 -1600px;}
.f16 .gq{background-position:0 -1616px;}
.f16 .gr{background-position:0 -1632px;}
.f16 .gt{background-position:0 -1648px;}
.f16 .gu{background-position:0 -1664px;}
.f16 .gw{background-position:0 -1680px;}
.f16 .gy{background-position:0 -1696px;}
.f16 .hk{background-position:0 -1712px;}
.f16 .hn{background-position:0 -1728px;}
.f16 .hr{background-position:0 -1744px;}
.f16 .ht{background-position:0 -1760px;}
.f16 .hu{background-position:0 -1776px;}
.f16 .id{background-position:0 -1792px;}
.f16 .mc{background-position:0 -1792px;}
.f16 .ie{background-position:0 -1808px;}
.f16 .il{background-position:0 -1824px;}
.f16 .im{background-position:0 -1840px;}
.f16 .in{background-position:0 -1856px;}
.f16 .iq{background-position:0 -1872px;}
.f16 .ir{background-position:0 -1888px;}
.f16 .is{background-position:0 -1904px;}
.f16 .it{background-position:0 -1920px;}
.f16 .je{background-position:0 -1936px;}
.f16 .jm{background-position:0 -1952px;}
.f16 .jo{background-position:0 -1968px;}
.f16 .jp{background-position:0 -1984px;}
.f16 .ke{background-position:0 -2000px;}
.f16 .kg{background-position:0 -2016px;}
.f16 .kh{background-position:0 -2032px;}
.f16 .ki{background-position:0 -2048px;}
.f16 .km{background-position:0 -2064px;}
.f16 .kn{background-position:0 -2080px;}
.f16 .kp{background-position:0 -2096px;}
.f16 .kr{background-position:0 -2112px;}
.f16 .kw{background-position:0 -2128px;}
.f16 .ky{background-position:0 -2144px;}
.f16 .kz{background-position:0 -2160px;}
.f16 .la{background-position:0 -2176px;}
.f16 .lb{background-position:0 -2192px;}
.f16 .lc{background-position:0 -2208px;}
.f16 .li{background-position:0 -2224px;}
.f16 .lk{background-position:0 -2240px;}
.f16 .lr{background-position:0 -2256px;}
.f16 .ls{background-position:0 -2272px;}
.f16 .lt{background-position:0 -2288px;}
.f16 .lu{background-position:0 -2304px;}
.f16 .lv{background-position:0 -2320px;}
.f16 .ly{background-position:0 -2336px;}
.f16 .ma{background-position:0 -2352px;}
.f16 .md{background-position:0 -2368px;}
.f16 .me{background-position:0 -2384px;}
.f16 .mg{background-position:0 -2400px;}
.f16 .mh{background-position:0 -2416px;}
.f16 .mk{background-position:0 -2432px;}
.f16 .ml{background-position:0 -2448px;}
.f16 .mm{background-position:0 -2464px;}
.f16 .mn{background-position:0 -2480px;}
.f16 .mo{background-position:0 -2496px;}
.f16 .mq{background-position:0 -2512px;}
.f16 .mr{background-position:0 -2528px;}
.f16 .ms{background-position:0 -2544px;}
.f16 .mt{background-position:0 -2560px;}
.f16 .mu{background-position:0 -2576px;}
.f16 .mv{background-position:0 -2592px;}
.f16 .mw{background-position:0 -2608px;}
.f16 .mx{background-position:0 -2624px;}
.f16 .my{background-position:0 -2640px;}
.f16 .mz{background-position:0 -2656px;}
.f16 .na{background-position:0 -2672px;}
.f16 .nc{background-position:0 -2688px;}
.f16 .ne{background-position:0 -2704px;}
.f16 .ng{background-position:0 -2720px;}
.f16 .ni{background-position:0 -2736px;}
.f16 .nl{background-position:0 -2752px;}  .f16 .bq{background-position:0 -2752px;}
.f16 .no{background-position:0 -2768px;}  .f16 .bv, .f16 .nq, .f16 .sj{background-position:0 -2768px;}
.f16 .np{background-position:0 -2784px;}
.f16 .nr{background-position:0 -2800px;}
.f16 .nz{background-position:0 -2816px;}
.f16 .om{background-position:0 -2832px;}
.f16 .pa{background-position:0 -2848px;}
.f16 .pe{background-position:0 -2864px;}
.f16 .pf{background-position:0 -2880px;}
.f16 .pg{background-position:0 -2896px;}
.f16 .ph{background-position:0 -2912px;}
.f16 .pk{background-position:0 -2928px;}
.f16 .pl{background-position:0 -2944px;}
.f16 .pr{background-position:0 -2960px;}
.f16 .ps{background-position:0 -2976px;}
.f16 .pt{background-position:0 -2992px;}
.f16 .pw{background-position:0 -3008px;}
.f16 .py{background-position:0 -3024px;}
.f16 .qa{background-position:0 -3040px;}
.f16 .re{background-position:0 -3056px;}
.f16 .ro{background-position:0 -3072px;}
.f16 .rs{background-position:0 -3088px;}
.f16 .ru{background-position:0 -3104px;}
.f16 .rw{background-position:0 -3120px;}
.f16 .sa{background-position:0 -3136px;}
.f16 .sb{background-position:0 -3152px;}
.f16 .sc{background-position:0 -3168px;}
.f16 .sd{background-position:0 -3184px;}
.f16 .se{background-position:0 -3200px;}
.f16 .sg{background-position:0 -3216px;}
.f16 .si{background-position:0 -3232px;}
.f16 .sk{background-position:0 -3248px;}
.f16 .sl{background-position:0 -3264px;}
.f16 .sm{background-position:0 -3280px;}
.f16 .sn{background-position:0 -3296px;}
.f16 .so{background-position:0 -3312px;}
.f16 .sr{background-position:0 -3328px;}
.f16 .st{background-position:0 -3344px;}
.f16 .sv{background-position:0 -3360px;}
.f16 .sy{background-position:0 -3376px;}
.f16 .sz{background-position:0 -3392px;}
.f16 .tc{background-position:0 -3408px;}
.f16 .td{background-position:0 -3424px;}
.f16 .tg{background-position:0 -3440px;}
.f16 .th{background-position:0 -3456px;}
.f16 .tj{background-position:0 -3472px;}
.f16 .tl{background-position:0 -3488px;}
.f16 .tm{background-position:0 -3504px;}
.f16 .tn{background-position:0 -3520px;}
.f16 .to{background-position:0 -3536px;}
.f16 .tr{background-position:0 -3552px;}
.f16 .tt{background-position:0 -3568px;}
.f16 .tv{background-position:0 -3584px;}
.f16 .tw{background-position:0 -3600px;}
.f16 .tz{background-position:0 -3616px;}
.f16 .ua{background-position:0 -3632px;}
.f16 .ug{background-position:0 -3648px;}
.f16 .us{background-position:0 -3664px;}
.f16 .uy{background-position:0 -3680px;}
.f16 .uz{background-position:0 -3696px;}
.f16 .va{background-position:0 -3712px;}
.f16 .vc{background-position:0 -3728px;}
.f16 .ve{background-position:0 -3744px;}
.f16 .vg{background-position:0 -3760px;}
.f16 .vi{background-position:0 -3776px;}
.f16 .vn{background-position:0 -3792px;}
.f16 .vu{background-position:0 -3808px;}
.f16 .ws{background-position:0 -3824px;}
.f16 .ye{background-position:0 -3840px;}
.f16 .za{background-position:0 -3856px;}
.f16 .zm{background-position:0 -3872px;}
.f16 .zw{background-position:0 -3888px;}
.f16 .sx{background-position:0 -3904px;}
.f16 .cw{background-position:0 -3920px;}
.f16 .ss{background-position:0 -3936px;}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    outline: none;
    font-size: 1em;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
}

.lucky6 div {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.ajs-button:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
}

.clear {
    clear: both;
}

table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

    table td {
        vertical-align: top;
    }

body {
    position: relative;
    font-size: 11px;
    font-family: Tahoma;
}

a, input {
    outline: 0;
    text-decoration: none;
}

#container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
}

#content {
    display: table;
    width: 100%;
    max-width: 1260px;
    min-width: 1000px;
    min-height: 600px;
    margin: 0 auto;
}

.contentLeft {
    vertical-align: top;
    width: 230px;
    text-align: right;
}

    .contentLeft > div {
        padding: 5px 0 5px 5px;
        min-height: 100px;
    }

.contentMain {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-top: 5px;
}

.main-loader-sports {
    padding: 150px 0;
}

.main-content-sports {
    display: none;
}

.contentRight {
    position: relative;
    width: 275px;
    display: table-cell;
    vertical-align: top;
    min-width: 275px;
}

    .contentRight > .inner {
        width: 270px;
        padding: 5px 5px 5px 0;
        position: relative;
        text-align: right;
    }

    .contentRight .fixedInnerToTop {
        position: fixed;
        top: 5px;
        z-index: 1;
    }

    .contentRight .fixedInnerToBottom {
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

.blur2 {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.grayGradient {
    position: relative;
    display: block;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    float: left;
    padding: 0;
    font-weight: bold;
}

    .grayGradient:hover {
        background: #f4d416;
    }

.loader {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border: 4px solid #ffc607;
    border-top: 4px solid #0b1422;
    border-bottom: 4px solid #0b1422;
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
}

.loaderSmall {
    float: left;
    padding: 1px;
    width: 12px;
    height: 12px;
    border: 2px solid #ffc607;
    border-top: 2px solid #0b1422;
    border-bottom: 2px solid #0b1422;
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
    user-select: none;
    box-sizing: border-box;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.yellowText {
    color: #1b8f1b;
}

.msgBox {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e02625;
    text-align: center;
    padding: 2px 3px;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: white;
}

.envelope {
    display: block;
    width: 30px;
    height: 19px;
    margin: 5px 0;
    background-image: url(/rtl/Images/spritesheet.png);
    background-position: -11px -1853px;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .envelope.op75 {
        opacity: 0.75;
    }

.redGradient {
    color: #333;
    background: #ffe362; /* Old browsers */
    background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
    background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
    background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
}

#dialog {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    position: absolute;
}

    #dialog .content {
        z-index: 9;
        width: 800px;
        margin: 80px auto;
        background: #f7f7f7;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

.modalbox-title-bar {
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 200;
    border-bottom: 1px solid #AAA;
    box-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 1px 0 #fff;
}

.modalbox-title {
    font-size: 14px;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    color: #666;
}

.modal-close {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 11px 0 15px;
    font-size: 12px;
    cursor: pointer;
    color: #888;
    border-left: 1px solid #F5F2F2;
}

#dialog .menu {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    text-decoration: none;
    background: #767676;
    background: -moz-linear-gradient(top, #767676 0%, #040404 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #767676), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #767676 0%, #040404 100%);
    background: -o-linear-gradient(top, #767676 0%, #040404 100%);
    background: -ms-linear-gradient(top, #767676 0%, #040404 100%);
    background: linear-gradient(to bottom, #767676 0%, #040404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#040404', GradientType=0 );
    cursor: pointer;
}

    #dialog .menu a {
        display: block;
    }

    #dialog .menu .item {
        float: right;
        cursor: pointer;
        font-size: 14px;
        width: 20%;
        border-left: 1px solid #989898;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #dialog .menu .item .inner:hover,
        #dialog .menu .item.selected {
            color: #333;
            background: #ffe362; /* Old browsers */
            background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
            background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
        }

        #dialog .menu .item:first-child {
            border-right: 0;
        }

        #dialog .menu .item:nth-last-child(-n+2) {
            border-left: 0;
        }

        #dialog .menu .item > ul {
            display: none;
            position: absolute;
            width: calc(20% - 1px);
            padding-top: 1px;
        }

            #dialog .menu .item > ul li {
                background: #f7f7f7;
            }

                #dialog .menu .item > ul li a {
                    color: #333;
                    margin-right: 10px;
                }

                #dialog .menu .item > ul li:hover,
                #dialog .menu .item > ul li.subSelected {
                    background: #fffbe5;
                }

        #dialog .menu .item:hover > ul {
            display: block;
        }

        #dialog .menu .item:first-child > .inner {
            border-left: none;
        }

        #dialog .menu .item:last-child > .inner {
            border-right: none;
        }

#dialog .close {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1D2329;
}

    #dialog .close:hover {
        color: #333;
        background: #ffe362; /* Old browsers */
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
        background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
    }

#dialog .body {
    margin-top: 10px;
}

#dialog iframe {
    width: 100%;
    min-height: 600px;
}

.moveToTop {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 60px;
    text-indent: 100%;
    background-color: #000000;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

    .moveToTop .arrow {
        display: block;
        height: 100%;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url(/Images/arrow-up.svg);
        -webkit-filter: invert(1);
        filter: invert(1);
    }

.icons:not(.lucky6 .icons) {
    background-image: url(/rtl/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.icons-Banking {
    width: 14px;
    height: 14px;
    background-position: -10px -11px;
}

.icons-EventView {
    width: 14px;
    height: 14px;
    background-position: -10px -43px;
}

.icons-sound {
    width: 14px;
    height: 14px;
    background-position: -17px -1882px;
}

.icons-muted-sound {
    width: 14px;
    height: 14px;
    background-position: -48px -1882px;
}

.icons-Overview {
    width: 14px;
    height: 14px;
    background-position: -10px -78px;
}

.icons-PromotionSmall {
    width: 14px;
    height: 14px;
    background-position: -10px -112px;
}

.icons-accepted {
    width: 20px;
    height: 20px;
    background-position: -10px -146px;
}

.icons-affiliates {
    width: 41px;
    height: 30px;
    background-position: -10px -186px;
}

.icons-arrowDown {
    width: 12px;
    height: 7px;
    background-position: -10px -236px;
}

.icons-arrowLeft {
    width: 7px;
    height: 12px;
    background-position: -10px -263px;
}

.icons-arrow_closed {
    width: 22px;
    height: 22px;
    background-position: -10px -295px;
}

.icons-arrow_open {
    width: 22px;
    height: 22px;
    background-position: -10px -337px;
}

.icons-arrow_right {
    width: 15px;
    height: 23px;
    background-position: -10px -379px;
}

.icons-arrow_rounded {
    width: 18px;
    height: 20px;
    background-position: -10px -422px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.icons-betSlip_x {
    width: 8px;
    height: 7px;
    background-position: -10px -482px;
}

.betSlip .summary .bottom .reset:hover .icons-betSlip_x {
    background-position: -27px -482px;
}

.icons-btn_LiveChat {
    width: 93px;
    height: 23px;
    background-position: -10px -509px;
}

.icons-casino {
    width: 41px;
    height: 30px;
    background-position: -10px -552px;
}

.icons-corner {
    width: 26px;
    height: 12px;
    background-position: -10px -602px;
}

.icons-facebook {
    width: 33px;
    height: 35px;
    background-position: -10px -634px;
}

.icons-games-closed {
    width: 13px;
    height: 10px;
    background-position: -10px -689px;
    padding: 1px;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.icons-games-opened {
    width: 13px;
    height: 10px;
    background-position: -10px -720px;
    padding: 1px;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.icons-gamsLiveBtn {
    width: 150px;
    height: 22px;
    background-position: -10px -751px;
}

.icons-googlep {
    width: 34px;
    height: 35px;
    background-position: -10px -793px;
}

.icons-iconResults {
    width: 24px;
    height: 15px;
    background-position: -10px -848px;
}

.icons-liveChat {
    width: 17px;
    height: 14px;
    background-position: -10px -885px;
}

.icons-liveChatHover {
    width: 17px;
    height: 14px;
    background-position: -11px -513px;
}

.icons-live_betting {
    width: 41px;
    height: 30px;
    background-position: -11px -918px;
}

.icons-live_results {
    width: 41px;
    height: 30px;
    background-position: -7px -968px;
}

.mainFooter ul li span.icons {
    width: 22px;
    height: 22px;
    margin-left: 3px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.mainFooter ul li:hover span.icons {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter .5s, filter .5s, opacity .5s;
    transition: filter .5s, opacity .5s;
}

.icons-logo1 {
    background-position: -100px -1061px;
}

.icons-logo2 {
    background-position: -53px -1109px;
}

.icons-logo3 {
    background-position: -100px -1109px;
}

.icons-logo4 {
    background-position: -54px -1061px;
}

.icons-logo5 {
    width: 60px;
    height: 42px;
    margin-left: 10px;
    background-position: -60px -1204px;
    vertical-align: middle;
    float: right;
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .icons-logo5:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: opacity .5s, filter .5s;
    }

.icons-logo6 {
    background-position: -147px -1109px;
}

.icons-logo7 {
    background-position: -147px -1061px;
}

.icons-magnifier {
    width: 10px;
    height: 10px;
    background-position: -10px -1261px;
}

.icons-mobile {
    width: 41px;
    height: 30px;
    background-position: -6px -1293px;
}

.icons-promotions {
    width: 41px;
    height: 30px;
    background-position: -10px -1374px;
}

.icons-quickBets {
    width: 80px;
    height: 80px;
    background-position: -10px -1424px;
    margin-top: 30%;
}

.icons-rejected {
    width: 20px;
    height: 20px;
    background-position: -10px -1524px;
}

.icons-results {
    width: 41px;
    height: 30px;
    background-position: -10px -1564px;
}

.icons-star-big {
    width: 17px;
    height: 34px;
    background-position: -10px -1614px;
}

.icons-star-medium {
    width: 16px;
    height: 33px;
    background-position: -10px -1668px;
}

.icons-statistics {
    width: 41px;
    height: 30px;
    background-position: -6px -1721px;
}

.icons-twittter {
    width: 34px;
    height: 35px;
    background-position: -10px -1771px;
}

.icons-scout {
    background-position: -10px -1825px;
}

.icons-statistic {
    background-position: -10px -1825px;
}

.icons-statistic-disabled {
    background-position: -10px -1825px;
}

/* Animations
   ========================================================================== */
@keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes green-pulse
/* Firefox */
{
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes green-pulse
/* Safari and Chrome */
{
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-o-keyframes green-pulse
/* Opera */
{
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}
/** Reset green pulse animation for hover state*/

@keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-moz-keyframes stop-green-pulse
/* Firefox */
{
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-webkit-keyframes stop-green-pulse
/* Safari and Chrome */
{
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-o-keyframes stop-green-pulse
/* Opera */
{
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

.message-box {
    display: block;
    width: auto;
    position: relative;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
}

.message-danger {
    border: 1px solid #ebccd1;
    color: #790502;
    background: #ebccd1;
}

.message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.seoBlock {
    display: block;
    width: auto;
    position: relative;
    margin: 10px 0 0 0;
}

    .seoBlock .seoContentHead {
        display: block;
        height: 28px;
        padding: 0 10px 0 10px;
        font-size: 11px;
        font-weight: bold;
        line-height: 28px;
        color: #ffffff;
        background-color: #666;
    }

    .seoBlock .seoContent {
        display: block;
        padding: 10px;
        font-size: 11px;
        background: -webkit-linear-gradient(#f7f7f7,#ebebeb); /*Chrome, Safari*/
        background: -moz-linear-gradient(#f7f7f7,#ebebeb); /*Firefox*/
        background: -ms-linear-gradient(#f7f7f7,#ebebeb); /*IE10+*/
        background: -o-linear-gradient(#f7f7f7,#ebebeb); /*Opera*/
        background: linear-gradient(#f7f7f7,#ebebeb);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0); /*IE7-*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)"; /*IE8+*/
        color: #333;
        text-align: justify;
    }


/* ==========================================================================
   HEADER
   ========================================================================== */
#header {
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
    z-index: 10;
}

/* HEADER TOP
   ========================================================================== */
.headerTop {
    position: relative;
    display: block;
    height: 80px;
    background-color: #fdd101;
}

    .headerTop .inner {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
        height: 100%;
    }

        .headerTop .inner:after {
            content: '';
            clear: both;
        }

    /*Logo*/
    .headerTop .mainLogo {
        position: absolute;
        float: right;
        width: 50%;
        height: 80px;
        z-index: 1;
    }

        .headerTop .mainLogo a {
            display: inline-block;
            height: 100%;
        }

            .headerTop .mainLogo a img {
                margin: 18px 0;
                padding: 0 10px;
                height: 44px;
            }

    /*Login Block*/
    .headerTop .loginBlock {
        position: relative;
        float: left;
        padding: 24px 0;
        width: 50%;
        height: 32px;
        line-height: 30px;
        text-align: left;
    }

        .headerTop .loginBlock a {
            color: #666;
        }

        .headerTop .loginBlock .headerNavDivider {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            width: 1px;
            height: 14px;
            background: #666;
        }

        .headerTop .loginBlock .btn {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            line-height: 12px;
            margin-right: 10px;
            cursor: pointer;
        }

            .headerTop .loginBlock .btn .yellowText {
                padding-left: 5px;
            }

            .headerTop .loginBlock .btn.registerButton,
            .headerTop .loginBlock .btn.depositButton {
                padding: 9px 10px;
                font-weight: bold;
            }

            .headerTop .loginBlock .btn.lostPass {
                text-decoration: underline;
                font-size: 10px !important;
                cursor: pointer;
                direction: ltr;
            }

            .headerTop .loginBlock .btn#txtUsername,
            .headerTop .loginBlock .btn#txtPassword {
                margin-right: 10px;
                padding: 0;
                width: 90px;
                height: 30px;
                font-size: 10px;
                text-indent: 5px;
                color: #333;
                border: 1px solid #666;
            }

        .headerTop .loginBlock input#txtUsername:hover,
        .headerTop .loginBlock input#txtPassword:hover {
            border: 1px solid #666666;
        }

        .headerTop .loginBlock .btn.loginButton {
            padding: 8px;
            font-weight: bold;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            text-shadow: 1px 1px 0 rgb(255,238,140);
            border: 1px solid #464d57;
            color: #333;
            background: #ffe362; /* Old browsers */
            background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
            background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
            background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
        }

        .headerTop .loginBlock .loginButton:hover {
            background: rgb(255, 240, 165);
            background: -moz-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 240, 165, 1)), color-stop(100%, rgba(255, 225, 76, 1)));
            background: -webkit-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: -o-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: linear-gradient(to bottom, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0a5', endColorstr='#ffe14c', GradientType=0);
        }

        .headerTop .loginBlock .registerButton,
        .headerTop .loginBlock .depositButton {
            color: #fff;
            background-color: #2ea949;
        }

            .headerTop .loginBlock .registerButton:hover,
            .headerTop .loginBlock .depositButton:hover {
                color: #f7f7f7;
                background: #1b8f1b;
            }

        .headerTop .loginBlock .btn.messages {
            position: relative;
            font-weight: bold;
        }

        .headerTop .loginBlock a:hover .envelope {
            background-position: -42px -1853px;
        }

    /*Deposit Type*/
    .headerTop .depositType {
        cursor: pointer;
        display: none;
        position: absolute;
        top: 40px;
        left: 130px;
        z-index: 3;
        border: 3px solid #464d57;
        border-radius: 5px;
    }

        .headerTop .depositType::after {
            display: block;
            position: absolute;
            content: "";
            right: 65px;
            top: -12px;
            margin-top: -7px;
            border: 8px solid rgba(0,0,0,0);
            border-bottom-color: #464d57;
        }

        .headerTop .depositType div a {
            display: block;
            position: relative;
            padding: 10px;
            font-size: 14px;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background-color: #E5E5E5;
            border-bottom: 1px solid #999;
        }

            .headerTop .depositType div a:hover {
                background: #f4d416;
            }

        .headerTop .depositType div:last-child a {
            border-bottom: none;
        }

        .headerTop .depositType div a .paymentmethodicons {
            display: inline-block;
            vertical-align: middle;
            width: 72px;
            height: 44px;
            margin-left: 5px;
            background: url(/Payments/Images/providers.Png) no-repeat;
        }

            .headerTop .depositType div a .paymentmethodicons.paymentmethods_paypal {
                background-position: 0px -44px;
            }

            .headerTop .depositType div a .paymentmethodicons.paymentmethods_payostar {
                background-position: 0px -264px;
            }


/*My Account Menu*/
#userAccount {
    z-index: 3;
}

    #userAccount > a {
        display: none;
    }

    #userAccount li {
        position: relative;
        z-index: 5;
    }

        #userAccount li a {
            display: block;
        }

            #userAccount li a:active {
                color: #ffd800;
            }

    #userAccount span {
        display: block;
        text-align: right;
        padding: 0 5px;
    }

    #userAccount .myDialog span::after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent;
        border-bottom: none;
        border-top-color: #666666;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        left: -0.313em;
    }

    /* first level */
    #userAccount > ul {
        height: 100%;
    }

        #userAccount > ul > li > a {
            height: 100%;
            padding: 0 5px;
            font-size: 12px;
            line-height: 28px;
            text-align: center;
            cursor: pointer;
        }

            #userAccount > ul > li > a > i {
                margin-top: 15px;
            }

        #userAccount > ul > li:hover > a,
        #userAccount > ul:not(:hover) > li.active > a {
            background: #f4d416;
        }

    /* second level */
    #userAccount li ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        border-top: 1px solid #ccc;
    }

    #userAccount li:hover ul {
        display: block;
    }

    #userAccount li ul a {
        border-bottom: 1px solid #999;
        background-color: #f7f7f7;
        line-height: 30px;
        height: 30px;
        cursor: pointer;
    }

        #userAccount li ul a:hover {
            background-color: #fffbe5;
        }

    #userAccount li ul span {
        padding-left: 10px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        #userAccount li ul span:after {
            display: none;
        }

/*Header Middle*/
#header .headerMiddle {
    position: relative;
    display: block;
    height: 41px;
    text-align: right;
    overflow: hidden;
    background: #000000;
}

    #header .headerMiddle .inner {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
    }

        #header .headerMiddle .inner #navigation {
            margin-right: 250px;
        }

.headerMiddle .navLink {
    display: inline-block;
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
}

    .headerMiddle .navLink:hover,
    .headerMiddle .navLink.selected {
        color: #ffd300;
    }

    .headerMiddle .navLink .radialGradientOnHover {
        position: absolute;
        display: none;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
    }

    .headerMiddle .navLink:hover .radialGradientOnHover {
        display: none;
    }

    .headerMiddle .navLink.selected .radialGradientOnHover {
        display: block;
    }

/*Singup Button*/
.headerMiddle #singUp.greenPulseBtn {
    position: absolute;
    display: block;
    top: 4px;
    right: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: Tahoma;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    border: 1px solid transparent;
}

    .headerMiddle #singUp.greenPulseBtn .greenPulseTextWrap {
        position: relative;
        display: block;
        padding: 7px 25px 7px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #30ff30;
        background: -moz-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#30ff30),color-stop(50%,#1b8f1b),color-stop(100%,#1fa61f));
        background: -webkit-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -o-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff30',endColorstr='#1fa61f',GradientType=0 );
        border: 3px solid #89ff8b;
        -webkit-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        text-shadow: 1px 2px 2px rgb(15,76,15);
    }

    .headerMiddle #singUp.greenPulseBtn .pulseCurtain {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -moz-animation: green-pulse 2s infinite ease-in-out;
        -webkit-animation: green-pulse 2s infinite ease-in-out;
        -o-animation: green-pulse 2s infinite ease-in-out;
        animation: green-pulse 2s infinite ease-in-out;
    }

    .headerMiddle #singUp.greenPulseBtn:hover .pulseCurtain {
        -moz-animation: stop-green-pulse 2s infinite;
        -webkit-animation: stop-green-pulse 2s infinite;
        -o-animation: stop-green-pulse 2s infinite;
        animation: stop-green-pulse 2s infinite;
    }

    .headerMiddle #singUp.greenPulseBtn .greenPulseTextWrap .greenPulseText {
        position: relative;
        display: block;
        font-family: 'MyriadPro-BoldSemiCn';
        font-size: 18px;
        line-height: 18px;
    }

/*Header Bottom*/
#header .headerBottom {
    position: relative;
    display: block;
    max-width: 1260px;
    margin: 5px auto;
    height: 27px;
    background: #e5e5e5;
    box-shadow: 0 0 1px 0 #666;
}

    #header .headerBottom:after {
        display: block;
        clear: both;
        content: '';
    }

    #header .headerBottom .btn {
        display: block;
        float: left;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        text-transform: capitalize;
        cursor: pointer;
    }

        #header .headerBottom .btn:hover {
            background: #fffbe5;
        }

        #header .headerBottom .btn img {
            vertical-align: middle;
            height: 14px;
        }

        #header .headerBottom .btn span {
            vertical-align: middle;
            color: #666;
            margin-left: 3px;
        }

    #header .headerBottom .headerNavDivider {
        position: relative;
        display: block;
        float: left;
        margin: 7px 0 0 0;
        width: 1px;
        height: 14px;
        margin-right: 1px;
        background: #333333;
        border-left: 1px solid #E6EFFF;
    }

    #header .headerBottom .floatLeft {
        position: relative;
        display: block;
        float: left;
        z-index: 2;
    }

    #header .headerBottom .floatRight {
        position: relative;
        display: block;
        float: right;
        z-index: 2;
    }

/*Language Menu & OddsMode Menu*/
.optionSelector {
    position: relative;
    float: left;
    font-weight: bold;
}

    .optionSelector > a {
        display: none;
    }

    .optionSelector li {
        position: relative;
        z-index: 100;
        text-align: right;
    }

        .optionSelector li a {
            color: #666;
            display: block;
        }

    .optionSelector i.lang {
        background: url(/Images/flags16.png);
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.lang1 {
        background-position: 0 -432px;
    }

    .optionSelector i.lang2 {
        background-position: 0 -1457px;
    }

    .optionSelector i.lang3 {
        background-position: 0 -1152px;
    }

    .optionSelector i.lang4 {
        background-position: 0 -1920px;
    }

    .optionSelector i.lang5 {
        background-position: 0 -1424px;
    }

    .optionSelector i.lang6 {
        background-position: 0 -3552px;
    }

    .optionSelector i.lang7 {
        background-position: 0 -1328px;
    }

    .optionSelector i.lang8 {
        background-position: 0 -1632px;
    }

    .optionSelector i.lang9 {
        background-position: 0 -3088px;
    }

    .optionSelector i.lang10 {
        background-position: 0 -1825px;
    }

    .optionSelector i.lang17 {
        background-position: 0 -2432px;
    }

    .optionSelector i.odds {
        background-image: url(/rtl/Images/spritesheet.png);
        width: 20px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.type0 {
        background-position: -12px -1903px;
    }

    .optionSelector i.type1 {
        background-position: -47px -1903px;
    }

    .optionSelector i.type2 {
        background-position: -79px -1903px;
    }

    .optionSelector i.sort {
        background-image: url(/rtl/Images/spritesheet.png);
        width: 18px;
        height: 16px;
        background-position: -128px -885px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.mode0 {
        background-position: -50px -886px;
    }

    .optionSelector i.mode1 {
        background-position: -92px -886px;
    }

    .optionSelector span {
        display: inline-block;
        text-align: left;
        padding: 0 5px;
    }

        .optionSelector span:after {
            width: 0;
            height: 0;
            border: 0.313em solid transparent;
            border-bottom: none;
            border-top-color: rgba(21, 37, 83, 0.7);
            content: '';
            vertical-align: middle;
            display: inline-block;
            position: relative;
            right: -0.313em;
        }

    /* first level */
    .optionSelector > ul {
        height: 100%;
    }

        .optionSelector > ul > li > a {
            height: 100%;
            padding: 0 10px;
            font-size: 12px;
            line-height: 27px;
            text-align: center;
            cursor: pointer;
        }

            .optionSelector > ul > li > a > i.News {
                font-style: normal;
            }

        .optionSelector > ul.time > li a {
            font-size: 10px;
            height: 25px;
            line-height: 25px;
        }

        .optionSelector > ul > li:hover > a,
        .optionSelector > ul:not(:hover) > li.active > a {
            background: #fffbe5;
        }

    /* second level */
    .optionSelector li ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        border: 1px solid #deebfd;
        background-color: #fff;
    }

        .optionSelector li ul#otherDates {
            right: 0;
        }

    .optionSelector li:hover ul {
        display: block;
    }

    .optionSelector li ul a {
        padding: 0 15px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #fff;
        line-height: 30px;
        height: 30px;
        cursor: pointer;
        white-space: nowrap;
    }

        .optionSelector li ul a:hover,
        .optionSelector li ul li.sel a,
        .optionSelector li ul li a.sel {
            background-color: #fffbe5;
        }

    .optionSelector li ul span {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .optionSelector li ul span:after {
            display: none;
        }

/*Lost Login iFrane*/

.lostlogin-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, .7);
}


.lostlogin-close {
    position: absolute;
    right: calc(50% + 215px);
    top: 203px;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1D2329;
}

    .lostlogin-close:hover {
        color: #333;
        background: #ffe362; /* Old browsers */
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
        background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
    }

    .lostlogin-close span {
        padding: 5px 10px;
    }

iframe.iLostLogin {
    position: absolute;
    left: calc(50% - 250px);
    top: 200px;
    z-index: 9;
    width: 520px !important;
    min-height: 276px !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-width: 1000px;
    font-family: Tahoma;
    text-align: right;
}

.mainFooter {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-top: 20px;
    background: #e5e5e5;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

    .mainFooter .inner {
        max-width: 1260px;
        margin: 0 auto;
        overflow: hidden;
    }

        /*Payment Methods*/
        .mainFooter .inner .payments {
            width: 100%;
            height: auto;
            padding: 22px 0;
            text-align: center;
            border-bottom: 1px solid #ccc;
            overflow: hidden;
        }

            .mainFooter .inner .payments .item {
                display: inline-block;
                height: 30px;
                margin: 0 4px;
                cursor: pointer;
                filter: invert(60%);
                opacity: 0.3;
                background-image: url(/Images/footer_icons.png);
                background-repeat: no-repeat;
            }

                .mainFooter .inner .payments .item:hover {
                    opacity: 1;
                    -webkit-transition: opacity .5s;
                    transition: opacity .5s;
                }

.icon-visa {
    width: 41px;
    background-position: 0 0;
}

.icon-visa-electron {
    width: 36px;
    background-position: -41px 0;
}

.icon-mastercard {
    width: 35px;
    background-position: -78px 0;
}

.icon-maestro {
    width: 34px;
    background-position: -114px 0;
}

.icon-skrill {
    width: 41px;
    background-position: -194px 0;
}

.icon-neteller {
    width: 50px;
    background-position: -235px 0;
}

.icon-paypal {
    width: 55px;
    background-position: -652px 0;
}

.icon-upay {
    width: 70px;
    background-position: -755px -37px;
}

.icon-bitcoin {
    width: 70px;
    background-position: -849px -34px;
}

.icon-bank {
    width: 72px;
    background-position: -471px 0;
}

.icon-mastercard-sc {
    width: 60px;
    background-position: -1021px -1px;
}

.icon-visa-verified {
    width: 48px;
    background-position: -1081px 0;
}

.icon-cash {
    width: 48px;
    background-position: -1030px -30px;
}

.icon-cash2 {
    width: 30px;
    background-position: -1092px -30px;
}

/* Links */
.mainFooter .inner .links {
    width: 100%;
    height: 100%;
    padding: 22px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.mainFooter .inner .infoContent {
    float: left;
    width: 25%;
}

.mainFooter .inner .wrapper {
    margin: 0 10px;
}

.mainFooter .infoContent h3 {
    font-size: 12px;
    color: #666;
    padding: 0;
    margin: 0 0 13px 0;
}

.mainFooter .infoContent a {
    font-size: 11px;
    color: #999;
    text-decoration: none;
    line-height: 19px;
    cursor: pointer;
}

    .mainFooter .infoContent a:hover {
        color: #666;
    }

.mainFooter .inner .text {
    width: 100%;
    height: 100%;
    padding: 22px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

    .mainFooter .inner .text:last-child {
        border-bottom: 0;
    }

    .mainFooter .inner .text p {
        color: #999;
        text-align: justify;
    }

    .mainFooter .inner .text img {
        float: right;
        margin-left: 10px;
    }

.contentRight .sideBlock {
    position: relative;
    margin-bottom: 5px;
}

    .contentRight .sideBlock .sideBlockHead {
        position: relative;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-weight: bold;
        direction: ltr;
        color: #f7f7f7;
        background-color: #666;
    }

        .contentRight .sideBlock .sideBlockHead span {
            direction: ltr;
        }

    .contentRight .sideBlock .sideBlockBody {
        background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
        background: -moz-linear-gradient(#f7f7f7,#ebebeb);
        background: -o-linear-gradient(#f7f7f7,#ebebeb);
        background: linear-gradient(#f7f7f7,#ebebeb);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
        color: #333;
    }

.contentRight .image .sideBlock .sideBlockBody {
    position: relative;
    height: 113px;
}

    .contentRight .image .sideBlock .sideBlockBody .sideBlockIcon {
        position: absolute;
        display: block;
        width: 100%;
        height: 113px;
        bottom: 0;
        left: 0;
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .contentRight .image .sideBlock .sideBlockBody .sideBlockContent {
        position: relative;
        width: 100%;
        height: 100%;
    }

/*Casino*/
.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockIcon {
    background-image: url(/Images/casino.JPG);
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent {
    transition: .3s ease-out;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
}

.contentRight .image.casino .sideBlock .sideBlockBody:hover .sideBlockContent {
    visibility: visible;
    opacity: 1;
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent a {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 33px);
    cursor: pointer;
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent .LiveChatBtn {
    display: inline-block;
    color: #fdd101;
    max-width: 115px;
    border: 1px solid;
    padding: 3px 7px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 9;
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent div.LiveChatBtn:hover {
    -moz-box-shadow: 0 0 5px #e2be22;
    -webkit-box-shadow: 0 0 5px #e2be22;
    box-shadow: 0 0 5px #e2be22;
}

/* Stats Page */
#overlay {
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#statsDialog {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1000px;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    opacity: 1;
    position: fixed;
    z-index: 1002;
}

    #statsDialog .closeButton {
        background-image: url(/rtl/images/closeButton.png);
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        height: 28px;
        position: absolute;
        right: -14px;
        top: -14px;
        width: 28px;
        z-index: 102;
    }

    #statsDialog iframe {
        display: block;
        height: 100%;
        width: 100%;
    }

.buttonPosition .greenPulseBtn {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    border: 1px solid transparent;
}

    .buttonPosition .greenPulseBtn .greenPulseTextWrap {
        position: relative;
        display: block;
        width: 155px;
        padding: 7px 25px 7px 25px;
        margin: 10px auto;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #30ff30;
        background: -moz-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#30ff30),color-stop(50%,#1b8f1b),color-stop(100%,#1fa61f));
        background: -webkit-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -o-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff30',endColorstr='#1fa61f',GradientType=0 );
        border: 3px solid #89ff8b;
        color: #ffffff;
        -webkit-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        text-shadow: 1px 2px 2px rgb(15,76,15);
    }

    .buttonPosition .greenPulseBtn .pulseCurtain {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: -3px;
        -moz-animation: green-pulse 2s infinite ease-in-out;
        -webkit-animation: green-pulse 2s infinite ease-in-out;
        -o-animation: green-pulse 2s infinite ease-in-out;
        animation: green-pulse 2s infinite ease-in-out;
    }

    .buttonPosition .greenPulseBtn:hover .pulseCurtain {
        -moz-animation: stop-green-pulse 2s infinite;
        -webkit-animation: stop-green-pulse 2s infinite;
        -o-animation: stop-green-pulse 2s infinite;
        animation: stop-green-pulse 2s infinite;
    }

    .buttonPosition .greenPulseBtn .greenPulseTextWrap .greenPulseText {
        position: relative;
        display: block;
        font-family: 'MyriadPro-BoldSemiCn';
        font-size: 14px;
        font-weight: bold;
        line-height: 27px;
        text-transform: uppercase;
    }

.rightText {
    text-align: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: block;
}

.ca {
    background: url(/rtl/Images/flags16.png);
    width: 16px;
    height: 16px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
}

.alertify .ajs-commands {
    left: 0;
    right: initial !important;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: left !important;
}

.alertify .ajs-body .ajs-content {
    direction: ltr;
    text-align: right;
}

.ltr {
    direction: ltr;
}

.sportsMenu .sport span.holder {
    border-right: unset !important;
}

.sportsMenu .sport.open > .holder {
    border-top: unset !important;
}

/* Print Dialog */
#printDialog {
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    background-clip: padding-box;
    border-radius: 6px;
    left: 50%;
    margin-left: -200px;
    outline: 0;
    position: absolute;
    top: 20px;
    width: 330px;
    z-index: 101;
}

    #printDialog .modal-title {
        float: right;
        font-size: 16px;
        margin: 0;
    }

    #printDialog .close {
        padding: 0;
        color: #000;
        background: transparent;
        float: left;
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 0 1px 0 #fff;
        border: 0;
        -webkit-appearance: none;
        filter: alpha(opacity=20);
        opacity: .2;
        cursor: pointer;
    }

    #printDialog .modal-footer {
        border-top: 1px solid #e5e5e5;
        padding: 10px;
        text-align: left;
    }

    #printDialog .btn {
        -moz-border-radius: 4px;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-border-radius: 4px;
        -webkit-user-select: none;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0;
        padding: 2% 5%;
        text-align: center;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
    }

    #printDialog .btn-primary {
        background-color: #fdd101;
        color: #333;
        font-weight: bold;
    }

/*Popup Container*/
.modal-header {
    min-height: 16px;
    padding: 10px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    font-size: 16px;
    margin: 0;
}

.modal-body {
    padding: 10px;
    position: relative;
}

.modal-footer {
    padding: 10px;
    text-align: right;
}

.print .btn {
    -moz-border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-border-radius: 4px;
    -webkit-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
}

.print .close {
    filter: alpha(opacity=20);
    float: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    opacity: .2;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

    .print .close:hover,
    .print .close:focus {
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
        text-decoration: none;
    }

.print.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.print .sr-only-focusable:active,
.print .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* #region Search */
.contentLeft .searchBox {
    position: relative;
    height: 22px;
    padding: 1px;
    -moz-background-origin: border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    margin-bottom: 5px;
}

    .contentLeft .searchBox:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 24px;
        border-left: 1px solid #575757;
        -moz-background-origin: border-box;
        -webkit-background-origin: border-box;
        background-origin: border-box;
        -moz-background-clip: border-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        text-align: center;
    }

.searchBox .searchText {
    display: block;
    position: relative;
    margin-left: 22px;
    padding: 4px 0px 4px 10px;
    font-size: 12px;
    height: auto;
    width: 185px;
    text-align: right;
    color: #ffffff;
    background: #666666;
    border-left: 1px solid #969696;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c3c3c3;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #c3c3c3;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #c3c3c3;
}

:-moz-placeholder { /* Firefox 18- */
    color: #c3c3c3;
}

.searchBox .searchBtn {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}

.searchBox > div {
    position: absolute;
    top: 25px;
    right: -1px;
    width: auto;
    max-width: 305px;
    min-width: 305px;
    z-index: 3;
    box-sizing: border-box;
}

    .searchBox > div > div:last-of-type {
        border-bottom: 1px solid #969696
    }

.searchBox .threeChars {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    width: 6em;
    height: 2em;
    padding-left: .8em;
    padding-right: .8em;
    transition: top .2s ease-in-out, opacity .2s ease-in-out;
    opacity: 0;
    background: #000;
    background-size: 1.6em;
    font-size: .8em;
    z-index: 2;
    cursor: pointer;
}

.searchBox:hover .threeChars {
    top: -2em;
    opacity: 1;
}

.searchBox .odd {
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.searchBox .even {
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

    .searchBox .odd:hover,
    .searchBox .even:hover,
    .search-focused {
        color: #000;
    }

.searchBox > div > div:last-child .odd,
.searchBox > div > div:last-child .even {
    border-bottom: none;
    border-top: none;
}

.searchBox .iconS {
    float: right
}

    .searchBox .iconS .iconImg {
        width: 22px;
        height: 20px;
        display: block;
        background-repeat: no-repeat;
        background-image: url(/Images/sportsSprite.png);
    }

.searchBox .stInfo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchBox .teams {
    padding-right: 5px;
    padding-bottom: 2px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchBox .searchResult .CaTo {
    padding-right: 5px;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
}

    .searchBox .searchResult .CaTo .dateTime,
    .searchBox .searchResult .CaTo .tourCat {
        display: inline-block;
        vertical-align: middle;
    }

        .searchBox .searchResult .CaTo .dateTime span {
            display: inline-block;
            vertical-align: middle;
            padding-left: 5px;
        }

    .searchBox .searchResult .CaTo .liveicon {
        display: inline-block;
        width: 35px;
        height: 13px;
        vertical-align: middle;
        font-size: 6px;
        background-image: url(/Images/live.svg);
        background-repeat: no-repeat;
        background-position: 6px -8px;
        background-size: 5em 5em;
    }

/*#endregion */

/* #region sports icons */
.icon:not(.lucky6 .icon) {
    content: '';
    position: absolute;
    display: block;
    right: 4px;
    top: 5px;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(/Images/sportsSprite.png);
}

/*Football*/
.sp1 {
    background-position: 0 -20px;
}
/*Basketball*/
.sp2 {
    background-position: 0 -40px;
}
/*Tennis*/
.sp3 {
    background-position: 0 -60px;
}
/*Ice Hockey*/
.sp4 {
    background-position: 0 -138px;
}
/*American Football*/
.sp5 {
    background-position: 0 -99px;
}
/*Motor Sports*/
.sp6 {
    background-position: 0 -340px;
}
/*Baseball*/
.sp7 {
    background-position: 0 -859px;
}
/*Voleyball*/
.sp8 {
    background-position: 0 -280px;
}
/*Handboll*/
.sp9 {
    background-position: 0 -799px;
}
/*Rugby Union*/
.sp10 {
    background-position: 0 -219px;
}
/*Rugby League*/
.sp11 {
    background-position: 0 -240px;
}
/*Boxing*/
.sp12 {
    background-position: 0 -359px;
}
/*Cricket*/
.sp13 {
    background-position: 0 -399px;
}
/*Chess*/
.sp14 {
    background-position: 0 -1099px;
}
/*Darts*/
.sp15 {
    background-position: 0 -299px;
}
/*Golf*/
.sp16 {
    background-position: 0 -80px;
}
/*Snooker*/
.sp17 {
    background-position: 0 -259px;
}
/*Futsal*/
.sp18 {
    background-position: 0 -460px;
}
/*Table Tennis*/
.sp19 {
    background-position: 0 -479px;
}
/*Badminton*/
.sp20 {
    background-position: 0 -600px;
}
/*E-Sports*/
.sp21 {
    background-position: 0 -1204px;
}
/*Water Polo*/
.sp22 {
    background-position: 0 -159px;
}
/*Bandy*/
.sp23 {
    background-position: 0 -420px;
}
/*Field Hockey*/
.sp24 {
    background-position: 0 -860px;
}
/*Floorball*/
.sp25 {
    background-position: 0 -440px;
}
/*Aussie Rules*/
.sp26 {
    background-position: 0 -559px;
}
/*Combat Sports*/
.sp27 {
    background-position: 0 -359px;
}
/*Bowls*/
.sp28 {
    background-position: 0 -840px;
}
/*Gaelic Football*/
.sp29 {
    background-position: 0 -280px;
}
/*Beach Football*/
.sp30 {
    background-position: 0 -521px;
}
/*Beach Voleyball*/
.sp31 {
    background-position: 0 -160px;
}
/*Netball*/
.sp32 {
    background-position: 0 -980px;
}
/*Lacrosse*/
.sp33 {
    background-position: 0 -860px;
}
/*Curling*/
.sp34 {
    background-position: 0 -940px;
}
/*Softball*/
.sp35 {
    background-position: 0 -120px;
}
/*Squash*/
.sp36 {
    background-position: 0 -60px;
}
/*Sumo*/
.sp37 {
    background-position: 0 -1040px;
}
/*Horse Racing*/
.sp38 {
    background-position: 0 -1140px;
}
/*Indoor Football*/
.sp39 {
    background-position: 0 -20px;
}
/*Politics*/
.sp41 {
    background-position: 0 -720px;
}
/*#endregion */

.luckySix .content {
    position: relative;
}

#luckySix .information {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .5rem .5rem;
    border: 1px solid transparent;
    font-size: 12px;
}

/*#region Momentum*/
.TopNavContainer {
    display: flex;
    justify-content: center;
    background: #3a3a3a;
}

    .TopNavContainer.hide {
        display: none;
    }

    .TopNavContainer .StatButtons_Button {
        font-size: 13px;
        line-height: 30px;
        padding: 0 10px;
        cursor: pointer;
        color: #c3c3c3;
    }

    .TopNavContainer .StatButtons_Button-active {
        border-bottom: 1px solid var(--stats-color-1);
    }

.momentum {
    display: none;
    padding: 10px;
    width: 100%;
    max-height: 273px;
    box-sizing: border-box;
    background-color: var(--momentum-color);
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

    .momentum::-webkit-scrollbar {
        display: none;
    }

    .momentum.show {
        display: block;
    }

    .momentum .row {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
    }

        .momentum .row.team2 {
            flex-direction: row-reverse;
        }

        .momentum .row > div {
            flex: 1;
            height: 100%;
        }

        .momentum .row .info {
            display: flex;
        }

        .momentum .row.team1 .info {
            justify-content: flex-end;
            border-right: 1px solid var(--stats-color-1);
        }

        .momentum .row.team2 .info {
            justify-content: flex-start;
            flex-direction: row-reverse;
            border-left: 1px solid var(--stats-color-2);
        }

        .momentum .row .info__summary {
            text-align: center;
            font-size: 12px;
            color: #b7b7b7;
        }

        .momentum .row .info .text {
            display: block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .momentum .row.team1 .info .text {
            text-align: right;
        }

        .momentum .row .info .momentum__icon img {
            margin: 5px;
            height: 20px;
        }

        .momentum .row .time {
            width: 50px;
            flex: 0 0 50px;
            text-align: center;
            font-weight: 700;
            color: #b7b7b7;
        }

/*#endregion*/

/* SPORTS BETTING */
#sportsBetting {
    margin-bottom: 10px;
    color: #333333;
    background: -webkit-linear-gradient(#f7f7f7,#ebebeb); /*Chrome, Safari*/
    background: -moz-linear-gradient(#f7f7f7,#ebebeb); /*Firefox*/
    background: -ms-linear-gradient(#f7f7f7,#ebebeb); /*IE10+*/
    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+*/
    background: -o-linear-gradient(#f7f7f7,#ebebeb); /*Opera*/
    background: linear-gradient(#f7f7f7,#ebebeb);
}

#sportsBetting h1 {
    margin: 7px 10px 0px 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-family: NeoSansStd-Regular, Verdana, Arial, Helvetica, sans-serif;
}

#sportsBetting p {
    margin: 0 10px 7px 10px;
    margin-bottom: 5px;
}

#sportsBetting p.second {
    margin: 20px 7px 10px 7px;
}

#bettingOffer .icon.ic1 {
    background: none;
    width: 11px;
    height: 11px;
    margin: 4px;
    border-radius: 50%;
    animation: pulsegreen 1s infinite;
}

@-moz-keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #1ebd1e;
    }

    100% {
        background-color: #1b8f1b;
    }
}

@-webkit-keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #30ff30;
    }

    100% {
        background-color: #1b8f1b;
    }
}

@keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #30ff30;
    }

    100% {
        background-color: #1b8f1b;
    }
}

/* DATE SLIDER */
#dateSlider {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #17335A;
    border-top: 1px solid #2572c4;
    border-bottom: 1px solid #000000;
    padding: 7px 10px;
}

.sliderContainer {
    padding-top: 10px;
    text-align: left;
    margin: 10px 10px;
}

.sliderContainer .nav_slider_txt {
    width: 200px;
    height: 16px;
}

.sliderContainer .nav_slider_txt div {
    float: left;
    margin: 0 2px;
    width: 36px;
    font-size: 10px;
    text-align: center;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sliderContainer .nav_slider_txt div:hover {
    color: #333;
}

.sliderContainer .nav_slider_txt div.on {
    color: #333;
}

.sliderContainer .nav_slider {
    width: 200px;
    height: 14px;
    background: url(/rtl/images/dateslider.png) 50% 0 no-repeat;
    padding-top: 6px;
}

.sliderContainer .nav_slider #slider {
    width: 170px;
    margin-right: 12px;
}

.ui-widget {
    font-family: Arial,sans-serif;
    font-size: 1.4em;
}

span.ui-slider-handle.ui-state-default.ui-corner-all {
    cursor: pointer;
}

/* SPORTS MENU */
.sportsMenu,
.sportsMenu ul,
.sportsMenu li,
.sportsMenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 12px;
    display: block;
    position: relative;
    max-width: 225px;
}

.sportsMenu {
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

.sportsMenu ul ul {
    display: none;
}

.sportsMenu a.sport {
    padding: 8px 30px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    color: #f7f7f7;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

.sportsMenu .sport span.holder {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    top: 5px;
    left: 2px;
    background-position: -5px -260px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    opacity: 0.5;
    background-image: url(/rtl/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sportsMenu .sport.open > .holder {
    background-position: -7px -230px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sportsMenu .sport span.holder:hover,
.sportsMenu .sport.open > .holder:hover {
    opacity: 1;
}

.sportsMenu .sport .count {
    line-height: 10px;
    color: #ccc;
    font-size: 10px;
    font-family: Tahoma,Arial;
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    left: 20px;
    right: auto;
    top: 6px;
    padding: 3px 4px;
    background: -webkit-linear-gradient(#333,#444); /*Chrome, Safari*/
    background: -moz-linear-gradient(#333,#444); /*Firefox*/
    background: -ms-linear-gradient(#333,#444); /*IE10+*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0); /*IE7-*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333', endColorStr='#444', GradientType=0)"; /*IE8+*/
    background: -o-linear-gradient(#333,#444); /*Opera*/
    background: linear-gradient(#333,#444);
    min-width: 18px;
}

.sportsMenu a.sport:hover,
.sportsMenu a.sport:hover .count {
    color: #f4d416;
}

/* second level*/
.sportsMenu .category {
    cursor: pointer;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid #b3b3b3;
    border-top: 1px solid #fff;
    font-weight: 700;
    color: #666;
    background-color: #e0dfdf;
    direction: ltr;
}

.sportsMenu .category span {
    vertical-align: middle;
}

.sportsMenu .calCat {
    padding: 2px 40px 2px 10px;
    line-height: 22px;
}

.sportsMenu .category:hover,
.sportsMenu .category.selected {
    color: #9a8400;
}

.sportsMenu .category span.holder {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 7px;
    top: 10px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid white;
}

.sportsMenu .category.open > span.holder {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 7px;
    top: 13px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #FFCA00;
}

.sportsMenu .category .count {
    font-size: 11px;
    color: #656565;
    margin-right: 10px;
    float: left;
}

.sportsMenu .category .f16 {
    content: '';
    display: inline-block;
    margin-left: 5px;
}

.sportsMenu .category .ca-sp {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background: url(/Images/sportsIcons.png);
}

.sportsMenu .calCat .icon {
    right: 10px;
}

/* 3rd level */
.sportsMenu .tournament {
    background: #f3f3f3;
    color: #000;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #dad8d8;
    padding: 5px;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}

.sportsMenu .tournament:hover,
.sportsMenu .tournament.selected {
    color: #9a8400;
}

.sportsMenu .tournament.open .count {
    display: none;
}

.sportsMenu .tournament span:not(.count) {
    width: 90%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sportsMenu .tournament span.count {
    font-size: 11px;
    color: #656565;
    position: absolute;
    top: 5px;
    left: 5px;
}

.sportsMenu ul ul ul li a {
    padding-left: 30px;
}

/* Icons Sprite */
.ico {
    background-image: url(/rtl/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.ico.statistic {
    background-position: -59px -6px;
    opacity: 0.7;
}

.ico.statistic-disabled {
    background-position: -83px -7px;
}

.evts a.stats-link:hover .ico.statistic {
    background-position: -60px -7px;
}

/* LINK LIST */
.contentLeft .leftBlock {
    margin: 20px 0;
    background: -webkit-linear-gradient(top,#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(top,#f7f7f7,#ebebeb);
    background: -ms-linear-gradient(top,#f7f7f7,#ebebeb);
    background: -o-linear-gradient(#f7f7f7,#ebebeb); /*Opera*/
    background: linear-gradient(top,#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+*/
}

.contentLeft .leftBlock h3 {
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 25px;
    padding: 0 12px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    color: #444;
}

.contentLeft .leftBlock li {
    position: relative;
    padding: 2px 12px;
    line-height: 20px;
}

.contentLeft .leftBlock li img {
    width: 8px;
    margin-left: 5px;
    margin-top: 6px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
}

.contentLeft .leftBlock li a {
    display: inline-block;
    line-height: 12px;
    cursor: pointer;
    color: #333;
}

.contentLeft .leftBlock li a:hover {
    text-decoration: underline;
}

.contentMain {
}

#carousel {
    height: 250px;
    margin-bottom: 16px;
    position: relative;
    display: block;
    width: 100%;
}

.slide-inner {
    height: 100%;
}

.slide-inner .slide {
    position: relative;
    display: none;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slide-inner .slide .promotion {
    width: 220px;
    float: right;
    height: 100%;
    font-weight: bold;
    text-align: right;
    padding: 20px;
    vertical-align: top;
    text-shadow: 0 1px 15px #000;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
}

.slide-inner .slide .promotion .big {
    display: block;
    text-align: right;
    font-size: 35px;
    line-height: 40px;
}

.slide-inner .slide .promotion .medium {
    display: block;
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slide-inner .slide .promotion .small {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.slide-inner .slide .promotion .greenPulseBtn {
    border-radius: 2px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.slide-inner .slide .promotion .greenPulseBtn .greenPulseTextWrap {
    position: relative;
    display: block;
    width: 120px;
    padding: 10px 50px 10px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #30ff30;
    background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
    border: 3px solid #89ff8b;
    color: #ffffff;
    box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
    text-shadow: 1px 2px 2px rgb(15,76,15);
}

.slide-inner .slide .promotion .greenPulseBtn .pulseCurtain {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -3px;
    animation: green-pulse 2s infinite ease-in-out;
}

.slide-inner .slide .promotion .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;
}

.slide-inner .slide .promotion .greenPulseBtn .arrowRight {
    position: absolute;
    display: block;
    width: 15px;
    height: 23px;
    top: 50%;
    left: 20px;
    margin-top: -11px;
    transform: rotate(180deg);
}

.slide-inner .slide .promotion .greenPulseBtn .greenPulseTextWrap .greenPulseText {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: -30px;
}

.slide-inner .slide .invite {
    position: relative;
    width: 400px;
    height: 100%;
    font-weight: bold;
    text-align: right;
    padding: 20px;
    vertical-align: top;
    box-sizing: border-box;
}

.slide-inner .slide .invite .bigWhite {
    display: block;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: 3px 3px 15px #000;
}

.slide-inner .slide .invite .bigBlack {
    display: block;
    text-align: right;
    font-size: 30px;
    margin-top: 10px;
    color: #000;
}

.slide-inner .slide .invite .terms {
    position: absolute;
    bottom: 10px;
    right: 50px;
    font-size: 12px;
    color: #333;
}

.slide-inner .slide:last-child {
    display: block;
}

.slide-inner .slide .slide-info {
    height: 100%;
    width: 100%;
    float: right;
}

.slide-inner .slide .slide-info .slide-news {
    float: right;
    width: 350px;
    height: 70%;
}

.slide-inner .slide .slide-info .slide-odds {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slide-inner .slide .slide-info .slide-odds .odds-news {
    display: block;
    width: 100%;
}

.slide-inner .slide .slide-info .slide-odds .odds-news .category {
    font-size: 16px;
    margin-bottom: 5px;
    padding-right: 10%;
    text-align: right;
    font-weight: bold;
    font-family: NeoSansStd-Regular, Verdana, Arial, Helvetica, sans-serif;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.slide-inner .slide .slide-info .slide-odds .wrapper {
    display: block;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    clear: both;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .time {
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .time span {
    margin-left: 5px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: text-bottom;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds {
    display: inline-block;
    height: 28px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #acacac;
    background-image: linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
    box-sizing: border-box;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content.three-items .odds {
    width: 33%;
    margin-right: 0.5%;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content.two-items .odds {
    width: 49%;
    margin-right: 1%;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:first-child {
    margin-right: 0;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .more:hover span,
.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover {
    background: linear-gradient(#666,#999);
    background: -moz-linear-gradient(#666,#999);
    background: -webkit-linear-gradient(#666,#999);
}

.slide-inner .slide .slide-info .slide-odds .wrapper .more:hover span,
.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover .inner .outcome,
.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover .inner .price {
    color: #fff;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected {
    background: #FFD300;
    border: 1px solid #000;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected .inner .outcome,
.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected .inner .price {
    color: #000;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds .inner {
    width: 100%;
    height: 100%;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds .inner .outcome {
    display: inline;
    float: right;
    width: calc(100% - 45px);
    font-weight: normal;
    color: #222;
    text-align: right;
    padding: 5px 5px 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds .inner .price {
    display: inline;
    float: left;
    width: 35px;
    padding: 5px 0 5px 5px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .more {
    display: inline-block;
    width: 10%;
    margin-top: -2px;
    text-align: center;
    vertical-align: middle;
}

.slide-inner .slide .slide-info .slide-odds .wrapper .more span {
    padding: 6px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #acacac;
    background-image: linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
    box-sizing: border-box;
}

.slide-tab {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 20px;
}

.slide-tab > div {
    float: right;
    width: 20px;
    height: 100%;
}

.slide-tab span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 5px auto;
    border-radius: 50%;
    cursor: pointer;
}

.slide-tab span:hover, .slide-tab div.selected span {
    background: #f4d416;
}

#carouselPromotions {
    position: relative;
    display: block;
    width: 100%;
    height: 139px;
    margin-bottom: 16px;
}

#promotionsSlide1 {
    display: block;
}

.slide-inner-promotions {
    height: 100%;
}

.slide-inner-promotions .slide-promotions {
    position: relative;
    display: none;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slide-inner-promotions .slide-promotions .slide-info-promotions {
    height: 100%;
    width: 100%;
}

.slide-tab-promotions {
    position: absolute;
    top: -23px;
    left: 10px;
    height: 20px;
}

.slide-tab-promotions > div {
    float: right;
    width: 20px;
    height: 100%;
}

.slide-tab-promotions span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 5px auto;
    border-radius: 50%;
    cursor: pointer;
}

.slide-tab-promotions span:hover, .slide-tab-promotions div.selected span {
    background: #f4d416;
}

/*TOP WINNERS*/
#topWinners .row {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#topWinners .row .col50 {
    float: left;
    width: 49.9%;
}

#topWinners .row.head {
    height: 30px;
}

#topWinners .row.head .col50:nth-child(2) {
    text-align: right;
    line-height: 30px;
}

#topWinners .row.head .col50 .menu {
    margin: 0 10px;
    cursor: pointer;
}

#topWinners .row.head .col50 .menu:hover {
    color: #FFC607;
}

#topWinners .row.head .col50 .menu.active {
    color: #FFC607;
}

#topWinners .gr-head {
    padding: 2px 0;
}

#topWinners .gr-head h4 {
    width: 45%;
    text-align: center;
}

#topWinners .row.body {
    height: 149px;
}

#topWinners .row.body .col50 {
    vertical-align: top;
}

#topWinners .row.body .col50:first-child {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000000;
}

#topWinners .row.body .col50:nth-child(2) {
    float: right;
    border-bottom: 1px solid #000000;
}

#topWinners .row.body .col50 .row.title {
    background: linear-gradient(#3E3E3E, #2F2F2F);
    border-bottom: 1px solid #000;
    color: #BDBDBD;
    text-align: center;
}

#topWinners .row.body .col50 .row.title .col33 {
    height: 20px;
    line-height: 20px;
}

#topWinners .row.body .col50 .row.even {
    background-color: #2B2B2B;
}

#topWinners .row.body .col33 {
    float: left;
    width: 29%;
    height: 23px;
    line-height: 23px;
    margin: 1px 2%;
    text-align: center;
}

.gr_ {
    position: relative;
    width: auto;
    margin: 10px 5px 0px 5px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0 0 0 5px #e5e5e5;
    box-shadow: 0 0 0 5px #e5e5e5;
}

.gr_ h2 {
    min-height: 21px;
    padding: 8px 0;
    text-align: right;
}

.gr_ h2 a {
    position: relative;
    color: #fff;
    background-color: #000;
    max-width: 94%;
    line-height: 24px;
    padding: 5px 5px 5px 10px;
    font-family: Arial;
    font-size: 16px;
}

.gr_ h2 a label.abs {
    position: absolute;
    right: 100%;
    width: 2px;
    margin-right: -2px;
    border-top: 27px solid black;
    border-left: 10px solid transparent;
    top: 0;
}

.gr_ .noEvents {
    float: left;
    height: 22px;
    line-height: 19px;
    padding: 0 10px 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2px;
    color: #333;
    line-height: 21px;
    font-size: 11px;
    font-family: inherit;
}

.gr_ .noEvents span.arrow {
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    height: auto;
    width: 30px;
    background-position: 10px -329px;
}

.gr_ .gr-head {
    position: relative;
    height: 26px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    color: #f7f7f7;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

.gr_ .gr-head h4 {
    float: right;
    margin: 3px 20px;
}

.gr_ .gr-head:hover {
    filter: none;
    color: #DDB005;
}

.gr_ .gr-head .arrow,
.leagues .header span.arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    bottom: 0;
    height: auto;
    width: 30px;
    border-right: 1px solid rgba(153, 148, 148, 0.3);
    -moz-box-shadow: 1px 0 0 0 rgba(255,255,255,0.1);
    -webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,0.1);
    box-shadow: inset 1px 0 0 0 rgba(255,255,255,0.1);
    background-position: 2px -255px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    opacity: 0.5;
}

.gr_ .gr-head.open .arrow,
.leagues .header.open span.arrow {
    background-position: -2px -222px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.gr_ .gr-head .arrow:hover,
.gr_ .gr-head.open .arrow:hover {
    opacity: 1;
}

.eventsList div.inner {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.gr_ .gr-body {
    height: auto;
    display: none;
}

.gr_ .evts {
    width: 100%;
}

.gr_ .evts .evt,
.tour .evts .evt {
    background: #eaeaea;
    background: linear-gradient(#f7f7f7,#eaeaea);
    background: -moz-linear-gradient(#f7f7f7,#eaeaea);
    background: -webkit-linear-gradient(#f7f7f7,#eaeaea);
    border-bottom: 1px solid #b3b3b3;
    border-top: 1px solid #fff;
    cursor: pointer;
}

.gr_ .evts .evt:nth-child(even),
.tour .evts .evt:nth-child(even) {
    background: -webkit-linear-gradient(#ffffff,#f7f7f7); /*Chrome, Safari*/
    background: -moz-linear-gradient(#ffffff,#f7f7f7); /*Firefox*/
    background: -ms-linear-gradient(#ffffff,#f7f7f7); /*IE10+*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#f7f7f7', GradientType=0); /*IE7-*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#f7f7f7', GradientType=0)"; /*IE8+*/
    background: -o-linear-gradient(#ffffff,#f7f7f7); /*Opera*/
    background: linear-gradient(#ffffff,#f7f7f7);
}

.gr_ .evts .evt:hover,
.tour .evts .evt:hover {
    background: #fff6cf;
}

.gr_ .evts .evt div.timeScore {
    line-height: 15px !important;
}

.gr_ .evts .evt div.timeScore .time {
    display: block;
}

.gr_ .evts .evt div.bet_score span {
    display: block;
    padding: 0 4px;
    text-align: center;
    background-image: -moz-linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background-image: linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background-image: -webkit-linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
}

.gr_ .evts .evt div.bet_score {
    width: 62px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    color: #333333;
    border-right: 1px solid #f7f7f7;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    float: right;
}

.gr_ .evts .evt div.date,
.tour .evts .evt div.date,
.gr_ .evts .evt div.timeScore {
    width: 50px;
    float: right;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #333;
}

#sectionLive.gr_ .evts .evt .timeScore span,
#sectionLive.gr_ .evts .evt .timeScore span,
#sectionLive.gr_ .evts .evt div.bet_score span {
    font-weight: bold;
    color: #333;
}

#sectionLive.gr_ .evts .evt div.timeScore {
    background-image: -moz-linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background-image: linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background-image: -webkit-linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
}

.highlights-date, .eventsList-date .date span {
    width: 60px;
    font-weight: bold;
    color: #404040;
}

.highlights-date .date span,
.eventsList-date .date span,
.gr_ .evts .evt div.date span,
.tour .evts .evt div.date span,
.gr_ .evts .evt .timeScore span {
    display: block;
    padding: 0 2px;
    text-align: center;
}

.highlights div.bet_name,
.highlights-date .bet_name {
    position: absolute;
    left: 60px;
    right: 80px;
}

.live div.ca-to {
    margin-right: 10px;
    color: #5a5a5a;
    font-weight: bold;
    float: right;
}

.live div.ca-to .catTour span.vs {
    margin: 0 2px;
}

.live div span.tournament-time {
    line-height: 30px;
}

.live div.bet_name {
    position: absolute;
    left: 120px;
    right: 80px;
}

.sectionHighlights .gr_ .evts .evt div.bet_name {
    width: 75%;
}

.sectionLive .gr_ .evts .evt div.bet_name {
    width: 70%;
}

.highlights-date, .eventsList-date {
    position: relative;
    background: linear-gradient(#e0dfdf, #e0dfdf);
    color: #404040;
    text-align: center;
    height: 20px;
    overflow: hidden;
}

.highlights-date div {
    float: left;
    line-height: 20px;
    font-weight: bold;
}

.highlights-date .bet_name div {
    float: left;
}

.highlights-date .bet_name .home, .highlights-date .bet_name .away {
    width: 40%;
}

.highlights-date .bet_name .draw {
    width: 20%;
}

.highlights-date .other {
    width: 15%;
}

.eventsList-date div {
    float: left;
    line-height: 20px;
    height: 20px;
}

.eventsList-date .date {
    float: right;
}

.gr_ .evts div.bet_name a,
.gr_ .evts div.match-or a,
.gr_ .evts div.more a,
.evts .more .inner a.more-link,
.evts .more .inner a.stats-link {
    display: block;
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
}

div.match-or a .place {
    margin-left: 5px;
}

.gr_ .evts div.bet_name .col42 {
    width: 41%;
}

.gr_ .evts div.bet_name .col16 {
    width: 16%;
    margin: 5px 1% 0 1%;
}

.gr_ .evts div.bet_name a.size_a {
    padding-right: 1px;
    width: 49%;
}

.gr_ .evts div.bet_name a.size_b {
    margin-top: 5px;
}

.gr_ .evts div.bet_name a.size_c {
    width: 98%;
    padding-left: 3px;
}

div.match-or a.size_d {
    width: 100%;
}

.gr_ .evts div.bet_name a.extra {
    width: 100%;
}

.gr_ .evts div.bet_name a.place {
    float: left;
    font-weight: bold;
    max-width: 54%;
    overflow: hidden;
    padding-right: 2px;
    width: auto;
    display: block;
    position: absolute;
    top: 1px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.gr_ .evts div.bet_name a span {
    padding: 0 5px;
}

.gr_ .evts div.bet_name a .num_right {
    position: relative;
    float: right;
    padding-left: 2px;
    text-align: right;
    white-space: nowrap;
}

/* leagues */
.leagues {
    user-select: none;
}

.leagues .sp-header {
    position: relative;
}

.leagues .sp-header {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.leagues .sp-header .sp {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.leagues .sp-header .name {
    display: inline-block;
    vertical-align: middle;
}

/*#games menu*/
.leagues .ltlGroupName {
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 5px;
    padding: 0 10px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.leagues .ltlGroupName span:after {
    position: relative;
    display: inline-block;
    left: -.6em;
    width: 0;
    height: 0;
    content: '';
    vertical-align: middle;
    border: .313em solid transparent;
    border-bottom: none;
    border-top-color: #fff;
}

.leagues .hasDropdown {
    position: absolute;
    display: none;
    left: 5px;
    font-size: 12px;
    padding: .25rem 0;
    border-radius: .25rem;
    color: #333;
    background-color: #fff;
    width: 175px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    z-index: 1;
}

.leagues .hasDropdown.active {
    display: block;
}

.leagues .hasDropdown li {
    padding: .65rem .75rem;
    line-height: 1em;
    cursor: pointer;
}

.leagues .hasDropdown li:hover {
    background-color: rgba(0,0,0,.04);
}

.leagues .hasDropdown li.selected {
    font-weight: 700;
    border-right: 4px solid #fdd101;
    padding-right: .4rem;
}
/*#endregion*/

.leagues .close {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.contentMain .noMoreActive {
    padding: 10px;
    font-size: 12px;
    background: #fff;
    color: #1A2B46;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

.contentMain .noMoreActive .info {
    display: block;
    padding: 10px;
}

/*  dateTime line */
.leagues .dateTimeline {
    margin-bottom: 5px;
}

.leagues .dateTimeline .body {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.leagues .dateTimeline .dateBlock {
    display: block;
    float: left;
    width: 12.5%;
    height: 100%;
    box-sizing: border-box;
}

.leagues .dateTimeline .dateBlock .dateBlockInner {
    padding: 5px;
    height: 35px;
    line-height: 15px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

.tour {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.leagues .tour {
    margin-bottom: unset;
}

.tour .header {
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    text-align: right;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    color: #f7f7f7;
}

.tour .header .name {
    margin-right: 20px;
}

.leagues .tour .header .name {
    margin-right: 0;
}

.tour .header .vs {
    margin: 0 3px;
}

.tour .header .trRemove {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 20px;
    text-align: center;
    line-height: 20px;
}

.tour .header .trRemove:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    background-image: -moz-linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background-image: linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
    background-image: -webkit-linear-gradient(#ffe362 0,#ffe362 50%,#ffd300 51%,#ffd300 100%);
}

.evts {
    width: 100%;
}

.eventsList-date .betsContent, .eventsList-date .match-or {
    position: absolute;
    right: 60px;
    left: 80px;
}

.eventsList-date.live .betsContent, .eventsList-date.live .match-or {
    position: absolute;
    right: 120px;
    left: 80px;
}

.eventsList-date .match {
    width: 50%;
}

.evts .evt.eventsList .betsContent, .evts .evt.eventsList .match-or {
    position: absolute;
    left: 80px;
    right: 60px;
}

.evts .evt.eventsList.live .betsContent, .evts .evt.eventsList.live .match-or {
    position: absolute;
    right: 113px;
    left: 80px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.evts .evt.eventsList .match {
    float: right;
    width: 50%;
    font-size: 12px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    overflow: hidden;
}

.evts .evt .match {
    color: #fff;
}

.evts .evt .match a {
    float: right;
    width: 95%;
    height: 100%;
    padding-left: 5%;
    color: #333;
    white-space: nowrap;
}

.evts .evt .match span {
    color: #222;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    float: left;
}

#sectionLive .evts .evt .match span.home {
    margin-right: 10px;
}

.evts .evt .match span.vs {
    margin: 0 3px;
}

.evts .evt .match span.away {
    overflow: hidden;
    text-overflow: ellipsis;
}

.evts .evt.eventsList .odds-content {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    overflow: hidden;
}

.evts .evt.eventsList .odds-content .col {
    display: block;
    float: right;
    width: 100%;
    height: 100%;
    line-height: 25px;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 3 buttons odds */
.evts .evt.eventsList .odds-content .col.col32 {
    width: 33.33%;
    padding: 3px 3px 0 0;
}

.evts .evt.eventsList .odds-content .col.col32:nth-child(3n+3) {
    padding-left: 3px;
}

.evts .evt.eventsList .odds-content .col.col32:nth-child(-n+3) {
    padding-bottom: 3px;
}

/* 2 buttons odds */
.evts .evt.eventsList .odds-content .col.col49 {
    width: 50%;
    padding: 3px 3px 0 0;
}

.evts .evt.eventsList .odds-content .col.col49:nth-child(2n+1) {
    padding-left: 3px;
}

.evts .evt.eventsList .odds-content .col.col49:nth-child(-n+2) {
    padding-bottom: 3px;
}

.evts .evt.eventsList .odds-content .col42 {
    width: 41%;
}

.evts .evt.eventsList .odds-content .col16 {
    width: 16%;
    margin: 5px 1% 0 1%;
    height: 25px !important;
}

.eventsList-date .odds-content {
    width: 50%;
}

.eventsList-date .odds-content .col32 {
    width: 31%;
    margin: auto 1%;
}

.eventsList-date .odds-content .col49 {
    width: 49%;
}

.eventsList-date .odds-content .col42 {
    width: 41%;
}

.eventsList-date .odds-content .col16 {
    width: 16%;
    margin: 0 1% 0 1%;
}

.evts .col8 {
    width: 8%;
}

.evts .col10 {
    width: 8%;
    margin-left: 1%;
    margin-right: 1%;
}

.evts .col15 {
    width: 15%;
}

.evts .col16 {
    width: 16%;
}

.evts .col20 {
    width: 20%;
}

.evts .col a {
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #acacac;
    box-sizing: border-box;
    background-image: linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
}

.evts .col a:hover {
    background: linear-gradient(#666,#999);
    background: -moz-linear-gradient(#666,#999);
    background: -webkit-linear-gradient(#666,#999);
}

.evts .col a:hover span {
    color: #ffffff;
}

.evts .col a.selected {
    background: #FFD300;
    border: 1px solid #000;
}

.evts .col a.selected span {
    color: #000000;
}

.evts .col .place {
    float: left;
    max-width: 54%;
    overflow: hidden;
    padding-right: 2px;
    width: auto;
    display: block;
    top: 1px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.evts .col.withOutcome .outcome {
    float: right;
    padding: 0 5px 0 0;
    width: calc(60% - 5px);
    text-align: right;
    font-size: 11px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.evts .col.withOutcome .price {
    float: left;
    padding: 0 0 0 5px;
    width: calc(40% - 5px);
    font-size: 12px;
    text-align: left;
}

.evts .col .price {
    height: 100%;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    font-size: 12px;
    color: #000;
}

@media (max-width: 1100px) {
    .evts .col .price {
        font-size: 11px;
    }
}

.evts .more {
    position: relative;
    width: 80px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    float: left;
}

.evts .more .inner {
    margin: 0;
}

.evts .more .inner a {
    font-weight: bold;
    text-align: center;
}

.evts .more .inner a:hover {
    color: #fff;
}

.evts .more .inner a.more-link {
    position: absolute;
    width: 49px;
    top: 5px;
    right: 6px;
    color: #333;
    border-left: 1px solid #ccc;
}

.evts .more .inner a.more-link:hover {
    text-decoration: underline;
}

.evts .more .inner a.stats-link {
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 20px;
}

.evts a.stats-link:hover span {
    opacity: 1;
}

.evts .more .inner a.stats-link.disabled {
    top: 10px !important;
    left: 0 !important;
    background: none !important;
    border: none !important;
    cursor: default;
}

/* single Event Prematch */
.prematchEvent .competition {
    position: relative;
    width: 100%;
    height: 30px;
}

.prematchEvent .competition .icon {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1em;
    -webkit-filter: invert(1);
    filter: invert(1);
    cursor: pointer;
}

.prematchEvent .competition .icon.btnBack {
    right: 0;
    background-image: url(/Images/left-arrow.svg);
    transform: rotate(180deg);
}

.prematchEvent .competition .icon.stats {
    left: 0;
    right: unset;
    background-color: unset;
    background-image: url(/Images/stats.svg);
}

.prematchEvent .competition .icon.disabled {
    opacity: .2;
    cursor: auto;
}

.prematchEvent .competition .competitionName {
    display: block;
    margin-right: 30px;
    width: calc(100% - 60px);
    line-height: 30px;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.prematchEvent .matchID {
    text-align: center;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(/Images/gamestable/football.png);
}

.prematchEvent .matchID.spBg1 {
    background-image: url(/Images/gamestable/football.png);
}

.prematchEvent .matchID.spBg2 {
    background-image: url(/Images/gamestable/basketball.png);
}

.prematchEvent .matchID.spBg3 {
    background-image: url(/Images/gamestable/tennis.png);
}

.prematchEvent .matchID.spBg4 {
    background-image: url(/Images/gamestable/icehockey.png);
}

.prematchEvent .matchID.spBg7 {
    background-image: url(/Images/gamestable/baseball.png);
}

.prematchEvent .matchID.spBg9 {
    background-image: url(/Images/gamestable/handball.png);
}

.prematchEvent .matchID.spBg13 {
    background-image: url(/Images/gamestable/cricket.png);
}

.prematchEvent .matchID.spBg8 {
    background-image: url(/Images/gamestable/volleyball.png);
}

.prematchEvent .matchID .matchID__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
}

.prematchEvent .matchID .matchID__inner .matchID__teams {
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.prematchEvent .matchID .matchID__inner > div {
    box-sizing: border-box;
}

.prematchEvent .matchID .matchID__inner .matchID__teams__home {
    float: right;
    padding: 0 10px 0 15px;
    width: 35%;
    text-align: right;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prematchEvent .matchID .matchID__inner .matchID__teams__away {
    float: left;
    padding: 0 15px 0 10px;
    width: 35%;
    text-align: left;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prematchEvent .matchID .matchID__inner .matchID__info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.prematchEvent .matchID .matchID__inner .matchID__info .matchID__info__inner {
    margin: 15px auto;
    width: 25%;
    height: 70px;
    border-radius: 5px;
}

.prematchEvent .matchID .matchID__inner .matchID__info .matchID__info__inner .matchID__info__up {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.prematchEvent .matchID__info__up > span {
    display: block;
    text-align: center;
}

.prematchEvent .matchID__info__up__divider {
    width: 10%;
    font-size: 20px;
}

.prematchEvent .matchID .matchID__inner .matchID__info .matchID__info__inner .matchID__info__down {
    width: 94%;
    padding: 0 3%;
    height: 30px;
    line-height: 28px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.prematchEvent .noMArkets {
    height: 38px;
    line-height: 38px;
    padding: 11px 15px;
    font-weight: bold;
    font-size: 13px;
}

/* plus */
.plus .g {
    display: block;
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #d4d1d1;
}

.plus .g .n {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    text-align: right;
}

.plus .g i.addFav {
    display: inline-block;
    width: 17px;
    height: 19px;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    background-position: -1px 0;
    background-image: url(/rtl/Images/star-medium.png);
    background-repeat: no-repeat;
}

.plus .g i.rmvFav {
    display: inline-block;
    width: 17px;
    height: 20px;
    margin: 0 10px;
    vertical-align: middle;
    background-position: -1px -17px;
    margin-right: 10px;
    background-image: url(/rtl/Images/star-medium.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.plus .g i.rmvFav:hover {
    opacity: 0.6;
}

.plus .g i.addFav:hover {
    background-position: -1px -17px;
    opacity: 0.6;
}

.plus .g .m {
    width: 100%;
    overflow: hidden;
}

.plus dl {
    position: relative;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    border: 1px solid #acacac;
    background: linear-gradient(top,#fafafa,#cdcdcd);
    background: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plus dl dt,
.plus dl dd {
    color: #000;
}

.plus dl:hover {
    background: linear-gradient(#666,#999);
    background: -moz-linear-gradient(#666,#999);
    background: -webkit-linear-gradient(#666,#999);
}

.plus dl:hover > *, .plus dl.selected > * {
    color: #fff;
}

.plus dl.selected {
    background: #FFD300;
    border: 1px solid #000;
}

.plus dl.selected dt {
    color: #000;
}

.plus dl.selected dd {
    color: #000;
}

.plus .m2 {
    display: block;
    float: left;
    width: 50%;
    padding: 2.5px 0 0 2.5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plus .m2:nth-child(2n+2) {
    padding: 2.5px 0 0 0;
}

.plus .m2:nth-last-child(-n+2) {
    /*padding: 2.5px 0 2.5px 2.5px;*/
}

.plus .m3 {
    display: block;
    float: left;
    width: 33.33%;
    padding: 2.5px 0 0 2.5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plus .m3:nth-child(3n+3) {
    padding: 2.5px 0 0 0;
}

.plus .m3:nth-last-child(-n+3) {
    /*padding: 2.5px 0 2.5px 2.5px;*/
}

.plus dt {
    display: inline-block;
    width: 50px;
    padding: 0 5px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}

.plus dd {
    display: inline-block;
    width: calc(100% - 50px);
    padding: 0 5px;
    text-align: right;
    font-size: 12px;
    /*font-weight: bold;*/
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

/*#region groups*/
.mch-groups {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 13px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: auto;
}

.mch-groups .mch-group {
    position: relative;
    flex: 0 0 auto;
    padding: 10px 5px;
    cursor: pointer;
}

.mch-groups .mch-group:after {
    position: absolute;
    display: block;
    content: ' ';
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mch-groups .mch-divider {
    float: left;
    padding: 10px 0;
}

/*#endregion*/

/* QuickBet */
#quickBetContainer .sideBlock .sideBlockBody {
    padding: 10px;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent {
    min-height: 80px;
    margin-bottom: 10px;
    color: #fff;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons {
    display: block;
    margin: 5px 0;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
    cursor: pointer;
    color: #222;
    background: #f7f7f7;
    border: 1px solid #bbb;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.eventName {
    display: inline-flex;
    white-space: nowrap;
    float: right;
    width: 80%;
    height: 15px;
    padding: 0 5px;
    font-weight: bold;
    color: #333;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.eventName span {
    display: block;
    float: left;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.eventName span.home {
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.eventName span.vs {
    margin: 0 3px;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.eventName span.away {
    overflow: hidden;
    text-overflow: ellipsis;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.team {
    display: block;
    padding: 0 5px;
    float: right;
    width: 80%;
    height: 15px;
    color: #000;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.team span.betType {
    display: block;
    float: right;
    color: #000;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.team span.vs {
    display: block;
    float: right;
    margin: 0 3px;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.team span.position {
    display: block;
    float: right;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.num_right {
    position: relative;
    float: left;
    padding: 0 2px;
    margin: -5px 3px;
    text-align: right;
    font-weight: bold;
    color: #000;
    border: 1px solid #acacac;
    box-sizing: border-box;
    background-image: linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
}

/*Quick Stake Button*/
#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake {
    position: relative;
    display: block;
    height: auto;
    float: right;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > a {
    display: none;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li {
    position: relative;
    cursor: pointer;
    z-index: 2;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li a {
    display: block;
    width: 60px;
    border: 1px solid #acacac;
    background-image: linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
    color: #333;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake span {
    display: block;
    padding: 0 7px;
    font-size: 11px;
    text-align: left;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake .quick span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: #333;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

/* first level */
#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul > li > a {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul > li > a > i {
    margin-top: 15px;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul > li:hover > a,
#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul:not(:hover) > li.active > a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    filter: none;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-shadow: none;
    background-image: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background-image: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background-image: linear-gradient(#fdf6d7,#f5cc0f);
    color: #333;
}

/* second level */
#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul {
    display: none;
    position: absolute;
    top: 100%;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li:hover ul {
    display: block;
    left: 0;
    right: 0;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul li:last-child a {
    border-bottom: 1px solid #5c5b5b;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul a {
    line-height: 20px;
    width: 60px;
    height: 20px;
    cursor: pointer;
    color: #333;
    border: 1px solid #acacac;
    background: linear-gradient(top,#fafafa,#cdcdcd);
    background: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul a:hover {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    filter: none;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-shadow: none;
    background-image: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background-image: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background-image: linear-gradient(#fdf6d7,#f5cc0f);
    color: #333;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul span:after {
    display: none;
}

/*Quick Bet Button*/
#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet {
    display: inline-block;
    float: left;
    padding: 3px 2%;
    width: 55%;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #e2be22;
    background-image: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background-image: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background-image: linear-gradient(#fdf6d7,#f5cc0f);
    color: #333;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet:hover,
#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet:active,
#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet.active {
    -moz-box-shadow: 0 0 5px #e2be22;
    -webkit-box-shadow: 0 0 5px #e2be22;
    box-shadow: 0 0 5px #e2be22;
}

/* SLIDER */
.ui-widget-header {
    background: #f7f7f7;
    border: 1px solid #575757;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    border: 1px solid #969696;
}

span.ui-slider-handle.ui-corner-all.ui-state-default:hover {
    background: linear-gradient(#333,#222) no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#333,#222) no-repeat 0 0 transparent;
    border: 1px solid #000;
}

.ui-widget.ui-widget-content {
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
}

.inverse {
    display: inline-flex;
}

.inverseWrap {
    display: inline-flex;
    flex-wrap: wrap;
}

/*Promo Control*/
.promoContainer {
    margin-bottom: 16px;
}

.promoContainer .inner {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    color: #3b74b3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(65px, #eff8fd), color-stop(100%, #e4f5ff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eff8fd 65px, #e4f5ff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #eff8fd 65px, #e4f5ff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eff8fd 65px, #e4f5ff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eff8fd 65px, #e4f5ff 100%);
    background: linear-gradient(top, #ffffff 0%, #eff8fd 65px, #e4f5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='##e4f5ff',GradientType=0);
    border: 1px solid #b0d2e3;
}

.promoContainer .inner a {
    display: block;
    padding: 5px;
    text-align: center;
    background: url(/Images/ra_blue.png) no-repeat 10px 50%;
    cursor: pointer;
}

.promoContainer .inner a span {
    color: #3b74b3;
    font-size: 18px;
    font-weight: bold;
}

.betSlip {
    margin-bottom: 5px;
    font-size: 11px;
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

    .betSlip h2 {
        position: relative;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        color: #000;
        background: #ffe362; /* Old browsers */
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
        background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
    }

    .betSlip .betTabs {
        position: relative;
        display: block;
        overflow: hidden;
        font-size: 0;
        text-align: left;
    }

        .betSlip .betTabs li {
            position: relative;
            display: inline-block;
            float: none;
            height: 23px;
            min-height: 23px;
            width: 33.333333%;
            font-size: 11px;
            padding: 0;
        }

            .betSlip .betTabs li a {
                display: block;
                padding: 0 10px 0 5px;
                margin: 0;
                font-size: 11px;
                font-weight: bold;
                line-height: 23px;
                text-decoration: none;
                text-align: right;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #333333;
                background: #e5e5e5;
                border-right: 1px solid #d4d4d4;
                border-bottom: 1px solid #d4d4d4;
                cursor: pointer;
            }

            .betSlip .betTabs li:last-child a {
                border-right: none;
            }

            .betSlip .betTabs li a:hover {
                color: #F7F7F7;
                background: #000;
            }

            .betSlip .betTabs li.active a {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                color: #000;
                background: #ffd300;
            }

            .betSlip .betTabs li.disabled a,
            .betSlip .betTabs li.disabled a:hover {
                color: #777777;
                background: #d1d3dc;
                cursor: not-allowed;
            }

            .betSlip .betTabs li:after {
                content: '';
                position: absolute;
                display: block;
                width: 100%;
                height: 2px;
                bottom: 0;
                left: 0;
            }

    .betSlip .message {
        padding: 5px;
        vertical-align: middle;
        font-weight: bold;
        user-select: none;
    }

        .betSlip .message.info {
            font-size: 12px;
            background: -webkit-linear-gradient(#f7f7f7,#ebebeb); /*Chrome, Safari*/
            background: -moz-linear-gradient(#f7f7f7,#ebebeb); /*Firefox*/
            background: -ms-linear-gradient(#f7f7f7,#ebebeb); /*IE10+*/
            background: -o-linear-gradient(#f7f7f7,#ebebeb); /*Opera*/
            background: linear-gradient(#f7f7f7,#ebebeb);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0); /*IE7-*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)"; /*IE8+*/
            color: #565656;
        }

    .betSlip .noBets {
        padding: 10px;
        line-height: 1.42857143;
        font-size: 12px;
        font-weight: bold;
    }

    .betSlip .message.accepted {
        -webkit-animation-name: accepted;
        -moz-animation-name: accepted;
        -o-animation-name: accepted;
        animation-name: accepted;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        margin: 5px 0;
    }

    .betSlip .message.rejected {
        -webkit-animation-name: rejected;
        -moz-animation-name: rejected;
        -o-animation-name: rejected;
        animation-name: rejected;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        margin: 5px 0;
    }

.message span {
    padding: 0 2px;
    vertical-align: middle;
}

.betSlip .messageIcon img {
    vertical-align: middle;
}

.betSlip .matches li {
    position: relative;
    min-height: 65px;
    display: block;
    color: #333333;
    background: #fffbe5;
    border-bottom: 1px solid #d5d5d5;
}

    .betSlip .matches li:last-child {
        border-bottom: 0;
    }

    .betSlip .matches li.non-active {
        background: #f5f5f7;
    }

        .betSlip .matches li.non-active:after {
            background-image: url(/Images/lock.svg);
            background-size: 100%;
            bottom: 0;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
        }

    .betSlip .matches li .solid {
        color: #969696;
    }

.betSlip .row {
    display: block;
    position: relative;
    max-width: 275px;
}

.betSlip .match {
    line-height: 25px;
    max-width: 89%;
    padding-right: 10px;
    height: 25px;
    font-size: 13px;
    white-space: nowrap;
}

    .betSlip .match span.away {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .betSlip .match .vs {
        color: #333;
    }

.betSlip .oddsRmv {
    position: absolute;
    height: 18px;
    width: 18px;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 1;
    line-height: 17px;
    text-align: center;
    color: #000;
}

    .betSlip .oddsRmv:hover {
        background: #ffe362; /* Old browsers */
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* Chrome10-25,Safari5.1-6 */
        background: -ms-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 ); /* IE67- */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)"; /*IE8+*/
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.betSlip .game {
    display: inline-block;
    line-height: 18px;
    padding-right: 10px;
    height: 18px;
    color: #000;
}

    .betSlip .game .at {
        margin: 0 5px;
        color: #FFD800;
    }

.betSlip .max-bet-odd {
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    opacity: .5;
}

.betSlip .pick {
    padding-right: 10px;
}

    .betSlip .pick .banker {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 18px;
        line-height: 18px;
        text-align: center;
    }

        .betSlip .pick .banker span {
            padding: 3px 7px;
            cursor: pointer;
            margin-right: -10px;
        }

            .betSlip .pick .banker span.selected,
            .betSlip .pick .banker span.notSelected {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

            .betSlip .pick .banker span:hover,
            .betSlip .pick .banker span.selected {
                color: #FFD800;
                background: #000;
            }

            .betSlip .pick .banker span.notSelected {
                color: black;
                background-color: #ccc;
            }

    .betSlip .pick .position {
        display: inline-block;
        vertical-align: middle;
        width: 175px;
        line-height: 18px;
        height: 18px;
        font-weight: bold;
        color: #000 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .betSlip .pick .price {
        float: left;
        vertical-align: middle;
        margin-left: 10px;
        width: 40px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        color: #000;
    }

        .betSlip .pick .price.changed span {
            color: #333;
            -webkit-animation-name: blinker;
            -webkit-animation-duration: 0.8s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-iteration-count: 5;
            -moz-animation-name: blinker;
            -moz-animation-duration: 0.8s;
            -moz-animation-timing-function: linear;
            -moz-animation-iteration-count: 5;
            -o-animation-name: blinker;
            animation-name: blinker;
            -o-animation-duration: 0.8s;
            animation-duration: 0.8s;
            -o-animation-timing-function: linear;
            animation-timing-function: linear;
            -o-animation-iteration-count: 5;
            animation-iteration-count: 5;
        }

@-moz-keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}

@-webkit-keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}

@keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes accepted {
    0% {
        background-color: #279727;
    }

    50% {
        background-color: #1F791F;
    }

    100% {
        background-color: #279727;
    }
}

@-moz-keyframes accepted
/* Firefox */
{
    0% {
        background-color: #279727;
    }

    50% {
        background-color: #1F791F;
    }

    100% {
        background-color: #279727;
    }
}

@-webkit-keyframes accepted
/* Safari and Chrome */
{
    0% {
        background-color: #279727;
    }

    50% {
        background-color: #1F791F;
    }

    100% {
        background-color: #279727;
    }
}

@keyframes rejected {
    0% {
        background-color: #DD1211;
    }

    50% {
        background-color: #A50003;
    }

    100% {
        background-color: #DD1211;
    }
}

@-moz-keyframes rejected
/* Firefox */
{
    0% {
        background-color: #DD1211;
    }

    50% {
        background-color: #A50003;
    }

    100% {
        background-color: #DD1211;
    }
}

@-webkit-keyframes rejected
/* Safari and Chrome */
{
    0% {
        background-color: #DD1211;
    }

    50% {
        background-color: #A50003;
    }

    100% {
        background-color: #DD1211;
    }
}

.betSlip .summary {
    position: relative;
    display: block;
    color: #000;
    background: #efefef;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

    .betSlip .summary .inner {
        padding: 5px 0;
    }

        .betSlip .summary .inner table {
            text-align: left;
            width: 100%;
        }

            .betSlip .summary .inner table tr {
                display: block;
                overflow: hidden;
                border-bottom: 1px solid #d5d5d5;
            }

                .betSlip .summary .inner table tr:first-child {
                    border-top: 0;
                }

            .betSlip .summary .inner table td.col2 {
                float: left;
                text-align: left;
                padding: 3px 10px;
                font-weight: bold;
            }

#ltlMaxBet {
    font-weight: normal;
}

.betSlip .summary .inner table td.col1 {
    float: right;
    text-align: right;
    padding: 3px 10px;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[type=checkbox] + label {
    display: block;
    line-height: 22px;
    cursor: pointer;
}

input[type=checkbox] {
    display: none;
    vertical-align: middle;
}

    input[type=checkbox] + label:before {
        content: "\2714";
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-left: 10px;
        padding: 3px;
        width: 1em;
        height: 1em;
        line-height: 1em;
        color: transparent;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: .2em;
        border: .1em solid #666;
    }

    input[type=checkbox] + label:active:before {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    input[type=checkbox].selected + label:before,
    input[type=checkbox]:checked + label:before {
        color: #fff;
        background-color: #3cb371;
        border-color: #3cb371;
    }

    input[type=checkbox]:disabled + label:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    input[type=checkbox]:checked:disabled + label:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb
    }

.betSlip .summary select {
    color: #000;
    text-align: right;
    padding: 2px 3px;
}

.betSlip .summary #txtStake {
    color: #000;
    font-weight: bold;
    width: 85px;
    text-align: right;
    padding: 2px 3px;
}

.betSlip .summary .bottom {
    position: relative;
    padding: 5px 8px 0 8px;
    overflow: hidden;
}

    .betSlip .summary .bottom .place {
        float: left;
    }

    .betSlip .summary .bottom .reset {
        height: auto;
        line-height: 16px;
        padding: 3px 7px;
        color: #888b98;
        padding-right: 7px;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        float: right;
    }

        .betSlip .summary .bottom .reset:hover {
            padding: 3px 7px;
            color: #fff;
            background: #333333;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .betSlip .summary .bottom .reset .resetTxt {
            padding-left: 5px;
        }

.betSlip .summary .place {
    cursor: pointer;
    float: right;
}

    .betSlip .summary .place .buttonContainer {
        display: inline-block;
        height: auto;
        position: relative;
    }

        .betSlip .summary .place .buttonContainer input {
            cursor: pointer;
            height: auto;
            line-height: 16px;
            padding: 3px 7px;
            border: 0 none;
            font-weight: bold;
            border: 1px solid #e2be22;
            background: -webkit-linear-gradient(#fdf6d7,#f5cc0f); /*Chrome, Safari*/
            background: -moz-linear-gradient(#fdf6d7,#f5cc0f); /*Firefox*/
            background: -ms-linear-gradient(#fdf6d7,#f5cc0f); /*IE10+*/
            background: -o-linear-gradient(#fdf6d7,#f5cc0f); /*Opera*/
            background: linear-gradient(#fdf6d7,#f5cc0f);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0); /*IE7-*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)"; /*IE8+*/
            color: #333;
        }

            .betSlip .summary .place .buttonContainer input:hover {
                color: #fff;
                background: #767676;
                background: -moz-linear-gradient(top, #767676 0%, #040404 100%);
                background: -webkit-gradient(left top, left bottom, color-stop(0%, #767676), color-stop(100%, #040404));
                background: -webkit-linear-gradient(top, #767676 0%, #040404 100%);
                background: -o-linear-gradient(top, #767676 0%, #040404 100%);
                background: -ms-linear-gradient(top, #767676 0%, #040404 100%);
                background: linear-gradient(to bottom, #767676 0%, #040404 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#040404', GradientType=0 );
            }

.betSlip .summary .wait {
    position: relative;
    padding: 0 5px;
}

    .betSlip .summary .wait .loader {
        display: inline-block;
        vertical-align: middle;
    }

    .betSlip .summary .wait span.msg {
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
        font-size: 13px;
    }

/*MyBets*/
.betSlip .tabs {
    display: block;
    position: relative;
    height: 30px;
}

    .betSlip .tabs .tab {
        float: right;
        padding: 0 10px;
        width: 50%;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-size: 13px;
        color: #fff;
        background: #666;
        box-sizing: border-box;
        position: relative;
    }

.betSlip .loader-betslip {
    padding: 7px 0;
}

.betSlip .tabs .tab #mybetsCount {
    position: absolute;
    top: 0;
    left: 0;
}

.betSlip .tabs .tab.active {
    background: #000000;
}

.betSlip .tabs b {
    font-size: 10px;
    border-radius: 999px;
    color: #333;
    background-color: #e2be22;
    min-width: 15px;
    padding: 2px 5px;
    margin: 0 10px 0 5px;
    font-weight: normal;
}

.mybets {
    padding: 5px;
    font-size: 12px;
    background: #fff;
}

ul.bet {
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

    ul.bet:last-child {
        margin-bottom: 0;
    }

.bet li {
    background: #fdfdfd;
    overflow: hidden;
    cursor: pointer;
}

    .bet li.hover:hover {
        background-color: #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }

.bet .back {
    border-bottom: 1px dotted #989B9B;
}

.bet li:last-child {
    color: #404040;
    background: #e0dfdf;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    text-align: center;
}

.bet li:last-child {
    border-bottom: none;
}

.bet li .bet-row {
    display: block;
    padding: 0 5px;
    margin: 3px 0;
    overflow: hidden;
}

.bet .bet-game {
    font-size: 12px;
    color: #011625;
    line-height: 18px;
}

.bet .bankers {
    float: left;
    min-width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bet .bet-event {
    width: 80%;
    display: block;
    float: right;
}

.bet .bet-odds {
    display: block;
    float: left;
    width: 20%;
    line-height: 18px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.bet .bet-event .name {
    line-height: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
    font-weight: bold;
}

.bet .bet-event .striked {
    text-decoration: line-through;
}

.bet .bet-event .vs {
    color: #656565;
    margin: 0 3px;
}

.bet .bet-odds span {
    color: #fff;
    background: #000000;
    padding: 2px 5px;
    font-size: 11px;
}

.bet li .bet-row.res {
    color: black;
}

.bet .left,
.bet .right {
    display: inline-block;
    width: 50%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    box-sizing: border-box;
}

.bet .left {
    padding-right: 5px;
    text-align: right;
}

.bet .right {
    padding-left: 5px;
    text-align: left;
}

    .bet .right span.shares {
        display: inline-block;
        margin: 2px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bet .right .print {
        background-image: url(/Images/print.svg);
    }

    .bet .right .whatsapp {
        background-image: url(/Images/whatsapp.svg);
    }

    .bet .right .share {
        background-image: url(/Images/url.svg);
    }

    .bet .right .reuseBet {
        background-image: url(/Images/reuse.svg);
    }

    .bet .right .loader.MB {
        position: absolute;
        float: left;
        left: 5px;
        width: 10px;
        height: 10px;
    }

.bet .bet-stake {
    font-weight: bold;
    color: #000;
}

.bet .bet-stake-inverse {
    font-weight: bold;
    color: #000;
    unicode-bidi: bidi-override;
}

.bet .bet-return {
    font-weight: bold;
    color: #bf4c3a;
}

    .bet .bet-return.MB {
        margin-left: 20px;
    }

.bet li.cashout span {
    display: block;
    margin: 2px 1%;
    padding: 3px;
    font-size: 13px;
    line-height: 13px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #e2be22;
    background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background: -ms-linear-gradient(#fdf6d7,#f5cc0f);
    background: -o-linear-gradient(#fdf6d7,#f5cc0f);
    background: linear-gradient(#fdf6d7,#f5cc0f);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
    color: #333;
}

    .bet li.cashout span:hover {
        -moz-box-shadow: 0 0 5px #e2be22;
        -webkit-box-shadow: 0 0 5px #e2be22;
        box-shadow: 0 0 5px #e2be22;
    }

/*Cashout*/
#cashoutDialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    background-color: rgba(0, 0, 0, .7);
}

    #cashoutDialog .container {
        position: absolute;
        left: calc(50% - 250px);
        top: 200px;
        z-index: 9;
        width: 500px;
        background-color: #fff;
    }

        #cashoutDialog .container h2.cashoutHeader {
            height: 34px;
            padding: 10px;
            font-size: 13px;
            padding-left: 10px;
            color: #fff;
            background: -moz-linear-gradient(top, #767676 0%, #040404 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, #767676), color-stop(100%, #040404));
            background: -webkit-linear-gradient(top, #767676 0%, #040404 100%);
            background: -o-linear-gradient(top, #767676 0%, #040404 100%);
            background: -ms-linear-gradient(top, #767676 0%, #040404 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#040404', GradientType=0 );
            box-sizing: border-box;
        }

    #cashoutDialog .cashout-close {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 34px;
        z-index: 10;
    }

        #cashoutDialog .cashout-close .li-icon {
            display: block;
            width: 40px;
            height: 34px;
            line-height: 34px;
            color: #fff;
            font-size: 20px;
            text-align: center;
            cursor: pointer;
        }

            #cashoutDialog .cashout-close .li-icon:hover {
                color: #fff;
                background: #999;
            }

    #cashoutDialog .container .cashoutWrapper {
        padding: 10px;
        color: #1a2b46;
    }

ul.bet {
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

#cashoutDialog .container .cashoutWrapper .cashout {
    color: #1a2b46;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #efefef;
    border: 1px solid#ddd;
}

#cashoutDialog .container .cashoutWrapper .cashoutButtons {
    display: block;
    margin-top: 5px;
    overflow: hidden;
}

#cashoutDialog .container .cashoutWrapper .info {
    padding: 5px 0;
}

#cashoutDialog .container .cashoutWrapper .cashoutMessage {
    color: #656565;
    vertical-align: middle
}

#cashoutDialog .container .cashoutWrapper #cashoutAmount {
    color: #279b27;
    margin: 0 5px;
    font-size: 28px;
    vertical-align: middle;
}

#cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button, #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button {
    display: block;
    width: 50%;
    height: 37px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button .loader {
        display: inline-block;
        margin-top: -3px;
    }

#cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button {
    float: left;
    background: #cdcdcd;
}

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button:hover {
        color: #fff;
        background: #999;
    }

#cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button {
    float: left;
    color: #fff;
    background: #279b27;
}

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button:hover {
        color: #efefef;
        background: #15c215;
    }

    #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button.disabled, #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button.disabled:hover {
        color: #d3d3d3;
        background: #5e5e60;
        cursor: not-allowed;
    }

.bet .time {
    color: #000;
}

.bet .result {
    color: #000;
    font-weight: bold;
}

.betSlip .noBets {
    padding: 10px;
    line-height: 1.42857143;
    font-size: 12px;
    font-weight: bold;
    background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(#f7f7f7,#ebebeb);
    background: -ms-linear-gradient(#f7f7f7,#ebebeb);
    background: -o-linear-gradient(#f7f7f7,#ebebeb);
    background: linear-gradient(#f7f7f7,#ebebeb);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
    color: #565656;
}

.betSlip .buttonsRealTime {
    height: 30px;
    line-height: 25px;
}

    .betSlip .buttonsRealTime .reuse,
    .betSlip .buttonsRealTime .share {
        position: relative;
        margin: 0 5px;
        width: calc(50% - 10px);
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    .betSlip .buttonsRealTime .reuse {
        float: right;
        color: #333;
        border: 1px solid #e2be22;
        background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
        background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
        background: -o-linear-gradient(#fdf6d7,#f5cc0f);
        background: linear-gradient(#fdf6d7,#f5cc0f);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
    }

        .betSlip .buttonsRealTime .reuse:hover {
            -moz-box-shadow: 0 0 5px #e2be22;
            -webkit-box-shadow: 0 0 5px #e2be22;
            box-shadow: 0 0 5px #e2be22;
        }

    .betSlip .buttonsRealTime .share {
        float: left;
        color: #158161;
        border: 1px solid #158161;
    }

        .betSlip .buttonsRealTime .share.disabled {
            cursor: not-allowed;
        }

        .betSlip .buttonsRealTime .share:not(.disabled):hover {
            color: #ffe10f;
            background: #158161;
        }

.betSlip .message .inline {
    display: inline-block;
}

    .betSlip .message .inline .flLeft {
        float: left;
        unicode-bidi: bidi-override;
    }

    .betSlip .message .inline .flRight {
        float: right;
    }

.notice {
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 8px;
    width: 50px;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background: rgba(199,0,57,.8);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .notice:hover {
        top: 0 !important;
    }

    .notice > img {
        filter: invert(1);
        width: 18px;
    }

    .notice > span {
        display: block;
        padding-top: 5px;
    }

.notice__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000000;
    background: rgba(0,0,0,.8);
    z-index: 10;
}

    .notice__overlay .middle {
        position: fixed;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        width: 90%;
        max-width: 400px;
        padding: 20px;
        line-height: 1.3em;
        font-size: 14px;
        border-radius: 3px;
        box-sizing: border-box;
        transform: translate(-50%,-50%);
        background: #f7f7f7;
    }

    .notice__overlay .clearfix {
        padding-bottom: 10px;
        border-bottom: 1px solid #e7e7e7;
    }

        .notice__overlay .clearfix h1 {
            float: left;
            line-height: 24px;
        }

        .notice__overlay .clearfix .close-button {
            float: right;
            width: 24px;
            height: 24px;
            font-size: 20px;
            font-weight: 700;
            background: #e7e7e7;
            text-align: center;
            border: 0;
            outline: none;
            border-radius: 5px;
            cursor: pointer;
        }

            .notice__overlay .clearfix .close-button:hover {
                color: #e7e7e7;
                background: rgba(199,0,57,1)
            }

    .notice__overlay .content {
        padding: 20px 10px 10px 10px;
        text-align: center;
    }

.payment-inner.alert-area {
    display: block;
}

/*rtl*/
.r .notice__overlay .clearfix h1 {
    float: right;
}

.r .notice__overlay .clearfix .close-button {
    float: left;
}

@keyframes pulse {
    0% {
        background: rgba(199,0,57,.7)
    }

    50% {
        background: rgba(199,0,57,1)
    }


    100% {
        background: rgba(199,0,57,.7)
    }
}

/*#region vue-carousel*/
.VueCarousel .VueCarousel-pagination {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

    .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container {
        display: flex;
        align-items: center;
        margin: 0 !important;
        padding: 0 6px;
        background-color: color(srgb 0.46 0.5 0.54 / 0.3);
        border-radius: 8px;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }

        .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
            display: flex;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding: 5px !important;
            outline: 0;
            opacity: 1;
        }

            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot .VueCarousel-dot-button {
                width: 6px !important;
                height: 6px !important;
            }

            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot:hover .VueCarousel-dot-button,
            .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active .VueCarousel-dot-button {
                background-color: #F4D416 !important;
            }
/*#endregion*/

/*#region footer icons*/
._footer .footer_icons {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-bottom: 8px;
}

    ._footer .footer_icons .__icons {
        user-select: none;
    }

    ._footer .footer_icons .license.__icons img {
        width: 32px !important;
        height: 30px !important;
    }

    ._footer .footer_icons .__icons:not(.license) img {
        opacity: 0.5;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

._footer .footerDevider {
    height: 0;
}

._footer .footer_links {
    margin: 10px 0 0;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
}

    ._footer .footer_links li {
        display: inline-block;
        padding: 5px 10px;
    }

._footer .footer_text {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
}
/*#endregion*/

.payment-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 10em;
    z-index: 11;
    background: rgba(0, 0, 0, .7);
}

.payment-frame iframe {
    display: block;
    margin: 0 auto;
    width: 540px;
    height: 900px;
}

