/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../../bower_components/foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, ../../bower_components/foundation/scss/normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, ../../bower_components/foundation/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, ../../bower_components/foundation/scss/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, ../../bower_components/foundation/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, ../../bower_components/foundation/scss/normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../../bower_components/foundation/scss/normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../../bower_components/foundation/scss/normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, ../../bower_components/foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, ../../bower_components/foundation/scss/normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../../bower_components/foundation/scss/normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, ../../bower_components/foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../../bower_components/foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../../bower_components/foundation/scss/normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, ../../bower_components/foundation/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, ../../bower_components/foundation/scss/normalize.scss */
sup {
  top: -0.5em; }

/* line 171, ../../bower_components/foundation/scss/normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../../bower_components/foundation/scss/normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../../bower_components/foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../../bower_components/foundation/scss/normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../../bower_components/foundation/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../../bower_components/foundation/scss/normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../../bower_components/foundation/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, ../../bower_components/foundation/scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, ../../bower_components/foundation/scss/normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, ../../bower_components/foundation/scss/normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, ../../bower_components/foundation/scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, ../../bower_components/foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, ../../bower_components/foundation/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, ../../bower_components/foundation/scss/normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, ../../bower_components/foundation/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, ../../bower_components/foundation/scss/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, ../../bower_components/foundation/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../../bower_components/foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../../bower_components/foundation/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../../bower_components/foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../../bower_components/foundation/scss/normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../../bower_components/foundation/scss/normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../../bower_components/foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 422, ../../bower_components/foundation/scss/normalize.scss */
td,
th {
  padding: 0; }

/* line 316, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.3.3/"; }

/* line 320, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 61.18em; }

/* line 325, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:78.93em)/";
  width: 78.93em; }

/* line 330, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:95.625em)/";
  width: 95.625em; }

/* line 335, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

/* line 340, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

/* line 345, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false; }

/* line 352, ../../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%; }

/* line 355, ../../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 361, ../../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%; }

/* line 365, ../../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default; }

/* line 378, ../../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer; }

/* line 381, ../../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 383, ../../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 387, ../../bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

/* line 394, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important; }

/* line 395, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important; }

/* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
/* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both; }

/* line 397, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none; }

/* line 403, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 406, ../../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle; }

/* line 416, ../../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 419, ../../bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%; }

/* line 216, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 220, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 223, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 226, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 227, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }

/* line 231, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

/* line 234, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right; }

/* line 235, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; }

  /* line 165, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 4.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 8.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 12.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 16.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 20.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 25%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 29.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 33.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 37.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 41.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 45.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 50%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-13 {
    width: 54.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-14 {
    width: 58.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-15 {
    width: 62.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-16 {
    width: 66.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-17 {
    width: 70.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-18 {
    width: 75%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-19 {
    width: 79.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-20 {
    width: 83.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-21 {
    width: 87.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-22 {
    width: 91.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-23 {
    width: 95.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-24 {
    width: 100%; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 4.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 8.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 12.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 16.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 20.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 25% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 29.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 33.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 37.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 41.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 45.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-12 {
    margin-left: 50% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-13 {
    margin-left: 54.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-14 {
    margin-left: 58.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-15 {
    margin-left: 62.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-16 {
    margin-left: 66.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-17 {
    margin-left: 70.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-18 {
    margin-left: 75% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-19 {
    margin-left: 79.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-20 {
    margin-left: 83.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-21 {
    margin-left: 87.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-22 {
    margin-left: 91.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-23 {
    margin-left: 95.83333% !important; }

  /* line 178, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 186, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 197, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  /* line 203, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  /* line 208, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 78.93em) {
  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; }

  /* line 165, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 4.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 8.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 12.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 16.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 20.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 25%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 29.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 33.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 37.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 41.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 45.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 50%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-13 {
    width: 54.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-14 {
    width: 58.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-15 {
    width: 62.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-16 {
    width: 66.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-17 {
    width: 70.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-18 {
    width: 75%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-19 {
    width: 79.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-20 {
    width: 83.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-21 {
    width: 87.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-22 {
    width: 91.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-23 {
    width: 95.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-24 {
    width: 100%; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 4.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 8.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 12.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 16.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 20.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 25% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 29.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 33.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 37.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 41.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 45.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-12 {
    margin-left: 50% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-13 {
    margin-left: 54.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-14 {
    margin-left: 58.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-15 {
    margin-left: 62.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-16 {
    margin-left: 66.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-17 {
    margin-left: 70.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-18 {
    margin-left: 75% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-19 {
    margin-left: 79.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-20 {
    margin-left: 83.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-21 {
    margin-left: 87.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-22 {
    margin-left: 91.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-23 {
    margin-left: 95.83333% !important; }

  /* line 178, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 186, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 197, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  /* line 203, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  /* line 208, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; } }
@media only screen and (min-width: 95.625em) {
  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; }

  /* line 165, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 4.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 8.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 12.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 16.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 20.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 25%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 29.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 33.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 37.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 41.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 45.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 50%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-13 {
    width: 54.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-14 {
    width: 58.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-15 {
    width: 62.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-16 {
    width: 66.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-17 {
    width: 70.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-18 {
    width: 75%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-19 {
    width: 79.16667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-20 {
    width: 83.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-21 {
    width: 87.5%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-22 {
    width: 91.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-23 {
    width: 95.83333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-24 {
    width: 100%; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 4.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 8.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 12.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 16.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 20.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 25% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 29.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 33.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 37.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 41.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 45.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-12 {
    margin-left: 50% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-13 {
    margin-left: 54.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-14 {
    margin-left: 58.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-15 {
    margin-left: 62.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-16 {
    margin-left: 66.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-17 {
    margin-left: 70.83333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-18 {
    margin-left: 75% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-19 {
    margin-left: 79.16667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-20 {
    margin-left: 83.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-21 {
    margin-left: 87.5% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-22 {
    margin-left: 91.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-23 {
    margin-left: 95.83333% !important; }

  /* line 178, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 186, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 197, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  /* line 203, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  /* line 208, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto; } }
/* Progress Bar */
/* line 57, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #f6f6f6;
  height: 0.9375rem;
  border: 1px solid white;
  padding: 0.0625rem;
  margin-bottom: 0.3125rem; }
  /* line 61, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress .meter {
    background: #000000;
    height: 100%;
    display: block; }
  /* line 64, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.secondary .meter {
    background: #0d4a17;
    height: 100%;
    display: block; }
  /* line 65, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.success .meter {
    background: #8dcf55;
    height: 100%;
    display: block; }
  /* line 66, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  /* line 68, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.radius {
    border-radius: 4px; }
    /* line 69, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
    .progress.radius .meter {
      border-radius: 3px; }
  /* line 72, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.round {
    border-radius: 1000px; }
    /* line 73, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
    .progress.round .meter {
      border-radius: 999px; }

/* line 118, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #5de373;
  border-color: #42de5b;
  border-radius: 4px; }
  /* line 122, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
    color: #509c44; }
    /* line 68, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    /* line 70, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > * a {
      color: #509c44; }
    /* line 75, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      /* line 78, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      /* line 83, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    /* line 88, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *.unavailable {
      color: #999; }
      /* line 90, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable a {
        color: #999; }
      /* line 92, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    /* line 102, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:before {
      content: url("../../../../resources/images/pl/crumb_slash.png");
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    /* line 110, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* line 195, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333; }
  /* line 41, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    /* line 50, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      /* line 54, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    /* line 59, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    /* line 64, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  /* line 72, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    /* line 76, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  /* line 81, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.label-right > * label {
    display: inline-block; }
  /* line 84, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  /* line 88, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.vertical {
    height: 100%;
    width: auto; }
    /* line 92, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  /* line 111, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    /* line 117, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    /* line 122, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i {
      font-size: 1.875rem; }
    /* line 126, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  /* line 155, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > *:hover {
    background: #000000; }
  /* line 157, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * label {
    color: #fff; }
  /* line 159, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * i {
    color: #fff; }

/* line 210, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%; }
/* line 211, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item {
  width: auto; }
/* line 214, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%; }
/* line 215, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item {
  width: auto; }
/* line 218, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%; }
/* line 219, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item {
  width: auto; }
/* line 222, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%; }
/* line 223, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item {
  width: auto; }
/* line 226, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%; }
/* line 227, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item {
  width: auto; }

/* line 161, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  top: 0;
  left: 0; }

/* line 163, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #001e40;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 78.929em) {
    /* line 163, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 78.93em) {
    /* line 163, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog, .reveal-modal {
      left: 50%; } }
  /* line 84, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  /* line 88, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  /* line 89, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 78.93em) {
    /* line 163, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 78.93em) {
    /* line 163, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog, .reveal-modal {
      top: 160px; } }
  /* line 173, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer; }

/* line 176, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog[open] {
  display: block;
  visibility: visible; }

/* line 181, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog, .reveal-modal {
  padding: 1.875rem; }
  /* line 184, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.radius, .reveal-modal.radius {
    border-radius: 4px; }
  /* line 185, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.round, .reveal-modal.round {
    border-radius: 1000px; }
  /* line 187, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.collapse, .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 78.93em) {
    /* line 189, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 78.93em) {
    /* line 190, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 78.93em) {
    /* line 191, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 78.93em) {
    /* line 192, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 78.93em) {
    /* line 193, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

/* line 197, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog.full, .reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important; }
  @media only screen and (min-width: 78.93em) {
    /* line 197, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  /* line 210, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal {
    background: #fff !important; } }
/* line 49, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out; }
/* line 65, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input {
  display: none; }
  /* line 68, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
  div.switch input + label {
    margin-left: 0;
    margin-right: 0; }
/* line 75, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
/* line 87, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input:checked + label {
  background: #000000; }
/* line 91, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input:checked + label:after {
  left: 2.25rem; }
/* line 103, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label {
  width: 4rem;
  height: 2rem; }
/* line 107, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label:after {
  width: 1.5rem;
  height: 1.5rem; }
/* line 111, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input:checked + label:after {
  left: 2.25rem; }
/* line 131, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label {
  color: transparent;
  background: #ddd; }
/* line 136, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label:after {
  background: #fff; }
/* line 140, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input:checked + label {
  background: #000000; }
/* line 103, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.large label {
  width: 5rem;
  height: 2.5rem; }
/* line 107, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.large label:after {
  width: 2rem;
  height: 2rem; }
/* line 111, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.large input:checked + label:after {
  left: 2.75rem; }
/* line 103, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.small label {
  width: 3.5rem;
  height: 1.75rem; }
/* line 107, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem; }
/* line 111, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.small input:checked + label:after {
  left: 2rem; }
/* line 103, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.tiny label {
  width: 3rem;
  height: 1.5rem; }
/* line 107, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.tiny label:after {
  width: 1rem;
  height: 1rem; }
/* line 111, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.tiny input:checked + label:after {
  left: 1.75rem; }
/* line 203, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.radius label {
  border-radius: 4px; }
/* line 204, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.radius label:after {
  border-radius: 3px; }
/* line 208, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.round {
  border-radius: 1000px; }
  /* line 209, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
  div.switch.round label {
    border-radius: 2rem; }
  /* line 210, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
  div.switch.round label:after {
    border-radius: 2rem; }

/* line 149, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: inline-block;
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  /* line 104, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    /* line 110, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      background: none;
      border-radius: 4px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    /* line 122, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    /* line 51, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999; }
    /* line 55, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    /* line 68, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.current a, ul.pagination li.current button {
      background: #000000;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      /* line 74, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #000000; }
  /* line 136, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
/* line 155, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center; }
  /* line 136, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Tooltips */
/* line 38, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: 0;
  cursor: help;
  font-weight: normal;
  color: initial; }
  /* line 44, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .has-tip:hover, .has-tip:focus {
    border-bottom: 0;
    color: initial; }
  /* line 50, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

/* line 54, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #ffffff;
  background: #001e40; }
  /* line 68, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #001e40 transparent;
    top: -10px; }
    /* line 78, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  /* line 84, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.radius {
    border-radius: 4px; }
  /* line 87, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.round {
    border-radius: 1000px; }
    /* line 89, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
    .tooltip.round > .nub {
      left: 2rem; }
  /* line 94, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.opened {
    color: initial !important;
    border-bottom: 0 !important; }

/* line 100, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 78.93em) {
  /* line 109, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #001e40 transparent;
    top: -10px; }
  /* line 113, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #001e40 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  /* line 119, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  /* line 122, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #001e40;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  /* line 129, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #001e40 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/*==========================================================*/
/*						HTML & BODY							*/
/*==========================================================*/
/* line 17, ../../scss/_odds_base.scss */
body.loaded {
  color: #000000;
  font-family: Arial;
  background-color: #001e40;
  font-size: 12px; }
  @media screen and (max-width: 78.929em) {
    /* line 17, ../../scss/_odds_base.scss */
    body.loaded {
      font-size: 0.5rem; } }
  @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
    /* line 17, ../../scss/_odds_base.scss */
    body.loaded {
      font-size: 0.625rem; } }
  @media screen and (min-width: 95.625em) {
    /* line 17, ../../scss/_odds_base.scss */
    body.loaded {
      font-size: 0.6875rem; } }

/* line 33, ../../scss/_odds_base.scss */
body.loaded.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

/*==========================================================*/
/*						/HTML & BODY						*/
/*==========================================================*/
/*==========================================================*/
/*						GLOBAL-UTILS						*/
/*==========================================================*/
/* line 47, ../../scss/_odds_base.scss */
* {
  outline: none; }

/* line 51, ../../scss/_odds_base.scss */
hr {
  margin: 0.5em 0 1.5em 0;
  background-color: #e6e6e6;
  height: 1px;
  border: 0; }

/* line 58, ../../scss/_odds_base.scss */
.line, .line-with-margin {
  width: 100%;
  max-width: 100%; }

/* line 63, ../../scss/_odds_base.scss */
.line-with-margin {
  margin: 0.5em 0; }

/* line 68, ../../scss/_odds_base.scss */
.fit {
  width: 100%;
  height: 100%; }

/* line 73, ../../scss/_odds_base.scss */
.no-padding {
  padding: 0; }

/* line 77, ../../scss/_odds_base.scss */
.strong {
  font-weight: bold; }

/* line 81, ../../scss/_odds_base.scss */
.inline {
  display: inline-block; }

/* line 85, ../../scss/_odds_base.scss */
.table {
  display: table; }

/* line 89, ../../scss/_odds_base.scss */
.block {
  display: block; }

/* line 93, ../../scss/_odds_base.scss */
.oh {
  overflow: hidden; }

/* line 97, ../../scss/_odds_base.scss */
.force-hide {
  display: none !important; }

/* line 101, ../../scss/_odds_base.scss */
.center {
  text-align: center !important; }

/* line 105, ../../scss/_odds_base.scss */
.margin-center {
  margin-left: auto;
  margin-right: auto; }

/* line 110, ../../scss/_odds_base.scss */
.left {
  float: left; }

/* line 114, ../../scss/_odds_base.scss */
.right {
  float: right; }

/* line 118, ../../scss/_odds_base.scss */
.no-float {
  float: none; }

/* line 122, ../../scss/_odds_base.scss */
.clear {
  clear: both; }

/* line 126, ../../scss/_odds_base.scss */
.table-layout {
  table-layout: fixed;
  width: 100%; }

/* line 131, ../../scss/_odds_base.scss */
.pre {
  white-space: pre; }

/* line 135, ../../scss/_odds_base.scss */
.uppercase {
  text-transform: uppercase; }

/* line 139, ../../scss/_odds_base.scss */
.nonecase {
  text-transform: none !important; }

/* line 143, ../../scss/_odds_base.scss */
.udnerline {
  text-decoration: underline !important; }

/* line 147, ../../scss/_odds_base.scss */
.w100i {
  width: 100% !important; }

/* line 151, ../../scss/_odds_base.scss */
.ti05 {
  text-indent: 0.5em; }

/* line 155, ../../scss/_odds_base.scss */
.ti1 {
  text-indent: 1em; }

/* line 159, ../../scss/_odds_base.scss */
.tl {
  text-align: left; }

/* line 163, ../../scss/_odds_base.scss */
.tr {
  text-align: right; }

/* line 167, ../../scss/_odds_base.scss */
.va-t {
  vertical-align: top; }

/* line 171, ../../scss/_odds_base.scss */
.bb0 {
  border-bottom: 0 !important; }

/* line 175, ../../scss/_odds_base.scss */
.bb1 {
  border-bottom: 1px solid #dbdbdb !important; }

/* line 179, ../../scss/_odds_base.scss */
.br0 {
  border-right: 0 !important; }

/* line 183, ../../scss/_odds_base.scss */
.br1 {
  border-right: 1px solid #dbdbdb !important; }

/* line 187, ../../scss/_odds_base.scss */
.bl0 {
  border-left: 0 !important; }

/* line 191, ../../scss/_odds_base.scss */
.bl1 {
  border-left: 1px solid #dbdbdb !important; }

/* line 195, ../../scss/_odds_base.scss */
.m0 {
  margin: 0; }

/* line 199, ../../scss/_odds_base.scss */
.ml1 {
  margin-left: 1em; }

/* line 203, ../../scss/_odds_base.scss */
.mr1 {
  margin-right: 1em; }

/* line 207, ../../scss/_odds_base.scss */
.f100 {
  float: left;
  width: 100%; }

/* line 212, ../../scss/_odds_base.scss */
.c-fit {
  /* 	padding-bottom: rem-calc(5000px);
  	margin-bottom: rem-calc(-5000px); */ }

/* line 217, ../../scss/_odds_base.scss */
.c-img {
  background-image: url("../../../../resources/images/pl/r_column.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-position: 100% 0; }

/* line 223, ../../scss/_odds_base.scss */
.last-border-right {
  border-right: 1px solid #dbdbdb; }

/* line 227, ../../scss/_odds_base.scss */
.pointer {
  cursor: pointer !important; }

/* line 231, ../../scss/_odds_base.scss */
.no-pointer {
  cursor: default !important; }

/* line 235, ../../scss/_odds_base.scss */
.padding5 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

/* line 240, ../../scss/_odds_base.scss */
.h25 {
  height: 25px; }

/* line 244, ../../scss/_odds_base.scss */
.icon {
  display: inline-block;
  vertical-align: middle; }

/* line 249, ../../scss/_odds_base.scss */
.icon.icon-calendar {
  background: url("../../../../resources/images/pl/calendar.png") no-repeat 0 0;
  width: 17px;
  height: 17px; }

/* line 255, ../../scss/_odds_base.scss */
.icon.icon-time {
  background: url("../../../../resources/images/pl/time.png") no-repeat 0 0;
  width: 13px;
  height: 16px; }

/* line 261, ../../scss/_odds_base.scss */
.icon.icon-television {
  background: url("../../../../resources/images/pl/television.png") no-repeat 0 0;
  width: 15px;
  height: 17px; }

/* line 267, ../../scss/_odds_base.scss */
.icon.icon-stats {
  background: url("../../../../resources/images/pl/stats.png") no-repeat 0 0;
  width: 10px;
  height: 10px; }

/* line 272, ../../scss/_odds_base.scss */
.icon.icon--1 {
  -webkit-mask-image: url("../../../../resources/live/-1.svg");
  mask-image: url("../../../../resources/live/-1.svg"); }

/* line 276, ../../scss/_odds_base.scss */
.icon.icon-0 {
  -webkit-mask-image: url("../../../../resources/live/0.svg");
  mask-image: url("../../../../resources/live/0.svg"); }

/* line 280, ../../scss/_odds_base.scss */
.icon.icon-1 {
  -webkit-mask-image: url("../../../../resources/live/1.svg");
  mask-image: url("../../../../resources/live/1.svg"); }

/* line 284, ../../scss/_odds_base.scss */
.icon.icon-2 {
  -webkit-mask-image: url("../../../../resources/live/2.svg");
  mask-image: url("../../../../resources/live/2.svg"); }

/* line 288, ../../scss/_odds_base.scss */
.icon.icon-3 {
  -webkit-mask-image: url("../../../../resources/live/3.svg");
  mask-image: url("../../../../resources/live/3.svg"); }

/* line 292, ../../scss/_odds_base.scss */
.icon.icon-4 {
  -webkit-mask-image: url("../../../../resources/live/4.svg");
  mask-image: url("../../../../resources/live/4.svg"); }

/* line 296, ../../scss/_odds_base.scss */
.icon.icon-5 {
  -webkit-mask-image: url("../../../../resources/live/5.svg");
  mask-image: url("../../../../resources/live/5.svg"); }

/* line 300, ../../scss/_odds_base.scss */
.icon.icon-6 {
  -webkit-mask-image: url("../../../../resources/live/6.svg");
  mask-image: url("../../../../resources/live/6.svg"); }

/* line 304, ../../scss/_odds_base.scss */
.icon.icon-7 {
  -webkit-mask-image: url("../../../../resources/live/7.svg");
  mask-image: url("../../../../resources/live/7.svg"); }

/* line 308, ../../scss/_odds_base.scss */
.icon.icon-9 {
  -webkit-mask-image: url("../../../../resources/live/9.svg");
  mask-image: url("../../../../resources/live/9.svg"); }

/* line 312, ../../scss/_odds_base.scss */
.icon.icon-10 {
  -webkit-mask-image: url("../../../../resources/live/10.svg");
  mask-image: url("../../../../resources/live/10.svg"); }

/* line 316, ../../scss/_odds_base.scss */
.icon.icon-11 {
  -webkit-mask-image: url("../../../../resources/live/11.svg");
  mask-image: url("../../../../resources/live/11.svg"); }

/* line 320, ../../scss/_odds_base.scss */
.icon.icon-12 {
  -webkit-mask-image: url("../../../../resources/live/12.svg");
  mask-image: url("../../../../resources/live/12.svg"); }

/* line 324, ../../scss/_odds_base.scss */
.icon.icon-14 {
  -webkit-mask-image: url("../../../../resources/live/14.svg");
  mask-image: url("../../../../resources/live/14.svg"); }

/* line 328, ../../scss/_odds_base.scss */
.icon.icon-15 {
  -webkit-mask-image: url("../../../../resources/live/15.svg");
  mask-image: url("../../../../resources/live/15.svg"); }

/* line 332, ../../scss/_odds_base.scss */
.icon.icon-16 {
  -webkit-mask-image: url("../../../../resources/live/16.svg");
  mask-image: url("../../../../resources/live/16.svg"); }

/* line 336, ../../scss/_odds_base.scss */
.icon.icon-17 {
  -webkit-mask-image: url("../../../../resources/live/17.svg");
  mask-image: url("../../../../resources/live/17.svg"); }

/* line 340, ../../scss/_odds_base.scss */
.icon.icon-18 {
  -webkit-mask-image: url("../../../../resources/live/18.svg");
  mask-image: url("../../../../resources/live/18.svg"); }

/* line 344, ../../scss/_odds_base.scss */
.icon.icon-19 {
  -webkit-mask-image: url("../../../../resources/live/19.svg");
  mask-image: url("../../../../resources/live/19.svg"); }

/* line 348, ../../scss/_odds_base.scss */
.icon.icon-20 {
  -webkit-mask-image: url("../../../../resources/live/20.svg");
  mask-image: url("../../../../resources/live/20.svg"); }

/* line 352, ../../scss/_odds_base.scss */
.icon.icon-21 {
  -webkit-mask-image: url("../../../../resources/live/21.svg");
  mask-image: url("../../../../resources/live/21.svg"); }

/* line 356, ../../scss/_odds_base.scss */
.icon.icon-22 {
  -webkit-mask-image: url("../../../../resources/live/22.svg");
  mask-image: url("../../../../resources/live/22.svg"); }

/* line 360, ../../scss/_odds_base.scss */
.icon.icon-23 {
  -webkit-mask-image: url("https://www.iforbet.pl/resources/live/23.svg");
  mask-image: url("https://www.iforbet.pl/resources/live/23.svg"); }

/* line 364, ../../scss/_odds_base.scss */
.icon.icon-26 {
  -webkit-mask-image: url("../../../../resources/live/26.svg");
  mask-image: url("../../../../resources/live/26.svg"); }

/* line 368, ../../scss/_odds_base.scss */
.icon.icon-28 {
  -webkit-mask-image: url("../../../../resources/live/28.svg");
  mask-image: url("../../../../resources/live/28.svg"); }

/* line 372, ../../scss/_odds_base.scss */
.icon.icon-29 {
  -webkit-mask-image: url("../../../../resources/live/29.svg");
  mask-image: url("../../../../resources/live/29.svg"); }

/* line 376, ../../scss/_odds_base.scss */
.icon.icon-31 {
  -webkit-mask-image: url("../../../../resources/live/31.svg");
  mask-image: url("../../../../resources/live/31.svg"); }

/* line 380, ../../scss/_odds_base.scss */
.icon.icon-32 {
  -webkit-mask-image: url("../../../../resources/live/32.svg");
  mask-image: url("../../../../resources/live/32.svg"); }

/* line 384, ../../scss/_odds_base.scss */
.icon.icon-34 {
  -webkit-mask-image: url("../../../../resources/live/34.svg");
  mask-image: url("../../../../resources/live/34.svg"); }

/* line 388, ../../scss/_odds_base.scss */
.icon.icon-37 {
  -webkit-mask-image: url("../../../../resources/live/37.svg");
  mask-image: url("../../../../resources/live/37.svg"); }

/* line 392, ../../scss/_odds_base.scss */
.icon.icon-40 {
  -webkit-mask-image: url("../../../../resources/live/40.svg");
  mask-image: url("../../../../resources/live/40.svg"); }

/* line 396, ../../scss/_odds_base.scss */
.icon.icon-41 {
  -webkit-mask-image: url("../../../../resources/live/41.svg");
  mask-image: url("../../../../resources/live/41.svg"); }

/* line 401, ../../scss/_odds_base.scss */
.icon.icon-44 {
  -webkit-mask-image: url("../../../../resources/live/44.svg");
  mask-image: url("../../../../resources/live/44.svg"); }

/* line 405, ../../scss/_odds_base.scss */
.icon.icon-50 {
  -webkit-mask-image: url("../../../../resources/live/50.svg");
  mask-image: url("../../../../resources/live/50.svg"); }

/* line 409, ../../scss/_odds_base.scss */
.icon.icon-60 {
  -webkit-mask-image: url("../../../../resources/live/60.svg");
  mask-image: url("../../../../resources/live/60.svg"); }

/* line 413, ../../scss/_odds_base.scss */
.icon.icon-70 {
  -webkit-mask-image: url("../../../../resources/live/70.svg");
  mask-image: url("../../../../resources/live/70.svg"); }

/* line 417, ../../scss/_odds_base.scss */
.icon.icon-71 {
  -webkit-mask-image: url("../../../../resources/live/71.svg");
  mask-image: url("../../../../resources/live/71.svg"); }

/* line 421, ../../scss/_odds_base.scss */
.icon.icon-72 {
  -webkit-mask-image: url("../../../../resources/live/72.svg");
  mask-image: url("../../../../resources/live/72.svg"); }

/* line 425, ../../scss/_odds_base.scss */
.icon.icon-73 {
  -webkit-mask-image: url("../../../../resources/live/73.svg");
  mask-image: url("../../../../resources/live/73.svg"); }

/* line 429, ../../scss/_odds_base.scss */
.icon.icon-75 {
  -webkit-mask-image: url("../../../../resources/live/75.svg");
  mask-image: url("../../../../resources/live/75.svg"); }

/* line 433, ../../scss/_odds_base.scss */
.icon.icon-2388 {
  -webkit-mask-image: url("../../../../resources/live/2388.svg");
  mask-image: url("../../../../resources/live/2388.svg"); }

/* line 437, ../../scss/_odds_base.scss */
.icon.icon-8077 {
  -webkit-mask-image: url("../../../../resources/live/8077.svg");
  mask-image: url("../../../../resources/live/8077.svg"); }

/* line 441, ../../scss/_odds_base.scss */
.icon.icon-7289 {
  -webkit-mask-image: url("../../../../resources/live/7289.svg");
  mask-image: url("../../../../resources/live/7289.svg"); }

/* line 445, ../../scss/_odds_base.scss */
.icon.icon-12680 {
  -webkit-mask-image: url("../../../../resources/live/12680.svg");
  mask-image: url("../../../../resources/live/12680.svg"); }

/* line 449, ../../scss/_odds_base.scss */
.icon.icon-12943 {
  -webkit-mask-image: url("../../../../resources/live/12943.svg");
  mask-image: url("../../../../resources/live/12943.svg"); }

/* line 453, ../../scss/_odds_base.scss */
.icon.icon-14617 {
  -webkit-mask-image: url("../../../../resources/live/14617.svg");
  mask-image: url("../../../../resources/live/14617.svg"); }

/* line 457, ../../scss/_odds_base.scss */
.icon.icon-21997 {
  -webkit-mask-image: url("../../../../resources/live/21997.svg");
  mask-image: url("../../../../resources/live/21997.svg"); }

/* line 461, ../../scss/_odds_base.scss */
.icon.icon-23237 {
  -webkit-mask-image: url("../../../../resources/live/23237.svg");
  mask-image: url("../../../../resources/live/23237.svg"); }

/* line 465, ../../scss/_odds_base.scss */
.icon.icon-23254 {
  -webkit-mask-image: url("../../../../resources/live/23254.svg");
  mask-image: url("../../../../resources/live/23254.svg"); }

/* line 469, ../../scss/_odds_base.scss */
.icon.icon-23745 {
  -webkit-mask-image: url("../../../../resources/live/23745.svg");
  mask-image: url("../../../../resources/live/23745.svg"); }

/* line 473, ../../scss/_odds_base.scss */
.icon.icon-26789 {
  -webkit-mask-image: url("../../../../resources/live/26789.svg");
  mask-image: url("../../../../resources/live/26789.svg"); }

/* line 477, ../../scss/_odds_base.scss */
.has-tip {
  border-bottom: 0;
  cursor: help;
  font-weight: normal;
  color: initial; }

/* line 483, ../../scss/_odds_base.scss */
.has-tip:hover,
.has-tip:focus {
  border-bottom: 0;
  color: initial; }

/* line 488, ../../scss/_odds_base.scss */
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important; }

@media screen and (min-width: 78.93em) {
  /* line 493, ../../scss/_odds_base.scss */
  .small-only {
    display: none; } }

@media screen and (min-width: 95.625em) {
  /* line 499, ../../scss/_odds_base.scss */
  .small-and-medium-only {
    display: none; } }

@media screen and (max-width: 78.929em) {
  /* line 505, ../../scss/_odds_base.scss */
  .medium-and-large-only {
    display: none; } }

@media screen and (max-width: 95.624em) {
  /* line 511, ../../scss/_odds_base.scss */
  .large-only {
    display: none; } }

/* line 517, ../../scss/_odds_base.scss */
.has-tip {
  border-bottom: 0;
  cursor: help;
  font-weight: normal;
  color: initial; }

/* line 524, ../../scss/_odds_base.scss */
.mandatory {
  color: #b3b3b3; }

/* line 527, ../../scss/_odds_base.scss */
.spinner-wrap {
  position: absolute; }
  /* line 529, ../../scss/_odds_base.scss */
  .spinner-wrap .spinner {
    margin: auto; }

/* line 533, ../../scss/_odds_base.scss */
.simple-button {
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 1em;
  background-color: #75b64e;
  cursor: pointer; }

/* line 542, ../../scss/_odds_base.scss */
.std-button-common, .std-button-rounded, #bet-slip #bet-slip-form #bs-combinations-wrap .label, .input-with-button-on-right .button, #my-account .main .section .row .std-upload-file {
  color: #ffffff;
  background-color: #75b64e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#75b64e), to(#75b64e));
  background-image: -webkit-linear-gradient(top, #75b64e, #75b64e);
  background-image: -moz-linear-gradient(top, #75b64e, #75b64e);
  background-image: -ms-linear-gradient(top, #75b64e, #75b64e);
  background-image: -o-linear-gradient(top, #75b64e, #75b64e);
  background-image: linear-gradient(top, #75b64e, #75b64e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#75b64e', EndColorStr='#75b64e');
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #61973f;
  border-top: 3px solid #75b64e;
  background-image: none; }
  /* line 123, ../../scss/_mixins.scss */
  .std-button-common:hover, .std-button-rounded:hover, #bet-slip #bet-slip-form #bs-combinations-wrap .label:hover, .input-with-button-on-right .button:hover, #my-account .main .section .row .std-upload-file:hover {
    background-color: #75b64e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#75b64e), to(#75b64e));
    background-image: -webkit-linear-gradient(top, #75b64e, #75b64e);
    background-image: -moz-linear-gradient(top, #75b64e, #75b64e);
    background-image: -ms-linear-gradient(top, #75b64e, #75b64e);
    background-image: -o-linear-gradient(top, #75b64e, #75b64e);
    background-image: linear-gradient(top, #75b64e, #75b64e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#75b64e', EndColorStr='#75b64e'); }
  /* line 133, ../../scss/_mixins.scss */
  .std-button-common:active, .std-button-rounded:active, #bet-slip #bet-slip-form #bs-combinations-wrap .label:active, .input-with-button-on-right .button:active, #my-account .main .section .row .std-upload-file:active {
    background-color: #75b64e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#75b64e), to(#75b64e));
    background-image: -webkit-linear-gradient(top, #75b64e, #75b64e);
    background-image: -moz-linear-gradient(top, #75b64e, #75b64e);
    background-image: -ms-linear-gradient(top, #75b64e, #75b64e);
    background-image: -o-linear-gradient(top, #75b64e, #75b64e);
    background-image: linear-gradient(top, #75b64e, #75b64e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#75b64e', EndColorStr='#75b64e'); }

/* line 549, ../../scss/_odds_base.scss */
.std-button-rounded, #bet-slip #bet-slip-form #bs-combinations-wrap .label {
  border-radius: 4px;
  line-height: 1.625rem;
  padding: 0 1em; }
  /* line 554, ../../scss/_odds_base.scss */
  .std-button-rounded:hover, #bet-slip #bet-slip-form #bs-combinations-wrap .label:hover {
    border-top: 3px solid #61973f !important;
    border-bottom: 3px solid #75b64e !important; }

/* line 559, ../../scss/_odds_base.scss */
.std-button-flat {
  color: #ffffff;
  background-color: #1b6a28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6a28), to(flat-button-bg-to-color));
  background-image: -webkit-linear-gradient(top, #1b6a28, flat-button-bg-to-color);
  background-image: -moz-linear-gradient(top, #1b6a28, flat-button-bg-to-color);
  background-image: -ms-linear-gradient(top, #1b6a28, flat-button-bg-to-color);
  background-image: -o-linear-gradient(top, #1b6a28, flat-button-bg-to-color);
  background-image: linear-gradient(top, #1b6a28, flat-button-bg-to-color);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#1b6a28', EndColorStr='flat-button-bg-to-color');
  border: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-box-shadow: 0.1em 0.1em 2px 0 #3b3b3b;
  -moz-box-shadow: 0.1em 0.1em 2px 0 #3b3b3b;
  box-shadow: 0.1em 0.1em 2px 0 #3b3b3b; }
  /* line 564, ../../scss/_odds_base.scss */
  .std-button-flat:hover {
    -webkit-box-shadow: 0.2em 0.2em 3px 0 #3b3b3b;
    -moz-box-shadow: 0.2em 0.2em 3px 0 #3b3b3b;
    box-shadow: 0.2em 0.2em 3px 0 #3b3b3b;
    text-shadow: 1px 1px 0 #000000; }
  /* line 568, ../../scss/_odds_base.scss */
  .std-button-flat:active {
    -webkit-box-shadow: 0.3em 0.3em 4px 0 #3b3b3b;
    -moz-box-shadow: 0.3em 0.3em 4px 0 #3b3b3b;
    box-shadow: 0.3em 0.3em 4px 0 #3b3b3b; }

/* line 573, ../../scss/_odds_base.scss */
.std-button-cancel {
  color: #333333;
  background-color: #d3d3d3;
  border: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
  padding: 0 0.25em;
  font-weight: bold;
  text-transform: uppercase; }
  /* line 580, ../../scss/_odds_base.scss */
  .std-button-cancel:hover, .std-button-cancel:active {
    background-color: #b2b2b2; }

/* line 584, ../../scss/_odds_base.scss */
.std-button-confirm, .tab-menu .print-button, .tab-menu-right .print-button {
  color: #ffffff;
  background-color: #003980;
  border: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
  padding: 0 1em;
  line-height: 1.625rem;
  border-bottom: 3px solid #00285d;
  border-top: 3px solid #003980; }
  /* line 123, ../../scss/_mixins.scss */
  .std-button-confirm:hover, .tab-menu .print-button:hover, .tab-menu-right .print-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#003980));
    background-image: -webkit-linear-gradient(top, , #003980);
    background-image: -moz-linear-gradient(top, , #003980);
    background-image: -ms-linear-gradient(top, , #003980);
    background-image: -o-linear-gradient(top, , #003980);
    background-image: linear-gradient(top, , #003980);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#003980'); }
  /* line 133, ../../scss/_mixins.scss */
  .std-button-confirm:active, .tab-menu .print-button:active, .tab-menu-right .print-button:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#003980));
    background-image: -webkit-linear-gradient(top, , #003980);
    background-image: -moz-linear-gradient(top, , #003980);
    background-image: -ms-linear-gradient(top, , #003980);
    background-image: -o-linear-gradient(top, , #003980);
    background-image: linear-gradient(top, , #003980);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#003980'); }
  /* line 592, ../../scss/_odds_base.scss */
  .std-button-confirm:hover, .tab-menu .print-button:hover, .tab-menu-right .print-button:hover {
    border-top: 3px solid #00285d !important;
    border-bottom: 3px solid #003980 !important; }
  /* line 596, ../../scss/_odds_base.scss */
  .std-button-confirm:disabled, .tab-menu .print-button:disabled, .tab-menu-right .print-button:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }

/* line 600, ../../scss/_odds_base.scss */
.std-button-confirm2 {
  color: #ffffff;
  background-color: #75b64e;
  border: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  height: 1.75rem;
  line-height: 1.375rem;
  border-bottom: 3px solid #61973f;
  border-top: 3px solid #75b64e; }
  /* line 123, ../../scss/_mixins.scss */
  .std-button-confirm2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#75b64e));
    background-image: -webkit-linear-gradient(top, , #75b64e);
    background-image: -moz-linear-gradient(top, , #75b64e);
    background-image: -ms-linear-gradient(top, , #75b64e);
    background-image: -o-linear-gradient(top, , #75b64e);
    background-image: linear-gradient(top, , #75b64e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#75b64e'); }
  /* line 133, ../../scss/_mixins.scss */
  .std-button-confirm2:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#75b64e));
    background-image: -webkit-linear-gradient(top, , #75b64e);
    background-image: -moz-linear-gradient(top, , #75b64e);
    background-image: -ms-linear-gradient(top, , #75b64e);
    background-image: -o-linear-gradient(top, , #75b64e);
    background-image: linear-gradient(top, , #75b64e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#75b64e'); }
  /* line 608, ../../scss/_odds_base.scss */
  .std-button-confirm2:hover {
    border-top: 3px solid #61973f !important;
    border-bottom: 3px solid #75b64e !important; }
  /* line 612, ../../scss/_odds_base.scss */
  .std-button-confirm2:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }

/* line 617, ../../scss/_odds_base.scss */
.std-button-confirm-ok {
  color: #ffffff;
  background-color: #003980;
  border: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
  padding: 0 1em 0 3em;
  line-height: 1.625rem;
  border-bottom: 3px solid #00285d;
  border-top: 3px solid #003980;
  background-image: url("../../../../resources/images/pl/ok-img2.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 10% 50%;
  text-transform: uppercase; }
  /* line 123, ../../scss/_mixins.scss */
  .std-button-confirm-ok:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#003980));
    background-image: -webkit-linear-gradient(top, , #003980);
    background-image: -moz-linear-gradient(top, , #003980);
    background-image: -ms-linear-gradient(top, , #003980);
    background-image: -o-linear-gradient(top, , #003980);
    background-image: linear-gradient(top, , #003980);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#003980'); }
  /* line 133, ../../scss/_mixins.scss */
  .std-button-confirm-ok:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#003980));
    background-image: -webkit-linear-gradient(top, , #003980);
    background-image: -moz-linear-gradient(top, , #003980);
    background-image: -ms-linear-gradient(top, , #003980);
    background-image: -o-linear-gradient(top, , #003980);
    background-image: linear-gradient(top, , #003980);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#003980'); }
  /* line 625, ../../scss/_odds_base.scss */
  .std-button-confirm-ok:hover {
    border-top: 3px solid #00285d !important;
    border-bottom: 3px solid #003980 !important; }
  /* line 629, ../../scss/_odds_base.scss */
  .std-button-confirm-ok:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }

/* line 639, ../../scss/_odds_base.scss */
.inline-buttons .button {
  display: inline; }

/* line 436, ../../scss/_mixins.scss */
.std-scrollbar .viewport {
  overflow: hidden;
  position: relative; }
/* line 440, ../../scss/_mixins.scss */
.std-scrollbar .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0; }
/* line 448, ../../scss/_mixins.scss */
.std-scrollbar .scrollbar {
  position: relative;
  float: right; }
/* line 452, ../../scss/_mixins.scss */
.std-scrollbar .track {
  background-color: #FFF;
  height: 100%;
  width: 9px;
  position: relative;
  border-right: 1px solid #e1e1e1;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  cursor: pointer; }
/* line 462, ../../scss/_mixins.scss */
.std-scrollbar .thumb {
  background-color: #aeaeae;
  height: 20px;
  width: 5px;
  margin-left: 1px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  border-radius: 4px; }
/* line 473, ../../scss/_mixins.scss */
.std-scrollbar .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 5px; }
/* line 478, ../../scss/_mixins.scss */
.std-scrollbar .disable {
  display: none; }

/* line 68, ../../scss/_mixins.scss */
.label-with-input .label {
  display: inline-block;
  color: #565555; }
/* line 72, ../../scss/_mixins.scss */
.label-with-input .input {
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #dcdcdc;
  border-radius: 4px; }
/* line 78, ../../scss/_mixins.scss */
.label-with-input .error {
  border: 1px solid #ff7b7b; }
/* line 81, ../../scss/_mixins.scss */
.label-with-input .ok {
  border: 1px solid #75b64e; }
/* line 84, ../../scss/_mixins.scss */
.label-with-input span {
  border: 0 !important;
  color: #565555; }
/* line 649, ../../scss/_odds_base.scss */
.label-with-input .label {
  display: inline-block; }
/* line 652, ../../scss/_odds_base.scss */
.label-with-input .input {
  padding: 0 0.25em;
  line-height: 2em;
  height: 2em; }
  /* line 91, ../../scss/_mixins.scss */
  .label-with-input .input::-webkit-input-placeholder {
    color: #999999; }
  /* line 94, ../../scss/_mixins.scss */
  .label-with-input .input:-moz-placeholder {
    color: #999999; }
  /* line 97, ../../scss/_mixins.scss */
  .label-with-input .input::-moz-placeholder {
    color: #999999; }
  /* line 100, ../../scss/_mixins.scss */
  .label-with-input .input:-ms-input-placeholder {
    color: #999999; }
/* line 659, ../../scss/_odds_base.scss */
.label-with-input .error {
  color: #f04124;
  font-size: 0.8em;
  margin-left: 1em; }

/* line 68, ../../scss/_mixins.scss */
.label-with-input-inline .label {
  display: inline-block;
  color: #565555; }
/* line 72, ../../scss/_mixins.scss */
.label-with-input-inline .input {
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #dcdcdc;
  border-radius: 4px; }
/* line 78, ../../scss/_mixins.scss */
.label-with-input-inline .error {
  border: 1px solid #ff7b7b; }
/* line 81, ../../scss/_mixins.scss */
.label-with-input-inline .ok {
  border: 1px solid #75b64e; }
/* line 84, ../../scss/_mixins.scss */
.label-with-input-inline span {
  border: 0 !important;
  color: #565555; }
/* line 671, ../../scss/_odds_base.scss */
.label-with-input-inline .input {
  width: 27.25rem;
  padding: 0 0.5em;
  line-height: 1.875rem;
  height: 1.875rem; }
  /* line 91, ../../scss/_mixins.scss */
  .label-with-input-inline .input::-webkit-input-placeholder {
    color: #999999; }
  /* line 94, ../../scss/_mixins.scss */
  .label-with-input-inline .input:-moz-placeholder {
    color: #999999; }
  /* line 97, ../../scss/_mixins.scss */
  .label-with-input-inline .input::-moz-placeholder {
    color: #999999; }
  /* line 100, ../../scss/_mixins.scss */
  .label-with-input-inline .input:-ms-input-placeholder {
    color: #999999; }
/* line 679, ../../scss/_odds_base.scss */
.label-with-input-inline .error span {
  padding: 0;
  color: #f04124;
  font-size: 0.8em; }

/* line 687, ../../scss/_odds_base.scss */
.checkbox-with-label {
  color: #565555 !important; }
  /* line 378, ../../scss/_mixins.scss */
  .checkbox-with-label .box {
    position: relative;
    display: inline-block; }
    /* line 381, ../../scss/_mixins.scss */
    .checkbox-with-label .box label {
      cursor: pointer;
      position: absolute;
      width: 1.55em;
      height: 1.55em;
      top: 0;
      left: 0;
      border: 1px solid #e0e0e0;
      background-color: #FFF; }
      /* line 390, ../../scss/_mixins.scss */
      .checkbox-with-label .box label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        content: '';
        position: absolute;
        width: 0.8525em;
        height: 0.5425em;
        background: transparent;
        top: 0.3875em;
        left: 0.31em;
        border: 0.2325em solid #75B64E;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 404, ../../scss/_mixins.scss */
      .checkbox-with-label .box label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3; }
    /* line 408, ../../scss/_mixins.scss */
    .checkbox-with-label .box input[type=checkbox] {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position: relative;
      z-index: 99;
      width: 1.55em;
      height: 1.55em;
      margin-right: 1.55em;
      cursor: pointer; }
    /* line 417, ../../scss/_mixins.scss */
    .checkbox-with-label .box input[type=checkbox]:hover + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      border-color: #cccccc; }
    /* line 421, ../../scss/_mixins.scss */
    .checkbox-with-label .box input[type=checkbox]:checked + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  /* line 425, ../../scss/_mixins.scss */
  .checkbox-with-label .label {
    display: inline;
    position: relative;
    top: -0.275em; }
  /* line 691, ../../scss/_odds_base.scss */
  .checkbox-with-label .a:LINK, .checkbox-with-label a:ACTIVE, .checkbox-with-label a:HOVER, .checkbox-with-label a:VISITED {
    text-decoration: none;
    color: #75b64e; }

/* line 698, ../../scss/_odds_base.scss */
.radio-buttons td {
  display: block; }

/* line 703, ../../scss/_odds_base.scss */
.std-input, .std-input-inline, .input-with-button-on-right .input {
  color: #565555;
  background-color: #FFF;
  border: 1px solid #dbdbdb;
  padding: 0 0.5em;
  border-radius: 4px;
  line-height: 1.875rem;
  height: 1.875rem; }
  /* line 91, ../../scss/_mixins.scss */
  .std-input::-webkit-input-placeholder, .std-input-inline::-webkit-input-placeholder, .input-with-button-on-right .input::-webkit-input-placeholder {
    color: #999999; }
  /* line 94, ../../scss/_mixins.scss */
  .std-input:-moz-placeholder, .std-input-inline:-moz-placeholder, .input-with-button-on-right .input:-moz-placeholder {
    color: #999999; }
  /* line 97, ../../scss/_mixins.scss */
  .std-input::-moz-placeholder, .std-input-inline::-moz-placeholder, .input-with-button-on-right .input::-moz-placeholder {
    color: #999999; }
  /* line 100, ../../scss/_mixins.scss */
  .std-input:-ms-input-placeholder, .std-input-inline:-ms-input-placeholder, .input-with-button-on-right .input:-ms-input-placeholder {
    color: #999999; }

/* line 714, ../../scss/_odds_base.scss */
.std-input-inline, .input-with-button-on-right .input {
  display: inline-block; }

/* line 719, ../../scss/_odds_base.scss */
.custom-input {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #cdcdcd;
  padding: 0 0.25em;
  border-radius: 4px;
  line-height: 2em;
  height: 2em;
  width: 10em; }
  /* line 91, ../../scss/_mixins.scss */
  .custom-input::-webkit-input-placeholder {
    color: #d9d9d9; }
  /* line 94, ../../scss/_mixins.scss */
  .custom-input:-moz-placeholder {
    color: #d9d9d9; }
  /* line 97, ../../scss/_mixins.scss */
  .custom-input::-moz-placeholder {
    color: #d9d9d9; }
  /* line 100, ../../scss/_mixins.scss */
  .custom-input:-ms-input-placeholder {
    color: #d9d9d9; }

/* line 731, ../../scss/_odds_base.scss */
.link-menu {
  display: inline-block;
  height: 3.75rem;
  text-align: right;
  line-height: 3.75rem;
  overflow: hidden; }
  /* line 737, ../../scss/_odds_base.scss */
  .link-menu .link {
    display: inline-block;
    color: inherit;
    padding: 0 1em; }
    /* line 741, ../../scss/_odds_base.scss */
    .link-menu .link:hover {
      background-color: #012956; }
    /* line 744, ../../scss/_odds_base.scss */
    .link-menu .link:active {
      background-color: #012956; }
    @media screen and (max-width: 78.929em) {
      /* line 737, ../../scss/_odds_base.scss */
      .link-menu .link {
        padding: 0 0.25em;
        font-size: 0.625rem !important; } }
    @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
      /* line 737, ../../scss/_odds_base.scss */
      .link-menu .link {
        padding: 0 0.5em;
        font-size: 0.6875rem !important; } }
    @media screen and (min-width: 95.625em) {
      /* line 737, ../../scss/_odds_base.scss */
      .link-menu .link {
        font-size: 0.75rem !important; } }

/* line 761, ../../scss/_odds_base.scss */
.link, input.link {
  text-decoration: none;
  cursor: pointer; }
  /* line 764, ../../scss/_odds_base.scss */
  .link:hover {
    text-decoration: none; }
  /* line 767, ../../scss/_odds_base.scss */
  .link:active {
    text-decoration: none; }

/* line 772, ../../scss/_odds_base.scss */
input.link {
  background: none;
  border: 0; }

/* line 778, ../../scss/_odds_base.scss */
.error {
  color: #f04124 !important;
  padding: 0 0.5em; }

/* line 783, ../../scss/_odds_base.scss */
.info {
  color: #75B64E;
  font-weight: bold;
  padding: 0 0.5em; }

/* line 789, ../../scss/_odds_base.scss */
.info-box {
  background-color: #FFCBCB;
  border: 1px solid #FF7777;
  border-radius: 5px;
  margin: 10px auto;
  text-align: center;
  padding: 20px; }
  /* line 796, ../../scss/_odds_base.scss */
  .info-box span {
    color: #B33E3E; }

/* line 801, ../../scss/_odds_base.scss */
.warning {
  color: #d90f0f;
  padding: 0 0.5em; }

/* line 806, ../../scss/_odds_base.scss */
.success {
  color: #8dcf55;
  font-weight: bold;
  padding: 0 0.5em; }

/* line 812, ../../scss/_odds_base.scss */
.relative {
  position: relative; }

/* line 816, ../../scss/_odds_base.scss */
.label-with-button-on-left {
  border: 1px solid #ffffff;
  background-color: inherit;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: left; }
  /* line 206, ../../scss/_mixins.scss */
  .label-with-button-on-left .label {
    display: inline-block;
    height: 100%;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ffffff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  /* line 225, ../../scss/_mixins.scss */
  .label-with-button-on-left .button {
    display: inline-block;
    color: #000000;
    height: 100%;
    background-color: #001e40;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    /* line 247, ../../scss/_mixins.scss */
    .label-with-button-on-left .button:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#001e40));
      background-image: -webkit-linear-gradient(top, , #001e40);
      background-image: -moz-linear-gradient(top, , #001e40);
      background-image: -ms-linear-gradient(top, , #001e40);
      background-image: -o-linear-gradient(top, , #001e40);
      background-image: linear-gradient(top, , #001e40);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#001e40'); }
    /* line 257, ../../scss/_mixins.scss */
    .label-with-button-on-left .button:active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#001e40));
      background-image: -webkit-linear-gradient(top, , #001e40);
      background-image: -moz-linear-gradient(top, , #001e40);
      background-image: -ms-linear-gradient(top, , #001e40);
      background-image: -o-linear-gradient(top, , #001e40);
      background-image: linear-gradient(top, , #001e40);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#001e40'); }

/* line 822, ../../scss/_odds_base.scss */
.label-with-button-on-right {
  border: 1px solid #ffffff;
  background-color: inherit;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: right; }
  /* line 206, ../../scss/_mixins.scss */
  .label-with-button-on-right .label {
    display: inline-block;
    height: 100%;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  /* line 225, ../../scss/_mixins.scss */
  .label-with-button-on-right .button {
    display: inline-block;
    color: #000000;
    height: 100%;
    background-color: #001e40;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    float: right;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    /* line 247, ../../scss/_mixins.scss */
    .label-with-button-on-right .button:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#001e40));
      background-image: -webkit-linear-gradient(top, , #001e40);
      background-image: -moz-linear-gradient(top, , #001e40);
      background-image: -ms-linear-gradient(top, , #001e40);
      background-image: -o-linear-gradient(top, , #001e40);
      background-image: linear-gradient(top, , #001e40);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#001e40'); }
    /* line 257, ../../scss/_mixins.scss */
    .label-with-button-on-right .button:active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#001e40));
      background-image: -webkit-linear-gradient(top, , #001e40);
      background-image: -moz-linear-gradient(top, , #001e40);
      background-image: -ms-linear-gradient(top, , #001e40);
      background-image: -o-linear-gradient(top, , #001e40);
      background-image: linear-gradient(top, , #001e40);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#001e40'); }

/* line 828, ../../scss/_odds_base.scss */
.input-with-button-on-right {
  height: 2em; }
  /* line 830, ../../scss/_odds_base.scss */
  .input-with-button-on-right .input {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 2em;
    box-shadow: none; }
  /* line 839, ../../scss/_odds_base.scss */
  .input-with-button-on-right .button {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 2em; }

/* line 847, ../../scss/_odds_base.scss */
.breadcrumbs {
  height: 3rem;
  background-color: #003c7f;
  border-radius: 0;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0;
  padding-left: 1em;
  margin-top: 1em; }
  /* line 857, ../../scss/_odds_base.scss */
  .breadcrumbs .link {
    text-transform: none;
    color: #FFF;
    line-height: 3rem; }
    /* line 861, ../../scss/_odds_base.scss */
    .breadcrumbs .link:hover, .breadcrumbs .link:active {
      text-decoration: underline; }
  /* line 865, ../../scss/_odds_base.scss */
  .breadcrumbs:first-of-type {
    margin-top: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* line 871, ../../scss/_odds_base.scss */
.market-type-panel {
  float: left;
  width: 100%;
  font-size: 0.75rem;
  color: #FFF;
  border-radius: 4px;
  overflow: hidden; }
  /* line 878, ../../scss/_odds_base.scss */
  .market-type-panel .top-menu {
    float: left;
    width: 100%;
    background-color: #75b64e;
    color: #fff;
    min-height: 2.438rem;
    -moz-box-shadow: inset 0 -1px 0 0 #619641;
    -webkit-box-shadow: inset 0 -1px 0 0 #619641;
    box-shadow: inset 0 -1px 0 0 #619641; }
    /* line 887, ../../scss/_odds_base.scss */
    .market-type-panel .top-menu ul {
      margin: 0;
      padding: 0;
      min-height: 2.438rem; }
      /* line 891, ../../scss/_odds_base.scss */
      .market-type-panel .top-menu ul .tab {
        display: inline-block;
        height: 2.438rem;
        line-height: 2.5rem;
        padding: 0 2em;
        text-align: center;
        font-size: 11px;
        text-transform: uppercase;
        border-right: 1px solid #619641;
        border-bottom: 1px solid #619641;
        cursor: pointer; }
        /* line 902, ../../scss/_odds_base.scss */
        .market-type-panel .top-menu ul .tab:hover, .market-type-panel .top-menu ul .tab:active, .market-type-panel .top-menu ul .tab.active {
          background-color: #68a245; }
  /* line 908, ../../scss/_odds_base.scss */
  .market-type-panel .top-menu-filter {
    float: left;
    width: 100%;
    background-color: #6aa347;
    height: 1.875rem;
    text-align: center; }
  /* line 915, ../../scss/_odds_base.scss */
  .market-type-panel .sub-menu {
    float: left;
    width: 100%;
    margin-bottom: 1.25rem; }
    /* line 919, ../../scss/_odds_base.scss */
    .market-type-panel .sub-menu ul {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left;
      margin: 0;
      padding: 0;
      background-color: #FFF;
      border: 1px solid #dcdcdc;
      border-top: 0; }
      /* line 926, ../../scss/_odds_base.scss */
      .market-type-panel .sub-menu ul .tab {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        padding-left: 2.125rem;
        position: relative;
        display: inline-block;
        height: 2.25rem;
        line-height: 2.25rem;
        background-color: #FFF;
        color: #565555;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer; }
        /* line 939, ../../scss/_odds_base.scss */
        .market-type-panel .sub-menu ul .tab.active {
          background-color: #fafafa; }
    /* line 944, ../../scss/_odds_base.scss */
    .market-type-panel .sub-menu .hidden {
      visibility: hidden;
      display: none !important; }
  /* line 949, ../../scss/_odds_base.scss */
  .market-type-panel .more, .market-type-panel .less {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #FFF; }
    /* line 954, ../../scss/_odds_base.scss */
    .market-type-panel .more .arrow, .market-type-panel .less .arrow {
      display: block;
      width: 64px;
      height: 21px;
      border: 1px solid #e0e0e0;
      border-top: none;
      margin: 0 auto;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      background-color: #f9f8f8;
      cursor: pointer;
      background-image: url("../../../../resources/images/pl/events-filters-arrow-down.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 971, ../../scss/_odds_base.scss */
    .market-type-panel .more .rotated, .market-type-panel .less .rotated {
      -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      border-bottom: 0;
      border-top: 1px solid #e0e0e0;
      border-radius: 0;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  /* line 988, ../../scss/_odds_base.scss */
  .market-type-panel input[type=checkbox] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
    position: relative;
    z-index: 99;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.3125rem;
    cursor: pointer; }
  /* line 998, ../../scss/_odds_base.scss */
  .market-type-panel input[type=checkbox]:hover + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3; }
  /* line 1001, ../../scss/_odds_base.scss */
  .market-type-panel input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  /* line 1004, ../../scss/_odds_base.scss */
  .market-type-panel label {
    cursor: pointer;
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    top: 0.625rem;
    left: 0.625rem;
    border: 1px solid #619641;
    background-color: #FFF; }
    /* line 1013, ../../scss/_odds_base.scss */
    .market-type-panel label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      content: '';
      position: absolute;
      width: 0.5rem;
      height: 0.3125rem;
      background: transparent;
      top: 0.25rem;
      left: 0.1875rem;
      border: 3px solid #75B64E;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 1027, ../../scss/_odds_base.scss */
    .market-type-panel label:hover::after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=30);
      -moz-opacity: 0.3;
      -khtml-opacity: 0.3;
      opacity: 0.3; }

/* line 1032, ../../scss/_odds_base.scss */
.download-pdf-icon {
  height: 3em;
  width: 3em; }

/* line 1036, ../../scss/_odds_base.scss */
.drop-down-input {
  display: inline-block;
  cursor: pointer;
  max-width: 65%; }
  /* line 287, ../../scss/_mixins.scss */
  .drop-down-input .sb-dropdown-select .sb-dropdown-inputValue {
    cursor: pointer;
    padding-right: 20px;
    font-size: 0.75rem;
    border-radius: 4px; }
  /* line 300, ../../scss/_mixins.scss */
  .drop-down-input .sb-dropdown-options-list {
    z-index: 99999;
    position: absolute;
    left: -99999px;
    color: #000000;
    background-color: #FFF;
    text-indent: 0.5em;
    max-width: 27.3125rem;
    border: 1px solid #DCDCDC;
    border-radius: 4px; }
    /* line 316, ../../scss/_mixins.scss */
    .drop-down-input .sb-dropdown-options-list .viewport .overview {
      padding: 0px;
      width: 100%;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0; }
      /* line 321, ../../scss/_mixins.scss */
      .drop-down-input .sb-dropdown-options-list .viewport .overview li {
        list-style-type: none;
        height: 2em;
        line-height: 2em; }
        /* line 325, ../../scss/_mixins.scss */
        .drop-down-input .sb-dropdown-options-list .viewport .overview li:hover, .drop-down-input .sb-dropdown-options-list .viewport .overview li:active, .drop-down-input .sb-dropdown-options-list .viewport .overview li.active {
          background: none;
          background-color: #f3f3f3;
          color: #78b852;
          border-top: 1px solid #dbdbdb;
          border-bottom: 1px solid #dbdbdb; }
    /* line 335, ../../scss/_mixins.scss */
    .drop-down-input .sb-dropdown-options-list .sb-dropdown-option {
      border-radius: 4px; }
      /* line 345, ../../scss/_mixins.scss */
      .drop-down-input .sb-dropdown-options-list .sb-dropdown-option:hover {
        background-color: #F3F3F3; }
  /* line 351, ../../scss/_mixins.scss */
  .drop-down-input .sb-dropdown-inputValue {
    background-image: url("../../../../resources/images/pl/dropdown2-icon.png");
    background-repeat: no-repeat;
    background-position: 100% 50%; }
  /* line 357, ../../scss/_mixins.scss */
  .drop-down-input else .sb-dropdown-icon {
    height: 23px;
    width: 21px;
    position: relative;
    z-index: 20;
    margin-top: -23px;
    float: right;
    padding: 6px 2px; }
    /* line 365, ../../scss/_mixins.scss */
    .drop-down-input else .sb-dropdown-icon .arrow {
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid; }

/* line 1042, ../../scss/_odds_base.scss */
.outcome, .outcomeWithName, .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0 {
  display: inline-block;
  min-width: 2.75rem;
  margin: 0;
  cursor: pointer;
  border-left: 1px solid #e0e0e0 !important;
  font-weight: normal;
  font-size: 0.75rem;
  color: #565555;
  text-align: center;
  background-color: #FFF; }
  /* line 1053, ../../scss/_odds_base.scss */
  .outcome.extended, .extended.outcomeWithName, .std-event-panel .event-panel .games .extended.full-event-button, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .extended.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .extended.more0 {
    background-color: #001e40;
    color: #000000;
    border-left: 1px solid #cdcdcd;
    padding-left: 0.25em;
    padding-right: 0.25em;
    text-align: left; }
    /* line 1060, ../../scss/_odds_base.scss */
    .outcome.extended .odds, .extended.outcomeWithName .odds, .std-event-panel .event-panel .games .extended.full-event-button .odds, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .extended.more .odds, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .extended.more0 .odds {
      float: right; }
  /* line 1064, ../../scss/_odds_base.scss */
  .outcome:hover, .outcomeWithName:hover, .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .outcome:active, .outcomeWithName:active, .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .outcome.active, .active.outcomeWithName, .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0 {
    background-color: #75b64e;
    border: 1px solid #619641 !important;
    color: #FFF; }

/* line 1070, ../../scss/_odds_base.scss */
.outcome-width {
  display: inline-block;
  margin: 0;
  width: 2.75rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1078, ../../scss/_odds_base.scss */
.empty-outcome {
  background-color: #FFF;
  display: inline-block;
  margin: 0;
  width: 2.75rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default; }
  /* line 1087, ../../scss/_odds_base.scss */
  .empty-outcome:hover {
    background-color: #FFF;
    border: 0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #637EA7; }

/* line 1094, ../../scss/_odds_base.scss */
.outcomeWithName {
  min-width: 8.5em;
  margin: 0.5em auto; }

/* line 1100, ../../scss/_odds_base.scss */
.quick-bet-dropdown {
  position: absolute;
  left: -99999px;
  z-index: 92;
  max-height: 30em;
  max-width: 20em;
  overflow: auto;
  border: 1px solid #fff000;
  background-color: #001e40; }
  /* line 1109, ../../scss/_odds_base.scss */
  .quick-bet-dropdown .qb-outcomes-wrap {
    margin: 0 2em; }
    /* line 1111, ../../scss/_odds_base.scss */
    .quick-bet-dropdown .qb-outcomes-wrap .outcome, .quick-bet-dropdown .qb-outcomes-wrap .outcomeWithName, .quick-bet-dropdown .qb-outcomes-wrap .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .quick-bet-dropdown .qb-outcomes-wrap .full-event-button, .quick-bet-dropdown .qb-outcomes-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .quick-bet-dropdown .qb-outcomes-wrap .more, .quick-bet-dropdown .qb-outcomes-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .quick-bet-dropdown .qb-outcomes-wrap .more0 {
      width: 100%; }

/* line 1116, ../../scss/_odds_base.scss */
.qb-select {
  min-height: 1.75em;
  line-height: 1em; }

/* line 1120, ../../scss/_odds_base.scss */
a:LINK, a:ACTIVE, a:HOVER, a:VISITED {
  text-decoration: none;
  color: inherit; }

/* line 1125, ../../scss/_odds_base.scss */
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

/* line 1130, ../../scss/_odds_base.scss */
.p0 {
  padding: 0 !important; }

/* line 1134, ../../scss/_odds_base.scss */
.p1 {
  padding: 1em; }

/* line 1138, ../../scss/_odds_base.scss */
.pr0 {
  padding-right: 0; }

/* line 1142, ../../scss/_odds_base.scss */
.pr1 {
  padding-right: 1em; }

/* line 1146, ../../scss/_odds_base.scss */
.pr05 {
  padding-right: 0.5em; }

/* line 1150, ../../scss/_odds_base.scss */
.pl0 {
  padding-left: 0 !important; }

/* line 1154, ../../scss/_odds_base.scss */
.pl05 {
  padding-left: 0.5em; }

/* line 1158, ../../scss/_odds_base.scss */
.pt05 {
  padding-top: 0.5em; }

/* line 1162, ../../scss/_odds_base.scss */
.pt1 {
  padding-top: 1em; }

/* line 1166, ../../scss/_odds_base.scss */
.pt2 {
  padding-top: 2em; }

/* line 1170, ../../scss/_odds_base.scss */
.pl1 {
  padding-left: 1em; }

/* line 1174, ../../scss/_odds_base.scss */
.pl15 {
  padding-left: 1.5em; }

/* line 1178, ../../scss/_odds_base.scss */
.pb1 {
  padding-bottom: 1em; }

/* line 1182, ../../scss/_odds_base.scss */
.p2 {
  padding: 2em; }

/* line 1186, ../../scss/_odds_base.scss */
.mt05 {
  margin-top: 0.5em; }

/* line 1190, ../../scss/_odds_base.scss */
.mt1 {
  margin-top: 1em; }

/* line 1194, ../../scss/_odds_base.scss */
.mt2 {
  margin-top: 2em; }

/* line 1198, ../../scss/_odds_base.scss */
.mt3 {
  margin-top: 3em; }

/* line 1202, ../../scss/_odds_base.scss */
.mr05 {
  margin-right: 0.5em; }

/* line 1206, ../../scss/_odds_base.scss */
.ml05 {
  margin-left: 0.5em; }

/* line 1210, ../../scss/_odds_base.scss */
.mb05 {
  margin-bottom: 0.5em; }

/* line 1214, ../../scss/_odds_base.scss */
.mb1 {
  margin-bottom: 1em; }

/* line 1218, ../../scss/_odds_base.scss */
.mb1_5 {
  margin-bottom: 1.5em; }

/* line 1222, ../../scss/_odds_base.scss */
.mb2 {
  margin-bottom: 2em; }

/* line 1226, ../../scss/_odds_base.scss */
.mb3 {
  margin-bottom: 3em; }

/* line 1230, ../../scss/_odds_base.scss */
.mb5px {
  margin-bottom: 5px; }

/*==========================================================*/
/*						/GLOBAL-UTILS						*/
/*==========================================================*/
/*==========================================================*/
/*						COMMON-PANELS						*/
/*==========================================================*/
/* line 1242, ../../scss/_odds_base.scss */
.social-images {
  height: 3.125rem; }
  /* line 1244, ../../scss/_odds_base.scss */
  .social-images .icon-holder {
    border-left: 1px solid #619641;
    float: right; }
    /* line 1247, ../../scss/_odds_base.scss */
    .social-images .icon-holder:hover {
      background-color: #6aa347; }
    /* line 1250, ../../scss/_odds_base.scss */
    .social-images .icon-holder .icon {
      margin: 0;
      height: 26px;
      width: 26px;
      cursor: pointer;
      display: block;
      padding: 1.5625rem;
      background-size: inherit; }
      /* line 1258, ../../scss/_odds_base.scss */
      .social-images .icon-holder .icon.fb {
        background-image: url("../../../../resources/images/pl/header-tab-facebook.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 1261, ../../scss/_odds_base.scss */
      .social-images .icon-holder .icon.tw {
        background-image: url("../../../../resources/images/pl/header-tab-twitter.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
  /* line 1267, ../../scss/_odds_base.scss */
  .social-images:last-child:hover {
    border-top-right-radius: 4px; }

/* line 1273, ../../scss/_odds_base.scss */
.message-wrapper {
  margin-top: 0.5em; }
  /* line 1275, ../../scss/_odds_base.scss */
  .message-wrapper .close {
    color: #ffffff;
    position: absolute;
    right: 1.5em;
    padding-top: 1em;
    z-index: 1;
    font-weight: bold;
    cursor: pointer; }
    /* line 1283, ../../scss/_odds_base.scss */
    .message-wrapper .close:hover {
      color: #6aa347; }
  /* line 1287, ../../scss/_odds_base.scss */
  .message-wrapper .close-information {
    color: #0d4a17; }
    /* line 1289, ../../scss/_odds_base.scss */
    .message-wrapper .close-information:hover {
      color: #003c7f; }
  /* line 1293, ../../scss/_odds_base.scss */
  .message-wrapper .completed {
    background-color: #75B64E;
    color: #FFF;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em; }
    /* line 1299, ../../scss/_odds_base.scss */
    .message-wrapper .completed .top {
      font-weight: bold;
      color: #ffffff; }
  /* line 1304, ../../scss/_odds_base.scss */
  .message-wrapper .failure {
    background-color: #d34107;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #ffffff; }
  /* line 1310, ../../scss/_odds_base.scss */
  .message-wrapper .information {
    background-color: #75b64e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0d4a17;
    padding-top: 1em;
    padding-bottom: 1em; }

/* line 1322, ../../scss/_odds_base.scss */
.contact-us-panel .row .icon, .contact-us-footer .row .icon {
  height: 15px;
  width: 18px;
  background-image: url("https://www.iforbet.pl/resources/images/pl/icons_sprite_white.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 2px; }
  /* line 1328, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.telephone, .contact-us-footer .row .icon.telephone {
    background-position: 0 -14px; }
  /* line 1331, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.email, .contact-us-footer .row .icon.email {
    background-position: 0 -29px; }
  /* line 1334, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.wa, .contact-us-footer .row .icon.wa {
    background-position: 0 -44px; }
  /* line 1337, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.address, .contact-us-footer .row .icon.address {
    background-position: 0 -59px;
    height: 10px; }
  /* line 1341, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.tw, .contact-us-footer .row .icon.tw {
    background-position: 0 -68px; }
/* line 1345, ../../scss/_odds_base.scss */
.contact-us-panel .row:hover, .contact-us-footer .row:hover {
  color: #6aa347; }
  /* line 1347, ../../scss/_odds_base.scss */
  .contact-us-panel .row:hover .icon, .contact-us-footer .row:hover .icon {
    background-image: url("https://www.iforbet.pl/resources/images/pl/icons_sprite_yellow.png"); }
  /* line 1350, ../../scss/_odds_base.scss */
  .contact-us-panel .row:hover .text, .contact-us-footer .row:hover .text {
    border-left: 1px solid #fff000; }

/*==========================================================*/
/*						/COMMON-PANELS						*/
/*==========================================================*/
/*==========================================================*/
/*						MASTER-CONTAINER					*/
/*==========================================================*/
/* line 1364, ../../scss/_odds_base.scss */
div#master-container {
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 223px;
  max-width: 1530px;
  min-width: 980px; }
  @media screen and (max-width: 78.929em) {
    /* line 1364, ../../scss/_odds_base.scss */
    div#master-container {
      width: 100%;
      min-width: 980px; }
      /* line 1373, ../../scss/_odds_base.scss */
      div#master-container #scroll-to-slip {
        position: fixed;
        left: 5em;
        top: 5em;
        width: 6em;
        height: 6em;
        z-index: 40;
        color: #ffffff;
        line-height: 2em;
        padding: 1em;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 4px 2px #003c7f;
        -moz-box-shadow: 0 0 4px 2px #003c7f;
        box-shadow: 0 0 4px 2px #003c7f; }
        /* line 1389, ../../scss/_odds_base.scss */
        div#master-container #scroll-to-slip:hover {
          -webkit-box-shadow: 0 0 5px 3px #003c7f;
          -moz-box-shadow: 0 0 5px 3px #003c7f;
          box-shadow: 0 0 5px 3px #003c7f; }
        /* line 1392, ../../scss/_odds_base.scss */
        div#master-container #scroll-to-slip:active {
          -webkit-box-shadow: 0 0 6px 4px #003c7f;
          -moz-box-shadow: 0 0 6px 4px #003c7f;
          box-shadow: 0 0 6px 4px #003c7f; } }
  @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
    /* line 1364, ../../scss/_odds_base.scss */
    div#master-container {
      width: 100%; } }
  @media screen and (min-width: 95.625em) {
    /* line 1364, ../../scss/_odds_base.scss */
    div#master-container {
      width: 1530px; } }

/*==========================================================*/
/*						/MASTER-CONTAINER					*/
/*==========================================================*/
/*==========================================================*/
/*						MASTER-HEADER						*/
/*==========================================================*/
/* line 1411, ../../scss/_odds_base.scss */
#master-header {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* } */ }
  @media screen and (max-width: 78.929em) {
    /* line 1411, ../../scss/_odds_base.scss */
    #master-header {
      font-size: 0.75rem; } }
  @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
    /* line 1411, ../../scss/_odds_base.scss */
    #master-header {
      font-size: 0.875rem; } }
  @media screen and (min-width: 95.625em) {
    /* line 1411, ../../scss/_odds_base.scss */
    #master-header {
      font-size: 0.9375rem; } }
  /* line 1424, ../../scss/_odds_base.scss */
  #master-header div#header-top-left {
    max-height: 3.125rem; }
    /* line 1426, ../../scss/_odds_base.scss */
    #master-header div#header-top-left h1 {
      font-size: 16px;
      font-weight: bold;
      margin-top: 1.5625rem;
      text-transform: uppercase;
      width: 17.1875rem; }
      @media screen and (max-width: 78.929em) {
        /* line 1426, ../../scss/_odds_base.scss */
        #master-header div#header-top-left h1 {
          font-size: 0.6875rem !important;
          width: 11.875rem;
          margin-top: 1.5625rem; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 1426, ../../scss/_odds_base.scss */
        #master-header div#header-top-left h1 {
          font-size: 0.8125rem !important;
          width: 14.0625rem;
          margin-top: 1.625rem; } }
      @media screen and (min-width: 95.625em) {
        /* line 1426, ../../scss/_odds_base.scss */
        #master-header div#header-top-left h1 {
          font-size: 1rem !important;
          width: 17.1875rem; } }
    /* line 1447, ../../scss/_odds_base.scss */
    #master-header div#header-top-left h2 {
      font-size: 11px;
      font-weight: normal;
      line-height: 11px;
      margin-top: 0;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 78.929em) {
        /* line 1447, ../../scss/_odds_base.scss */
        #master-header div#header-top-left h2 {
          font-size: 0.5rem !important; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 1447, ../../scss/_odds_base.scss */
        #master-header div#header-top-left h2 {
          font-size: 0.5625rem !important; } }
      @media screen and (min-width: 95.625em) {
        /* line 1447, ../../scss/_odds_base.scss */
        #master-header div#header-top-left h2 {
          font-size: 0.6875rem !important; } }
  /* line 1465, ../../scss/_odds_base.scss */
  #master-header div#header-top-right {
    text-align: left; }
    /* line 1467, ../../scss/_odds_base.scss */
    #master-header div#header-top-right .link {
      font-size: 0.75rem; }
    /* line 1470, ../../scss/_odds_base.scss */
    #master-header div#header-top-right .link-menu span {
      font-size: 0.25rem;
      font-weight: bold;
      color: #75b64e;
      vertical-align: middle; }
    /* line 1476, ../../scss/_odds_base.scss */
    #master-header div#header-top-right .markable.active {
      background-color: #012956; }
    @media screen and (max-width: 78.929em) {
      /* line 1465, ../../scss/_odds_base.scss */
      #master-header div#header-top-right {
        max-width: 8.75rem; } }
  /* line 1484, ../../scss/_odds_base.scss */
  #master-header #header-middle {
    width: auto;
    margin: 0;
    max-width: none;
    z-index: 9;
    position: relative;
    color: #ffffff;
    max-height: 3.75rem; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header #header-middle:before, #master-header #header-middle:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header #header-middle:after {
      clear: both; }
    /* line 1490, ../../scss/_odds_base.scss */
    #master-header #header-middle #logo {
      min-height: 1.75rem;
      display: inline-block;
      height: 3.75rem;
      cursor: pointer;
      background-image: url("../../../../resources/images/pl/logo_id-201806.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 70%; }
      @media screen and (max-width: 78.929em) {
        /* line 1490, ../../scss/_odds_base.scss */
        #master-header #header-middle #logo {
          background-size: 60%; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 1490, ../../scss/_odds_base.scss */
        #master-header #header-middle #logo {
          background-size: 65%; } }
    /* line 1505, ../../scss/_odds_base.scss */
    #master-header #header-middle .login-area {
      float: right;
      min-height: 3.75rem;
      font-size: 0.75rem; }
      /* line 1509, ../../scss/_odds_base.scss */
      #master-header #header-middle .login-area input {
        margin: 1em 0.5em;
        height: 2.125rem; }
        /* line 91, ../../scss/_mixins.scss */
        #master-header #header-middle .login-area input::-webkit-input-placeholder {
          color: #bfbfbf; }
        /* line 94, ../../scss/_mixins.scss */
        #master-header #header-middle .login-area input:-moz-placeholder {
          color: #bfbfbf; }
        /* line 97, ../../scss/_mixins.scss */
        #master-header #header-middle .login-area input::-moz-placeholder {
          color: #bfbfbf; }
        /* line 100, ../../scss/_mixins.scss */
        #master-header #header-middle .login-area input:-ms-input-placeholder {
          color: #bfbfbf; }
        @media screen and (max-width: 78.929em) {
          /* line 1509, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area input {
            top: 0.625rem;
            font-size: 0.625rem !important; } }
        @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
          /* line 1509, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area input {
            top: 0.625rem;
            font-size: 0.6875rem !important; } }
        @media screen and (min-width: 95.625em) {
          /* line 1509, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area input {
            font-size: 0.75rem !important; } }
      /* line 1525, ../../scss/_odds_base.scss */
      #master-header #header-middle .login-area .custom-input {
        padding-left: 0.625rem; }
        @media screen and (max-width: 78.929em) {
          /* line 1525, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area .custom-input {
            top: 0.625rem;
            width: 7.1875rem; } }
        @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
          /* line 1525, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area .custom-input {
            top: 0.625rem;
            width: 7.8125rem; } }
        @media screen and (min-width: 95.625em) {
          /* line 1525, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area .custom-input {
            font-size: 0.75rem !important;
            width: 8.4375rem; } }
      /* line 1540, ../../scss/_odds_base.scss */
      #master-header #header-middle .login-area .header-error-message-panel {
        display: inline-block;
        position: relative; }
      /* line 1544, ../../scss/_odds_base.scss */
      #master-header #header-middle .login-area .header-error-message {
        position: absolute;
        left: 0;
        margin-top: 0.5em;
        background-color: #ffc0c0;
        border: 1px solid #ca7e7e;
        color: #a14343;
        width: 100%;
        z-index: -100;
        border-radius: 4px;
        padding: 2.4375rem 0.4375rem 0 0.4375rem;
        line-height: 1.5625rem; }
      /* line 1557, ../../scss/_odds_base.scss */
      #master-header #header-middle .login-area .header-forgotten-password {
        position: relative;
        top: 0.625rem;
        line-height: 0.875rem;
        max-width: 6.25rem;
        font-size: 0.75rem; }
        @media screen and (max-width: 78.929em) {
          /* line 1557, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area .header-forgotten-password {
            top: 0.625rem;
            max-width: 3.125rem; } }
        @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
          /* line 1557, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area .header-forgotten-password {
            font-size: 0.6875rem !important;
            max-width: 4.375rem; } }
        @media screen and (min-width: 95.625em) {
          /* line 1557, ../../scss/_odds_base.scss */
          #master-header #header-middle .login-area .header-forgotten-password {
            font-size: 0.75rem !important; } }
    /* line 1576, ../../scss/_odds_base.scss */
    #master-header #header-middle #main-message {
      position: absolute;
      top: 1em; }
      @media screen and (max-width: 78.929em) {
        /* line 1576, ../../scss/_odds_base.scss */
        #master-header #header-middle #main-message {
          top: 5em; } }
    /* line 1583, ../../scss/_odds_base.scss */
    #master-header #header-middle .user-area {
      min-height: 2.875rem;
      background-color: #FFFFFF;
      color: #565555;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      /* line 1589, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .user-area-panel {
        border-right: 1px solid #dbdbdb;
        height: 2.875rem;
        padding: 0.3125rem 0.3125rem; }
        /* line 1593, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .user-area-panel:last-of-type {
          border: 0; }
      /* line 1597, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .account-panel {
        position: relative;
        width: auto;
        min-width: 11.875rem; }
      /* line 1602, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .account-panel-rating {
        display: none;
        float: right;
        margin-top: 0.375rem;
        background-image: url("../../../../resources/images/pl/star.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        height: 0.625rem;
        width: 0.625rem; }
      /* line 1610, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .account-panel-avatar {
        height: 2.25rem;
        width: 2.25rem;
        background-image: url("../../../../resources/images/pl/user-avatar.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 4px;
        background-color: #003c7f; }
      /* line 1617, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .account-panel-user-name {
        position: absolute;
        top: 0.625rem;
        left: 3.1875rem;
        font-size: 0.6875rem;
        height: 0.6875rem;
        line-height: 0.6875rem;
        font-weight: bold;
        max-width: 70px;
        overflow: hidden; }
      /* line 1628, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .account-panel-container {
        position: absolute;
        top: 1.4375rem;
        left: 3.1875rem; }
        /* line 1632, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-panel-container .btn {
          border-radius: 2px;
          border: 1px solid #d9d7d7;
          background-color: #f9f8f8;
          color: #003c7f;
          text-transform: uppercase;
          font-size: 0.5625rem;
          padding: 0 0.3125rem;
          height: 1.0625rem;
          line-height: 1.0625rem; }
        /* line 1643, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-panel-container .logout-btn {
          font-size: 0.5625rem;
          color: #ed8686;
          text-transform: uppercase; }
        /* line 1648, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-panel-container span {
          font-size: 0.5rem;
          color: #dbdbdb;
          padding: 0 0.625rem 0 0.3125rem; }
      /* line 1654, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .private-message {
        width: auto;
        padding: 0; }
        /* line 1657, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .private-message .private-message-icon {
          height: 3.75rem;
          width: 100%;
          background-image: url("../../../../resources/images/pl/private-message-new.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
          /* line 1661, ../../scss/_odds_base.scss */
          #master-header #header-middle .user-area .private-message .private-message-icon:hover, #master-header #header-middle .user-area .private-message .private-message-icon:active, #master-header #header-middle .user-area .private-message .private-message-icon.active {
            background-color: #f9f8f8;
            border-bottom: 3px solid #dbdbdb; }
      /* line 1667, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .account-balance {
        width: auto;
        line-height: 0.625rem; }
        /* line 1670, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-balance .balance-text {
          color: #75b64e;
          font-size: 0.625rem;
          text-transform: uppercase;
          text-indent: 0.3125rem;
          margin-top: 0.375rem;
          margin-bottom: 0.3125rem; }
        /* line 1678, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-balance .reload-balance {
          background-image: url("../../../../resources/images/pl/reload_balance.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          width: 0.6875rem;
          height: 0.6875rem;
          margin-top: 0.3125rem;
          cursor: pointer; }
        /* line 1685, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-balance .rotate {
          -webkit-transition: 1s;
          -moz-transition: 1s;
          -ms-transition: 1s;
          -o-transition: 1s;
          transition: 1s;
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg); }
        /* line 1697, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-balance .balance-ammount {
          color: #565555;
          text-indent: 0.3125rem;
          font-size: 0.75rem; }
      /* line 1703, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .account-balance-bonus {
        width: auto;
        line-height: 0.625rem;
        cursor: pointer; }
        /* line 1707, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-balance-bonus .balance-text {
          font-size: 0.625rem;
          text-transform: uppercase;
          text-indent: 0.3125rem;
          margin-top: 0.375rem;
          margin-bottom: 0.3125rem; }
        /* line 1714, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .account-balance-bonus .bonus-size {
          color: #565555;
          text-indent: 0.3125rem;
          font-size: 0.75rem;
          text-align: center; }
      /* line 1721, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .payments {
        width: inherit;
        padding: 0.625rem 0.625rem;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.875rem;
        font-size: 0.8rem; }
        /* line 1729, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .payments .button {
          width: inherit;
          height: 1.75rem;
          line-height: 1.375rem;
          border-radius: 4px; }
      /* line 1736, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .logout {
        padding: 0;
        width: 1.875rem;
        background-image: url("../../../../resources/images/pl/logout.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
        /* line 1741, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .logout a {
          display: inline-block;
          width: 30px;
          height: 46px; }
  /* line 1751, ../../scss/_odds_base.scss */
  #master-header div#header-bottom {
    font-family: G-Roboto-n7, Arial !important;
    letter-spacing: 1px;
    width: auto;
    margin: 0;
    max-width: none;
    border-top-right-radius: 4px; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header div#header-bottom:before, #master-header div#header-bottom:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header div#header-bottom:after {
      clear: both; }
    /* line 1756, ../../scss/_odds_base.scss */
    #master-header div#header-bottom .header-tabs-panel {
      background-color: #75b64e;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      /* line 1764, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel ul {
        list-style: none;
        padding: 0;
        margin: 0; }
      /* line 1769, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel ul li {
        display: block;
        position: relative;
        float: left; }
      /* line 1774, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel li ul {
        display: none; }
      /* line 1777, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel ul li a {
        text-decoration: none;
        white-space: nowrap;
        color: #fff;
        text-transform: uppercase;
        height: 3.125rem;
        line-height: 1.5rem; }
      /* line 1785, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel li:hover > ul {
        display: block;
        position: absolute; }
      /* line 1789, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel li:hover li {
        float: none; }
      /* line 1792, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel .main-navigation li ul li {
        border-top: 0; }
      /* line 1793, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel ul:before,
      #master-header div#header-bottom .header-tabs-panel ul:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      /* line 1799, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel ul:after {
        clear: both; }
      /* line 1800, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel .main-navigation {
        font-weight: 700;
        border-bottom: 1px solid #619641;
        height: 50px; }
        /* line 1804, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .header-tabs-panel .main-navigation li {
          background: #75B54D; }
          /* line 1806, ../../scss/_odds_base.scss */
          #master-header div#header-bottom .header-tabs-panel .main-navigation li.main-navigation-button-red {
            background: #E01318; }
        /* line 1810, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .header-tabs-panel .main-navigation li a {
          display: block;
          padding-left: 1em;
          padding-right: 1em;
          line-height: 50px;
          border-right: 1px solid #619541; }
          @media screen and (max-width: 78.929em) {
            /* line 1810, ../../scss/_odds_base.scss */
            #master-header div#header-bottom .header-tabs-panel .main-navigation li a {
              padding-left: 0.5em;
              padding-right: 0.5em;
              font-size: 11px; } }
          @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
            /* line 1810, ../../scss/_odds_base.scss */
            #master-header div#header-bottom .header-tabs-panel .main-navigation li a {
              padding-left: 0.8em;
              padding-right: 0.8em; } }
        /* line 1826, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .header-tabs-panel .main-navigation li a.active {
          background: #619541; }
        /* line 1829, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .header-tabs-panel .main-navigation li:hover a {
          background: #619541; }
      /* line 1833, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel .sub-navigation {
        display: none;
        height: 40px;
        background: #F3F3F3;
        border-bottom: 1px solid #DFDFDF; }
        /* line 1838, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .header-tabs-panel .sub-navigation.active {
          display: block; }
        /* line 1841, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .header-tabs-panel .sub-navigation li a {
          height: 40px;
          line-height: 40px;
          margin-left: 1em;
          margin: 1em; }
        /* line 1847, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .header-tabs-panel .sub-navigation a {
          color: #001D3F;
          padding: 5px; }
        /* line 1851, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .header-tabs-panel .sub-navigation a.active, #master-header div#header-bottom .header-tabs-panel .sub-navigation a:hover {
          color: #FFF;
          background: #001D3F;
          padding: 5px;
          border-radius: 4px; }
      /* line 1858, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel .new-btn {
        background-image: url("../../../../resources/images/pl/new-btn.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 60px;
        height: 17px;
        top: -8px;
        left: calc(50% - 30px);
        z-index: 100; }
      /* line 1867, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel .bestseller-btn {
        background-image: url("../../../../resources/images/pl/bestseller.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 75px;
        height: 17px;
        top: -8px;
        left: calc(50% - 37.5px);
        z-index: 100; }
      /* line 1876, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel .football24h-btn {
        background-image: url("../../../../resources/images/pl/football24h.gif");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 128px;
        height: 17px;
        top: -8px;
        right: -64px;
        z-index: 100; }
      /* line 1885, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-tabs-panel .new-btn2 {
        background-image: url("../../../../resources/images/pl/new-btn2.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        position: absolute;
        width: 60px;
        height: 17px;
        top: -8px;
        left: calc(50% - 30px);
        z-index: 100; }
    /* line 1896, ../../scss/_odds_base.scss */
    #master-header div#header-bottom .header-navigation-panel {
      height: 3.125rem;
      line-height: 3.125rem;
      text-indent: 1em;
      overflow: hidden;
      background-color: #FFFFFF; }
      /* line 1902, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-navigation-panel span.header-navigation-main {
        color: #001e40;
        font-size: 0.75rem;
        font-weight: bold;
        padding-left: 1.5em;
        cursor: pointer; }
      /* line 1909, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-navigation-panel a {
        color: #747474;
        cursor: pointer; }
      /* line 1913, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-navigation-panel span {
        color: #747474;
        cursor: default; }
      /* line 1917, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .header-navigation-panel span.spacer {
        color: #75b64e;
        padding: 0 1em;
        cursor: default; }
    /* line 1923, ../../scss/_odds_base.scss */
    #master-header div#header-bottom div#header-tabs {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700; }
      /* line 1927, ../../scss/_odds_base.scss */
      #master-header div#header-bottom div#header-tabs div.tab {
        display: inline-block;
        cursor: pointer;
        height: 3.125rem;
        line-height: 3.125rem;
        padding: 0 1em;
        border: 1px solid #619641;
        border-left: 0;
        border-top: 0;
        font-size: 1rem; }
        /* line 1937, ../../scss/_odds_base.scss */
        #master-header div#header-bottom div#header-tabs div.tab:hover {
          background-color: #6aa347; }
        /* line 1940, ../../scss/_odds_base.scss */
        #master-header div#header-bottom div#header-tabs div.tab.active {
          background-color: #FFFFFF;
          color: #001e40;
          font-weight: bold;
          border-bottom: 1px solid #FFF; }
        @media screen and (max-width: 78.929em) {
          /* line 1927, ../../scss/_odds_base.scss */
          #master-header div#header-bottom div#header-tabs div.tab {
            font-size: 0.75rem !important;
            padding: 0 0.3em; } }
        @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
          /* line 1927, ../../scss/_odds_base.scss */
          #master-header div#header-bottom div#header-tabs div.tab {
            font-size: 0.875rem !important;
            padding: 0 0.7em; } }
      /* line 1957, ../../scss/_odds_base.scss */
      #master-header div#header-bottom div#header-tabs div.new {
        background-color: #EA192B; }
        /* line 1959, ../../scss/_odds_base.scss */
        #master-header div#header-bottom div#header-tabs div.new:hover {
          background-color: #CF1626; }
  /* line 1965, ../../scss/_odds_base.scss */
  #master-header .user-menu-dropdown {
    background-color: #FFFFFF;
    border-radius: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0.5em 0;
    z-index: 75 !important; }
    /* line 1973, ../../scss/_odds_base.scss */
    #master-header .user-menu-dropdown .item {
      border-top: 1px solid #ffffff;
      text-align: center;
      line-height: 3em;
      cursor: pointer; }
      /* line 1978, ../../scss/_odds_base.scss */
      #master-header .user-menu-dropdown .item a {
        display: block;
        width: 100%;
        height: 100%; }
      /* line 1983, ../../scss/_odds_base.scss */
      #master-header .user-menu-dropdown .item:first-of-type {
        border: 0; }
      /* line 1986, ../../scss/_odds_base.scss */
      #master-header .user-menu-dropdown .item:hover {
        background-color: #5faa35;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5faa35), to(#066916));
        background-image: -webkit-linear-gradient(top, #5faa35, #066916);
        background-image: -moz-linear-gradient(top, #5faa35, #066916);
        background-image: -ms-linear-gradient(top, #5faa35, #066916);
        background-image: -o-linear-gradient(top, #5faa35, #066916);
        background-image: linear-gradient(top, #5faa35, #066916);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5faa35', EndColorStr='#066916');
        color: #6aa347; }

/*==========================================================*/
/*						/MASTER-HEADER						*/
/*==========================================================*/
/* line 1997, ../../scss/_odds_base.scss */
main#start {
  background-color: #001e40;
  background-image: url("../../../../resources/images/pl/start-bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto;
  min-height: 100%;
  /*
  padding-bottom: $footer-height-px;	
  max-width: $init-width-px;
  min-width: $min-width-px;
  @media screen and (max-width: $small-max) {
  	width:100%;
  	min-width: $min-width-px;
  }
  @media screen and (min-width: $medium-min) and (max-width: $medium-max) {
  	width: 100%;
  }
  @media screen and (min-width: $large-min) {
  	width: $init-width-px;		
  } */ }
  /* line 2003, ../../scss/_odds_base.scss */
  main#start #send-mail-form {
    position: relative;
    max-width: 43.75rem;
    min-height: 62.5rem;
    margin-left: 50%; }
    /* line 2008, ../../scss/_odds_base.scss */
    main#start #send-mail-form .texts {
      position: absolute;
      top: 16%;
      width: 100%;
      text-align: center;
      color: #FFF;
      font-family: Roboto, Arial; }
      /* line 2015, ../../scss/_odds_base.scss */
      main#start #send-mail-form .texts span {
        float: left;
        width: 100%; }
      /* line 2019, ../../scss/_odds_base.scss */
      main#start #send-mail-form .texts input {
        background: transparent;
        border: 1px solid #3985c5;
        border-radius: 0;
        width: 400px;
        height: 60px;
        font-size: 20px;
        text-align: center; }
        /* line 91, ../../scss/_mixins.scss */
        main#start #send-mail-form .texts input::-webkit-input-placeholder {
          color: #FFF; }
        /* line 94, ../../scss/_mixins.scss */
        main#start #send-mail-form .texts input:-moz-placeholder {
          color: #FFF; }
        /* line 97, ../../scss/_mixins.scss */
        main#start #send-mail-form .texts input::-moz-placeholder {
          color: #FFF; }
        /* line 100, ../../scss/_mixins.scss */
        main#start #send-mail-form .texts input:-ms-input-placeholder {
          color: #FFF; }
      /* line 2029, ../../scss/_odds_base.scss */
      main#start #send-mail-form .texts .error {
        color: #6bbf60 !important; }

/*==========================================================*/
/*						MASTER-MAIN							*/
/*==========================================================*/
/* line 2053, ../../scss/_odds_base.scss */
main#master-main {
  min-height: 37.5rem;
  width: auto;
  margin: 0;
  max-width: none;
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 2em;
  width: auto;
  padding-top: 12px; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  main#master-main:before, main#master-main:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  main#master-main:after {
    clear: both; }
  /* line 2061, ../../scss/_odds_base.scss */
  main#master-main.padding0 {
    padding-top: 0px !important; }
  /* line 2065, ../../scss/_odds_base.scss */
  main#master-main .main-content {
    margin: 0 auto 0.5em auto;
    padding: 0 !important;
    border-radius: 4px; }
    @media screen and (max-width: 78.929em) {
      /* line 2065, ../../scss/_odds_base.scss */
      main#master-main .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left; } }
    @media screen and (min-width: 78.93em) {
      /* line 2065, ../../scss/_odds_base.scss */
      main#master-main .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left; } }
  /* line 2076, ../../scss/_odds_base.scss */
  main#master-main .main-content-no-side {
    margin: 0.5em auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding: 0 !important;
    border-radius: 4px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  /* line 2084, ../../scss/_odds_base.scss */
  main#master-main .sub-header {
    margin: 1.5em 0.5em; }

/*		ERROR		*/
/* line 2091, ../../scss/_odds_base.scss */
#error-wrap .error-header {
  background-color: #E41F10;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 3em; }

/*		/ERROR		*/
/*		MIDDLE BANNER		*/
/* line 2104, ../../scss/_odds_base.scss */
#middle-banner-form .slides-container {
  min-width: 100%; }
  /* line 2106, ../../scss/_odds_base.scss */
  #middle-banner-form .slides-container #middle-banner-wrap {
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
    position: relative;
    text-align: left; }
    /* line 2112, ../../scss/_odds_base.scss */
    #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table {
      background-color: transparent;
      width: 100%;
      height: 12.5rem; }
      /* line 2116, ../../scss/_odds_base.scss */
      #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide {
        margin: 0 auto;
        width: 100%;
        height: 12.5rem;
        float: left;
        display: inline-block;
        background-color: transparent; }
        /* line 2123, ../../scss/_odds_base.scss */
        #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell {
          cursor: pointer;
          width: 100%;
          height: 100%;
          padding: 0;
          float: left;
          display: inline-block; }
          /* line 2130, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .image-for-text {
            width: 40%;
            height: 100%;
            display: inline-block; }
          /* line 2135, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .text-content {
            width: 58%;
            height: 100%;
            display: inline-block;
            vertical-align: top; }
          /* line 2141, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .event-outcomes {
            text-align: center; }
          /* line 2144, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .banner-image {
            border-radius: 4px;
            width: 100%;
            height: 100%; }
          /* line 2149, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .outcomes-for-banner {
            text-align: center;
            position: relative;
            width: 80%;
            margin: 0 auto;
            height: 4em;
            top: -4em;
            line-height: 1em; }
          /* line 2158, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .title {
            color: #cf1f1f;
            font-weight: bold; }
          /* line 2162, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .text {
            margin-bottom: 1em; }
/* line 2170, ../../scss/_odds_base.scss */
#middle-banner-form .index {
  background-color: transparent;
  text-align: right;
  position: relative;
  height: 0; }
  /* line 2175, ../../scss/_odds_base.scss */
  #middle-banner-form .index .index-inner {
    position: absolute;
    right: 0.7em;
    top: -3em;
    padding: 0.5em;
    background-color: #003980;
    border-radius: 0.5rem; }
  /* line 2183, ../../scss/_odds_base.scss */
  #middle-banner-form .index .news-index {
    display: inline-block;
    z-index: 10; }
    /* line 2186, ../../scss/_odds_base.scss */
    #middle-banner-form .index .news-index .control {
      background-color: #FFFFFF;
      background-image: none;
      margin: 0 0.25em;
      width: 0.8em;
      height: 0.8em;
      top: 0.2em;
      display: block;
      cursor: pointer;
      border-radius: 1em;
      z-index: 10; }
      /* line 2197, ../../scss/_odds_base.scss */
      #middle-banner-form .index .news-index .control.active {
        width: 1em;
        height: 1em;
        background-color: #75b64e; }
/* line 2205, ../../scss/_odds_base.scss */
#middle-banner-form .navigation {
  display: inline;
  height: 0;
  position: relative;
  top: -8.25em; }
  /* line 2210, ../../scss/_odds_base.scss */
  #middle-banner-form .navigation .arrow-left {
    display: inline;
    cursor: pointer;
    float: left;
    height: 4em;
    width: 4em;
    height: 0; }
    /* line 544, ../../scss/_mixins.scss */
    #middle-banner-form .navigation .arrow-left .icon-arrow-wrap {
      display: inline-block;
      height: 4em;
      width: 4em;
      border-radius: 2em; }
      /* line 552, ../../scss/_mixins.scss */
      #middle-banner-form .navigation .arrow-left .icon-arrow-wrap .icon-arrow {
        display: block;
        height: 2em;
        width: 2em;
        border-top: 0.6em solid #001e40;
        border-right: 0.6em solid #001e40;
        position: relative;
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        transform: rotate(-130deg);
        top: 1em;
        margin-left: 1.2em; }
    /* line 2218, ../../scss/_odds_base.scss */
    #middle-banner-form .navigation .arrow-left .icon-arrow-wrap {
      display: inline; }
  /* line 2222, ../../scss/_odds_base.scss */
  #middle-banner-form .navigation .arrow-right {
    display: inline;
    cursor: pointer;
    float: right;
    height: 4em;
    width: 4em;
    height: 0; }
    /* line 544, ../../scss/_mixins.scss */
    #middle-banner-form .navigation .arrow-right .icon-arrow-wrap {
      display: inline-block;
      height: 4em;
      width: 4em;
      border-radius: 2em; }
      /* line 552, ../../scss/_mixins.scss */
      #middle-banner-form .navigation .arrow-right .icon-arrow-wrap .icon-arrow {
        display: block;
        height: 2em;
        width: 2em;
        border-top: 0.6em solid #001e40;
        border-right: 0.6em solid #001e40;
        position: relative;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1em;
        margin-left: 0.6em; }
    /* line 2230, ../../scss/_odds_base.scss */
    #middle-banner-form .navigation .arrow-right .icon-arrow-wrap {
      display: inline; }

/*		/MIDDLE BANNER		*/
/* HOME */
/* line 2241, ../../scss/_odds_base.scss */
.home-wrap #live-panels-wrap #live-events-container, .home-wrap #live-panels-wrap #live-events-container-overview {
  min-height: 150px;
  background-position: 50% 100%;
  background-image: url("../../../../resources/images/pl/loader.gif");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
  /* line 2244, ../../scss/_odds_base.scss */
  .home-wrap #live-panels-wrap #live-events-container .nav, .home-wrap #live-panels-wrap #live-events-container-overview .nav {
    height: auto; }
    /* line 2246, ../../scss/_odds_base.scss */
    .home-wrap #live-panels-wrap #live-events-container .nav div, .home-wrap #live-panels-wrap #live-events-container .nav input, .home-wrap #live-panels-wrap #live-events-container-overview .nav div, .home-wrap #live-panels-wrap #live-events-container-overview .nav input {
      border-bottom: 1px solid #619641; }
  /* line 2251, ../../scss/_odds_base.scss */
  .home-wrap #live-panels-wrap #live-events-container .event-panel-header, .home-wrap #live-panels-wrap #live-events-container-overview .event-panel-header {
    padding-right: 0; }
  /* line 2254, ../../scss/_odds_base.scss */
  .home-wrap #live-panels-wrap #live-events-container .events-group, .home-wrap #live-panels-wrap #live-events-container-overview .events-group {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px; }
/* line 2260, ../../scss/_odds_base.scss */
.home-wrap #live-panels-wrap #live-events-container-overview .event-panel-header {
  padding-right: 0; }
/* line 2264, ../../scss/_odds_base.scss */
.home-wrap #live-panels-wrap .event-name {
  /* border-left: 0; */ }
/* line 2267, ../../scss/_odds_base.scss */
.home-wrap #live-panels-wrap .live-event {
  border-left: 0; }

/* line 2273, ../../scss/_odds_base.scss */
.cat-live #live-events-container, .cat-live #live-events-container-overview {
  min-height: 0 !important;
  background: 0 !important; }
  /* line 2276, ../../scss/_odds_base.scss */
  .cat-live #live-events-container .events-group, .cat-live #live-events-container-overview .events-group {
    margin-bottom: 10px; }

/* /HOME */
/* NEWS */
/* line 2285, ../../scss/_odds_base.scss */
#news .content-header, #news .shops-overview .header, .shops-overview #news .header {
  margin-bottom: 1em; }
/* line 2288, ../../scss/_odds_base.scss */
#news .image-column {
  text-align: center; }
/* line 2291, ../../scss/_odds_base.scss */
#news .date-line {
  text-align: right;
  color: #b3b3b3; }
/* line 2295, ../../scss/_odds_base.scss */
#news .header-line {
  font-size: 120%; }
/* line 2298, ../../scss/_odds_base.scss */
#news .news-text {
  text-align: justify; }

/* line 2304, ../../scss/_odds_base.scss */
#news-overview .news-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background-color: #001e40;
  cursor: pointer;
  border: 1px solid #000000;
  border-top: 0;
  padding: 0.75em; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  #news-overview .news-row:before, #news-overview .news-row:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  #news-overview .news-row:after {
    clear: both; }
  /* line 2311, ../../scss/_odds_base.scss */
  #news-overview .news-row:nth-child(even) {
    background-color: #000d1c; }
  /* line 2314, ../../scss/_odds_base.scss */
  #news-overview .news-row:hover {
    background-color: black; }
  /* line 2317, ../../scss/_odds_base.scss */
  #news-overview .news-row .date {
    text-align: right; }

/* /NEWS */
/* CMS NEWS */
/* line 2328, ../../scss/_odds_base.scss */
.cms .news-container .news-row {
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 12px; }
  /* line 2332, ../../scss/_odds_base.scss */
  .cms .news-container .news-row .news-img {
    display: inline-block; }
    /* line 2334, ../../scss/_odds_base.scss */
    .cms .news-container .news-row .news-img img {
      border-radius: 4px;
      min-height: 111px;
      cursor: pointer; }
  /* line 2340, ../../scss/_odds_base.scss */
  .cms .news-container .news-row .news-right {
    min-height: 111px;
    position: relative; }
    /* line 2343, ../../scss/_odds_base.scss */
    .cms .news-container .news-row .news-right .news-title {
      color: #001E40;
      font-size: 20px;
      line-height: 20px;
      font-weight: bold;
      cursor: pointer; }
    /* line 2350, ../../scss/_odds_base.scss */
    .cms .news-container .news-row .news-right .news-description {
      overflow: hidden;
      height: 79px;
      color: #565555;
      margin: 20px 0;
      cursor: pointer; }
    /* line 2357, ../../scss/_odds_base.scss */
    .cms .news-container .news-row .news-right .news-date {
      position: absolute;
      bottom: -20px;
      left: 12px;
      color: #a3a3a3; }
/* line 2365, ../../scss/_odds_base.scss */
.cms .news-container :last-of-type {
  border-bottom: 0; }
/* line 2369, ../../scss/_odds_base.scss */
.cms .banner {
  display: block;
  margin: 20px auto 0 auto; }
/* line 2373, ../../scss/_odds_base.scss */
.cms .img {
  display: block;
  margin: 20px auto 0 auto; }
/* line 2377, ../../scss/_odds_base.scss */
.cms .title {
  color: #00183e;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px; }
/* line 2384, ../../scss/_odds_base.scss */
.cms .author {
  padding-left: 20px; }
  /* line 2386, ../../scss/_odds_base.scss */
  .cms .author .name {
    color: #213657; }
  /* line 2389, ../../scss/_odds_base.scss */
  .cms .author .date {
    color: #a3a3a3;
    text-indent: 5px; }
/* line 2394, ../../scss/_odds_base.scss */
.cms .text {
  padding: 0 20px;
  color: #787777;
  line-height: 20px; }
/* line 2399, ../../scss/_odds_base.scss */
.cms .odds-container {
  position: relative;
  width: 100%; }
  /* line 2402, ../../scss/_odds_base.scss */
  .cms .odds-container .team {
    background: #FFF;
    padding: 0 38px;
    max-height: 51px;
    overflow: hidden;
    border-top: 1px solid #C0D6EC; }
  /* line 2409, ../../scss/_odds_base.scss */
  .cms .odds-container .team h2 {
    font: 500 20px/49px 'Roboto', sans-serif;
    color: #003c7f;
    padding: 0;
    margin: 0; }
  /* line 2415, ../../scss/_odds_base.scss */
  .cms .odds-container .team + .team {
    border-left: 1px solid #C0D6EC;
    border-right: 1px solid #C0D6EC;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; }
  /* line 2422, ../../scss/_odds_base.scss */
  .cms .odds-container .team:first-child {
    border-left: 1px solid #C0D6EC;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  /* line 2428, ../../scss/_odds_base.scss */
  .cms .odds-container .vs {
    font-size: 20px;
    line-height: 15px;
    color: #76b551;
    height: 21px;
    width: 21px;
    border: 1px solid #C0D6EC;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 50%;
    margin: 0 0 0 -10px; }
  /* line 2445, ../../scss/_odds_base.scss */
  .cms .odds-container .category {
    font-size: 12px;
    color: #76b551;
    height: 21px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 50%;
    text-align: center; }
  /* line 2456, ../../scss/_odds_base.scss */
  .cms .odds-container .container-line {
    height: 2px;
    background-color: #75B54D; }

/* /CMS NEWS */
/* 			SHOPS 			*/
/* line 2466, ../../scss/_odds_base.scss */
.shops-overview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  .shops-overview:before, .shops-overview:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  .shops-overview:after {
    clear: both; }
  /* line 2468, ../../scss/_odds_base.scss */
  .shops-overview .header {
    margin-top: 0.5em; }
  /* line 2472, ../../scss/_odds_base.scss */
  .shops-overview .shop-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    background-color: #001e40;
    cursor: text;
    border: 1px solid #000000;
    border-top: 0;
    padding: 0.75em 0; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .shops-overview .shop-row:before, .shops-overview .shop-row:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .shops-overview .shop-row:after {
      clear: both; }
    /* line 2479, ../../scss/_odds_base.scss */
    .shops-overview .shop-row:nth-child(even) {
      background-color: #000d1c; }
    /* line 2482, ../../scss/_odds_base.scss */
    .shops-overview .shop-row .address {
      padding-left: 0; }
    /* line 2485, ../../scss/_odds_base.scss */
    .shops-overview .shop-row .phone {
      padding-right: 0; }

/* 			/SHOPS 			*/
/*					CATEGORY/EVENT/GAME VIEWS				*/
/* line 2493, ../../scss/_odds_base.scss */
.std-event-panel {
  line-height: 3em; }
  /* line 2496, ../../scss/_odds_base.scss */
  .std-event-panel .header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    color: #003c7f; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .header:before, .std-event-panel .header:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .header:after {
      clear: both; }
    /* line 2499, ../../scss/_odds_base.scss */
    .std-event-panel .header .top-row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      text-align: left;
      text-indent: 0.5em;
      font-weight: bold;
      font-size: 1rem; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .header .top-row:before, .std-event-panel .header .top-row:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .header .top-row:after {
        clear: both; }
      /* line 2505, ../../scss/_odds_base.scss */
      .std-event-panel .header .top-row h3 {
        font-size: 1rem;
        line-height: 1rem; }
    /* line 2510, ../../scss/_odds_base.scss */
    .std-event-panel .header .bottom-row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      background-color: #003c7f;
      color: #ffffff; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .header .bottom-row:before, .std-event-panel .header .bottom-row:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .header .bottom-row:after {
        clear: both; }
      /* line 2514, ../../scss/_odds_base.scss */
      .std-event-panel .header .bottom-row .left-column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left;
        padding: 0; }
        /* line 2517, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .left-column .time-header {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 16.66667%;
          float: left;
          padding: 0;
          text-align: center; }
        /* line 2522, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .left-column .event-name-header {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 83.33333%;
          float: left; }
        /* line 2525, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .left-column .event-category-header {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 100%;
          float: left;
          white-space: nowrap;
          overflow: hidden;
          padding-top: 0.25em; }
      /* line 2533, ../../scss/_odds_base.scss */
      .std-event-panel .header .bottom-row .names-column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.33333%;
        float: left;
        padding: 0; }
        /* line 2536, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .names-column .wrap {
          float: right; }
          /* line 2538, ../../scss/_odds_base.scss */
          .std-event-panel .header .bottom-row .names-column .wrap .outcome-name, .std-event-panel .header .bottom-row .names-column .wrap .more-games {
            display: inline-block;
            min-width: 3em;
            max-width: 3em;
            text-align: center;
            line-height: 1.25em; }
        /* line 2546, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .names-column .outcome-size-2 {
          width: 6em; }
        /* line 2549, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .names-column .outcome-size-3 {
          width: 9em; }
        /* line 2553, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .names-column .wrap .game-wrap {
          white-space: nowrap;
          overflow: hidden;
          text-align: center;
          line-height: 1em;
          float: left; }
          /* line 2559, ../../scss/_odds_base.scss */
          .std-event-panel .header .bottom-row .names-column .wrap .game-wrap:last-of-type {
            border-right: 1px solid rgba(232, 234, 232, 0.35); }
          /* line 2562, ../../scss/_odds_base.scss */
          .std-event-panel .header .bottom-row .names-column .wrap .game-wrap .game-name {
            line-height: 1.75em;
            min-height: 1.75em;
            border-left: 1px solid rgba(232, 234, 232, 0.35); }
          /* line 2567, ../../scss/_odds_base.scss */
          .std-event-panel .header .bottom-row .names-column .wrap .game-wrap .outcome-name {
            color: #bed1c1;
            text-transform: lowercase; }
            /* line 2570, ../../scss/_odds_base.scss */
            .std-event-panel .header .bottom-row .names-column .wrap .game-wrap .outcome-name.section {
              line-height: 1.75em;
              border-left: 1px solid rgba(232, 234, 232, 0.35); }
    /* line 2579, ../../scss/_odds_base.scss */
    .std-event-panel .header:first-of-type {
      margin-top: 0; }
  /* line 2584, ../../scss/_odds_base.scss */
  .std-event-panel .nav {
    background-color: #75b64e;
    min-height: 2.1875rem;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden; }
    /* line 2592, ../../scss/_odds_base.scss */
    .std-event-panel .nav .sports-menu input {
      border: 0;
      line-height: 3em; }
    /* line 2596, ../../scss/_odds_base.scss */
    .std-event-panel .nav .sports-menu.tabbed-menu {
      display: table; }
      /* line 2598, ../../scss/_odds_base.scss */
      .std-event-panel .nav .sports-menu.tabbed-menu div {
        display: table-cell; }
        /* line 2600, ../../scss/_odds_base.scss */
        .std-event-panel .nav .sports-menu.tabbed-menu div.active {
          display: inline-block;
          width: 100%; }
      /* line 2605, ../../scss/_odds_base.scss */
      .std-event-panel .nav .sports-menu.tabbed-menu .label {
        padding: 0 0.5em; }
    /* line 2609, ../../scss/_odds_base.scss */
    .std-event-panel .nav .sports-menu a {
      padding: 0 1em; }
    /* line 2612, ../../scss/_odds_base.scss */
    .std-event-panel .nav .sports-menu div, .std-event-panel .nav .sports-menu input {
      float: left;
      background-color: #75b64e;
      color: #FFF;
      border-right: 1px solid #619641;
      border-bottom: 1px solid #619641;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 11px;
      height: 2.4375rem;
      line-height: 2.4375rem;
      padding: 0 1em; }
      /* line 2624, ../../scss/_odds_base.scss */
      .std-event-panel .nav .sports-menu div:hover, .std-event-panel .nav .sports-menu div:active, .std-event-panel .nav .sports-menu div.active, .std-event-panel .nav .sports-menu input:hover, .std-event-panel .nav .sports-menu input:active, .std-event-panel .nav .sports-menu input.active {
        background-color: #6aa347; }
    /* line 2630, ../../scss/_odds_base.scss */
    .std-event-panel .nav .outcomes-menu div {
      border-left: 1px solid #ffffff; }
  /* line 484, ../../scss/_mixins.scss */
  .std-event-panel .details {
    color: #000000; }
    /* line 486, ../../scss/_mixins.scss */
    .std-event-panel .details .event-date {
      display: inline-block; }
    /* line 489, ../../scss/_mixins.scss */
    .std-event-panel .details .event-code {
      display: inline-block; }
    /* line 492, ../../scss/_mixins.scss */
    .std-event-panel .details .event-name {
      color: #000000; }
  /* line 496, ../../scss/_mixins.scss */
  .std-event-panel .full-event-button {
    background-color: #001e40;
    color: #000000;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    display: inline-block; }
    /* line 503, ../../scss/_mixins.scss */
    .std-event-panel .full-event-button:hover, .std-event-panel .full-event-button:active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#001e40));
      background-image: -webkit-linear-gradient(top, , #001e40);
      background-image: -moz-linear-gradient(top, , #001e40);
      background-image: -ms-linear-gradient(top, , #001e40);
      background-image: -o-linear-gradient(top, , #001e40);
      background-image: linear-gradient(top, , #001e40);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#001e40'); }
  /* line 2636, ../../scss/_odds_base.scss */
  .std-event-panel .event-panel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .event-panel:before, .std-event-panel .event-panel:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .event-panel:after {
      clear: both; }
    /* line 2638, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel > div {
      height: 3em; }
    /* line 2642, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel .games .game-wrap {
      height: 3em; }
    /* line 2646, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel .details {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.66667%;
      float: left;
      padding: 0; }
      /* line 2649, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .details .event-date {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 16.66667%;
        float: left;
        padding: 0;
        text-align: center;
        text-transform: lowercase; }
      /* line 2655, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .details .event-name {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 83.33333%;
        float: left;
        white-space: nowrap; }
    /* line 2660, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel .games {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 58.33333%;
      float: left;
      padding: 0;
      text-align: right; }
      /* line 2664, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .games .wrap {
        display: inline-block; }
        /* line 2666, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel .games .wrap .game-wrap .outcome, .std-event-panel .event-panel .games .wrap .game-wrap .outcomeWithName, .std-event-panel .event-panel .games .wrap .game-wrap .full-event-button, .std-event-panel .event-panels-wrap .events-group .event-panel .games .details .wrap .game-wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .games .wrap .game-wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .games .details .wrap .game-wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .games .wrap .game-wrap .more0 {
          border-left: 1px solid #ffffff !important; }
        /* line 2671, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel .games .wrap .blocked {
          height: 3em; }
          /* line 2674, ../../scss/_odds_base.scss */
          .std-event-panel .event-panel .games .wrap .blocked.outcome-size-2 {
            width: 6em; }
          /* line 2677, ../../scss/_odds_base.scss */
          .std-event-panel .event-panel .games .wrap .blocked.outcome-size-3 {
            width: 9em; }
        /* line 2682, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel .games .wrap .outcome, .std-event-panel .event-panel .games .wrap .outcomeWithName, .std-event-panel .event-panel .games .wrap .full-event-button, .std-event-panel .event-panels-wrap .events-group .event-panel .games .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .games .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .games .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .games .wrap .more0, .std-event-panel .event-panel .games .wrap .empty-outcome {
          height: 3em; }
      /* line 2686, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .games .full-event-button {
        height: 3em;
        width: 3em;
        vertical-align: inherit;
        border-left: 1px solid #ffffff !important; }
      /* line 2693, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .games .empty-outcome {
        height: 3em;
        vertical-align: inherit;
        border-left: 1px solid #ffffff !important; }
    /* line 2699, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel:last-of-type {
      /* padding-bottom: 6px; */ }
  /* line 2703, ../../scss/_odds_base.scss */
  .std-event-panel .hide {
    visibility: hidden; }
  /* line 2706, ../../scss/_odds_base.scss */
  .std-event-panel .outcomes-names {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    background-color: #003c7f;
    color: #FFF;
    line-height: 1.4375rem;
    padding-left: 0.8125rem; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .outcomes-names:before, .std-event-panel .outcomes-names:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .outcomes-names:after {
      clear: both; }
    /* line 2712, ../../scss/_odds_base.scss */
    .std-event-panel .outcomes-names .names-column {
      float: right;
      padding-right: 0; }
      /* line 2715, ../../scss/_odds_base.scss */
      .std-event-panel .outcomes-names .names-column .wrap {
        float: right; }
        /* line 2717, ../../scss/_odds_base.scss */
        .std-event-panel .outcomes-names .names-column .wrap .outcome-name {
          display: inline-block;
          width: 2.75rem;
          text-align: center; }
    /* line 2724, ../../scss/_odds_base.scss */
    .std-event-panel .outcomes-names .left-column {
      float: left; }
  /* line 2728, ../../scss/_odds_base.scss */
  .std-event-panel .event-panel-ext {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .event-panel-ext:before, .std-event-panel .event-panel-ext:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .event-panel-ext:after {
      clear: both; }
    /* line 2730, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel-ext .header {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      height: 1.5625rem;
      line-height: 1.5625rem;
      color: #565555;
      background-color: #003c7f; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .header:before, .std-event-panel .event-panel-ext .header:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .header:after {
        clear: both; }
    /* line 2737, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel-ext .details {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      color: #565555;
      padding: 0 1em;
      height: 1.4375rem;
      line-height: 1.4375rem;
      background-color: #f3f3f3; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .details:before, .std-event-panel .event-panel-ext .details:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .details:after {
        clear: both; }
      /* line 2744, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel-ext .details .event-name {
        text-align: center;
        float: right; }
    /* line 2749, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel-ext .outcomes-group {
      padding: 0;
      border: 1px solid #dcdcdc;
      border-top: 0;
      margin-bottom: 1.5625rem; }
      /* line 2754, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel-ext .outcomes-group .outcome-row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 62.5rem;
        padding-right: 0; }
        /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
        .std-event-panel .event-panel-ext .outcomes-group .outcome-row:before, .std-event-panel .event-panel-ext .outcomes-group .outcome-row:after {
          content: " ";
          display: table; }
        /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
        .std-event-panel .event-panel-ext .outcomes-group .outcome-row:after {
          clear: both; }
        /* line 2759, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel-ext .outcomes-group .outcome-row .outcome-odds {
          text-align: right;
          padding-right: 0; }
    /* line 2765, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel-ext .event-more {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      padding: 0; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .event-more:before, .std-event-panel .event-panel-ext .event-more:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .event-more:after {
        clear: both; }
      /* line 2768, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel-ext .event-more .full-event-button {
        border-top: 1px solid #000000;
        width: 3em;
        text-align: center; }
  /* line 2775, ../../scss/_odds_base.scss */
  .std-event-panel .event-panels-wrap {
    z-index: 10;
    position: relative;
    font-size: 0.75rem; }
    /* line 2779, ../../scss/_odds_base.scss */
    .std-event-panel .event-panels-wrap .events-header {
      background-color: #003c7f;
      color: #FFF;
      line-height: 1.563rem; }
      /* line 2783, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .events-header .outcomes-menu {
        font-size: 0.625rem;
        vertical-align: middle; }
        /* line 2786, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-header .outcomes-menu .raquo {
          position: relative;
          top: -1px; }
    /* line 2792, ../../scss/_odds_base.scss */
    .std-event-panel .event-panels-wrap .event-panel-block {
      float: left;
      width: 100%; }
    /* line 2796, ../../scss/_odds_base.scss */
    .std-event-panel .event-panels-wrap.top-radius {
      -moz-border-radius: 4px 4px 0 0;
      -webkit-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
    /* line 2801, ../../scss/_odds_base.scss */
    .std-event-panel .event-panels-wrap .event-panel-header {
      background-color: #003c7f;
      color: #FFF;
      text-align: center;
      line-height: 1.4375rem;
      padding-right: 9px; }
      /* line 2807, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .event-panel-header .outcomes-menu {
        font-size: 0.625rem; }
      /* line 2810, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .event-panel-header .outcome-width {
        font-size: 0.6875rem; }
    /* line 2814, ../../scss/_odds_base.scss */
    .std-event-panel .event-panels-wrap .events-group {
      float: left;
      width: 100%;
      background-color: #F3F3F3;
      -moz-box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 0 0 #e0e0e0;
      -webkit-box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 0 0 #e0e0e0;
      box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 0 0 #e0e0e0;
      -moz-border-radius: 0 0 1px 1px;
      -webkit-border-radius: 0 0 1px 1px;
      border-radius: 0 0 1px 1px;
      border-bottom: 1px solid #ddd; }
      /* line 2825, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .events-group:first-of-type {
        margin-top: 0; }
      /* line 2828, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .events-group .event-category {
        background-color: #003c7f;
        color: #FFF;
        margin-bottom: 0.9375rem;
        line-height: 1.563rem;
        font-size: 0.625rem;
        height: 1.5625rem;
        line-height: 1.5625rem;
        text-transform: uppercase;
        margin-top: 0.625rem; }
        /* line 2838, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-category span {
          vertical-align: middle;
          display: inline-block;
          line-height: 1rem; }
      /* line 2844, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .events-group .event-start {
        color: #75b64e;
        vertical-align: top;
        font-size: 0.75rem;
        line-height: 0.875rem;
        border-top: 1px solid #e0e0e0;
        margin-top: 15px;
        clear: both; }
        /* line 2852, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-start span {
          background-color: #F3F3F3;
          padding: 0 0.125rem;
          display: inline-block;
          position: relative;
          top: -0.5rem;
          left: 0.875rem; }
      /* line 2862, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .events-group .event-panel .details {
        height: 100%;
        width: 100%;
        font-size: 0;
        line-height: 1.4375rem;
        padding: 0 0.875rem;
        margin-bottom: 0.3125rem; }
        /* line 2869, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-time {
          color: #565555;
          font: 0.75rem/1.563rem Arial, sans-serif;
          display: inline-block;
          vertical-align: top;
          width: 2.6875rem; }
        /* line 2876, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-details {
          color: #565555;
          font: 0.75rem/1.563rem Arial, sans-serif;
          display: inline-block;
          vertical-align: top;
          width: 2.6875rem;
          text-align: right; }
          /* line 2883, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-details .time {
            float: left;
            width: 26px;
            height: 12px;
            line-height: 12px;
            font-size: 11px; }
          /* line 2890, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-details .score {
            float: left;
            width: 26px;
            height: 13px;
            color: #003c7f;
            line-height: 13px;
            font-size: 11px; }
        /* line 2899, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates {
          display: inline-block;
          vertical-align: top;
          margin: 0 0.3125rem;
          width: calc(100% - 160px); }
          /* line 2904, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate {
            font: 0.75rem/1.438rem Arial, sans-serif;
            color: #003c7f;
            background: #fff;
            border: 1px solid #c0d6ec;
            display: inline-block;
            padding: 0 2.5rem 0 0;
            width: 100%;
            position: relative;
            cursor: pointer; }
            /* line 2914, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate span {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              width: 100%;
              display: block; }
              /* line 2920, ../../scss/_odds_base.scss */
              .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate span.rate-value {
                width: auto;
                position: absolute;
                top: 0;
                right: 10px;
                color: #565555; }
            /* line 2928, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate.active {
              background-color: #75b64e;
              border: 1px solid #619641 !important; }
            /* line 2932, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate:hover span {
              color: #FFF !important; }
            /* line 2935, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate.active span {
              color: #FFF !important; }
          /* line 2939, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates.more0 {
            width: calc(100% - 43px);
            margin: 0; }
          /* line 2943, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate-blocked {
            font: 0.75rem/1.438rem Arial, sans-serif;
            color: #003c7f;
            background-color: #FFF;
            border: 1px solid #c0d6ec;
            display: inline-block;
            text-align: center;
            width: 100%;
            position: relative;
            cursor: pointer; }
            /* line 2953, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate-blocked span {
              white-space: nowrap;
              text-overflow: ellipsis;
              display: inline-block;
              float: left;
              text-align: left;
              width: calc(50% - 10px); }
            /* line 2961, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate-blocked:hover {
              color: #003c7f;
              background-color: #d5eafe;
              border: 1px solid #c1d7ed !important; }
            /* line 2966, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate-blocked .event-not-started {
              position: absolute;
              right: 3px;
              top: 3px;
              background-image: url("../../../../resources/images/pl/time.png");
              background-size: initial;
              background-position: center;
              background-repeat: no-repeat;
              width: 14px;
              height: 16px;
              filter: invert(50%);
              -webkit-filter: invert(50%); }
            /* line 2976, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate-blocked .event-no-mainGame {
              position: absolute;
              right: 3px;
              top: 3px;
              background-image: url("../../../../resources/images/pl/gameLock.png");
              background-size: initial;
              background-position: center;
              background-repeat: no-repeat;
              background-size: 80%;
              width: 12px;
              height: 16px;
              filter: invert(50%);
              -webkit-filter: invert(50%); }
          /* line 2989, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-rates .event-rate-blocked.no-pointer:hover {
            background-color: #FFF; }
        /* line 2994, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-more {
          background: #f5faff;
          color: #003c7f;
          font: 0.75rem/1.438rem Arial, sans-serif;
          border: 1px solid #c0d6ec;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          width: 2.6875rem;
          height: 1.5625rem;
          cursor: pointer; }
          /* line 3005, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-more:hover {
            color: #003c7f;
            background-color: #d5eafe;
            border: 1px solid #c1d7ed !important; }
        /* line 3012, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-more.no-pointer:hover {
          background-color: #f5faff !important;
          border: 1px solid #c1d7ed !important; }
        /* line 3017, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-more0 {
          background: #f5faff;
          color: #003c7f;
          font: 0.75rem/1.438rem Arial, sans-serif;
          border: 1px solid #c0d6ec;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          width: 2.6875rem;
          height: 1.5625rem;
          cursor: default !important; }
          /* line 3028, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-more0:hover {
            color: #003c7f;
            background-color: #f5faff;
            border: 1px solid #c1d7ed !important; }
        /* line 3034, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-stats {
          background: #f5faff;
          border: 1px solid #c0d6ec;
          font: 0.75rem/1.438rem Arial, sans-serif;
          color: #003c7f;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          width: 1.5625rem;
          height: 1.5625rem;
          margin-left: 5px;
          cursor: pointer; }
          /* line 3046, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-stats:hover {
            color: #003c7f;
            background-color: #d5eafe;
            border: 1px solid #c1d7ed !important; }
        /* line 3052, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-stats0 {
          display: inline-block;
          vertical-align: top;
          text-align: center;
          width: 1.5625rem;
          height: 1.5625rem;
          margin-left: 5px; }
        /* line 3060, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-stream-icon {
          display: inline-block;
          background-image: url("../../../../resources/images/pl/live-overview-stream.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          height: 14px;
          width: 19px;
          margin-top: 5px;
          margin-left: 5px; }
        /* line 3068, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-tracker-icon {
          display: inline-block;
          background-image: url("../../../../resources/images/pl/live-overview-tracker.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          height: 14px;
          width: 19px;
          margin-top: 5px;
          margin-left: 5px; }
        /* line 3076, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-video {
          background: #f5faff;
          height: 1.563rem;
          border: 1px solid #c0d6ec;
          display: inline-block;
          padding: 0 0.75rem;
          margin-left: 0.3125rem;
          background-image: url("../../../../resources/images/pl/event-video.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          background-position: 0.3125rem 0.25rem;
          vertical-align: top; }
        /* line 3087, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-name {
          position: relative;
          width: 100%;
          padding: 0;
          font-size: 0.75rem;
          white-space: normal;
          height: 1.4375rem;
          line-height: 1.4375rem;
          border-top: 1px solid #E0E0E0;
          border-left: 1px solid #E0E0E0;
          background-color: #FFF; }
          /* line 3098, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-name span:last-of-type {
            color: #003c7f; }
          /* line 3101, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-name .outright-left {
            float: left;
            border-left: 1px solid #DBDBDB;
            text-indent: 1em;
            color: #003c7f;
            font-weight: bold; }
          /* line 3108, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-name .outright-right {
            float: right;
            max-height: 1.3125rem;
            border-right: 1px solid #DBDBDB;
            overflow: hidden; }
        /* line 3115, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .live-event {
          width: 100%;
          display: table;
          padding: 0;
          font-size: 0.75rem;
          white-space: normal;
          height: 1.4375rem;
          line-height: 1.4375rem;
          padding-left: 0.3125rem;
          border-top: 1px solid #E0E0E0;
          border-left: 1px solid #E0E0E0;
          border-right: 1px solid #E0E0E0;
          background-color: #FFF; }
          /* line 3128, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .live-event .time {
            display: inline-block;
            color: #75b64e;
            font-size: 0.6875rem;
            margin: 0 0.3125rem; }
          /* line 3134, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .live-event .score {
            display: inline-block;
            color: #565555;
            font-size: 0.6875rem;
            margin: 0 0.3125rem;
            padding-right: 0.3125rem;
            border-right: 1px solid #c0d6ec; }
          /* line 3142, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .live-event .info {
            display: inline-block;
            color: #9d9d9d;
            font-size: 0.6875rem;
            font-weight: normal; }
        /* line 3149, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap {
          position: absolute;
          top: 0;
          right: 0;
          float: right;
          height: 1.3125rem;
          line-height: 1.3125rem;
          margin-right: 2.75rem; }
          /* line 3157, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .stats {
            width: 0.625rem;
            height: 0.625rem;
            background-image: url("../../../../resources/images/pl/stats.png");
            background-size: initial;
            background-position: center;
            background-repeat: no-repeat;
            margin-right: 0.3125rem;
            cursor: pointer; }
          /* line 3164, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .blocked {
            text-transform: uppercase; }
            /* line 3166, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .blocked .game-header {
              color: #c9c9c9; }
              /* line 3168, ../../scss/_odds_base.scss */
              .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .blocked .game-header .game-title {
                background-color: #333232;
                text-transform: uppercase;
                cursor: pointer;
                width: 8.25rem;
                text-indent: 0.875rem; }
          /* line 3177, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .outcome, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .outcomeWithName, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .games .full-event-button, .std-event-panel .event-panels-wrap .events-group .event-panel .games .details .wrap .full-event-button, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0 {
            width: 2.75rem;
            padding: 0;
            min-width: 0;
            height: 1.375rem;
            line-height: 1.375rem;
            font-weight: normal;
            font-size: 0.75rem;
            border: 1px solid #FFF; }
          /* line 3187, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .no-outcome {
            width: 2.75rem;
            padding: 0;
            min-width: 0;
            height: 1.4375rem;
            line-height: 1.4375rem;
            font-weight: normal; }
            /* line 3194, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .no-outcome:hover {
              background-color: #FFF;
              border: 1px solid #FFF !important;
              border-left: 1px solid #E0E0E0 !important;
              cursor: default; }
          /* line 3201, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more {
            position: absolute;
            top: -0.0625rem;
            height: 1.4375rem;
            color: #003c7f;
            background-color: #f5faff;
            border: 1px solid #c1d7ed !important;
            border-bottom: 0 !important; }
            /* line 3210, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover {
              color: #003c7f;
              background-color: #d5eafe;
              border: 1px solid #c1d7ed !important; }
          /* line 3216, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0 {
            position: absolute;
            top: -0.0625rem;
            height: 1.4375rem;
            line-height: 1.4375rem;
            color: #003c7f;
            background-color: #f5faff;
            border: 1px solid #c1d7ed !important;
            border-bottom: 0 !important;
            cursor: default !important; }
            /* line 3227, ../../scss/_odds_base.scss */
            .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover {
              color: #003c7f;
              background-color: #f5faff;
              border: 1px solid #c1d7ed !important; }
          /* line 3234, ../../scss/_odds_base.scss */
          .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .blocked-outcomes-info {
            line-height: 4em; }
        /* line 3238, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details .event-comment {
          color: #565555;
          font-size: 12px;
          line-height: 22px;
          margin-left: 60px; }
        /* line 3244, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .events-group .event-panel .details span {
          display: inline-block;
          text-indent: 0.5rem; }
      /* line 3250, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .events-group .event-no-name-outcome {
        color: #a0a0a0;
        font-size: 12px;
        line-height: 22px;
        margin-left: 70px; }
      /* line 3256, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .events-group .no-lives-info {
        background-color: #000d1c;
        text-align: center;
        line-height: 4em; }
  /* line 3264, ../../scss/_odds_base.scss */
  .std-event-panel .epw-align {
    float: left;
    width: 100%;
    top: 0; }
  /* line 3272, ../../scss/_odds_base.scss */
  .std-event-panel#live-events-home-panel .event-panels-wrap {
    border-top: 0; }
    /* line 3274, ../../scss/_odds_base.scss */
    .std-event-panel#live-events-home-panel .event-panels-wrap .details {
      padding: 0 !important; }
      /* line 3276, ../../scss/_odds_base.scss */
      .std-event-panel#live-events-home-panel .event-panels-wrap .details .event-rates {
        width: calc(100% - 170px); }
        /* line 3278, ../../scss/_odds_base.scss */
        .std-event-panel#live-events-home-panel .event-panels-wrap .details .event-rates .event-rate-blocked-outcome {
          font: 0.75rem/1.438rem Arial, sans-serif;
          color: #003c7f;
          cursor: default;
          border: 1px solid #c0d6ec;
          display: inline-block;
          text-align: center;
          width: 100%;
          position: relative; }
          /* line 3287, ../../scss/_odds_base.scss */
          .std-event-panel#live-events-home-panel .event-panels-wrap .details .event-rates .event-rate-blocked-outcome .event-no-mainGame {
            position: absolute;
            right: 3px;
            top: 3px;
            background-image: url("../../../../resources/images/pl/gameLock.png");
            background-size: initial;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 80%;
            width: 12px;
            height: 16px;
            filter: invert(50%);
            -webkit-filter: invert(50%); }
  /* line 3306, ../../scss/_odds_base.scss */
  .std-event-panel#best-sellers-home .event-panels-wrap {
    border-top: 0; }
    /* line 3308, ../../scss/_odds_base.scss */
    .std-event-panel#best-sellers-home .event-panels-wrap .event-panel {
      border-left: 0;
      border-right: 0; }
    /* line 3312, ../../scss/_odds_base.scss */
    .std-event-panel#best-sellers-home .event-panels-wrap .viewport {
      height: 368px; }
    /* line 3315, ../../scss/_odds_base.scss */
    .std-event-panel#best-sellers-home .event-panels-wrap .overview {
      width: 100%; }
  /* line 3323, ../../scss/_odds_base.scss */
  .std-event-panel#upcoming-events-home .event-panels-wrap {
    border-top: 0; }
    /* line 3325, ../../scss/_odds_base.scss */
    .std-event-panel#upcoming-events-home .event-panels-wrap .event-panel {
      border-left: 0;
      border-right: 0; }
    /* line 3329, ../../scss/_odds_base.scss */
    .std-event-panel#upcoming-events-home .event-panels-wrap .viewport {
      height: 368px; }
    /* line 3332, ../../scss/_odds_base.scss */
    .std-event-panel#upcoming-events-home .event-panels-wrap .overview {
      width: 100%; }
  /* line 3340, ../../scss/_odds_base.scss */
  .std-event-panel#polish-upcoming-events-home .event-panels-wrap {
    border-top: 0; }
    /* line 3342, ../../scss/_odds_base.scss */
    .std-event-panel#polish-upcoming-events-home .event-panels-wrap .event-panel {
      border-left: 0;
      border-right: 0; }
    /* line 3346, ../../scss/_odds_base.scss */
    .std-event-panel#polish-upcoming-events-home .event-panels-wrap .viewport {
      height: 368px; }
    /* line 3349, ../../scss/_odds_base.scss */
    .std-event-panel#polish-upcoming-events-home .event-panels-wrap .overview {
      width: 100%; }

/* line 3358, ../../scss/_odds_base.scss */
.small-12 .event-name span {
  overflow: hidden; }
/* line 3361, ../../scss/_odds_base.scss */
.small-12 .event-name span:last-of-type {
  color: #003c7f;
  width: 15rem;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 3370, ../../scss/_odds_base.scss */
.running-event-odds-locked {
  display: inline-block;
  width: 0;
  text-align: center;
  background-color: #FFF;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer; }

/* line 3380, ../../scss/_odds_base.scss */
.running-event-odds-not-started {
  display: none;
  width: 8.25rem;
  text-align: center;
  color: #565555; }

/* line 3388, ../../scss/_odds_base.scss */
#live-event-view #selection-live-sport {
  width: initial;
  padding: 0.625rem; }
  /* line 3391, ../../scss/_odds_base.scss */
  #live-event-view #selection-live-sport #selected-live-sport-container {
    max-width: 100%; }

/* line 3397, ../../scss/_odds_base.scss */
#livesCalendarEvents {
  min-height: 25rem;
  background-image: url("../../../../resources/images/pl/loader.gif");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
  /* line 3400, ../../scss/_odds_base.scss */
  #livesCalendarEvents .row {
    height: 1.5625rem;
    line-height: 1.5625rem;
    max-width: 73.875rem;
    border: 1px solid #dad5d5;
    border-top: 0;
    cursor: pointer; }
    /* line 3407, ../../scss/_odds_base.scss */
    #livesCalendarEvents .row .time {
      display: inline-block;
      min-width: 86px;
      color: #a8a8a8;
      text-indent: 0.625rem;
      border-right: 1px solid #dad5d5; }
      /* line 3413, ../../scss/_odds_base.scss */
      #livesCalendarEvents .row .time.running {
        color: #FFF; }
      /* line 3416, ../../scss/_odds_base.scss */
      #livesCalendarEvents .row .time .live-event-started {
        float: right;
        margin-right: 0.625rem;
        margin-top: 0.5625rem; }
      /* line 3421, ../../scss/_odds_base.scss */
      #livesCalendarEvents .row .time .field-ico {
        float: right;
        background-image: url("../../../../resources/images/pl/live-field-ico.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        height: 23px;
        width: 15px;
        margin-right: 5px; }
      /* line 3428, ../../scss/_odds_base.scss */
      #livesCalendarEvents .row .time .live-channel-ico {
        float: right;
        background-image: url("../../../../resources/images/pl/live-channel-ico.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        height: 23px;
        width: 16px;
        margin-right: 5px; }
    /* line 3436, ../../scss/_odds_base.scss */
    #livesCalendarEvents .row .event-sport-name {
      display: inline-block;
      width: 14%;
      color: #565555;
      text-indent: 0.625rem;
      border-right: 1px solid #dad5d5; }
    /* line 3443, ../../scss/_odds_base.scss */
    #livesCalendarEvents .row .event-category {
      display: inline-block;
      width: 30%;
      color: #8d8c8c;
      text-indent: 0.625rem;
      border-right: 1px solid #dad5d5; }
    /* line 3450, ../../scss/_odds_base.scss */
    #livesCalendarEvents .row .event-name {
      display: inline-block;
      width: 43%;
      color: #003c7f;
      text-indent: 0.625rem; }
    /* line 3456, ../../scss/_odds_base.scss */
    #livesCalendarEvents .row .date {
      display: none; }
    /* line 3459, ../../scss/_odds_base.scss */
    #livesCalendarEvents .row:nth-child(odd) {
      background-color: #FFF; }
      /* line 3462, ../../scss/_odds_base.scss */
      #livesCalendarEvents .row:nth-child(odd) .time.running {
        background-color: #75b64e; }
    /* line 3467, ../../scss/_odds_base.scss */
    #livesCalendarEvents .row:nth-child(even) {
      background-color: #f9f8f8; }
      /* line 3470, ../../scss/_odds_base.scss */
      #livesCalendarEvents .row:nth-child(even) .time.running {
        background-color: #6ba648; }
  /* line 3476, ../../scss/_odds_base.scss */
  #livesCalendarEvents .day-selection-row {
    width: 100%;
    line-height: 1.9375rem;
    color: #FFF;
    background-color: #003c7f; }
    /* line 3481, ../../scss/_odds_base.scss */
    #livesCalendarEvents .day-selection-row .tab {
      display: inline-block;
      padding: 0 1.25rem;
      text-transform: uppercase;
      border-right: 1px solid #002c5d;
      cursor: pointer; }
      /* line 3487, ../../scss/_odds_base.scss */
      #livesCalendarEvents .day-selection-row .tab.active {
        background-color: #002c5d; }
  /* line 3492, ../../scss/_odds_base.scss */
  #livesCalendarEvents .sport-selection-row {
    width: 100%;
    height: 1.9375rem;
    line-height: 1.9375rem;
    padding-right: 1.25rem;
    color: #FFF;
    text-align: right;
    text-transform: uppercase;
    background-color: #002c5d; }
    /* line 3501, ../../scss/_odds_base.scss */
    #livesCalendarEvents .sport-selection-row .arrow {
      display: inline-block;
      width: 11px;
      height: 5px;
      margin-right: 0.625rem;
      background-image: url("../../../../resources/images/pl/live-calendar-filter-arrow.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
  /* line 3509, ../../scss/_odds_base.scss */
  #livesCalendarEvents .sport-selection-list {
    display: table;
    width: 100%;
    border: 1px solid #002c5d;
    background-color: #FFF; }
    /* line 3514, ../../scss/_odds_base.scss */
    #livesCalendarEvents .sport-selection-list ul {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left;
      margin: 0;
      padding: 0; }
      /* line 3518, ../../scss/_odds_base.scss */
      #livesCalendarEvents .sport-selection-list ul .tab {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 16.66667%;
        float: left;
        padding-left: 3.75rem;
        position: relative;
        display: inline-block;
        height: 2rem;
        line-height: 2rem;
        color: #003c7f;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer; }
      /* line 3531, ../../scss/_odds_base.scss */
      #livesCalendarEvents .sport-selection-list ul .hidden {
        visibility: hidden;
        display: none !important; }
  /* line 3537, ../../scss/_odds_base.scss */
  #livesCalendarEvents input[type=checkbox] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
    position: relative;
    z-index: 99;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.3125rem;
    cursor: pointer; }
  /* line 3547, ../../scss/_odds_base.scss */
  #livesCalendarEvents input[type=checkbox]:hover + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3; }
  /* line 3550, ../../scss/_odds_base.scss */
  #livesCalendarEvents input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  /* line 3553, ../../scss/_odds_base.scss */
  #livesCalendarEvents label {
    cursor: pointer;
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    top: 0.5rem;
    left: 2.375rem;
    border: 1px solid #75b64e;
    background-color: #FFF; }
    /* line 3562, ../../scss/_odds_base.scss */
    #livesCalendarEvents label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      content: '';
      position: absolute;
      width: 0.5rem;
      height: 0.3125rem;
      background: transparent;
      top: 0.25rem;
      left: 0.1875rem;
      border: 3px solid #000;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 3576, ../../scss/_odds_base.scss */
    #livesCalendarEvents label:hover::after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=30);
      -moz-opacity: 0.3;
      -khtml-opacity: 0.3;
      opacity: 0.3; }

/* line 3583, ../../scss/_odds_base.scss */
#live-overview-started .content-header, #live-overview-started .shops-overview .header, .shops-overview #live-overview-started .header, #live-overview-upcomming .content-header, #live-overview-upcomming .shops-overview .header, .shops-overview #live-overview-upcomming .header {
  line-height: 1em;
  font-size: 1.5em !important; }

/* line 3588, ../../scss/_odds_base.scss */
#live-overview-started {
  margin-bottom: 2em; }
  /* line 3590, ../../scss/_odds_base.scss */
  #live-overview-started .blocked {
    background-color: #2e4831 !important;
    background-image: url("../../../../resources/images/pl/gameLock.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat; }
  /* line 3594, ../../scss/_odds_base.scss */
  #live-overview-started .content-wrap {
    margin-bottom: 1em; }
    /* line 3598, ../../scss/_odds_base.scss */
    #live-overview-started .content-wrap .event-panel .details * {
      overflow: hidden;
      white-space: nowrap; }
    /* line 3602, ../../scss/_odds_base.scss */
    #live-overview-started .content-wrap .event-panel .details .event-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 12.5%;
      float: left;
      min-height: 100%;
      padding-top: 0.3em;
      padding-bottom: 0.3em; }
      /* line 3607, ../../scss/_odds_base.scss */
      #live-overview-started .content-wrap .event-panel .details .event-info .info-panel {
        color: #ffffff;
        min-height: 100%;
        line-height: 2.2em;
        background-color: #a95319;
        -webkit-box-shadow: 1px 1px 3px 0px #3b3b3b;
        -moz-box-shadow: 1px 1px 3px 0px #3b3b3b;
        box-shadow: 1px 1px 3px 0px #3b3b3b; }
    /* line 3615, ../../scss/_odds_base.scss */
    #live-overview-started .content-wrap .event-panel .details .event-score {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 12.5%;
      float: left;
      min-height: 100%; }
    /* line 3619, ../../scss/_odds_base.scss */
    #live-overview-started .content-wrap .event-panel .details .event-name {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 25%;
      float: left;
      min-height: 100%; }

/* line 3628, ../../scss/_odds_base.scss */
.event-wrap {
  margin-bottom: 40px;
  /*	LIVE EVENT - GAME TABLES	*/
  /*	/LIVE EVENT - GAME TABLES	*/ }
  /* line 3630, ../../scss/_odds_base.scss */
  .event-wrap .content-header, .event-wrap .shops-overview .header, .shops-overview .event-wrap .header {
    position: relative;
    height: inherit;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 1.25rem; }
    /* line 3636, ../../scss/_odds_base.scss */
    .event-wrap .content-header .team, .event-wrap .shops-overview .header .team, .shops-overview .event-wrap .header .team {
      background: #f3f3f3;
      padding: 0 38px;
      max-height: 51px;
      color: #003c7f;
      overflow: hidden; }
    /* line 3643, ../../scss/_odds_base.scss */
    .event-wrap .content-header .finished, .event-wrap .shops-overview .header .finished, .shops-overview .event-wrap .header .finished {
      padding: 0 20px !important; }
    /* line 3646, ../../scss/_odds_base.scss */
    .event-wrap .content-header .team h2, .event-wrap .shops-overview .header .team h2, .shops-overview .event-wrap .header .team h2 {
      font: 500 20px/49px 'Roboto', sans-serif;
      padding: 0;
      margin: 0; }
    /* line 3651, ../../scss/_odds_base.scss */
    .event-wrap .content-header .team + .team, .event-wrap .shops-overview .header .team + .team, .shops-overview .event-wrap .header .team + .team {
      border-left: 1px solid #e0e0e0; }
    /* line 3654, ../../scss/_odds_base.scss */
    .event-wrap .content-header strong, .event-wrap .shops-overview .header strong, .shops-overview .event-wrap .header strong {
      color: #003c7f; }
    /* line 3657, ../../scss/_odds_base.scss */
    .event-wrap .content-header .won, .event-wrap .shops-overview .header .won, .shops-overview .event-wrap .header .won {
      color: #77b454 !important; }
    /* line 3660, ../../scss/_odds_base.scss */
    .event-wrap .content-header .lost, .event-wrap .shops-overview .header .lost, .shops-overview .event-wrap .header .lost {
      color: #de1a48 !important; }
    /* line 3663, ../../scss/_odds_base.scss */
    .event-wrap .content-header .vs, .event-wrap .shops-overview .header .vs, .shops-overview .event-wrap .header .vs {
      font-size: 20px;
      line-height: 15px;
      color: #76b551;
      height: 21px;
      width: 21px;
      border: 1px solid #e0e0e0;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 50%;
      margin: 0 0 0 -10px; }
    /* line 3680, ../../scss/_odds_base.scss */
    .event-wrap .content-header .bet-live, .event-wrap .shops-overview .header .bet-live, .shops-overview .event-wrap .header .bet-live {
      background: #76b551;
      font: 10px/13px Arian, sans-serif;
      color: #fff;
      padding: 0 5px;
      border: 1px solid #619641;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      display: inline-block;
      margin: 0 0 0 -16px;
      top: 42px;
      left: 50%;
      position: absolute;
      z-index: 100;
      text-transform: uppercase;
      cursor: pointer; }
      /* line 3697, ../../scss/_odds_base.scss */
      .event-wrap .content-header .bet-live.starts-soon, .event-wrap .shops-overview .header .bet-live.starts-soon, .shops-overview .event-wrap .header .bet-live.starts-soon {
        background: #c63149;
        border: 1px solid #c63149;
        margin: 0 0 0 -34px; }
    /* line 3703, ../../scss/_odds_base.scss */
    .event-wrap .content-header .bet-finished, .event-wrap .shops-overview .header .bet-finished, .shops-overview .event-wrap .header .bet-finished {
      background: #003980;
      font: 10px/13px Arian, sans-serif;
      color: #fff;
      padding: 0 15px;
      border: 1px solid #619641;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      display: inline-block;
      margin: 0 0 0 -69px;
      top: 42px;
      left: 50%;
      position: absolute;
      z-index: 100;
      text-transform: uppercase;
      cursor: default; }
    /* line 3721, ../../scss/_odds_base.scss */
    .event-wrap .content-header .line, .event-wrap .shops-overview .header .line, .shops-overview .event-wrap .header .line, .event-wrap .content-header .line-with-margin, .event-wrap .shops-overview .header .line-with-margin, .shops-overview .event-wrap .header .line-with-margin {
      height: 2px;
      background-color: #003c7f; }
    /* line 3725, ../../scss/_odds_base.scss */
    .event-wrap .content-header .match-info, .event-wrap .shops-overview .header .match-info, .shops-overview .event-wrap .header .match-info {
      height: 39px;
      vertical-align: middle;
      color: #565555;
      line-height: 39px;
      font-size: 0.75rem; }
    /* line 3732, ../../scss/_odds_base.scss */
    .event-wrap .content-header .match-info .icon, .event-wrap .shops-overview .header .match-info .icon, .shops-overview .event-wrap .header .match-info .icon {
      margin: -3px 10px 0 0; }
    /* line 3735, ../../scss/_odds_base.scss */
    .event-wrap .content-header .match-info + .match-info, .event-wrap .shops-overview .header .match-info + .match-info, .shops-overview .event-wrap .header .match-info + .match-info {
      border-left: 1px solid #e0e0e0; }
    /* line 3738, ../../scss/_odds_base.scss */
    .event-wrap .content-header .match-stats, .event-wrap .shops-overview .header .match-stats, .shops-overview .event-wrap .header .match-stats {
      height: inherit; }
      /* line 3740, ../../scss/_odds_base.scss */
      .event-wrap .content-header .match-stats.visible, .event-wrap .shops-overview .header .match-stats.visible, .shops-overview .event-wrap .header .match-stats.visible {
        border-top: 1px solid #e0e0e0;
        padding-top: 5px; }
    /* line 3745, ../../scss/_odds_base.scss */
    .event-wrap .content-header .event-category, .event-wrap .shops-overview .header .event-category, .shops-overview .event-wrap .header .event-category {
      color: #75b64e;
      font-size: 0.625rem;
      line-height: 1.875rem;
      text-transform: uppercase; }
    /* line 3751, ../../scss/_odds_base.scss */
    .event-wrap .content-header .event-name, .event-wrap .shops-overview .header .event-name, .shops-overview .event-wrap .header .event-name {
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.875rem; }
    /* line 3756, ../../scss/_odds_base.scss */
    .event-wrap .content-header .event-date, .event-wrap .shops-overview .header .event-date, .shops-overview .event-wrap .header .event-date {
      color: #f3f3f3;
      font-size: 0.75rem;
      line-height: 1.875rem; }
  /* line 3762, ../../scss/_odds_base.scss */
  .event-wrap .match-stats-button {
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-top: none;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    height: 26px;
    position: absolute;
    bottom: -27px;
    left: 50%;
    padding: 0 30px;
    margin-left: -70px;
    font-size: 10px;
    line-height: 24px;
    cursor: pointer; }
    /* line 3779, ../../scss/_odds_base.scss */
    .event-wrap .match-stats-button .icon-stats {
      margin-right: 8px; }
  /* line 3783, ../../scss/_odds_base.scss */
  .event-wrap .game-wrap {
    overflow: hidden;
    background-color: #F3F3F3;
    margin-top: 0.625rem;
    -moz-box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 -1px 0 #e0e0e0;
    -webkit-box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 -1px 0 #e0e0e0;
    box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 -1px 0 #e0e0e0;
    -moz-border-radius: 0 0 1px 1px;
    -webkit-border-radius: 0 0 1px 1px;
    border-radius: 0 0 1px 1px;
    text-align: left; }
    /* line 3794, ../../scss/_odds_base.scss */
    .event-wrap .game-wrap .market-type-title {
      height: 1.4375rem;
      line-height: 1.4375rem;
      color: #FFF;
      font-size: 0.625rem;
      text-transform: uppercase;
      background-color: #003c7f;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    /* line 3804, ../../scss/_odds_base.scss */
    .event-wrap .game-wrap .game-title {
      color: #75b64e;
      vertical-align: top;
      font-size: 0.75rem;
      line-height: 0.875rem;
      border-top: 1px solid #e0e0e0;
      margin-top: 15px;
      clear: both; }
      /* line 3812, ../../scss/_odds_base.scss */
      .event-wrap .game-wrap .game-title span {
        background-color: #F3F3F3;
        padding: 0 0.625rem;
        display: inline-block;
        position: relative;
        top: -0.5rem;
        left: 0.3125rem; }
      /* line 3820, ../../scss/_odds_base.scss */
      .event-wrap .game-wrap .game-title .game-type-description-sign {
        position: absolute;
        top: -11px;
        right: 14px;
        padding: 2px 5px;
        color: #75b64e;
        text-align: center;
        font-size: 11px;
        font-weight: 700;
        border: 1px solid #ddd;
        border-radius: 50%;
        background-color: #FFF;
        cursor: pointer; }
    /* line 3835, ../../scss/_odds_base.scss */
    .event-wrap .game-wrap .game-type-description {
      color: #666;
      border: 1px solid #ddd;
      padding: 5px;
      margin: 0 15px 10px 15px;
      background-color: #fafafa;
      text-align: justify;
      width: calc(100% - 30px);
      display: inline-block; }
    /* line 3845, ../../scss/_odds_base.scss */
    .event-wrap .game-wrap .outcomes-wrap {
      border-bottom: 1px solid #dbdbdb; }
      /* line 3847, ../../scss/_odds_base.scss */
      .event-wrap .game-wrap .outcomes-wrap .outcome-row {
        border-bottom: 1px solid #dbdbdb; }
        /* line 3849, ../../scss/_odds_base.scss */
        .event-wrap .game-wrap .outcomes-wrap .outcome-row:last-of-type {
          border-bottom: 0; }
        /* line 3852, ../../scss/_odds_base.scss */
        .event-wrap .game-wrap .outcomes-wrap .outcome-row .outcome-wrap-odd {
          float: left;
          border-bottom: 1px solid #dbdbdb; }
          /* line 3855, ../../scss/_odds_base.scss */
          .event-wrap .game-wrap .outcomes-wrap .outcome-row .outcome-wrap-odd:last-of-type {
            border-right: 1px solid #dbdbdb;
            border-bottom: 0; }
        /* line 3860, ../../scss/_odds_base.scss */
        .event-wrap .game-wrap .outcomes-wrap .outcome-row .outcome-wrap-even {
          float: left;
          border-bottom: 1px solid #dbdbdb; }
          /* line 3863, ../../scss/_odds_base.scss */
          .event-wrap .game-wrap .outcomes-wrap .outcome-row .outcome-wrap-even:last-of-type {
            border-bottom: 0; }
      /* line 3868, ../../scss/_odds_base.scss */
      .event-wrap .game-wrap .outcomes-wrap .outcome-name-wrap {
        height: 1.875rem;
        line-height: 1.875rem;
        border-left: 1px solid #dbdbdb; }
      /* line 3873, ../../scss/_odds_base.scss */
      .event-wrap .game-wrap .outcomes-wrap:last-of-type {
        border-right: 1px solid #dbdbdb; }
    /* line 3877, ../../scss/_odds_base.scss */
    .event-wrap .game-wrap .event-rates {
      display: inline-block;
      width: calc(100%);
      vertical-align: top;
      margin-bottom: 5px;
      padding: 0 10px; }
      /* line 3883, ../../scss/_odds_base.scss */
      .event-wrap .game-wrap .event-rates .event-rate {
        font: 0.75rem/1.438rem Arial, sans-serif;
        color: #003c7f;
        background: #fff;
        border: 1px solid #c0d6ec;
        display: inline-block;
        padding: 0 2.5rem 0 0.625rem;
        width: 100%;
        max-height: 23px;
        position: relative;
        cursor: pointer; }
        /* line 3894, ../../scss/_odds_base.scss */
        .event-wrap .game-wrap .event-rates .event-rate span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          width: 100%;
          display: block; }
          /* line 3900, ../../scss/_odds_base.scss */
          .event-wrap .game-wrap .event-rates .event-rate span.rate-value {
            width: auto;
            position: absolute;
            top: 0;
            right: 10px;
            color: #565555; }
        /* line 3908, ../../scss/_odds_base.scss */
        .event-wrap .game-wrap .event-rates .event-rate:hover, .event-wrap .game-wrap .event-rates .event-rate:active, .event-wrap .game-wrap .event-rates .event-rate.active {
          background-color: #75b64e;
          border: 1px solid #619641 !important; }
        /* line 3912, ../../scss/_odds_base.scss */
        .event-wrap .game-wrap .event-rates .event-rate:hover span {
          color: #FFF !important; }
        /* line 3915, ../../scss/_odds_base.scss */
        .event-wrap .game-wrap .event-rates .event-rate:active, .event-wrap .game-wrap .event-rates .event-rate.active span {
          color: #FFF !important; }
        /* line 3918, ../../scss/_odds_base.scss */
        .event-wrap .game-wrap .event-rates .event-rate.blocked {
          background-color: #e6e6e6;
          cursor: default; }
          /* line 3921, ../../scss/_odds_base.scss */
          .event-wrap .game-wrap .event-rates .event-rate.blocked:hover, .event-wrap .game-wrap .event-rates .event-rate.blocked:active, .event-wrap .game-wrap .event-rates .event-rate.blocked.active {
            background-color: #e6e6e6;
            border: 1px solid #c0d6ec !important; }
          /* line 3925, ../../scss/_odds_base.scss */
          .event-wrap .game-wrap .event-rates .event-rate.blocked:hover span {
            color: inherit !important; }
          /* line 3928, ../../scss/_odds_base.scss */
          .event-wrap .game-wrap .event-rates .event-rate.blocked:active, .event-wrap .game-wrap .event-rates .event-rate.blocked.active span {
            color: inherit !important; }
  /* line 3935, ../../scss/_odds_base.scss */
  .event-wrap .outcome, .event-wrap .outcomeWithName, .event-wrap .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .full-event-button, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0 {
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    border: 1px solid #FFF;
    border-left: 1px solid #dbdbdb; }
    /* line 3941, ../../scss/_odds_base.scss */
    .event-wrap .outcome .outcome-name, .event-wrap .outcomeWithName .outcome-name, .event-wrap .std-event-panel .event-panel .games .full-event-button .outcome-name, .std-event-panel .event-panel .games .event-wrap .full-event-button .outcome-name, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more .outcome-name, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more .outcome-name, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0 .outcome-name, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0 .outcome-name {
      color: #173179;
      text-align: left;
      padding-left: 1em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      float: left; }
    /* line 3950, ../../scss/_odds_base.scss */
    .event-wrap .outcome .outcome-odds, .event-wrap .outcomeWithName .outcome-odds, .event-wrap .std-event-panel .event-panel .games .full-event-button .outcome-odds, .std-event-panel .event-panel .games .event-wrap .full-event-button .outcome-odds, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more .outcome-odds, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more .outcome-odds, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0 .outcome-odds, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0 .outcome-odds {
      color: #565555;
      text-align: right;
      padding-right: 1em; }
    /* line 3955, ../../scss/_odds_base.scss */
    .event-wrap .outcome:hover, .event-wrap .outcomeWithName:hover, .event-wrap .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap .full-event-button:hover, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more:hover, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0:hover, .event-wrap .outcome:active, .event-wrap .outcomeWithName:active, .event-wrap .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .full-event-button:active, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more:active, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0:active, .event-wrap .outcome.active, .event-wrap .active.outcomeWithName, .event-wrap .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .active.full-event-button, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .active.more, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .active.more0 {
      background-color: #75b64e;
      border: 0; }
    /* line 3959, ../../scss/_odds_base.scss */
    .event-wrap .outcome:hover .outcome-name, .event-wrap .outcomeWithName:hover .outcome-name, .event-wrap .std-event-panel .event-panel .games .full-event-button:hover .outcome-name, .std-event-panel .event-panel .games .event-wrap .full-event-button:hover .outcome-name, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover .outcome-name, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more:hover .outcome-name, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover .outcome-name, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0:hover .outcome-name {
      color: #FFF !important; }
    /* line 3962, ../../scss/_odds_base.scss */
    .event-wrap .outcome:hover .outcome-odds, .event-wrap .outcomeWithName:hover .outcome-odds, .event-wrap .std-event-panel .event-panel .games .full-event-button:hover .outcome-odds, .std-event-panel .event-panel .games .event-wrap .full-event-button:hover .outcome-odds, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover .outcome-odds, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more:hover .outcome-odds, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover .outcome-odds, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0:hover .outcome-odds {
      color: #FFF !important; }
    /* line 3965, ../../scss/_odds_base.scss */
    .event-wrap .outcome:active, .event-wrap .outcomeWithName:active, .event-wrap .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .full-event-button:active, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more:active, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0:active, .event-wrap .outcome.active .outcome-name, .event-wrap .active.outcomeWithName .outcome-name, .event-wrap .std-event-panel .event-panel .games .active.full-event-button .outcome-name, .std-event-panel .event-panel .games .event-wrap .active.full-event-button .outcome-name, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more .outcome-name, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .active.more .outcome-name, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0 .outcome-name, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .active.more0 .outcome-name {
      color: #FFF !important; }
    /* line 3968, ../../scss/_odds_base.scss */
    .event-wrap .outcome:active, .event-wrap .outcomeWithName:active, .event-wrap .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .full-event-button:active, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more:active, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .more0:active, .event-wrap .outcome.active .outcome-odds, .event-wrap .active.outcomeWithName .outcome-odds, .event-wrap .std-event-panel .event-panel .games .active.full-event-button .outcome-odds, .std-event-panel .event-panel .games .event-wrap .active.full-event-button .outcome-odds, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more .outcome-odds, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .active.more .outcome-odds, .event-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0 .outcome-odds, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .active.more0 .outcome-odds {
      color: #FFF !important; }
  /* line 3973, ../../scss/_odds_base.scss */
  .event-wrap .three-way .outcome, .event-wrap .three-way .outcomeWithName, .event-wrap .three-way .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .three-way .full-event-button, .event-wrap .three-way .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .three-way .more, .event-wrap .three-way .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .three-way .more0 {
    width: 33.33%; }
  /* line 3978, ../../scss/_odds_base.scss */
  .event-wrap .two-way .outcome, .event-wrap .two-way .outcomeWithName, .event-wrap .two-way .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .two-way .full-event-button, .event-wrap .two-way .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .two-way .more, .event-wrap .two-way .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .two-way .more0 {
    width: 50%; }
  /* line 3982, ../../scss/_odds_base.scss */
  .event-wrap .main-content-area {
    border: 1px solid #000000;
    border-top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold; }
    /* line 3988, ../../scss/_odds_base.scss */
    .event-wrap .main-content-area .event-name {
      display: inline-block;
      font-size: 110%; }
    /* line 3992, ../../scss/_odds_base.scss */
    .event-wrap .main-content-area .event-start {
      display: inline-block;
      float: right;
      font-weight: normal; }
    /* line 3997, ../../scss/_odds_base.scss */
    .event-wrap .main-content-area .game-wrap {
      width: auto;
      margin: 0;
      max-width: none;
      line-height: 2em; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .event-wrap .main-content-area .game-wrap:before, .event-wrap .main-content-area .game-wrap:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .event-wrap .main-content-area .game-wrap:after {
        clear: both; }
      /* line 4000, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap .outcomes-wrap {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: left;
        display: table;
        table-layout: fixed;
        padding: 0; }
        /* line 4005, ../../scss/_odds_base.scss */
        .event-wrap .main-content-area .game-wrap .outcomes-wrap .outcomes {
          display: table-row;
          width: 100%; }
          /* line 4008, ../../scss/_odds_base.scss */
          .event-wrap .main-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap {
            display: table-cell; }
      /* line 4014, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcome, .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcomeWithName, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(odd) .full-event-button, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more0 {
        background-color: black; }
        /* line 4016, ../../scss/_odds_base.scss */
        .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcome:hover, .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcomeWithName:hover, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(odd) .full-event-button:hover, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more:hover, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more0:hover {
          color: #000000;
          background-color: #75b64e;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
          filter: alpha(opacity=75);
          -moz-opacity: 0.75;
          -khtml-opacity: 0.75;
          opacity: 0.75; }
        /* line 4021, ../../scss/_odds_base.scss */
        .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcome:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcomeWithName:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(odd) .full-event-button:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more0:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcome.active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .active.outcomeWithName, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(odd) .active.full-event-button, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .active.more, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .active.more0 {
          color: #000000;
          background-color: #75b64e;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
      /* line 4028, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap:nth-child(even) {
        background-color: #000d1c; }
        /* line 4030, ../../scss/_odds_base.scss */
        .event-wrap .main-content-area .game-wrap:nth-child(even) .outcome, .event-wrap .main-content-area .game-wrap:nth-child(even) .outcomeWithName, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(even) .full-event-button, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more0 {
          background-color: #b2b2b2; }
          /* line 4032, ../../scss/_odds_base.scss */
          .event-wrap .main-content-area .game-wrap:nth-child(even) .outcome:hover, .event-wrap .main-content-area .game-wrap:nth-child(even) .outcomeWithName:hover, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(even) .full-event-button:hover, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more:hover, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more0:hover {
            color: #000000;
            background-color: #75b64e !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
            filter: alpha(opacity=75);
            -moz-opacity: 0.75;
            -khtml-opacity: 0.75;
            opacity: 0.75; }
          /* line 4037, ../../scss/_odds_base.scss */
          .event-wrap .main-content-area .game-wrap:nth-child(even) .outcome:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .outcomeWithName:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(even) .full-event-button:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more0:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .outcome.active, .event-wrap .main-content-area .game-wrap:nth-child(even) .active.outcomeWithName, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(even) .active.full-event-button, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .active.more, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .active.more0 {
            color: #000000;
            background-color: #75b64e !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; }
      /* line 4044, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap .game-header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left; }
      /* line 4047, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap .outcome.extended, .event-wrap .main-content-area .game-wrap .extended.outcomeWithName, .event-wrap .main-content-area .game-wrap .std-event-panel .event-panel .games .extended.full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap .extended.full-event-button, .event-wrap .main-content-area .game-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .extended.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap .extended.more, .event-wrap .main-content-area .game-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .extended.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .main-content-area .game-wrap .extended.more0 {
        color: #ffffff; }
  /* line 4053, ../../scss/_odds_base.scss */
  .event-wrap .side-content-area .market-type-title {
    height: 1.4375rem;
    line-height: 1.4375rem;
    color: #FFF;
    font-size: 0.625rem;
    text-transform: uppercase;
    background-color: #003c7f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  /* line 4063, ../../scss/_odds_base.scss */
  .event-wrap .side-content-area .game-wrap {
    display: table;
    line-height: 2em;
    float: left;
    min-height: 64px; }
    /* line 4068, ../../scss/_odds_base.scss */
    .event-wrap .side-content-area .game-wrap .game-header {
      color: #FFF;
      height: 1.4375rem;
      line-height: 1.4375rem;
      text-indent: 1em; }
    /* line 4074, ../../scss/_odds_base.scss */
    .event-wrap .side-content-area .game-wrap .outcomes-wrap {
      border-top: 0;
      display: table;
      width: 100%;
      border-bottom: 1px solid #dbdbdb; }
      /* line 4079, ../../scss/_odds_base.scss */
      .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row {
        display: table-row; }
        /* line 4081, ../../scss/_odds_base.scss */
        .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row .outcome-wrap, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row .argument-label {
          display: table-cell;
          vertical-align: top; }
        /* line 4085, ../../scss/_odds_base.scss */
        .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) {
          background-color: #000d1c; }
          /* line 4087, ../../scss/_odds_base.scss */
          .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcome, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcomeWithName, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .full-event-button, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more0 {
            background-color: #a0a0a0; }
            /* line 4089, ../../scss/_odds_base.scss */
            .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcome:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcomeWithName:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .full-event-button:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more0:hover {
              color: #000000;
              background-color: #75b64e;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
              filter: alpha(opacity=75);
              -moz-opacity: 0.75;
              -khtml-opacity: 0.75;
              opacity: 0.75; }
            /* line 4094, ../../scss/_odds_base.scss */
            .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcome:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcomeWithName:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .full-event-button:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more0:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcome.active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .active.outcomeWithName, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .active.full-event-button, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .active.more, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .active.more0 {
              color: #000000;
              background-color: #75b64e;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
              filter: alpha(opacity=100);
              -moz-opacity: 1;
              -khtml-opacity: 1;
              opacity: 1; }
      /* line 4102, ../../scss/_odds_base.scss */
      .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes {
        display: table-row; }
        /* line 4104, ../../scss/_odds_base.scss */
        .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap {
          display: table-cell; }
          /* line 4110, ../../scss/_odds_base.scss */
          .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcome:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcomeWithName:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .full-event-button:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .more:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .more0:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcome.active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .active.outcomeWithName, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .active.full-event-button, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .active.more, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .active.more0 {
            color: #000000;
            background-color: #75b64e;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; }
      /* line 4120, ../../scss/_odds_base.scss */
      .event-wrap .side-content-area .game-wrap .outcomes-wrap > .small-6 .outcome-row, .event-wrap .side-content-area .game-wrap .outcomes-wrap > .small-4 .outcome-row {
        display: block;
        white-space: nowrap; }
  /* line 4128, ../../scss/_odds_base.scss */
  .event-wrap .side-content-area.right {
    padding-right: 0;
    padding-left: 0.5em; }
  @media screen and (max-width: 78.929em) {
    /* line 4133, ../../scss/_odds_base.scss */
    .event-wrap .right-content-area {
      padding: 0; } }
  /* line 4141, ../../scss/_odds_base.scss */
  .event-wrap.live .header-bar {
    padding-top: 10px;
    padding-left: 10px; }
    /* line 4144, ../../scss/_odds_base.scss */
    .event-wrap.live .header-bar .mode-wrap {
      width: 100%;
      padding: 0.3em 0;
      height: 1.875rem;
      background-color: #75b64e;
      border-radius: 4px; }
      /* line 4150, ../../scss/_odds_base.scss */
      .event-wrap.live .header-bar .mode-wrap .mode {
        cursor: pointer;
        z-index: 1; }
        /* line 4153, ../../scss/_odds_base.scss */
        .event-wrap.live .header-bar .mode-wrap .mode .col {
          height: 20px; }
        /* line 4156, ../../scss/_odds_base.scss */
        .event-wrap.live .header-bar .mode-wrap .mode .one-col {
          background-image: url("../../../../resources/images/pl/1_off.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
        /* line 4159, ../../scss/_odds_base.scss */
        .event-wrap.live .header-bar .mode-wrap .mode .two-col {
          background-image: url("../../../../resources/images/pl/2_off.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
        /* line 4162, ../../scss/_odds_base.scss */
        .event-wrap.live .header-bar .mode-wrap .mode .three-col {
          background-image: url("../../../../resources/images/pl/3_off.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
      /* line 4168, ../../scss/_odds_base.scss */
      .event-wrap.live .header-bar .mode-wrap .active .one-col {
        background-image: url("../../../../resources/images/pl/1_on.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 4171, ../../scss/_odds_base.scss */
      .event-wrap.live .header-bar .mode-wrap .active .two-col {
        background-image: url("../../../../resources/images/pl/2_on.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 4174, ../../scss/_odds_base.scss */
      .event-wrap.live .header-bar .mode-wrap .active .three-col {
        background-image: url("../../../../resources/images/pl/3_on.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
  /* line 4180, ../../scss/_odds_base.scss */
  .event-wrap.live .event-name {
    line-height: 2em; }
  /* line 4183, ../../scss/_odds_base.scss */
  .event-wrap.live #live-event-tracker {
    background-image: url("https://www.iforbet.pl/resources/images/pl/live-match-tracker.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 767px;
    height: 259px; }
  /* line 4189, ../../scss/_odds_base.scss */
  .event-wrap.live #live-event-betting-table {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
    margin-top: 5px; }
    /* line 4194, ../../scss/_odds_base.scss */
    .event-wrap.live #live-event-betting-table .market-type-title {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    /* line 4200, ../../scss/_odds_base.scss */
    .event-wrap.live #live-event-betting-table .outcome-wrap {
      line-height: 0; }
      /* line 4202, ../../scss/_odds_base.scss */
      .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border {
        border-bottom: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea; }
        /* line 4205, ../../scss/_odds_base.scss */
        .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border .outcome, .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border .outcomeWithName, .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border .full-event-button, .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border .more, .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live #live-event-betting-table .outcome-wrap.outcome-border .more0 {
          border-left: 0; }
    /* line 4210, ../../scss/_odds_base.scss */
    .event-wrap.live #live-event-betting-table .game-wrap {
      margin-top: 0;
      -moz-box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 0px 0 #e0e0e0;
      -webkit-box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 0px 0 #e0e0e0;
      box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset  0 0px 0 #e0e0e0;
      min-height: auto; }
      /* line 4216, ../../scss/_odds_base.scss */
      .event-wrap.live #live-event-betting-table .game-wrap .game-header {
        height: 15px;
        color: #75b64e;
        vertical-align: top;
        font-size: 0.75rem;
        line-height: 0.875rem;
        border-top: 1px solid #e0e0e0;
        margin-top: 15px;
        clear: both; }
        /* line 4225, ../../scss/_odds_base.scss */
        .event-wrap.live #live-event-betting-table .game-wrap .game-header .game-title {
          background-color: #F3F3F3;
          display: inline-block;
          padding: 0;
          text-indent: 0;
          position: relative;
          top: -0.5rem;
          left: 0.3125rem;
          margin: 0;
          border: 0; }
        /* line 4236, ../../scss/_odds_base.scss */
        .event-wrap.live #live-event-betting-table .game-wrap .game-header .blocked {
          color: #979797; }
      /* line 4241, ../../scss/_odds_base.scss */
      .event-wrap.live #live-event-betting-table .game-wrap .event-rates .event-rate {
        text-align: left !important; }
  /* line 4247, ../../scss/_odds_base.scss */
  .event-wrap.live .outcome-wrap, .event-wrap.live .argument-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    text-align: center;
    line-height: 2em;
    padding: 0; }
  /* line 4253, ../../scss/_odds_base.scss */
  .event-wrap.live .odds-arrow-up {
    background-image: url("../../../../resources/images/pl/odds_up.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    height: 23px;
    width: 7px; }
  /* line 4258, ../../scss/_odds_base.scss */
  .event-wrap.live .odds-arrow-down {
    background-image: url("../../../../resources/images/pl/odds_down.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    height: 23px;
    width: 7px; }
  /* line 4263, ../../scss/_odds_base.scss */
  .event-wrap.live .odds-blocked {
    background-image: url("../../../../resources/images/pl/gameLock.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    height: 20px;
    width: 12px;
    filter: invert(50%);
    -webkit-filter: invert(50%); }
  /* line 4273, ../../scss/_odds_base.scss */
  .event-wrap.live .middle-cell .outcome:hover, .event-wrap.live .middle-cell .outcomeWithName:hover, .event-wrap.live .middle-cell .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap.live .middle-cell .full-event-button:hover, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .middle-cell .more:hover, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .middle-cell .more0:hover, .event-wrap.live .middle-cell .outcome:active, .event-wrap.live .middle-cell .outcomeWithName:active, .event-wrap.live .middle-cell .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap.live .middle-cell .full-event-button:active, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .middle-cell .more:active, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .middle-cell .more0:active, .event-wrap.live .middle-cell .outcome.active, .event-wrap.live .middle-cell .active.outcomeWithName, .event-wrap.live .middle-cell .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap.live .middle-cell .active.full-event-button, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .middle-cell .active.more, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .middle-cell .active.more0 {
    background-color: #75b64e !important; }
  /* line 4278, ../../scss/_odds_base.scss */
  .event-wrap.live .middle-cell .empty-outcome:hover, .event-wrap.live .middle-cell .empty-outcome:active, .event-wrap.live .middle-cell .empty-outcome.active {
    border: 1px solid #FFF !important;
    background-color: #FFF !important; }
  /* line 4286, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.blocked .game-header {
    color: #c9c9c9; }
    /* line 4288, ../../scss/_odds_base.scss */
    .event-wrap.live .game-wrap.blocked .game-header .game-title {
      background-color: #ff4242;
      background-image: url("../../../../resources/images/pl/event-blocked.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 99% 50%; }
  /* line 4294, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.blocked .outcomes-wrap {
    height: 1.9375rem;
    border-left: 1px solid #dbdbdb; }
  /* line 4300, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.multiple .outcome-row {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    height: 1.9375rem;
    border-bottom: 1px solid #e0e0e0; }
  /* line 4306, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.multiple .outcome-name-wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
    padding: 0;
    line-height: 1.9375rem; }
  /* line 4315, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcome:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcomeWithName:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .full-event-button:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .more:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .more0:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcome:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcomeWithName:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .full-event-button:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .more:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .more0:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcome.active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .active.outcomeWithName, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .active.full-event-button, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .active.more, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .active.more0 {
    background-color: #75b64e !important; }

/*					/CATEGORY/EVENT/GAME VIEWS				*/
/*   		LIVE EVENT - TOP MENU		   */
/* line 4329, ../../scss/_odds_base.scss */
#main-content #other-lives-dropdown-container {
  font-weight: normal;
  font-size: initial; }
  /* line 4332, ../../scss/_odds_base.scss */
  #main-content #other-lives-dropdown-container .sb-dropdown-inputValue {
    background-color: #001227;
    border: 0; }
/* line 4339, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-events-header .sports-menu > div {
  width: 20%; }
/* line 4344, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .live-header {
  color: #FFF;
  line-height: 2rem;
  margin-top: 5px;
  border-bottom: 2px solid #6caa4d;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #003c7f;
  padding: 0 0 0 1em; }
  /* line 4355, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .live-header .up-row .cat-separator {
    padding: 0 6px;
    color: #75b64e; }
  /* line 4360, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .live-header .bottom-row {
    font-size: 1rem;
    font-weight: bold; }
  /* line 4364, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .live-header .status {
    float: right;
    margin-right: 1em; }
  /* line 4368, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .live-header .tracker-btns-bg {
    background-color: #00285d;
    height: 3em;
    float: right;
    padding: 0 1em 0 1em; }
    /* line 4373, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .live-header .tracker-btns-bg .tracker-statscore-btn {
      background-image: url("../../../../resources/images/pl/statscore-tracker-icon.svg");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      width: 26px;
      height: 26px;
      cursor: pointer;
      margin-top: 4px;
      margin-right: 0.5em; }
    /* line 4383, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .live-header .tracker-btns-bg .tracker-default-btn {
      background-image: url("../../../../resources/images/pl/default-tracker-icon.svg");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      width: 26px;
      height: 26px;
      cursor: pointer;
      margin-top: 4px; }
/* line 4393, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .live-event-wrap {
  padding: 1rem;
  color: #ffffff;
  margin-top: 1rem;
  max-width: 787.5px;
  margin: 0 auto;
  margin-top: 48px; }
  /* line 4400, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .live-event-wrap .participant-row {
    height: 3rem;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.3rem; }
    /* line 4405, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .live-event-wrap .participant-row .set-score-column {
      text-align: center; }
    /* line 4408, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .live-event-wrap .participant-row .result-column, #main-content .event-wrap #live-event-area .live-event-wrap .participant-row .extra-cell {
      text-align: center; }
  /* line 4412, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .live-event-wrap .timer {
    background-image: url("../../../../resources/images/pl/basketball/time.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -16px;
    text-align: center; }
/* line 4418, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-2 {
  background-image: url("../../../../resources/images/pl/basketball/bg_basketball.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16rem; }
  /* line 4422, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-2 .timer {
    background-image: url("../../../../resources/images/pl/basketball/time.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -16px;
    text-align: center; }
  /* line 4427, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-2 .participant-row {
    background-image: url("../../../../resources/images/pl/basketball/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: relative;
    line-height: 3rem;
    max-width: 660px;
    overflow: hidden; }
    /* line 4434, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-2 .participant-row .info-column {
      position: absolute;
      left: 0;
      width: initial;
      font-size: 14px;
      line-height: 51px;
      max-width: 340px; }
      @media screen and (max-width: 78.929em) {
        /* line 4434, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-2 .participant-row .info-column {
          font-size: 10px;
          max-width: 150px; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 4434, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-2 .participant-row .info-column {
          font-size: 12px;
          max-width: 330px; } }
      @media screen and (min-width: 95.625em) {
        /* line 4434, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-2 .participant-row .info-column {
          font-size: 14px; } }
    /* line 4453, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-2 .participant-row .set-score-container {
      position: absolute;
      right: 110px;
      width: 224px; }
      /* line 4457, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-2 .participant-row .set-score-container .set-score-column {
        width: 55px; }
    /* line 4461, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-2 .participant-row .result-column {
      position: absolute;
      right: 0;
      width: 140px;
      font-size: 1.5rem; }
/* line 4469, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-3 {
  background-image: url("../../../../resources/images/pl/baseball/bg_baseball.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16rem; }
  /* line 4473, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-3 .participants {
    position: relative;
    background-image: url("../../../../resources/images/pl/baseball/score_board.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 75%; }
    /* line 4478, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-3 .participants .empty-row {
      height: 49px; }
    /* line 4481, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row {
      line-height: 2.5rem;
      height: 2.5em;
      margin: 0;
      overflow: hidden; }
      /* line 4486, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row .info-column {
        max-width: 400px; }
        @media screen and (max-width: 78.929em) {
          /* line 4486, ../../scss/_odds_base.scss */
          #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row .info-column {
            font-size: 14px;
            max-width: 290px;
            position: absolute;
            top: 127px; } }
        @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
          /* line 4486, ../../scss/_odds_base.scss */
          #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row .info-column {
            font-size: 10px;
            max-width: 180px; } }
        @media screen and (min-width: 95.625em) {
          /* line 4486, ../../scss/_odds_base.scss */
          #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row .info-column {
            font-size: 12px; } }
      /* line 4502, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row .set-score-container {
        position: absolute;
        right: 131px;
        width: 315px; }
        /* line 4506, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row .set-score-container .set-score-column {
          width: 34px;
          font-size: 1rem;
          line-height: 2rem;
          padding: 8px 0; }
      /* line 4513, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row .result-column {
        position: absolute;
        right: 7px;
        width: 71px;
        font-size: 1rem;
        line-height: 2rem;
        padding-top: 8px; }
      /* line 4521, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-3 .participants .participant-row .extra-cell {
        position: absolute;
        right: 74px;
        width: 60px;
        font-size: 1rem;
        line-height: 2rem;
        padding-top: 8px; }
  @media screen and (max-width: 78.929em) {
    /* line 4532, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-3 .team2 .info-column {
      top: 145px !important; } }
  /* line 4538, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-3 .team2 .infos :first-of-type {
    margin-left: -12px; }
  /* line 4541, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-3 .team2 .infos .result-column {
    right: 19px; }
  /* line 4544, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-3 .team2 .infos .extra-cell {
    right: 86px; }
/* line 4550, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-4 {
  background-image: url("../../../../resources/images/pl/icehockey/bg_hockey.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16rem; }
  /* line 4554, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-4 .timer {
    background-image: url("../../../../resources/images/pl/basketball/time.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -16px;
    text-align: center; }
  /* line 4559, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-4 .participant-row {
    position: relative;
    background-image: url("../../../../resources/images/pl/icehockey/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    line-height: 3rem;
    overflow: hidden;
    max-width: 660px; }
    /* line 4566, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-4 .participant-row .info-column {
      position: absolute;
      left: 0;
      font-size: 14px;
      line-height: 46px;
      max-width: 400px; }
      @media screen and (max-width: 78.929em) {
        /* line 4566, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-4 .participant-row .info-column {
          font-size: 8px;
          max-width: 150px; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 4566, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-4 .participant-row .info-column {
          font-size: 10px;
          max-width: 275px; } }
      @media screen and (min-width: 95.625em) {
        /* line 4566, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-4 .participant-row .info-column {
          font-size: 12px; } }
    /* line 4584, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-4 .participant-row .set-score-container {
      position: absolute;
      right: 124px;
      width: 198px; }
      /* line 4588, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-4 .participant-row .set-score-container .set-score-column {
        width: 63px; }
    /* line 4592, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-4 .participant-row .result-column {
      width: 140px; }
/* line 4597, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-5 {
  background-image: url("../../../../resources/images/pl/tennis/bg_tennis.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16rem; }
  /* line 4601, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-5 .participant-row {
    position: relative;
    background-image: url("../../../../resources/images/pl/tennis/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    line-height: 2.6rem;
    overflow: hidden; }
    /* line 4607, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-5 .participant-row .active {
      background-image: url("../../../../resources/images/pl/tennis/ball_on.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 4610, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-5 .participant-row .info-column {
      width: initial;
      font-size: 14px;
      line-height: 46px;
      max-width: 400px; }
      @media screen and (max-width: 78.929em) {
        /* line 4610, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-5 .participant-row .info-column {
          font-size: 8px;
          max-width: 150px; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 4610, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-5 .participant-row .info-column {
          font-size: 10px;
          max-width: 275px; } }
      @media screen and (min-width: 95.625em) {
        /* line 4610, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-5 .participant-row .info-column {
          font-size: 12px; } }
    /* line 4627, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-5 .participant-row .service-column {
      position: absolute;
      right: 329px;
      height: 35px;
      width: 55px; }
    /* line 4633, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-5 .participant-row .set-score-container {
      position: absolute;
      right: 86px;
      width: 240px; }
      /* line 4637, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-5 .participant-row .set-score-container .set-score-column {
        width: 48px; }
    /* line 4641, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-5 .participant-row .result-column {
      width: 86px; }
/* line 4646, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-1, #main-content .event-wrap #live-event-area .sport-6, #main-content .event-wrap #live-event-area .sport-11, #main-content .event-wrap #live-event-area .sport-12, #main-content .event-wrap #live-event-area .sport-16, #main-content .event-wrap #live-event-area .sport-21, #main-content .event-wrap #live-event-area .sport-22, #main-content .event-wrap #live-event-area .sport-29, #main-content .event-wrap #live-event-area .sport-44, #main-content .event-wrap #live-event-area .default-sport {
  height: 16rem; }
  /* line 4649, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-1 .participants, #main-content .event-wrap #live-event-area .sport-6 .participants, #main-content .event-wrap #live-event-area .sport-11 .participants, #main-content .event-wrap #live-event-area .sport-12 .participants, #main-content .event-wrap #live-event-area .sport-16 .participants, #main-content .event-wrap #live-event-area .sport-21 .participants, #main-content .event-wrap #live-event-area .sport-22 .participants, #main-content .event-wrap #live-event-area .sport-29 .participants, #main-content .event-wrap #live-event-area .sport-44 .participants, #main-content .event-wrap #live-event-area .default-sport .participants {
    background-image: url("../../../../resources/images/pl/handball/score_board.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 751px; }
    /* line 4652, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-1 .participants .participant-row, #main-content .event-wrap #live-event-area .sport-6 .participants .participant-row, #main-content .event-wrap #live-event-area .sport-11 .participants .participant-row, #main-content .event-wrap #live-event-area .sport-12 .participants .participant-row, #main-content .event-wrap #live-event-area .sport-16 .participants .participant-row, #main-content .event-wrap #live-event-area .sport-21 .participants .participant-row, #main-content .event-wrap #live-event-area .sport-22 .participants .participant-row, #main-content .event-wrap #live-event-area .sport-29 .participants .participant-row, #main-content .event-wrap #live-event-area .sport-44 .participants .participant-row, #main-content .event-wrap #live-event-area .default-sport .participants .participant-row {
      line-height: 2rem;
      font-size: 0.9rem; }
      /* line 4655, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .participant-row .score, #main-content .event-wrap #live-event-area .sport-6 .participants .participant-row .score, #main-content .event-wrap #live-event-area .sport-11 .participants .participant-row .score, #main-content .event-wrap #live-event-area .sport-12 .participants .participant-row .score, #main-content .event-wrap #live-event-area .sport-16 .participants .participant-row .score, #main-content .event-wrap #live-event-area .sport-21 .participants .participant-row .score, #main-content .event-wrap #live-event-area .sport-22 .participants .participant-row .score, #main-content .event-wrap #live-event-area .sport-29 .participants .participant-row .score, #main-content .event-wrap #live-event-area .sport-44 .participants .participant-row .score, #main-content .event-wrap #live-event-area .default-sport .participants .participant-row .score {
        text-align: center;
        font-size: 20px; }
      /* line 4659, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .sport-6 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .sport-11 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .sport-12 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .sport-16 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .sport-21 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .sport-22 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .sport-29 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .sport-44 .participants .participant-row .info-red-home, #main-content .event-wrap #live-event-area .default-sport .participants .participant-row .info-red-home {
        position: absolute;
        top: 72px;
        right: 124px;
        width: 35px;
        height: 25px;
        line-height: 25px;
        text-align: center; }
      /* line 4668, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .sport-6 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .sport-11 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .sport-12 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .sport-16 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .sport-21 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .sport-22 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .sport-29 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .sport-44 .participants .participant-row .info-yellow-home, #main-content .event-wrap #live-event-area .default-sport .participants .participant-row .info-yellow-home {
        position: absolute;
        top: 72px;
        right: 88px;
        width: 35px;
        height: 25px;
        line-height: 25px;
        text-align: center; }
      /* line 4677, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .sport-6 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .sport-11 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .sport-12 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .sport-16 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .sport-21 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .sport-22 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .sport-29 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .sport-44 .participants .participant-row .info-corner-home, #main-content .event-wrap #live-event-area .default-sport .participants .participant-row .info-corner-home {
        position: absolute;
        top: 72px;
        right: 52px;
        width: 34px;
        height: 25px;
        line-height: 25px;
        text-align: center; }
      /* line 4686, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .sport-6 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .sport-11 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .sport-12 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .sport-16 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .sport-21 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .sport-22 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .sport-29 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .sport-44 .participants .participant-row .info-red-away, #main-content .event-wrap #live-event-area .default-sport .participants .participant-row .info-red-away {
        position: absolute;
        top: 72px;
        right: -159px;
        width: 35px;
        height: 25px;
        line-height: 25px;
        text-align: center; }
      /* line 4695, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .sport-6 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .sport-11 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .sport-12 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .sport-16 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .sport-21 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .sport-22 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .sport-29 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .sport-44 .participants .participant-row .info-yellow-away, #main-content .event-wrap #live-event-area .default-sport .participants .participant-row .info-yellow-away {
        position: absolute;
        top: 72px;
        right: -123px;
        width: 35px;
        height: 25px;
        line-height: 25px;
        text-align: center; }
      /* line 4704, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .sport-6 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .sport-11 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .sport-12 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .sport-16 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .sport-21 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .sport-22 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .sport-29 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .sport-44 .participants .participant-row .info-corner-away, #main-content .event-wrap #live-event-area .default-sport .participants .participant-row .info-corner-away {
        position: absolute;
        top: 72px;
        right: -87px;
        width: 35px;
        height: 25px;
        line-height: 25px;
        text-align: center; }
    /* line 4714, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-1 .participants .teamOne, #main-content .event-wrap #live-event-area .sport-6 .participants .teamOne, #main-content .event-wrap #live-event-area .sport-11 .participants .teamOne, #main-content .event-wrap #live-event-area .sport-12 .participants .teamOne, #main-content .event-wrap #live-event-area .sport-16 .participants .teamOne, #main-content .event-wrap #live-event-area .sport-21 .participants .teamOne, #main-content .event-wrap #live-event-area .sport-22 .participants .teamOne, #main-content .event-wrap #live-event-area .sport-29 .participants .teamOne, #main-content .event-wrap #live-event-area .sport-44 .participants .teamOne, #main-content .event-wrap #live-event-area .default-sport .participants .teamOne {
      padding: 0 0 0 1rem; }
      /* line 4716, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .sport-6 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .sport-11 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .sport-12 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .sport-16 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .sport-21 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .sport-22 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .sport-29 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .sport-44 .participants .teamOne .info-column, #main-content .event-wrap #live-event-area .default-sport .participants .teamOne .info-column {
        text-align: left; }
    /* line 4720, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-1 .participants .teamTwo, #main-content .event-wrap #live-event-area .sport-6 .participants .teamTwo, #main-content .event-wrap #live-event-area .sport-11 .participants .teamTwo, #main-content .event-wrap #live-event-area .sport-12 .participants .teamTwo, #main-content .event-wrap #live-event-area .sport-16 .participants .teamTwo, #main-content .event-wrap #live-event-area .sport-21 .participants .teamTwo, #main-content .event-wrap #live-event-area .sport-22 .participants .teamTwo, #main-content .event-wrap #live-event-area .sport-29 .participants .teamTwo, #main-content .event-wrap #live-event-area .sport-44 .participants .teamTwo, #main-content .event-wrap #live-event-area .default-sport .participants .teamTwo {
      padding: 0 1rem 0 0; }
      /* line 4722, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-1 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .sport-6 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .sport-11 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .sport-12 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .sport-16 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .sport-21 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .sport-22 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .sport-29 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .sport-44 .participants .teamTwo .info-column, #main-content .event-wrap #live-event-area .default-sport .participants .teamTwo .info-column {
        text-align: right; }
/* line 4729, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-1 .participants {
  background-image: url("../../../../resources/images/pl/scoreboard.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 97px; }
/* line 4734, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-1 {
  background-image: url("../../../../resources/images/pl/soccer/bg_soccer.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4738, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-6 {
  background-image: url("../../../../resources/images/pl/handball/bg_handball.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4742, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-11 {
  background-image: url("../../../../resources/images/pl/motorsport/bg_motorsport.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4746, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-12 {
  background-image: url("../../../../resources/images/pl/rugby/bg_rugby.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4750, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-14-1246, #main-content .event-wrap #live-event-area .sport-12680 {
  background-image: url("../../../../resources/images/pl/winter_sports/bg_ski_jumping.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 16rem;
  min-height: 16rem;
  position: relative; }
  /* line 4755, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-14-1246 .score-row, #main-content .event-wrap #live-event-area .sport-12680 .score-row {
    position: absolute;
    left: 0;
    width: 102%;
    top: 6px;
    text-align: center; }
  /* line 4762, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-14-1246 .participant-row, #main-content .event-wrap #live-event-area .sport-12680 .participant-row {
    margin-top: 1.3rem; }
    /* line 4764, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-14-1246 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-12680 .participant-row .info-column {
      color: #232222;
      text-align: center;
      width: 100%; }
/* line 4771, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-16 {
  background-image: url("../../../../resources/images/pl/american_football/bg_am_football.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4775, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-19 {
  background-image: url("../../../../resources/images/pl/snooker/bg_snooker.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16rem; }
  /* line 4779, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-19 .participant-row {
    position: relative;
    background-image: url("../../../../resources/images/pl/snooker/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    line-height: 2.6rem;
    overflow: hidden; }
    /* line 4785, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-19 .participant-row .info-column {
      width: initial;
      font-size: 14px;
      line-height: 46px;
      max-width: 400px; }
      @media screen and (max-width: 78.929em) {
        /* line 4785, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-19 .participant-row .info-column {
          font-size: 8px;
          max-width: 150px; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 4785, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-19 .participant-row .info-column {
          font-size: 10px;
          max-width: 275px; } }
      @media screen and (min-width: 95.625em) {
        /* line 4785, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-19 .participant-row .info-column {
          font-size: 12px; } }
    /* line 4802, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-19 .participant-row .set-score-container {
      position: absolute;
      right: 86px; }
      /* line 4805, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-19 .participant-row .set-score-container .set-score-column {
        width: 25px;
        padding: 0;
        height: 41px;
        line-height: 41px;
        font-size: 13px; }
    /* line 4813, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-19 .participant-row .result-column {
      width: 86px; }
/* line 4818, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-20 {
  background-image: url("../../../../resources/images/pl/table_tennis/bg_table_tennis.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  /* line 4821, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-20 .participant-row {
    position: relative;
    background-image: url("../../../../resources/images/pl/volleyball/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    overflow: hidden;
    max-width: 704px; }
    /* line 4827, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-20 .participant-row .service-column {
      right: 235px;
      background-image: url("../../../../resources/images/pl/table_tennis/ball_on.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
/* line 4833, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-21 {
  background-image: url("../../../../resources/images/pl/cricket/bg_cricket.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4837, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-22 {
  background-image: url("../../../../resources/images/pl/darts/bg_darts.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4841, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-29 {
  background-image: url("../../../../resources/images/pl/futsal/bg_futsal.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4845, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-40 {
  background-image: url("../../../../resources/images/pl/boxing/boxing.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 16rem; }
  /* line 4848, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-40 .participants {
    margin-top: 0.5em; }
    /* line 4850, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-40 .participants .participant-row {
      position: relative;
      width: 50%;
      padding: 0; }
      /* line 4854, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-40 .participants .participant-row.teamOne {
        text-align: right; }
        /* line 4856, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-40 .participants .participant-row.teamOne .info-column {
          position: absolute;
          right: 20px;
          padding: 0;
          padding-right: 25px; }
        /* line 4862, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-40 .participants .participant-row.teamOne .score {
          position: absolute;
          right: 0;
          padding: 0;
          width: 25px;
          padding-right: 10px; }
      /* line 4870, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-40 .participants .participant-row.teamTwo {
        text-align: left; }
        /* line 4872, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-40 .participants .participant-row.teamTwo .info-column {
          position: absolute;
          left: 20px;
          padding: 0;
          padding-left: 25px; }
        /* line 4878, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-40 .participants .participant-row.teamTwo .score {
          position: absolute;
          left: 0;
          padding: 0;
          width: 25px;
          padding-left: 10px; }
/* line 4889, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-41 {
  background-image: url("../../../../resources/images/pl/mma/bg_mma.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 16rem; }
  /* line 4892, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-41 .participants {
    margin-top: 0.5em; }
    /* line 4894, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-41 .participants .participant-row {
      position: relative;
      width: 50%;
      padding: 0; }
      /* line 4898, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-41 .participants .participant-row.teamOne {
        text-align: right; }
        /* line 4900, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-41 .participants .participant-row.teamOne .info-column {
          position: absolute;
          right: 20px;
          padding: 0;
          padding-right: 25px; }
        /* line 4906, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-41 .participants .participant-row.teamOne .score {
          position: absolute;
          right: 0;
          padding: 0;
          width: 25px;
          padding-right: 10px; }
      /* line 4914, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-41 .participants .participant-row.teamTwo {
        text-align: left; }
        /* line 4916, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-41 .participants .participant-row.teamTwo .info-column {
          position: absolute;
          left: 20px;
          padding: 0;
          padding-left: 25px; }
        /* line 4922, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-41 .participants .participant-row.teamTwo .score {
          position: absolute;
          left: 0;
          padding: 0;
          width: 25px;
          padding-left: 10px; }
/* line 4933, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-44 {
  background-image: url("../../../../resources/images/pl/biathlon/bg_biathlon.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4937, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .default-sport {
  background-image: url("../../../../resources/images/pl/default/bg_default.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
/* line 4941, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-10, #main-content .event-wrap #live-event-area .sport-20, #main-content .event-wrap #live-event-area .sport-31, #main-content .event-wrap #live-event-area .sport-34 {
  height: 16rem; }
  /* line 4943, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-10 .participant-row, #main-content .event-wrap #live-event-area .sport-20 .participant-row, #main-content .event-wrap #live-event-area .sport-31 .participant-row, #main-content .event-wrap #live-event-area .sport-34 .participant-row {
    padding: 0 2rem;
    line-height: 3.2rem; }
    /* line 4946, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-10 .participant-row .service-column, #main-content .event-wrap #live-event-area .sport-20 .participant-row .service-column, #main-content .event-wrap #live-event-area .sport-31 .participant-row .service-column, #main-content .event-wrap #live-event-area .sport-34 .participant-row .service-column {
      height: 32px;
      width: 10%;
      position: absolute;
      right: 260px;
      zoom: 150%; }
    /* line 4953, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-10 .participant-row .set-score-container, #main-content .event-wrap #live-event-area .sport-20 .participant-row .set-score-container, #main-content .event-wrap #live-event-area .sport-31 .participant-row .set-score-container, #main-content .event-wrap #live-event-area .sport-34 .participant-row .set-score-container {
      position: absolute;
      right: 86px;
      width: 264px; }
      /* line 4957, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-10 .participant-row .set-score-container .set-score-column, #main-content .event-wrap #live-event-area .sport-20 .participant-row .set-score-container .set-score-column, #main-content .event-wrap #live-event-area .sport-31 .participant-row .set-score-container .set-score-column, #main-content .event-wrap #live-event-area .sport-34 .participant-row .set-score-container .set-score-column {
        width: 50px;
        font-size: 0.8rem; }
    /* line 4962, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-10 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-20 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-31 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-34 .participant-row .info-column {
      position: absolute;
      left: 0;
      width: initial;
      font-size: 14px;
      line-height: 51px;
      max-width: 400px; }
      @media screen and (max-width: 78.929em) {
        /* line 4962, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-10 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-20 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-31 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-34 .participant-row .info-column {
          font-size: 10px;
          max-width: 120px; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 4962, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-10 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-20 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-31 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-34 .participant-row .info-column {
          font-size: 12px;
          max-width: 275px; } }
      @media screen and (min-width: 95.625em) {
        /* line 4962, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-10 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-20 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-31 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-34 .participant-row .info-column {
          font-size: 14px; } }
    /* line 4981, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-10 .participant-row .result-column, #main-content .event-wrap #live-event-area .sport-20 .participant-row .result-column, #main-content .event-wrap #live-event-area .sport-31 .participant-row .result-column, #main-content .event-wrap #live-event-area .sport-34 .participant-row .result-column {
      position: absolute;
      right: 0;
      width: 102px;
      font-size: 1.5rem; }
/* line 4989, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-10 {
  background-image: url("../../../../resources/images/pl/volleyball/bg_vol.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  /* line 4992, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-10 .participant-row {
    position: relative;
    background-image: url("../../../../resources/images/pl/volleyball/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    overflow: hidden;
    max-width: 704px; }
    /* line 4998, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-10 .participant-row .service-column {
      background-image: url("../../../../resources/images/pl/volleyball/ball_on.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
/* line 5003, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-31 {
  background-image: url("../../../../resources/images/pl/badminton/bg_badminton.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  /* line 5006, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-31 .participant-row {
    position: relative;
    background-image: url("../../../../resources/images/pl/badminton/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    overflow: hidden;
    max-width: 704px; }
    /* line 5012, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-31 .participant-row .service-column {
      background-image: url("../../../../resources/images/pl/badminton/ball_on.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
/* line 5017, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-34 {
  background-image: url("../../../../resources/images/pl/beach_volleyball/bg_volleyball.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  /* line 5020, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-34 .participant-row {
    position: relative;
    background-image: url("../../../../resources/images/pl/beach_volleyball/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    overflow: hidden;
    max-width: 704px; }
    /* line 5026, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-34 .participant-row .service-column {
      background-image: url("../../../../resources/images/pl/beach_volleyball/ball_on.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
/* line 5031, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-70 {
  height: 16rem; }
  /* line 5033, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-70 .participant-row {
    padding: 0 2rem;
    line-height: 3.2rem; }
    /* line 5036, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-70 .participant-row .set-score-container {
      position: absolute;
      left: calc(50%);
      position: absolute;
      right: 186px;
      width: 170px;
      color: #000; }
      /* line 5043, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-70 .participant-row .set-score-container .set-score-column {
        width: 36px;
        margin-right: 20px;
        text-align: center;
        padding: 0; }
    /* line 5050, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-70 .participant-row .info-column {
      position: absolute;
      left: calc(50% - 240px);
      width: initial;
      font-size: 14px;
      line-height: 51px;
      width: 240px; }
      @media screen and (max-width: 78.929em) {
        /* line 5050, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-70 .participant-row .info-column {
          font-size: 10px; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 5050, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-70 .participant-row .info-column {
          font-size: 12px; } }
      @media screen and (min-width: 95.625em) {
        /* line 5050, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-70 .participant-row .info-column {
          font-size: 14px; } }
    /* line 5067, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-70 .participant-row .result-column {
      position: absolute;
      left: calc(50% + 165px);
      width: 44px;
      padding: 0;
      color: #75b64e; }
/* line 5076, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-70 {
  position: relative;
  background-image: url("../../../../resources/images/pl/e-sports/cs_bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 734px; }
  /* line 5080, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-70 .score-row {
    position: absolute;
    left: 0;
    width: 102%;
    top: 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 8px !important; }
  /* line 5089, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-70 .participant-row {
    background-image: url("../../../../resources/images/pl/e-sports/score_field3.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 43% 50%;
    overflow: hidden;
    max-width: 704px; }
  /* line 5095, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-70 .participant-row:nth-child(2) {
    margin-top: 70px; }
/* line 5099, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-71, #main-content .event-wrap #live-event-area .sport-72 {
  height: 16rem; }
  /* line 5101, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-71 .participant-row, #main-content .event-wrap #live-event-area .sport-72 .participant-row {
    padding: 0 2rem;
    line-height: 3.2rem; }
    /* line 5104, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-71 .participant-row .set-score-container, #main-content .event-wrap #live-event-area .sport-72 .participant-row .set-score-container {
      position: absolute;
      left: calc(50% - 54px);
      position: absolute;
      right: 186px;
      width: 219px;
      color: #000; }
      /* line 5111, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area .sport-71 .participant-row .set-score-container .set-score-column, #main-content .event-wrap #live-event-area .sport-72 .participant-row .set-score-container .set-score-column {
        width: 36px;
        margin-right: 20px;
        text-align: center;
        padding: 0; }
    /* line 5118, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-71 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-72 .participant-row .info-column {
      position: absolute;
      left: calc(50% - 240px);
      width: initial;
      font-size: 14px;
      line-height: 51px;
      width: 187px; }
      @media screen and (max-width: 78.929em) {
        /* line 5118, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-71 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-72 .participant-row .info-column {
          font-size: 10px; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 5118, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-71 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-72 .participant-row .info-column {
          font-size: 12px; } }
      @media screen and (min-width: 95.625em) {
        /* line 5118, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area .sport-71 .participant-row .info-column, #main-content .event-wrap #live-event-area .sport-72 .participant-row .info-column {
          font-size: 14px; } }
    /* line 5135, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area .sport-71 .participant-row .result-column, #main-content .event-wrap #live-event-area .sport-72 .participant-row .result-column {
      position: absolute;
      left: calc(50% + 165px);
      width: 44px;
      padding: 0;
      color: #75b64e; }
/* line 5144, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-71 {
  position: relative;
  background-image: url("../../../../resources/images/pl/e-sports/lol_bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 734px; }
  /* line 5148, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-71 .score-row {
    position: absolute;
    left: 0;
    width: 102%;
    top: 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 8px !important; }
  /* line 5157, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-71 .participant-row {
    background-image: url("../../../../resources/images/pl/e-sports/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 43% 50%;
    overflow: hidden;
    max-width: 704px; }
  /* line 5163, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-71 .participant-row:nth-child(2) {
    margin-top: 70px; }
/* line 5168, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area .sport-72 {
  position: relative;
  background-image: url("../../../../resources/images/pl/e-sports/dota_bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 734px; }
  /* line 5172, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-72 .score-row {
    position: absolute;
    left: 0;
    width: 102%;
    top: 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 8px !important; }
  /* line 5181, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-72 .participant-row {
    background-image: url("../../../../resources/images/pl/e-sports/score_field.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 43% 50%;
    overflow: hidden;
    max-width: 704px; }
  /* line 5187, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area .sport-72 .participant-row:nth-child(2) {
    margin-top: 70px; }
/* line 5192, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area #live-event-background {
  height: 20em; }
/* line 5195, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area #live-event-statistics-table {
  position: relative;
  top: -21em;
  height: 0; }
  /* line 5199, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area #live-event-statistics-table #live-event-info-wrap {
    height: 3em; }
    /* line 5201, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area #live-event-statistics-table #live-event-info-wrap .live-event-top-info {
      border-radius: 4px;
      background-color: #FFFFFF;
      color: #ffffff;
      font-weight: bold; }
      /* line 5206, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area #live-event-statistics-table #live-event-info-wrap .live-event-top-info #live-event-time {
        font-size: 125%; }
  /* line 5211, ../../scss/_odds_base.scss */
  #main-content .event-wrap #live-event-area #live-event-statistics-table #live-event-score-table {
    height: 4.5em;
    position: relative;
    top: 3em; }
    /* line 5215, ../../scss/_odds_base.scss */
    #main-content .event-wrap #live-event-area #live-event-statistics-table #live-event-score-table .participant-row {
      height: 1.5em; }
      /* line 5217, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area #live-event-statistics-table #live-event-score-table .participant-row .cell {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
        background-color: #FFFFFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        white-space: pre;
        text-align: center;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff; }
        /* line 5226, ../../scss/_odds_base.scss */
        #main-content .event-wrap #live-event-area #live-event-statistics-table #live-event-score-table .participant-row .cell.total-score-cell {
          border-right: 1px solid #ffffff;
          font-weight: bold;
          color: #6aa347; }
      /* line 5233, ../../scss/_odds_base.scss */
      #main-content .event-wrap #live-event-area #live-event-statistics-table #live-event-score-table .participant-row:last-of-type .cell {
        border-bottom: 1px solid #ffffff; }
/* line 5240, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area #live-event-betting-table {
  position: relative;
  top: -5em;
  clear: both; }
/* line 5247, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.soccer #live-event-background {
  background-image: url("https://www.iforbet.pl/resources/images/pl/soccer/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5251, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.soccer #live-event-statistics-table .statistics-cell-4, #main-content .event-wrap #live-event-area.soccer #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 5255, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.soccer #live-event-statistics-table #score-table-header .statistics-cell-1 {
  background-image: url("../../../../resources/images/pl/soccer/y_card.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5258, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.soccer #live-event-statistics-table #score-table-header .statistics-cell-2 {
  background-image: url("../../../../resources/images/pl/soccer/r_card.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5261, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.soccer #live-event-statistics-table #score-table-header .statistics-cell-3 {
  background-image: url("../../../../resources/images/pl/soccer/corner.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5264, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.soccer #live-event-statistics-table #score-table-header .total-score-cell {
  background-image: url("../../../../resources/images/pl/soccer/ball.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5271, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.basketball #live-event-background {
  background-image: url("https://www.iforbet.pl/resources/images/pl/basketball/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5276, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.icehockey #live-event-background {
  background-image: url("https://www.iforbet.pl/resources/images/pl/icehockey/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5280, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.icehockey #live-event-statistics-table .statistics-cell-4, #main-content .event-wrap #live-event-area.icehockey #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 5286, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.tennis #live-event-background {
  background-image: url("https://www.iforbet.pl/resources/images/pl/tennis/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5291, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.handball #live-event-background {
  background-image: url("https://www.iforbet.pl/resources/images/pl/handball/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5295, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.handball #live-event-statistics-table .statistics-cell-1, #main-content .event-wrap #live-event-area.handball #live-event-statistics-table .statistics-cell-2, #main-content .event-wrap #live-event-area.handball #live-event-statistics-table .statistics-cell-3, #main-content .event-wrap #live-event-area.handball #live-event-statistics-table .statistics-cell-4, #main-content .event-wrap #live-event-area.handball #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 5301, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.rugby #live-event-background {
  background-image: url("https://www.iforbet.pl/resources/images/pl/rugby/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5305, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.rugby #live-event-statistics-table .statistics-cell-4, #main-content .event-wrap #live-event-area.rugby #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 5311, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.volleyball #live-event-background {
  background-image: url("https://www.iforbet.pl/resources/images/pl/volleyball/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5317, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.snooker #live-event-statistics-table .statistics-cell-3, #main-content .event-wrap #live-event-area.snooker #live-event-statistics-table .statistics-cell-4, #main-content .event-wrap #live-event-area.snooker #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 5323, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.cricket #live-event-background {
  background-image: url("https://www.iforbet.pl/resources/images/pl/cricket/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 5327, ../../scss/_odds_base.scss */
#main-content .event-wrap #live-event-area.cricket #live-event-statistics-table .statistics-cell-3, #main-content .event-wrap #live-event-area.cricket #live-event-statistics-table .statistics-cell-4, #main-content .event-wrap #live-event-area.cricket #live-event-statistics-table .statistics-cell-5 {
  display: none; }

/*   		/LIVE EVENT - TOP MENU		   */
/* line 5338, ../../scss/_odds_base.scss */
#fixtures-form .form-section {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #0d4a17;
  padding: 0.5em 0;
  margin: 0; }
  /* line 5340, ../../scss/_odds_base.scss */
  #fixtures-form .form-section:last-of-type {
    border: 0; }
/* line 5344, ../../scss/_odds_base.scss */
#fixtures-form .buttons-label {
  margin: 0.25em 0;
  font-size: 1.25em; }
/* line 5348, ../../scss/_odds_base.scss */
#fixtures-form .std-button-common, #fixtures-form .std-button-rounded, #fixtures-form #bet-slip #bet-slip-form #bs-combinations-wrap .label, #bet-slip #bet-slip-form #bs-combinations-wrap #fixtures-form .label, #fixtures-form .input-with-button-on-right .button, .input-with-button-on-right #fixtures-form .button, #fixtures-form #my-account .main .section .row .std-upload-file, #my-account .main .section .row #fixtures-form .std-upload-file {
  height: 2.25em; }
/* line 5352, ../../scss/_odds_base.scss */
#fixtures-form .data-range {
  padding: 3em; }
/* line 5355, ../../scss/_odds_base.scss */
#fixtures-form .std-input, #fixtures-form .std-input-inline, #fixtures-form .input-with-button-on-right .input, .input-with-button-on-right #fixtures-form .input {
  height: 2.2em;
  max-width: 9em; }
/* line 5359, ../../scss/_odds_base.scss */
#fixtures-form .ui-datepicker-trigger {
  border-radius: 4px;
  cursor: pointer;
  margin-left: -1.6em; }
  @media screen and (max-width: 78.929em) {
    /* line 5359, ../../scss/_odds_base.scss */
    #fixtures-form .ui-datepicker-trigger {
      margin-left: -2em; } }

/*	 		CONTACT US		 	*/
/* line 5370, ../../scss/_odds_base.scss */
#contact-us {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  margin-bottom: 2em;
  color: #333333; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  #contact-us:before, #contact-us:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  #contact-us:after {
    clear: both; }
  /* line 5374, ../../scss/_odds_base.scss */
  #contact-us #form-contact {
    margin-top: 2em; }
    /* line 5377, ../../scss/_odds_base.scss */
    #contact-us #form-contact .label-with-input .label {
      width: 30%; }
    /* line 5380, ../../scss/_odds_base.scss */
    #contact-us #form-contact .label-with-input input {
      width: 70%;
      border: 1px solid #939393; }
      /* line 5383, ../../scss/_odds_base.scss */
      #contact-us #form-contact .label-with-input input:hover {
        background-color: #f2f2f2; }
    /* line 5387, ../../scss/_odds_base.scss */
    #contact-us #form-contact .label-with-input .error {
      text-align: right;
      display: block; }
    /* line 5392, ../../scss/_odds_base.scss */
    #contact-us #form-contact textarea {
      border-radius: 4px;
      border: 1px solid #939393;
      width: 100%;
      min-height: 16em;
      resize: none;
      white-space: pre; }
    /* line 5400, ../../scss/_odds_base.scss */
    #contact-us #form-contact .mandatory-info {
      color: #b3b3b3; }
    /* line 5403, ../../scss/_odds_base.scss */
    #contact-us #form-contact .drop-down-input {
      float: right;
      width: 14em;
      max-width: 14em; }
      /* line 5407, ../../scss/_odds_base.scss */
      #contact-us #form-contact .drop-down-input .sb-dropdown-inputValue {
        width: 100%; }
      /* line 5410, ../../scss/_odds_base.scss */
      #contact-us #form-contact .drop-down-input .sb-dropdown-options-list {
        width: inherit; }
  /* line 5415, ../../scss/_odds_base.scss */
  #contact-us .contact-alternatives {
    margin-top: 2em;
    padding-left: 7em; }
    /* line 5418, ../../scss/_odds_base.scss */
    #contact-us .contact-alternatives .row {
      padding-left: 2em;
      margin: 2em 0; }
      /* line 5421, ../../scss/_odds_base.scss */
      #contact-us .contact-alternatives .row.telephone {
        background-image: url("https://www.iforbet.pl/resources/images/pl/phone.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-position: left;
        background-size: initial;
        font-weight: bold; }
      /* line 5427, ../../scss/_odds_base.scss */
      #contact-us .contact-alternatives .row.email {
        background-image: url("../../../../resources/images/pl/at.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-position: left;
        background-size: initial;
        text-decoration: underline; }
      /* line 5433, ../../scss/_odds_base.scss */
      #contact-us .contact-alternatives .row.address {
        background-image: url("https://www.iforbet.pl/resources/images/pl/envelop.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-position: left 0.5em;
        background-size: initial; }
    /* line 5439, ../../scss/_odds_base.scss */
    #contact-us .contact-alternatives .social-icons {
      margin-left: 2em; }
      /* line 5441, ../../scss/_odds_base.scss */
      #contact-us .contact-alternatives .social-icons .icon {
        margin-right: 1em;
        height: 24px;
        width: 24px;
        display: inline-block;
        cursor: pointer; }
        /* line 5447, ../../scss/_odds_base.scss */
        #contact-us .contact-alternatives .social-icons .icon.fb {
          background-image: url("https://www.iforbet.pl/resources/images/pl/fb_color.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
        /* line 5450, ../../scss/_odds_base.scss */
        #contact-us .contact-alternatives .social-icons .icon.tw {
          background-image: url("https://www.iforbet.pl/resources/images/pl/tw_color.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
        /* line 5453, ../../scss/_odds_base.scss */
        #contact-us .contact-alternatives .social-icons .icon.wa {
          background-image: url("https://www.iforbet.pl/resources/images/pl/wa_color.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
        /* line 5456, ../../scss/_odds_base.scss */
        #contact-us .contact-alternatives .social-icons .icon.yt {
          background-image: url("https://www.iforbet.pl/resources/images/pl/yt_color.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }

/*	 		/CONTACT US		 	*/
/*	 		FAQ		 	*/
/* line 5466, ../../scss/_odds_base.scss */
div#faq {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  div#faq:before, div#faq:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  div#faq:after {
    clear: both; }
  /* line 5468, ../../scss/_odds_base.scss */
  div#faq .faq-header {
    font-weight: bold;
    width: 100%;
    padding: 1em 0.9375rem;
    display: block; }
  /* line 5474, ../../scss/_odds_base.scss */
  div#faq .faq-row {
    text-align: justify; }
    /* line 5476, ../../scss/_odds_base.scss */
    div#faq .faq-row .question {
      background-color: #0b6e1b;
      color: #ffffff;
      font-weight: bold;
      padding: 0 0.5em;
      line-height: 2em; }
    /* line 5483, ../../scss/_odds_base.scss */
    div#faq .faq-row .answer {
      color: #000000;
      padding: 0 0.5em; }

/*	 		/FAQ		 	*/
/* line 5492, ../../scss/_odds_base.scss */
.password-strength-inline {
  position: absolute;
  top: 0.6875rem;
  right: 1.5rem;
  width: 6.25rem;
  height: 0.5rem;
  background-color: #f9f8f8;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  overflow: hidden; }

/* line 5503, ../../scss/_odds_base.scss */
.very-weak-on {
  width: 25%;
  height: 7px;
  background-color: #75b64e;
  border-radius: 4px; }

/* line 5509, ../../scss/_odds_base.scss */
.weak-on {
  width: 50%;
  height: 7px;
  background-color: #75b64e;
  border-radius: 4px; }

/* line 5515, ../../scss/_odds_base.scss */
.medium-on {
  width: 75%;
  height: 7px;
  background-color: #75b64e;
  border-radius: 4px; }

/* line 5521, ../../scss/_odds_base.scss */
.strong-on {
  width: 100%;
  height: 7px;
  background-color: #75b64e;
  border-radius: 4px; }

/* line 5531, ../../scss/_odds_base.scss */
#new-password-form .row {
  margin-bottom: 0.625rem; }
  /* line 5533, ../../scss/_odds_base.scss */
  #new-password-form .row input {
    width: 100%; }
/* line 5538, ../../scss/_odds_base.scss */
#new-password-form .label-with-input-inline .error {
  display: block; }
/* line 5541, ../../scss/_odds_base.scss */
#new-password-form .label-with-input-inline .error.hide {
  display: none; }
/* line 5545, ../../scss/_odds_base.scss */
#new-password-form .password-strength-inline {
  margin-left: 0; }
/* line 5548, ../../scss/_odds_base.scss */
#new-password-form #passwordRequirements {
  width: 50%; }

/*			REGISTRATION			*/
/* line 5554, ../../scss/_odds_base.scss */
.registration-banner {
  width: 100%;
  font-size: 1.3125rem;
  text-align: center;
  color: #FFF; }

/* line 5562, ../../scss/_odds_base.scss */
#registration-form .registration-block {
  float: left;
  background-color: #FFF;
  font-size: 0.75rem;
  color: #565555;
  border: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 1em; }
  /* line 5571, ../../scss/_odds_base.scss */
  #registration-form .registration-block .input {
    width: 100%; }
  /* line 5574, ../../scss/_odds_base.scss */
  #registration-form .registration-block .row {
    width: auto;
    margin-top: 0;
    max-width: none;
    margin-bottom: 0.3125rem; }
    /* line 91, ../../scss/_mixins.scss */
    #registration-form .registration-block .row .std-input::-webkit-input-placeholder, #registration-form .registration-block .row .std-input-inline::-webkit-input-placeholder, #registration-form .registration-block .row .input-with-button-on-right .input::-webkit-input-placeholder, .input-with-button-on-right #registration-form .registration-block .row .input::-webkit-input-placeholder {
      color: #adadad; }
    /* line 94, ../../scss/_mixins.scss */
    #registration-form .registration-block .row .std-input:-moz-placeholder, #registration-form .registration-block .row .std-input-inline:-moz-placeholder, #registration-form .registration-block .row .input-with-button-on-right .input:-moz-placeholder, .input-with-button-on-right #registration-form .registration-block .row .input:-moz-placeholder {
      color: #adadad; }
    /* line 97, ../../scss/_mixins.scss */
    #registration-form .registration-block .row .std-input::-moz-placeholder, #registration-form .registration-block .row .std-input-inline::-moz-placeholder, #registration-form .registration-block .row .input-with-button-on-right .input::-moz-placeholder, .input-with-button-on-right #registration-form .registration-block .row .input::-moz-placeholder {
      color: #adadad; }
    /* line 100, ../../scss/_mixins.scss */
    #registration-form .registration-block .row .std-input:-ms-input-placeholder, #registration-form .registration-block .row .std-input-inline:-ms-input-placeholder, #registration-form .registration-block .row .input-with-button-on-right .input:-ms-input-placeholder, .input-with-button-on-right #registration-form .registration-block .row .input:-ms-input-placeholder {
      color: #adadad; }
    /* line 5584, ../../scss/_odds_base.scss */
    #registration-form .registration-block .row .label-with-input-inline .checkbox-with-label .label {
      color: #565555;
      cursor: pointer; }
    /* line 5588, ../../scss/_odds_base.scss */
    #registration-form .registration-block .row .label-with-input-inline .checkbox-with-label input {
      margin-right: 0; }
    /* line 5592, ../../scss/_odds_base.scss */
    #registration-form .registration-block .row .label-with-input-inline .label {
      line-height: 1.375rem; }
      /* line 5595, ../../scss/_odds_base.scss */
      #registration-form .registration-block .row .label-with-input-inline .label.required:after {
        color: #ff6251;
        content: '*';
        position: absolute;
        font-size: 1.0625rem;
        font-weight: bold;
        line-height: 2.375rem;
        text-indent: 0.625rem; }
    /* line 5606, ../../scss/_odds_base.scss */
    #registration-form .registration-block .row .label-with-input-inline .two-rows {
      line-height: 0.875rem; }
    /* line 5609, ../../scss/_odds_base.scss */
    #registration-form .registration-block .row .label-with-input-inline .reg-rel {
      position: relative;
      height: 1.875rem; }
    /* line 5613, ../../scss/_odds_base.scss */
    #registration-form .registration-block .row .label-with-input-inline .hint-img {
      position: absolute;
      left: 0;
      top: 0.375rem;
      width: 1.1875rem;
      height: 1.1875rem;
      background-image: url("../../../../resources/images/pl/registration-hint.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
      /* line 5621, ../../scss/_odds_base.scss */
      #registration-form .registration-block .row .label-with-input-inline .hint-img:hover {
        background-image: url("../../../../resources/images/pl/registration-hint-hover.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
    /* line 5625, ../../scss/_odds_base.scss */
    #registration-form .registration-block .row .label-with-input-inline .info {
      color: #b9b9b9; }
    /* line 5628, ../../scss/_odds_base.scss */
    #registration-form .registration-block .row .label-with-input-inline .more {
      color: #75b64e;
      text-transform: none;
      cursor: pointer; }
  /* line 5635, ../../scss/_odds_base.scss */
  #registration-form .registration-block .error-img {
    float: right;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.375rem;
    background-image: url("../../../../resources/images/pl/error-img.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat; }
  /* line 5642, ../../scss/_odds_base.scss */
  #registration-form .registration-block .ok-img {
    float: right;
    width: 1.1875rem;
    height: 1.1875rem;
    margin-top: 0.375rem;
    background-image: url("../../../../resources/images/pl/ok-img.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat; }
  /* line 5649, ../../scss/_odds_base.scss */
  #registration-form .registration-block .gender-button {
    height: 1.875rem;
    margin-right: 0.625rem;
    line-height: 1.875rem;
    background-image: none;
    background-color: #FFF;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #565555; }
  /* line 5659, ../../scss/_odds_base.scss */
  #registration-form .registration-block .active {
    border: 1px solid #75b64e;
    color: #75b64e; }
/* line 5664, ../../scss/_odds_base.scss */
#registration-form .registration-bottom-block {
  font-size: 0.75rem;
  padding: 1em; }
  /* line 378, ../../scss/_mixins.scss */
  #registration-form .registration-bottom-block .box {
    position: relative;
    display: inline-block; }
    /* line 381, ../../scss/_mixins.scss */
    #registration-form .registration-bottom-block .box label {
      cursor: pointer;
      position: absolute;
      width: 1em;
      height: 1em;
      top: 0;
      left: 0;
      border: 1px solid #e0e0e0;
      background-color: #FFF; }
      /* line 390, ../../scss/_mixins.scss */
      #registration-form .registration-bottom-block .box label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        content: '';
        position: absolute;
        width: 0.55em;
        height: 0.35em;
        background: transparent;
        top: 0.25em;
        left: 0.2em;
        border: 0.15em solid #75B64E;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 404, ../../scss/_mixins.scss */
      #registration-form .registration-bottom-block .box label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3; }
    /* line 408, ../../scss/_mixins.scss */
    #registration-form .registration-bottom-block .box input[type=checkbox] {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position: relative;
      z-index: 99;
      width: 1em;
      height: 1em;
      margin-right: 1em;
      cursor: pointer; }
    /* line 417, ../../scss/_mixins.scss */
    #registration-form .registration-bottom-block .box input[type=checkbox]:hover + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      border-color: #cccccc; }
    /* line 421, ../../scss/_mixins.scss */
    #registration-form .registration-bottom-block .box input[type=checkbox]:checked + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  /* line 425, ../../scss/_mixins.scss */
  #registration-form .registration-bottom-block .label {
    display: inline;
    position: relative;
    top: 0em; }
  /* line 5668, ../../scss/_odds_base.scss */
  #registration-form .registration-bottom-block .checkbox-with-label {
    margin-bottom: 0.5em; }
  /* line 5671, ../../scss/_odds_base.scss */
  #registration-form .registration-bottom-block .registration-button {
    width: 15rem;
    height: 3.125rem;
    line-height: 2.9375rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #003c7f;
    border-bottom: 3px solid #00285d;
    border-top: 3px solid #003980; }
    /* line 5681, ../../scss/_odds_base.scss */
    #registration-form .registration-bottom-block .registration-button:hover {
      background-image: none;
      border-top: 3px solid #00285d !important;
      border-bottom: 3px solid #003980 !important; }
    /* line 5687, ../../scss/_odds_base.scss */
    #registration-form .registration-bottom-block .registration-button.not-active.std-button-common, #registration-form .registration-bottom-block .registration-button.not-active.std-button-rounded, #registration-form .registration-bottom-block #bet-slip #bet-slip-form #bs-combinations-wrap .registration-button.not-active.label, #bet-slip #bet-slip-form #bs-combinations-wrap #registration-form .registration-bottom-block .registration-button.not-active.label, #registration-form .registration-bottom-block .input-with-button-on-right .registration-button.not-active.button, .input-with-button-on-right #registration-form .registration-bottom-block .registration-button.not-active.button, #registration-form .registration-bottom-block #my-account .main .section .row .registration-button.not-active.std-upload-file, #my-account .main .section .row #registration-form .registration-bottom-block .registration-button.not-active.std-upload-file {
      background-color: #B9B9B9;
      border-bottom: 3px solid #B9B9B9;
      border-top: 3px solid #B9B9B9; }
      /* line 5691, ../../scss/_odds_base.scss */
      #registration-form .registration-bottom-block .registration-button.not-active.std-button-common:hover, #registration-form .registration-bottom-block .registration-button.not-active.std-button-rounded:hover, #registration-form .registration-bottom-block #bet-slip #bet-slip-form #bs-combinations-wrap .registration-button.not-active.label:hover, #bet-slip #bet-slip-form #bs-combinations-wrap #registration-form .registration-bottom-block .registration-button.not-active.label:hover, #registration-form .registration-bottom-block .input-with-button-on-right .registration-button.not-active.button:hover, .input-with-button-on-right #registration-form .registration-bottom-block .registration-button.not-active.button:hover, #registration-form .registration-bottom-block #my-account .main .section .row .registration-button.not-active.std-upload-file:hover, #my-account .main .section .row #registration-form .registration-bottom-block .registration-button.not-active.std-upload-file:hover {
        cursor: auto;
        background-color: #B9B9B9 !important;
        border-bottom: 3px solid #B9B9B9 !important;
        border-top: 3px solid #B9B9B9 !important;
        background-image: none; }
  /* line 5701, ../../scss/_odds_base.scss */
  #registration-form .registration-bottom-block .label {
    cursor: pointer; }
/* line 5705, ../../scss/_odds_base.scss */
#registration-form #step2-bottom-block {
  margin-top: 2em; }
/* line 5708, ../../scss/_odds_base.scss */
#registration-form .confirm-panel {
  padding-top: 1em; }
  /* line 5710, ../../scss/_odds_base.scss */
  #registration-form .confirm-panel input {
    width: 10em; }
/* line 5716, ../../scss/_odds_base.scss */
#registration-form .sb-dropdown-container .sb-dropdown-select .sb-dropdown-inputValue {
  float: none; }
/* line 5721, ../../scss/_odds_base.scss */
#registration-form .form-section {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
  padding: 1em 0;
  margin: 0; }
  /* line 5723, ../../scss/_odds_base.scss */
  #registration-form .form-section .section-title {
    font-weight: bold; }
  /* line 5726, ../../scss/_odds_base.scss */
  #registration-form .form-section .hide.error {
    display: none; }
  /* line 5729, ../../scss/_odds_base.scss */
  #registration-form .form-section .error {
    display: block; }
  /* line 5732, ../../scss/_odds_base.scss */
  #registration-form .form-section input[type='text'], #registration-form .form-section input[type='password'] {
    float: right;
    width: 70%; }
  /* line 5737, ../../scss/_odds_base.scss */
  #registration-form .form-section .label {
    font-weight: normal; }
  /* line 5740, ../../scss/_odds_base.scss */
  #registration-form .form-section .drop-down-input {
    max-width: 69%;
    width: 69%; }
    /* line 5744, ../../scss/_odds_base.scss */
    #registration-form .form-section .drop-down-input .sb-dropdown-options-list {
      min-width: 45% !important; }
  /* line 5748, ../../scss/_odds_base.scss */
  #registration-form .form-section .label-with-date-of-birth-inline {
    margin: 0.3em auto; }
    /* line 68, ../../scss/_mixins.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .label {
      display: block;
      color: #565555; }
    /* line 72, ../../scss/_mixins.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .input {
      display: block;
      background-color: #FFF;
      border: 1px solid #dcdcdc;
      border-radius: 4px; }
    /* line 78, ../../scss/_mixins.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .error {
      border: 1px solid #ff7b7b; }
    /* line 81, ../../scss/_mixins.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .ok {
      border: 1px solid #75b64e; }
    /* line 84, ../../scss/_mixins.scss */
    #registration-form .form-section .label-with-date-of-birth-inline span {
      border: 0 !important;
      color: #565555; }
    /* line 5752, ../../scss/_odds_base.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .label {
      display: inline-block;
      width: 30%; }
    /* line 5756, ../../scss/_odds_base.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap {
      display: inline-block;
      float: right;
      width: 69%; }
      /* line 5760, ../../scss/_odds_base.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap .inputs {
        display: table; }
        /* line 5762, ../../scss/_odds_base.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap .inputs input {
          float: none; }
        /* line 5765, ../../scss/_odds_base.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap .inputs .item {
          display: table-cell; }
        /* line 5768, ../../scss/_odds_base.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap .inputs input {
          float: initial;
          width: 100%; }
    /* line 5775, ../../scss/_odds_base.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .day-input {
      margin-left: -4px; }
    /* line 5778, ../../scss/_odds_base.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown {
      display: inline-block;
      cursor: pointer;
      width: 9.25em;
      width: 50% !important; }
      /* line 287, ../../scss/_mixins.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-select .sb-dropdown-inputValue {
        cursor: pointer;
        padding-right: 20px;
        font-size: 0.75rem;
        border-radius: 4px;
        width: 9.25em; }
      /* line 300, ../../scss/_mixins.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list {
        z-index: 99999;
        position: absolute;
        left: -99999px;
        color: #000000;
        background-color: #FFF;
        text-indent: 0.5em;
        max-width: 27.3125rem;
        border: 1px solid #DCDCDC;
        min-width: 9.25em;
        border-radius: 4px; }
        /* line 316, ../../scss/_mixins.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview {
          padding: 0px;
          width: 100%;
          -webkit-margin-before: 0;
          -webkit-margin-after: 0; }
          /* line 321, ../../scss/_mixins.scss */
          #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li {
            list-style-type: none;
            height: 2em;
            line-height: 2em; }
            /* line 325, ../../scss/_mixins.scss */
            #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li:hover, #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li:active, #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li.active {
              background: none;
              background-color: #f3f3f3;
              color: #78b852;
              border-top: 1px solid #dbdbdb;
              border-bottom: 1px solid #dbdbdb; }
        /* line 335, ../../scss/_mixins.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .sb-dropdown-option {
          border-radius: 4px; }
          /* line 345, ../../scss/_mixins.scss */
          #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .sb-dropdown-option:hover {
            background-color: #F3F3F3; }
      /* line 351, ../../scss/_mixins.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-inputValue {
        background-image: url("../../../../resources/images/pl/dropdown2-icon.png");
        background-repeat: no-repeat;
        background-position: 100% 50%; }
      /* line 357, ../../scss/_mixins.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown else .sb-dropdown-icon {
        height: 23px;
        width: 21px;
        position: relative;
        z-index: 20;
        margin-top: -23px;
        float: right;
        padding: 6px 2px; }
        /* line 365, ../../scss/_mixins.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown else .sb-dropdown-icon .arrow {
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid; }
      /* line 5783, ../../scss/_odds_base.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .std-input, #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .std-input-inline, #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .input-with-button-on-right .input, .input-with-button-on-right #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .input {
        width: 100% !important; }
  /* line 5789, ../../scss/_odds_base.scss */
  #registration-form .form-section .summary {
    margin: 4px auto; }
    /* line 5791, ../../scss/_odds_base.scss */
    #registration-form .form-section .summary .tips {
      font-size: 0.75em; }
    /* line 5794, ../../scss/_odds_base.scss */
    #registration-form .form-section .summary .rules-checkbox {
      margin-bottom: 2em; }
  /* line 5799, ../../scss/_odds_base.scss */
  #registration-form .form-section .prefix-dropdown {
    display: inline-block;
    cursor: pointer;
    width: 9.25em; }
    /* line 287, ../../scss/_mixins.scss */
    #registration-form .form-section .prefix-dropdown .sb-dropdown-select .sb-dropdown-inputValue {
      cursor: pointer;
      padding-right: 20px;
      font-size: 0.75rem;
      border-radius: 4px;
      width: 9.25em; }
    /* line 300, ../../scss/_mixins.scss */
    #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list {
      z-index: 99999;
      position: absolute;
      left: -99999px;
      color: #000000;
      background-color: #FFF;
      text-indent: 0.5em;
      max-width: 27.3125rem;
      border: 1px solid #DCDCDC;
      min-width: 9.25em;
      border-radius: 4px; }
      /* line 316, ../../scss/_mixins.scss */
      #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .viewport .overview {
        padding: 0px;
        width: 100%;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0; }
        /* line 321, ../../scss/_mixins.scss */
        #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .viewport .overview li {
          list-style-type: none;
          height: 2em;
          line-height: 2em; }
          /* line 325, ../../scss/_mixins.scss */
          #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .viewport .overview li:hover, #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .viewport .overview li:active, #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .viewport .overview li.active {
            background: none;
            background-color: #f3f3f3;
            color: #78b852;
            border-top: 1px solid #dbdbdb;
            border-bottom: 1px solid #dbdbdb; }
      /* line 335, ../../scss/_mixins.scss */
      #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .sb-dropdown-option {
        border-radius: 4px; }
        /* line 345, ../../scss/_mixins.scss */
        #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .sb-dropdown-option:hover {
          background-color: #F3F3F3; }
    /* line 351, ../../scss/_mixins.scss */
    #registration-form .form-section .prefix-dropdown .sb-dropdown-inputValue {
      background-image: url("../../../../resources/images/pl/dropdown2-icon.png");
      background-repeat: no-repeat;
      background-position: 100% 50%; }
    /* line 357, ../../scss/_mixins.scss */
    #registration-form .form-section .prefix-dropdown else .sb-dropdown-icon {
      height: 23px;
      width: 21px;
      position: relative;
      z-index: 20;
      margin-top: -23px;
      float: right;
      padding: 6px 2px; }
      /* line 365, ../../scss/_mixins.scss */
      #registration-form .form-section .prefix-dropdown else .sb-dropdown-icon .arrow {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid; }
  /* line 5804, ../../scss/_odds_base.scss */
  #registration-form .form-section .conditions-to-accept {
    width: 100%;
    overflow: hidden; }
    /* line 5807, ../../scss/_odds_base.scss */
    #registration-form .form-section .conditions-to-accept .button-wrap {
      padding: 0.5em; }
      /* line 5809, ../../scss/_odds_base.scss */
      #registration-form .form-section .conditions-to-accept .button-wrap .outcome, #registration-form .form-section .conditions-to-accept .button-wrap .outcomeWithName, #registration-form .form-section .conditions-to-accept .button-wrap .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games #registration-form .form-section .conditions-to-accept .button-wrap .full-event-button, #registration-form .form-section .conditions-to-accept .button-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #registration-form .form-section .conditions-to-accept .button-wrap .more, #registration-form .form-section .conditions-to-accept .button-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #registration-form .form-section .conditions-to-accept .button-wrap .more0 {
        width: 100%; }
  /* line 5814, ../../scss/_odds_base.scss */
  #registration-form .form-section .registration-cookie-wrap {
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    padding: 0.5em; }
    /* line 5819, ../../scss/_odds_base.scss */
    #registration-form .form-section .registration-cookie-wrap .cookie-title {
      font-weight: bold;
      font-size: 1.5em; }
    /* line 5823, ../../scss/_odds_base.scss */
    #registration-form .form-section .registration-cookie-wrap .cookie-info {
      padding-top: 0.75em; }
/* line 5828, ../../scss/_odds_base.scss */
#registration-form .question-dropdown {
  max-width: 100% !important;
  width: 100% !important; }
  /* line 5831, ../../scss/_odds_base.scss */
  #registration-form .question-dropdown .sb-dropdown-inputValue {
    width: 100%; }
  /* line 5834, ../../scss/_odds_base.scss */
  #registration-form .question-dropdown .sb-dropdown-options-list {
    width: 100%; }
/* line 5839, ../../scss/_odds_base.scss */
#registration-form .day-of-birth-dropdown .sb-dropdown-inputValue {
  width: 4rem !important; }
/* line 5842, ../../scss/_odds_base.scss */
#registration-form .day-of-birth-dropdown .sb-dropdown-options-list {
  width: 3.8125rem; }
/* line 5847, ../../scss/_odds_base.scss */
#registration-form .month-of-birth-dropdown .sb-dropdown-inputValue {
  width: 9.375rem !important; }
/* line 5850, ../../scss/_odds_base.scss */
#registration-form .month-of-birth-dropdown .sb-dropdown-options-list {
  width: 9.4375rem; }
/* line 5855, ../../scss/_odds_base.scss */
#registration-form .year-of-birth-dropdown .sb-dropdown-inputValue {
  width: 3.75rem !important; }
/* line 5858, ../../scss/_odds_base.scss */
#registration-form .year-of-birth-dropdown .sb-dropdown-options-list {
  width: 3.8125rem; }
/* line 5863, ../../scss/_odds_base.scss */
#registration-form .id-type-dropdown .sb-dropdown-inputValue {
  width: auto !important; }
/* line 5866, ../../scss/_odds_base.scss */
#registration-form .id-type-dropdown .sb-dropdown-options-list {
  width: auto; }
/* line 5870, ../../scss/_odds_base.scss */
#registration-form .pep-type-dropdown {
  margin-top: 3px; }
  /* line 5872, ../../scss/_odds_base.scss */
  #registration-form .pep-type-dropdown .sb-dropdown-inputValue {
    width: 6.25rem !important; }
  /* line 5875, ../../scss/_odds_base.scss */
  #registration-form .pep-type-dropdown .sb-dropdown-options-list {
    width: 6.3125rem; }
/* line 5879, ../../scss/_odds_base.scss */
#registration-form .mobile-transaction-number-input {
  width: 69%;
  display: inline-block; }
  /* line 5882, ../../scss/_odds_base.scss */
  #registration-form .mobile-transaction-number-input .input {
    width: 80% !important; }
  /* line 5885, ../../scss/_odds_base.scss */
  #registration-form .mobile-transaction-number-input .phone-area {
    padding-top: 3px;
    width: 20%; }
/* line 5890, ../../scss/_odds_base.scss */
#registration-form span.error {
  color: #ff4646 !important;
  font-size: 0.625rem; }
/* line 5894, ../../scss/_odds_base.scss */
#registration-form #drop-giifType {
  width: 100%; }
/* line 5897, ../../scss/_odds_base.scss */
#registration-form #drop-giifType li {
  height: auto;
  margin-bottom: 1px; }

/* line 5904, ../../scss/_odds_base.scss */
#registration-view .left-menu {
  border-top: 1px solid #dbdbdb; }
  /* line 5906, ../../scss/_odds_base.scss */
  #registration-view .left-menu .tab {
    position: relative;
    height: 4.375rem;
    background-color: #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; }
    /* line 5912, ../../scss/_odds_base.scss */
    #registration-view .left-menu .tab span {
      position: absolute;
      left: 1.1875rem; }
      /* line 5915, ../../scss/_odds_base.scss */
      #registration-view .left-menu .tab span.step {
        top: 1.6875rem;
        font-size: 0.875rem;
        font-weight: bold;
        color: #003c7f; }
      /* line 5921, ../../scss/_odds_base.scss */
      #registration-view .left-menu .tab span.description {
        top: 2.4375rem;
        color: #565555;
        font-size: 0.625rem;
        text-transform: uppercase; }
    /* line 5928, ../../scss/_odds_base.scss */
    #registration-view .left-menu .tab.active {
      background-color: white;
      border-right: 0; }
      /* line 5932, ../../scss/_odds_base.scss */
      #registration-view .left-menu .tab.active span.step {
        color: #75b64e;
        font-size: 0.875rem; }
      /* line 5936, ../../scss/_odds_base.scss */
      #registration-view .left-menu .tab.active span.description {
        font-weight: bold;
        font-size: 0.625rem; }
  /* line 5943, ../../scss/_odds_base.scss */
  #registration-view .left-menu .tab-hidden {
    width: 100%;
    border-right: 1px solid #dbdbdb; }
/* line 5948, ../../scss/_odds_base.scss */
#registration-view .main {
  padding: 1.5625rem 0 1.5625rem 5rem;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  border-left: 0; }
/* line 5954, ../../scss/_odds_base.scss */
#registration-view .registration-footer {
  margin-top: 4.6875rem; }
  /* line 5956, ../../scss/_odds_base.scss */
  #registration-view .registration-footer span {
    color: #003c7f;
    font-size: 0.875rem;
    font-weight: bold; }
  /* line 5961, ../../scss/_odds_base.scss */
  #registration-view .registration-footer .table {
    margin-top: 1.5625rem;
    border-radius: 4px;
    border: 1px solid #dbdbdb; }
    /* line 5965, ../../scss/_odds_base.scss */
    #registration-view .registration-footer .table .column {
      position: relative;
      padding: 1.5625rem 1.5625rem 1.25rem 1.5625rem;
      border-right: 1px solid #dbdbdb; }
      /* line 5969, ../../scss/_odds_base.scss */
      #registration-view .registration-footer .table .column:last-child {
        border-right: 0; }
      /* line 5972, ../../scss/_odds_base.scss */
      #registration-view .registration-footer .table .column .email {
        width: 45px;
        height: 34px;
        background-image: url("../../../../resources/images/pl/reg-email.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 5977, ../../scss/_odds_base.scss */
      #registration-view .registration-footer .table .column .chat {
        width: 43px;
        height: 43px;
        background-image: url("../../../../resources/images/pl/reg-chat.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 5982, ../../scss/_odds_base.scss */
      #registration-view .registration-footer .table .column .phone {
        width: 40px;
        height: 40px;
        background-image: url("../../../../resources/images/pl/reg-phone.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 5987, ../../scss/_odds_base.scss */
      #registration-view .registration-footer .table .column .header {
        position: absolute;
        left: 85px;
        top: 25px;
        color: #565555; }
      /* line 5993, ../../scss/_odds_base.scss */
      #registration-view .registration-footer .table .column .description {
        position: absolute;
        left: 85px;
        top: 43px;
        color: #75b64e;
        font-size: 12px;
        font-weight: normal; }

/*			/REGISTRATION			*/
/*			 My-account				*/
/* line 6009, ../../scss/_odds_base.scss */
#my-account {
  font-size: 0.75rem; }
  /* line 6011, ../../scss/_odds_base.scss */
  #my-account .left-menu {
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; }
    /* line 6014, ../../scss/_odds_base.scss */
    #my-account .left-menu .cat0, #my-account .left-menu .cat0-active {
      height: 2.625rem;
      line-height: 2.625rem;
      color: #001e40;
      text-indent: 1.125rem;
      border-bottom: 1px solid #dbdbdb;
      cursor: pointer; }
    /* line 6022, ../../scss/_odds_base.scss */
    #my-account .left-menu .cat0-active {
      color: #FFF;
      border-bottom: 0;
      background-color: #75b64e; }
  /* line 6030, ../../scss/_odds_base.scss */
  #my-account .main {
    border-top: 1px solid #dbdbdb; }
    /* line 6032, ../../scss/_odds_base.scss */
    #my-account .main .section-title {
      height: 2.625rem;
      line-height: 2.625rem;
      color: #6ba647;
      text-indent: 0.625rem;
      background-color: #f3f3f3;
      overflow: hidden; }
    /* line 6040, ../../scss/_odds_base.scss */
    #my-account .main .section {
      color: #001e40;
      padding: 0.625rem; }
      /* line 6043, ../../scss/_odds_base.scss */
      #my-account .main .section .row {
        margin-bottom: 10px; }
        /* line 6045, ../../scss/_odds_base.scss */
        #my-account .main .section .row span {
          float: left;
          line-height: 1.875rem; }
        /* line 6049, ../../scss/_odds_base.scss */
        #my-account .main .section .row input {
          float: right;
          width: 21.875rem;
          color: #b0b0b0;
          padding: 0 0.5em;
          line-height: 1.875rem;
          height: 1.875rem;
          background-color: #FFF;
          border: 1px solid #dcdcdc;
          border-radius: 4px;
          cursor: default; }
          /* line 91, ../../scss/_mixins.scss */
          #my-account .main .section .row input::-webkit-input-placeholder {
            color: #999999; }
          /* line 94, ../../scss/_mixins.scss */
          #my-account .main .section .row input:-moz-placeholder {
            color: #999999; }
          /* line 97, ../../scss/_mixins.scss */
          #my-account .main .section .row input::-moz-placeholder {
            color: #999999; }
          /* line 100, ../../scss/_mixins.scss */
          #my-account .main .section .row input:-ms-input-placeholder {
            color: #999999; }
        /* line 6063, ../../scss/_odds_base.scss */
        #my-account .main .section .row #day-of-birth-container input, #my-account .main .section .row #year-of-birth-container input {
          width: 5rem; }
        /* line 6068, ../../scss/_odds_base.scss */
        #my-account .main .section .row #month-of-birth-container input {
          width: 9rem;
          margin: 0 1.25rem; }
        /* line 6073, ../../scss/_odds_base.scss */
        #my-account .main .section .row .error {
          margin-left: 12.75rem;
          color: #ff4646 !important;
          text-transform: uppercase;
          font-size: 0.625rem; }
        /* line 6079, ../../scss/_odds_base.scss */
        #my-account .main .section .row .info {
          display: inline-block;
          width: 100%;
          margin: 10px 0;
          text-transform: uppercase; }
        /* line 6085, ../../scss/_odds_base.scss */
        #my-account .main .section .row:last-of-type {
          border-bottom: 0; }
        /* line 6088, ../../scss/_odds_base.scss */
        #my-account .main .section .row .label {
          line-height: 1.6875rem; }
        /* line 6091, ../../scss/_odds_base.scss */
        #my-account .main .section .row #idType-container {
          float: right; }
          /* line 6093, ../../scss/_odds_base.scss */
          #my-account .main .section .row #idType-container input {
            width: 21.875rem !important; }
        /* line 6097, ../../scss/_odds_base.scss */
        #my-account .main .section .row .std-upload-file {
          border-radius: 4px;
          line-height: 1.625rem;
          padding: 0 1em;
          float: left;
          width: initial; }
          /* line 6104, ../../scss/_odds_base.scss */
          #my-account .main .section .row .std-upload-file:hover {
            border-top: 3px solid #61973f !important;
            border-bottom: 3px solid #75b64e !important; }
      /* line 6110, ../../scss/_odds_base.scss */
      #my-account .main .section .std-button-confirm, #my-account .main .section .tab-menu .print-button, .tab-menu #my-account .main .section .print-button, #my-account .main .section .tab-menu-right .print-button, .tab-menu-right #my-account .main .section .print-button {
        float: left;
        height: 3.125rem;
        line-height: 3.125rem;
        font-size: 1rem;
        font-weight: bold; }
      /* line 6117, ../../scss/_odds_base.scss */
      #my-account .main .section .error {
        margin-left: 12.75rem;
        color: #ff4646 !important;
        text-transform: uppercase;
        font-size: 0.625rem; }
  /* line 6127, ../../scss/_odds_base.scss */
  #my-account .right-menu {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb; }

/* line 6134, ../../scss/_odds_base.scss */
#my-account-form .std-button-confirm, #my-account-form .tab-menu .print-button, .tab-menu #my-account-form .print-button, #my-account-form .tab-menu-right .print-button, .tab-menu-right #my-account-form .print-button, #mobile-numbers-form .std-button-confirm, #mobile-numbers-form .tab-menu .print-button, .tab-menu #mobile-numbers-form .print-button, #mobile-numbers-form .tab-menu-right .print-button, .tab-menu-right #mobile-numbers-form .print-button {
  min-width: 11em;
  float: right; }
/* line 6139, ../../scss/_odds_base.scss */
#my-account-form .label-with-input-inline .error, #mobile-numbers-form .label-with-input-inline .error {
  display: block; }
/* line 6142, ../../scss/_odds_base.scss */
#my-account-form .label-with-input-inline input, #mobile-numbers-form .label-with-input-inline input {
  width: 70%; }
/* line 6145, ../../scss/_odds_base.scss */
#my-account-form .label-with-input-inline .label, #mobile-numbers-form .label-with-input-inline .label {
  font-weight: normal; }
/* line 6148, ../../scss/_odds_base.scss */
#my-account-form .label-with-input-inline .drop-down-input, #mobile-numbers-form .label-with-input-inline .drop-down-input {
  max-width: 69%;
  width: 69%; }
  /* line 6152, ../../scss/_odds_base.scss */
  #my-account-form .label-with-input-inline .drop-down-input .sb-dropdown-options-list, #mobile-numbers-form .label-with-input-inline .drop-down-input .sb-dropdown-options-list {
    min-width: 45% !important; }
/* line 6156, ../../scss/_odds_base.scss */
#my-account-form .label-with-input-inline span, #mobile-numbers-form .label-with-input-inline span {
  margin-left: 0.3125rem; }

/* line 6163, ../../scss/_odds_base.scss */
#limits-system-form .std-button-confirm, #limits-system-form .tab-menu .print-button, .tab-menu #limits-system-form .print-button, #limits-system-form .tab-menu-right .print-button, .tab-menu-right #limits-system-form .print-button, #change-misc-form .std-button-confirm, #change-misc-form .tab-menu .print-button, .tab-menu #change-misc-form .print-button, #change-misc-form .tab-menu-right .print-button, .tab-menu-right #change-misc-form .print-button {
  min-width: 11em;
  float: right; }
/* line 6167, ../../scss/_odds_base.scss */
#limits-system-form .section-title, #change-misc-form .section-title {
  font-weight: bold; }
/* line 6171, ../../scss/_odds_base.scss */
#limits-system-form .label-with-input-inline .error, #change-misc-form .label-with-input-inline .error {
  display: block; }
/* line 6174, ../../scss/_odds_base.scss */
#limits-system-form .label-with-input-inline input, #change-misc-form .label-with-input-inline input {
  width: 100%; }
/* line 6177, ../../scss/_odds_base.scss */
#limits-system-form .label-with-input-inline .label, #change-misc-form .label-with-input-inline .label {
  font-weight: normal; }
/* line 6183, ../../scss/_odds_base.scss */
#limits-system-form .sb-dropdown-container, #change-misc-form .sb-dropdown-container {
  width: 100%;
  margin-right: -17%; }
  /* line 6186, ../../scss/_odds_base.scss */
  #limits-system-form .sb-dropdown-container .sb-dropdown-options-list, #change-misc-form .sb-dropdown-container .sb-dropdown-options-list {
    min-width: 44% !important; }
/* line 6191, ../../scss/_odds_base.scss */
#limits-system-form .sb-dropdown-select, #change-misc-form .sb-dropdown-select {
  width: 72%; }

/*			 /My-account				*/
/*	 TRANSACTIONS   */
/* line 6198, ../../scss/_odds_base.scss */
.tab-menu, .tab-menu-right {
  display: inline-table;
  background-color: #FFF;
  color: #001e40;
  text-align: center; }
  @media screen and (max-width: 78.929em) {
    /* line 6198, ../../scss/_odds_base.scss */
    .tab-menu, .tab-menu-right {
      font-size: 8px; } }
  @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
    /* line 6198, ../../scss/_odds_base.scss */
    .tab-menu, .tab-menu-right {
      font-size: 10px; } }
  @media screen and (min-width: 95.625em) {
    /* line 6198, ../../scss/_odds_base.scss */
    .tab-menu, .tab-menu-right {
      font-size: 12px; } }
  /* line 6212, ../../scss/_odds_base.scss */
  .tab-menu .std-input, .tab-menu-right .std-input, .tab-menu .std-input-inline, .tab-menu-right .std-input-inline, .tab-menu .input-with-button-on-right .input, .input-with-button-on-right .tab-menu .input, .tab-menu-right .input-with-button-on-right .input, .input-with-button-on-right .tab-menu-right .input {
    width: 4.375rem;
    color: #75b64e;
    font-size: 0.6875rem; }
  /* line 6217, ../../scss/_odds_base.scss */
  .tab-menu img, .tab-menu-right img {
    margin: 0 0.1875rem;
    cursor: pointer; }
  /* line 6221, ../../scss/_odds_base.scss */
  .tab-menu .std-button-confirm, .tab-menu-right .std-button-confirm, .tab-menu .print-button, .tab-menu-right .print-button {
    background: none;
    background-color: #001e40;
    color: #FFF;
    font-size: 0.6875rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
    border-top: 0;
    border-bottom: 0;
    margin-left: 0.625rem; }
    /* line 6231, ../../scss/_odds_base.scss */
    .tab-menu .std-button-confirm:hover, .tab-menu-right .std-button-confirm:hover, .tab-menu .print-button:hover, .tab-menu-right .print-button:hover {
      border-top: 0 !important;
      border-bottom: 0 !important; }
    @media screen and (max-width: 78.929em) {
      /* line 6221, ../../scss/_odds_base.scss */
      .tab-menu .std-button-confirm, .tab-menu-right .std-button-confirm, .tab-menu .print-button, .tab-menu-right .print-button {
        font-size: 8px; } }
    @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
      /* line 6221, ../../scss/_odds_base.scss */
      .tab-menu .std-button-confirm, .tab-menu-right .std-button-confirm, .tab-menu .print-button, .tab-menu-right .print-button {
        font-size: 10px; } }
    @media screen and (min-width: 95.625em) {
      /* line 6221, ../../scss/_odds_base.scss */
      .tab-menu .std-button-confirm, .tab-menu-right .std-button-confirm, .tab-menu .print-button, .tab-menu-right .print-button {
        font-size: 11px; } }
  /* line 6245, ../../scss/_odds_base.scss */
  .tab-menu .print-button, .tab-menu-right .print-button {
    height: 1.8125rem;
    line-height: 1.8125rem;
    width: 1.8125rem;
    background-image: url("../../../../resources/images/pl/print.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.625rem; }
  /* line 6253, ../../scss/_odds_base.scss */
  .tab-menu .item, .tab-menu-right .item {
    display: table-cell;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    cursor: pointer;
    overflow: hidden; }
    /* line 6259, ../../scss/_odds_base.scss */
    .tab-menu .item:hover, .tab-menu-right .item:hover {
      color: #FFF;
      background-color: #5d5d5d; }
    /* line 6263, ../../scss/_odds_base.scss */
    .tab-menu .item.active, .tab-menu-right .item.active {
      color: #FFF;
      background-color: #5d5d5d; }
    /* line 6267, ../../scss/_odds_base.scss */
    .tab-menu .item a, .tab-menu-right .item a {
      display: block;
      height: 3.125rem;
      line-height: 3.125rem;
      width: 100%;
      padding: 0 1.25rem; }
      @media screen and (max-width: 78.929em) {
        /* line 6267, ../../scss/_odds_base.scss */
        .tab-menu .item a, .tab-menu-right .item a {
          padding: 0 0.5rem; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 6267, ../../scss/_odds_base.scss */
        .tab-menu .item a, .tab-menu-right .item a {
          padding: 0 0.9375rem; } }
      @media screen and (min-width: 95.625em) {
        /* line 6267, ../../scss/_odds_base.scss */
        .tab-menu .item a, .tab-menu-right .item a {
          padding: 0 1.25rem; } }
    /* line 6283, ../../scss/_odds_base.scss */
    .tab-menu .item:last-child, .tab-menu-right .item:last-child {
      border-right: 1px solid #e0e0e0; }

/* line 6289, ../../scss/_odds_base.scss */
.tab-menu-right {
  height: 3.125rem;
  padding-top: 0.625rem;
  margin-right: 0.625rem; }

@media print {
  /* line 6297, ../../scss/_odds_base.scss */
  #details-form * {
    color: black !important;
    background-color: transparent !important; }
    /* line 6300, ../../scss/_odds_base.scss */
    #details-form * .transactions-table {
      width: 100%; }
      /* line 6305, ../../scss/_odds_base.scss */
      #details-form * .transactions-table tbody tr td span {
        color: black !important; }
    /* line 6313, ../../scss/_odds_base.scss */
    #details-form * .tab-menu .item, #details-form * .tab-menu-right .item {
      display: none; }
      /* line 6315, ../../scss/_odds_base.scss */
      #details-form * .tab-menu .item.active, #details-form * .tab-menu-right .item.active {
        display: table-cell !important; }

  /* line 6322, ../../scss/_odds_base.scss */
  #details-form .transaction-table {
    width: 50%; }
  /* line 6325, ../../scss/_odds_base.scss */
  #details-form .details-table, #details-form .combinations {
    width: 100%; }
    /* line 6327, ../../scss/_odds_base.scss */
    #details-form .details-table td, #details-form .combinations td {
      border: 1px solid black !important;
      line-height: initial; } }
/* line 6336, ../../scss/_odds_base.scss */
#bet-modal-panel .close-reveal-modal, #other-player-bet-modal-panel .close-reveal-modal {
  top: -2.0625rem;
  right: 3.6875rem; }

/* line 6343, ../../scss/_odds_base.scss */
#rodo-popup .img {
  background-image: url("../../../../resources/images/pl/rodo.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 9.75rem;
  margin-top: 50px; }
/* line 6348, ../../scss/_odds_base.scss */
#rodo-popup .header {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #75B64E;
  padding: 20px; }
/* line 6355, ../../scss/_odds_base.scss */
#rodo-popup .text {
  font-size: 13px;
  color: #003882;
  padding: 20px; }
/* line 6360, ../../scss/_odds_base.scss */
#rodo-popup .bottom {
  font-size: 20px;
  font-weight: bold;
  color: #75B64E;
  padding: 20px; }
/* line 6366, ../../scss/_odds_base.scss */
#rodo-popup .rodo-reject-btn {
  float: left;
  color: #676767;
  font-size: 12px;
  line-height: 50px;
  cursor: pointer; }
/* line 6373, ../../scss/_odds_base.scss */
#rodo-popup .rodo-accept-btn {
  float: right;
  height: 50px;
  line-height: 47px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 1.5em;
  font-size: 14px; }

/* line 6384, ../../scss/_odds_base.scss */
#bsPreview-header {
  margin: 20px 0; }
  /* line 6386, ../../scss/_odds_base.scss */
  #bsPreview-header .winning-icon {
    background-image: url("../../../../resources/images/pl/winning.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    height: 3.6875rem;
    width: 3.6875rem; }
  /* line 6391, ../../scss/_odds_base.scss */
  #bsPreview-header .profit-icon {
    background-image: url("../../../../resources/images/pl/profit.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    height: 3.8125rem;
    width: 3.6875rem; }
  /* line 6396, ../../scss/_odds_base.scss */
  #bsPreview-header .label {
    position: absolute;
    top: 15px;
    left: 80px;
    color: #CECECE;
    text-transform: uppercase; }
  /* line 6403, ../../scss/_odds_base.scss */
  #bsPreview-header .money {
    position: absolute;
    top: 30px;
    left: 80px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px; }
  /* line 6411, ../../scss/_odds_base.scss */
  #bsPreview-header .logo {
    background-image: url("../../../../resources/images/pl/logo-granat_id-2.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 3.5625rem; }

/* line 6418, ../../scss/_odds_base.scss */
#bet-details-form {
  max-height: 42.5rem;
  overflow: auto;
  background-color: #FFF; }
  @media screen and (max-width: 78.929em) {
    /* line 6418, ../../scss/_odds_base.scss */
    #bet-details-form {
      font-size: 10px; } }
  @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
    /* line 6418, ../../scss/_odds_base.scss */
    #bet-details-form {
      font-size: 11px; } }
  @media screen and (min-width: 95.625em) {
    /* line 6418, ../../scss/_odds_base.scss */
    #bet-details-form {
      font-size: 12px; } }
  /* line 6431, ../../scss/_odds_base.scss */
  #bet-details-form #header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e0e0e0; }
    /* line 6434, ../../scss/_odds_base.scss */
    #bet-details-form #header #logo {
      background-image: url("../../../../resources/images/pl/forbet-kupon_id-2.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      height: 3.125rem;
      width: 7.875rem; }
    /* line 6439, ../../scss/_odds_base.scss */
    #bet-details-form #header #share-buttons {
      margin: 0 auto;
      text-align: center;
      text-transform: uppercase; }
      /* line 6443, ../../scss/_odds_base.scss */
      #bet-details-form #header #share-buttons span {
        display: block;
        width: 100%;
        margin-bottom: 5px; }
      /* line 6448, ../../scss/_odds_base.scss */
      #bet-details-form #header #share-buttons .share-button {
        display: inline-block;
        height: 1.875rem;
        width: 1.875rem;
        cursor: pointer;
        margin: 0 5px; }
      /* line 6455, ../../scss/_odds_base.scss */
      #bet-details-form #header #share-buttons .fb {
        background-image: url("../../../../resources/images/pl/fb-share.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
        /* line 6457, ../../scss/_odds_base.scss */
        #bet-details-form #header #share-buttons .fb .fb-xfbml-parse-ignore {
          display: block;
          height: 30px;
          width: 30px; }
      /* line 6463, ../../scss/_odds_base.scss */
      #bet-details-form #header #share-buttons .tt {
        background-image: url("../../../../resources/images/pl/tt-share.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 6466, ../../scss/_odds_base.scss */
      #bet-details-form #header #share-buttons .link {
        background-image: url("../../../../resources/images/pl/link-share.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
    /* line 6470, ../../scss/_odds_base.scss */
    #bet-details-form #header #bet-number {
      text-align: right; }
      /* line 6472, ../../scss/_odds_base.scss */
      #bet-details-form #header #bet-number .label {
        color: #001e40;
        font-size: 0.6875rem;
        clear: both; }
      /* line 6477, ../../scss/_odds_base.scss */
      #bet-details-form #header #bet-number .value {
        color: #565555;
        font-size: 1rem;
        font-weight: bold;
        clear: both; }
  /* line 6486, ../../scss/_odds_base.scss */
  #bet-details-form .section .title {
    color: #565555;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.25rem;
    text-indent: 0.625rem;
    margin-top: 0.625rem;
    margin-bottom: 0.8125rem; }
  /* line 6495, ../../scss/_odds_base.scss */
  #bet-details-form .section .summary-container {
    display: flex; }
    /* line 6497, ../../scss/_odds_base.scss */
    #bet-details-form .section .summary-container .summary-left {
      height: inherit;
      padding: 1.25rem;
      color: #FFF; }
      /* line 6502, ../../scss/_odds_base.scss */
      #bet-details-form .section .summary-container .summary-left.details-won {
        background-color: #75b64e; }
      /* line 6505, ../../scss/_odds_base.scss */
      #bet-details-form .section .summary-container .summary-left.details-lost {
        background-color: #de2745; }
      /* line 6508, ../../scss/_odds_base.scss */
      #bet-details-form .section .summary-container .summary-left.details-placed {
        background-color: #001e40; }
      /* line 6511, ../../scss/_odds_base.scss */
      #bet-details-form .section .summary-container .summary-left.details-cancelled {
        background-color: #737373; }
      /* line 6514, ../../scss/_odds_base.scss */
      #bet-details-form .section .summary-container .summary-left.details-cashedout {
        background-color: #FFAC00; }
      /* line 6518, ../../scss/_odds_base.scss */
      #bet-details-form .section .summary-container .summary-left span {
        margin: 0 0.625rem; }
    /* line 6522, ../../scss/_odds_base.scss */
    #bet-details-form .section .summary-container .summary-right {
      position: relative;
      height: inherit;
      padding: 1.25rem;
      color: #9fb8d5;
      background-color: #001e40; }
      /* line 6529, ../../scss/_odds_base.scss */
      #bet-details-form .section .summary-container .summary-right .row.winning {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 1.25rem;
        color: #75b64e;
        font-size: 0.875rem; }
        /* line 6536, ../../scss/_odds_base.scss */
        #bet-details-form .section .summary-container .summary-right .row.winning .money {
          color: #FFF;
          font-weight: bold;
          margin: 0 0.625rem; }
        /* line 6541, ../../scss/_odds_base.scss */
        #bet-details-form .section .summary-container .summary-right .row.winning .ok-img2 {
          position: absolute;
          right: 12px;
          margin-top: 0.25rem;
          width: 0.75rem;
          height: 0.6875rem;
          background-image: url("../../../../resources/images/pl/ok-img2.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
  /* line 6553, ../../scss/_odds_base.scss */
  #bet-details-form .section .block-header {
    height: 1.125rem;
    color: #FFF;
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: 1.125rem;
    background-color: #001e40; }
  /* line 6561, ../../scss/_odds_base.scss */
  #bet-details-form .section .legend {
    position: relative;
    padding: 0.5rem;
    font-size: 0.6875rem;
    text-transform: uppercase; }
    /* line 6567, ../../scss/_odds_base.scss */
    #bet-details-form .section .legend .details-won {
      color: #75b64e !important;
      margin: 0 1.25rem; }
      /* line 6570, ../../scss/_odds_base.scss */
      #bet-details-form .section .legend .details-won-background {
        background-color: #75b64e; }
    /* line 6574, ../../scss/_odds_base.scss */
    #bet-details-form .section .legend .details-lost {
      color: #de2745 !important;
      margin: 0 1.25rem; }
      /* line 6577, ../../scss/_odds_base.scss */
      #bet-details-form .section .legend .details-lost-background {
        background-color: #de2745; }
    /* line 6581, ../../scss/_odds_base.scss */
    #bet-details-form .section .legend .details-placed {
      color: #001e40 !important;
      margin: 0 1.25rem; }
      /* line 6584, ../../scss/_odds_base.scss */
      #bet-details-form .section .legend .details-placed-background {
        background-color: #001e40; }
    /* line 6588, ../../scss/_odds_base.scss */
    #bet-details-form .section .legend .details-cancelled {
      color: #737373 !important;
      margin: 0 1.25rem;
      text-decoration: line-through; }
      /* line 6589, ../../scss/_odds_base.scss */
      #bet-details-form .section .legend .details-cancelled-background {
        background-color: #737373 !important; }
      /* line 6595, ../../scss/_odds_base.scss */
      #bet-details-form .section .legend .details-cancelled-background {
        background-color: #e0e0e0; }
    /* line 6599, ../../scss/_odds_base.scss */
    #bet-details-form .section .legend .details-cashedout {
      color: #FFAC00  !important;
      margin: 0 1.25rem; }
      /* line 6602, ../../scss/_odds_base.scss */
      #bet-details-form .section .legend .details-cashedout-background {
        background-color: #FFAC00; }
    /* line 6606, ../../scss/_odds_base.scss */
    #bet-details-form .section .legend .details-banker {
      background-color: #001e40 !important;
      color: white !important;
      border-radius: 50%; }
    /* line 6612, ../../scss/_odds_base.scss */
    #bet-details-form .section .legend .icon {
      position: absolute;
      display: inline-block;
      top: 0.5625rem;
      width: 0.875rem;
      height: 0.875rem; }
  /* line 6620, ../../scss/_odds_base.scss */
  #bet-details-form .section table {
    border-collapse: collapse;
    color: #616060; }
  /* line 6624, ../../scss/_odds_base.scss */
  #bet-details-form .section table thead {
    background-color: #f3f3f3;
    color: #001e40; }
  /* line 6628, ../../scss/_odds_base.scss */
  #bet-details-form .section table td, #bet-details-form .section table th {
    text-align: left;
    padding-left: 0.5625rem;
    border: 1px solid #e0e0e0;
    height: 1.875rem;
    line-height: 1.875rem; }
    /* line 6634, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .small, #bet-details-form .section table th .small {
      height: 0.9375rem;
      line-height: 0.9375rem;
      border: 0; }
    /* line 6639, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .banker, #bet-details-form .section table th .banker {
      background-color: #7f7f7f;
      color: white;
      border-radius: 50%; }
    /* line 6644, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .outcome-combination, #bet-details-form .section table th .outcome-combination {
      color: #000000;
      width: 1.5em;
      height: 1.5em;
      display: inline-block;
      text-align: center;
      text-indent: 0;
      line-height: 1.5em;
      margin-right: 1px; }
    /* line 6654, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .details-placed, #bet-details-form .section table th .details-placed {
      color: #001e40; }
    /* line 6657, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .details-lost, #bet-details-form .section table th .details-lost {
      color: #de2745; }
    /* line 6660, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .details-won, #bet-details-form .section table th .details-won {
      color: #75b64e; }
    /* line 6663, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .details-cancelled, #bet-details-form .section table th .details-cancelled {
      color: #8e8e8e; }
    /* line 6666, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .details-cashedout, #bet-details-form .section table th .details-cashedout {
      color: #FFAC00; }
    /* line 6669, ../../scss/_odds_base.scss */
    #bet-details-form .section table td.block-letter, #bet-details-form .section table th.block-letter {
      text-align: center;
      padding-left: 0; }
    /* line 6673, ../../scss/_odds_base.scss */
    #bet-details-form .section table td .banker, #bet-details-form .section table th .banker {
      background-color: #7f7f7f;
      border-radius: 50%;
      color: white; }
    /* line 6679, ../../scss/_odds_base.scss */
    #bet-details-form .section table td span.banker, #bet-details-form .section table th span.banker {
      background-color: #7f7f7f  !important;
      color: white !important;
      border-radius: 50%;
      display: block;
      width: 20px;
      height: 20px;
      margin-left: 10px;
      line-height: 20px; }
  /* line 6691, ../../scss/_odds_base.scss */
  #bet-details-form .section table tr:first-child th {
    border-top: 0; }
  /* line 6694, ../../scss/_odds_base.scss */
  #bet-details-form .section table tr td:first-child,
  #bet-details-form .section table tr th:first-child {
    border-left: 0; }
  /* line 6698, ../../scss/_odds_base.scss */
  #bet-details-form .section table tr td:last-child,
  #bet-details-form .section table tr th:last-child {
    border-right: 0; }
  /* line 6704, ../../scss/_odds_base.scss */
  #bet-details-form .section table tr .details-won {
    background-color: #e9f3e3;
    color: #75b64e; }
  /* line 6708, ../../scss/_odds_base.scss */
  #bet-details-form .section table tr .details-lost {
    background-color: #fff0f3;
    color: #de2745; }
  /* line 6714, ../../scss/_odds_base.scss */
  #bet-details-form .section table tr .details-cancelled {
    background-color: #fafafa;
    text-decoration: line-through;
    color: #8e8e8e; }
  /* line 6719, ../../scss/_odds_base.scss */
  #bet-details-form .section table tr .details-cashedout {
    background-color: #fff2d8;
    color: #FFAC00; }
  /* line 6723, ../../scss/_odds_base.scss */
  #bet-details-form .section table tr .details-banker {
    text-decoration: underline;
    color: #FFF !important; }
  /* line 6730, ../../scss/_odds_base.scss */
  #bet-details-form .std-button-confirm, #bet-details-form .tab-menu .print-button, .tab-menu #bet-details-form .print-button, #bet-details-form .tab-menu-right .print-button, .tab-menu-right #bet-details-form .print-button {
    background: none;
    background-color: #001e40;
    color: #FFF;
    font-size: 0.6875rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
    border-top: 0;
    border-bottom: 0;
    margin-left: 0.625rem;
    margin-top: 1.5625rem; }
    /* line 6741, ../../scss/_odds_base.scss */
    #bet-details-form .std-button-confirm:hover, #bet-details-form .tab-menu .print-button:hover, .tab-menu #bet-details-form .print-button:hover, #bet-details-form .tab-menu-right .print-button:hover, .tab-menu-right #bet-details-form .print-button:hover {
      border-top: 0 !important;
      border-bottom: 0 !important; }
    @media screen and (max-width: 78.929em) {
      /* line 6730, ../../scss/_odds_base.scss */
      #bet-details-form .std-button-confirm, #bet-details-form .tab-menu .print-button, .tab-menu #bet-details-form .print-button, #bet-details-form .tab-menu-right .print-button, .tab-menu-right #bet-details-form .print-button {
        font-size: 8px; } }
    @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
      /* line 6730, ../../scss/_odds_base.scss */
      #bet-details-form .std-button-confirm, #bet-details-form .tab-menu .print-button, .tab-menu #bet-details-form .print-button, #bet-details-form .tab-menu-right .print-button, .tab-menu-right #bet-details-form .print-button {
        font-size: 10px; } }
    @media screen and (min-width: 95.625em) {
      /* line 6730, ../../scss/_odds_base.scss */
      #bet-details-form .std-button-confirm, #bet-details-form .tab-menu .print-button, .tab-menu #bet-details-form .print-button, #bet-details-form .tab-menu-right .print-button, .tab-menu-right #bet-details-form .print-button {
        font-size: 11px; } }

/* line 6757, ../../scss/_odds_base.scss */
.main-box-bsDetails {
  background-color: #FFF; }

/* line 6761, ../../scss/_odds_base.scss */
.main-box-bsPreview {
  border: 1px solid #e0e0e0; }

/* line 6765, ../../scss/_odds_base.scss */
.main-box-otbPreview {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px; }

/* line 6770, ../../scss/_odds_base.scss */
#bet-details-form, .bsPreview {
  max-height: none !important;
  overflow: unset !important; }

/* line 6775, ../../scss/_odds_base.scss */
.bsPreview-footer {
  background-color: #F3F3F3;
  border-top: 1px solid #e0e0e0; }

/* line 6781, ../../scss/_odds_base.scss */
#details-form .transactions-logo {
  height: 3.125rem;
  background-image: url("../../../../resources/images/pl/forbet-portfel.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 6785, ../../scss/_odds_base.scss */
#details-form .table-annotation {
  padding: 1em 1em;
  display: table;
  margin: auto; }
  /* line 6789, ../../scss/_odds_base.scss */
  #details-form .table-annotation div {
    display: table-cell; }
  /* line 6792, ../../scss/_odds_base.scss */
  #details-form .table-annotation .icon {
    width: 0.7em;
    height: 0.7em;
    display: inline-block; }
/* line 6799, ../../scss/_odds_base.scss */
#details-form .transaction-table {
  border: 0;
  margin-bottom: 1em; }
  /* line 6801, ../../scss/_odds_base.scss */
  #details-form .transaction-table td {
    border: 0; }
/* line 6808, ../../scss/_odds_base.scss */
#details-form .details-won {
  background-color: rgba(117, 182, 78, 0.16);
  color: #75b64e !important; }
  /* line 6811, ../../scss/_odds_base.scss */
  #details-form .details-won-background {
    background-color: #75b64e; }
/* line 6815, ../../scss/_odds_base.scss */
#details-form .details-lost {
  background-color: rgba(255, 163, 178, 0.16);
  color: #de2745 !important; }
  /* line 6818, ../../scss/_odds_base.scss */
  #details-form .details-lost-background {
    background-color: #de2745; }
/* line 6822, ../../scss/_odds_base.scss */
#details-form .details-placed {
  background-color: rgba(194, 223, 255, 0.16);
  color: #001e40 !important; }
  /* line 6825, ../../scss/_odds_base.scss */
  #details-form .details-placed-background {
    background-color: #001e40; }
/* line 6829, ../../scss/_odds_base.scss */
#details-form .details-cancelled {
  color: #737373 !important;
  text-decoration: line-through; }
  /* line 6830, ../../scss/_odds_base.scss */
  #details-form .details-cancelled-background {
    background-color: #737373 !important; }
  /* line 6835, ../../scss/_odds_base.scss */
  #details-form .details-cancelled-background {
    background-color: #e0e0e0; }
/* line 6839, ../../scss/_odds_base.scss */
#details-form .details-cashedout {
  background-color: #fff2d8;
  color: #001e40 !important; }
  /* line 6842, ../../scss/_odds_base.scss */
  #details-form .details-cashedout-background {
    background-color: #FFAC00; }
/* line 6847, ../../scss/_odds_base.scss */
#details-form .legend {
  text-transform: uppercase;
  background-color: transparent; }
/* line 6852, ../../scss/_odds_base.scss */
#details-form .content-wrap.printable {
  border-top: 1.25rem solid #f3f3f3; }
  /* line 6854, ../../scss/_odds_base.scss */
  #details-form .content-wrap.printable .external-game-types {
    display: inline-block;
    cursor: pointer;
    max-width: 150px;
    margin-right: 10px;
    text-align: left; }
    /* line 6860, ../../scss/_odds_base.scss */
    #details-form .content-wrap.printable .external-game-types .sb-dropdown-inputValue {
      width: 150px; }
    /* line 6863, ../../scss/_odds_base.scss */
    #details-form .content-wrap.printable .external-game-types .sb-dropdown-options-list {
      max-width: 150%; }
/* line 6871, ../../scss/_odds_base.scss */
#details-form .caption {
  margin-bottom: 1em; }
/* line 6875, ../../scss/_odds_base.scss */
#details-form .top-row .caption {
  line-height: 2em; }
/* line 6878, ../../scss/_odds_base.scss */
#details-form .top-row #datepickerFrom, #details-form .top-row #datepickerTo {
  display: inline-block; }
  /* line 6880, ../../scss/_odds_base.scss */
  #details-form .top-row #datepickerFrom input, #details-form .top-row #datepickerTo input {
    width: 100%; }
    @media screen and (max-width: 78.929em) {
      /* line 6880, ../../scss/_odds_base.scss */
      #details-form .top-row #datepickerFrom input, #details-form .top-row #datepickerTo input {
        width: 75%; } }
/* line 6887, ../../scss/_odds_base.scss */
#details-form .top-row .std-input, #details-form .top-row .std-input-inline, #details-form .top-row .input-with-button-on-right .input, .input-with-button-on-right #details-form .top-row .input {
  font-weight: bold; }
  @media screen and (max-width: 78.929em) {
    /* line 6887, ../../scss/_odds_base.scss */
    #details-form .top-row .std-input, #details-form .top-row .std-input-inline, #details-form .top-row .input-with-button-on-right .input, .input-with-button-on-right #details-form .top-row .input {
      width: 100%; } }
/* line 6893, ../../scss/_odds_base.scss */
#details-form .top-row .ui-datepicker-trigger {
  border-radius: 4px;
  cursor: pointer;
  margin-left: -1.6em; }
  @media screen and (max-width: 78.929em) {
    /* line 6893, ../../scss/_odds_base.scss */
    #details-form .top-row .ui-datepicker-trigger {
      margin-left: -2em; } }
/* line 6902, ../../scss/_odds_base.scss */
#details-form .top-row.buttons .columns {
  padding: 0 0.2em; }
/* line 6905, ../../scss/_odds_base.scss */
#details-form .top-row.buttons input {
  width: 100%; }
/* line 6910, ../../scss/_odds_base.scss */
#details-form .transactions-table {
  line-height: 2.125rem !important;
  text-align: center; }
  /* line 6913, ../../scss/_odds_base.scss */
  #details-form .transactions-table thead {
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0; }
  /* line 6918, ../../scss/_odds_base.scss */
  #details-form .transactions-table tfoot {
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0; }
    /* line 6922, ../../scss/_odds_base.scss */
    #details-form .transactions-table tfoot td {
      background-color: #f3f3f3;
      color: #001e40;
      border-left: 1px solid #e1e1e1; }
      /* line 6926, ../../scss/_odds_base.scss */
      #details-form .transactions-table tfoot td:first-of-type {
        border-left: 0; }
  /* line 6931, ../../scss/_odds_base.scss */
  #details-form .transactions-table tbody {
    border: 1px solid #dcdcdc;
    border-top: 0;
    border-right: 0;
    border-left: 0; }
  /* line 6937, ../../scss/_odds_base.scss */
  #details-form .transactions-table th {
    background-color: #f3f3f3;
    color: #001e40;
    border-left: 1px solid #e1e1e1; }
    /* line 6941, ../../scss/_odds_base.scss */
    #details-form .transactions-table th:first-of-type {
      border-left: 0; }
  /* line 6945, ../../scss/_odds_base.scss */
  #details-form .transactions-table tr {
    border-bottom: 1px solid #DCDCDC;
    height: 2.125rem !important;
    line-height: 2.125rem !important; }
    /* line 6949, ../../scss/_odds_base.scss */
    #details-form .transactions-table tr td {
      position: relative;
      border-left: 1px solid #cdcdcd; }
      /* line 6952, ../../scss/_odds_base.scss */
      #details-form .transactions-table tr td:first-of-type {
        width: 200px;
        border-left: 0; }
  /* line 6960, ../../scss/_odds_base.scss */
  #details-form .transactions-table tr:hover {
    background-color: #f3f3f3; }
  /* line 6963, ../../scss/_odds_base.scss */
  #details-form .transactions-table .status {
    text-align: center; }
  /* line 6967, ../../scss/_odds_base.scss */
  #details-form .transactions-table .outcome-combination {
    color: #000000;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.2em;
    display: inline-block;
    text-align: center;
    line-height: 1.5em; }
  /* line 6976, ../../scss/_odds_base.scss */
  #details-form .transactions-table .payout-reject {
    position: absolute;
    right: 5px;
    top: 5px; }
/* line 6982, ../../scss/_odds_base.scss */
#details-form .combinations {
  margin-bottom: 1em; }
  /* line 6984, ../../scss/_odds_base.scss */
  #details-form .combinations .outcome-combination {
    color: #000000;
    min-width: 1.5em;
    min-height: 1.5em;
    margin-right: 0.2em;
    display: inline-block;
    text-align: center;
    line-height: 1.5em; }
/* line 6995, ../../scss/_odds_base.scss */
#details-form .icon-bar script {
  width: 0;
  height: 0;
  padding: 0; }
/* line 7001, ../../scss/_odds_base.scss */
#details-form .paginator-container {
  width: 42.5rem;
  margin: auto; }
/* line 7005, ../../scss/_odds_base.scss */
#details-form .banker {
  background-image: url("../../../../resources/images/pl/banker1.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 7008, ../../scss/_odds_base.scss */
details
#details-form .details-table, #details-form .combinations {
  line-height: 2em; }
  /* line 7011, ../../scss/_odds_base.scss */
  details
  #details-form .details-table thead, #details-form .combinations thead {
    background-color: #003c7f;
    color: #fff; }
  /* line 7015, ../../scss/_odds_base.scss */
  details
  #details-form .details-table .category-header, #details-form .combinations .category-header {
    background-color: #186625;
    color: #ffffff;
    font-weight: bold;
    text-indent: 1em; }

/*transfers*/
/* line 7024, ../../scss/_odds_base.scss */
#transfer-details-table {
  margin: 0 auto; }
  /* line 7026, ../../scss/_odds_base.scss */
  #transfer-details-table .label {
    text-align: right; }
  /* line 7029, ../../scss/_odds_base.scss */
  #transfer-details-table .value {
    text-align: left; }

/*/transfers*/
/*	/TRANSACTIONS   */
/*    VIRTUAL GAMES    */
/* line 7039, ../../scss/_odds_base.scss */
.virtual-main.row, .virtual-main .row-odds {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }
/* line 7045, ../../scss/_odds_base.scss */
.virtual-main .column, .virtual-main .columns-odds {
  position: relative;
  float: left; }
/* line 7050, ../../scss/_odds_base.scss */
.virtual-main .virtual-page {
  text-align: left;
  width: 100%;
  padding: 0px;
  font-size: 1em;
  color: #000; }
  /* line 7056, ../../scss/_odds_base.scss */
  .virtual-main .virtual-page .outcome, .virtual-main .virtual-page .outcomeWithName, .virtual-main .virtual-page .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .virtual-main .virtual-page .full-event-button, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .virtual-main .virtual-page .more, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .virtual-main .virtual-page .more0 {
    margin: 0 auto;
    width: 100% !important;
    border: 0;
    border-radius: 0;
    color: inherit;
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, white, #FFFFFF);
    background-image: -moz-linear-gradient(top, white, #FFFFFF);
    background-image: -ms-linear-gradient(top, white, #FFFFFF);
    background-image: -o-linear-gradient(top, white, #FFFFFF);
    background-image: linear-gradient(top, white, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#FFFFFF'); }
    /* line 7063, ../../scss/_odds_base.scss */
    .virtual-main .virtual-page .outcome:hover, .virtual-main .virtual-page .outcomeWithName:hover, .virtual-main .virtual-page .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .virtual-main .virtual-page .full-event-button:hover, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .virtual-main .virtual-page .more:hover, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .virtual-main .virtual-page .more0:hover {
      color: #0d4a17;
      background-color: #75b64e;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#75b64e), to(#75b64e));
      background-image: -webkit-linear-gradient(top, #75b64e, #75b64e);
      background-image: -moz-linear-gradient(top, #75b64e, #75b64e);
      background-image: -ms-linear-gradient(top, #75b64e, #75b64e);
      background-image: -o-linear-gradient(top, #75b64e, #75b64e);
      background-image: linear-gradient(top, #75b64e, #75b64e);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#75b64e', EndColorStr='#75b64e'); }
    /* line 7067, ../../scss/_odds_base.scss */
    .virtual-main .virtual-page .outcome:active, .virtual-main .virtual-page .outcomeWithName:active, .virtual-main .virtual-page .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .virtual-main .virtual-page .full-event-button:active, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .virtual-main .virtual-page .more:active, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .virtual-main .virtual-page .more0:active, .virtual-main .virtual-page .outcome.active, .virtual-main .virtual-page .active.outcomeWithName, .virtual-main .virtual-page .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .virtual-main .virtual-page .active.full-event-button, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .virtual-main .virtual-page .active.more, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .virtual-main .virtual-page .active.more0 {
      color: #0d4a17;
      background-color: #75b64e;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#75b64e), to(#75b64e));
      background-image: -webkit-linear-gradient(top, #75b64e, #75b64e);
      background-image: -moz-linear-gradient(top, #75b64e, #75b64e);
      background-image: -ms-linear-gradient(top, #75b64e, #75b64e);
      background-image: -o-linear-gradient(top, #75b64e, #75b64e);
      background-image: linear-gradient(top, #75b64e, #75b64e);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#75b64e', EndColorStr='#75b64e'); }
  /* line 7073, ../../scss/_odds_base.scss */
  .virtual-main .virtual-page .virtual-panel {
    text-align: center;
    width: 100%;
    border-collapse: separate; }
    /* line 7077, ../../scss/_odds_base.scss */
    .virtual-main .virtual-page .virtual-panel .virtual-iframe {
      display: inline-block;
      width: 100%; }
      /* line 7080, ../../scss/_odds_base.scss */
      .virtual-main .virtual-page .virtual-panel .virtual-iframe .vfl-iframe-Large {
        float: left; }
    /* line 7086, ../../scss/_odds_base.scss */
    .virtual-main .virtual-page .virtual-panel .virtual-events {
      padding: 0.4em;
      font-weight: bold; }
      /* line 7089, ../../scss/_odds_base.scss */
      .virtual-main .virtual-page .virtual-panel .virtual-events .events-div {
        position: relative;
        width: 100%;
        float: left;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden; }
        /* line 7096, ../../scss/_odds_base.scss */
        .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .virtual-header {
          color: #000000;
          height: 2.3em;
          line-height: 2.3em;
          width: 100%;
          float: left;
          background-image: url("https://www.iforbet.pl/resources/images/pl/bg_noise_light.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          background-repeat: repeat; }
          /* line 7109, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .virtual-header .virtual-header-arrow {
            cursor: pointer;
            width: 1.5em;
            height: 100%; }
          /* line 7114, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .virtual-header .event-name {
            color: #ffffff;
            cursor: pointer; }
          /* line 7118, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .virtual-header .event-score {
            float: right;
            padding-right: 1em; }
        /* line 7123, ../../scss/_odds_base.scss */
        .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games {
          float: left;
          width: 100%;
          background-color: #b2b2b2; }
          /* line 7127, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .sub-outcome-even {
            background-color: #000d1c;
            width: 100%;
            padding-left: 0.77em;
            color: #000000;
            float: left; }
          /* line 7134, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .vfl-name {
            text-align: left; }
          /* line 7137, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .vfl-button {
            text-align: right; }
          /* line 7140, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .sub-outcome-odd {
            background-color: #001e40;
            width: 100%;
            padding-left: 0.77em;
            color: #000000;
            float: left; }
          /* line 7147, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game {
            background-color: #b2b2b2; }
          /* line 7150, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .outcome-buttons-area {
            width: 5.25em;
            height: 1.38em;
            float: left; }
          /* line 7155, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .outcome-buttons-break {
            width: 2.55em;
            height: 1.38em;
            float: left; }
          /* line 7160, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game-row {
            font-size: 1em;
            color: #000000;
            height: 1.8em;
            width: 100%;
            margin: 0;
            border-bottom: #cf1f1f;
            float: left;
            cursor: pointer; }
            /* line 7169, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game-row .game-arrow {
              width: 1.5em;
              height: 100%;
              float: left;
              text-align: center;
              line-height: 1.75em; }
            /* line 7176, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game-row .game-name {
              height: 100%;
              float: left;
              text-align: left;
              line-height: 1.75em; }
            /* line 7182, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game-row .game-closed {
              float: right;
              padding: 0.3em 0.3em 0em 0.3em;
              color: #cf1f1f; }
          /* line 7188, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .outcomes-bottom {
            width: 100%;
            float: left;
            color: #ffffff;
            font-size: 0.87em;
            border-bottom: 1px solid #ffffff; }
          /* line 7196, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div {
            width: 100%;
            float: left;
            color: #000000; }
            /* line 7202, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .columns-odds:last-child .virtual-main-game1 {
              border-right: 0; }
            /* line 7205, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .columns-odds:last-child .virtual-main-game2 {
              border-right: 0; }
            /* line 7210, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game1 {
              width: 100%;
              float: left;
              border-right: 1px solid #ffffff;
              border-bottom: 1px solid #ffffff; }
              /* line 7215, ../../scss/_odds_base.scss */
              .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game1:last-of-type {
                border-right: 0; }
            /* line 7219, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game2 {
              border-right: 1px solid #ffffff;
              width: 100%;
              float: left; }
              /* line 7223, ../../scss/_odds_base.scss */
              .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game2 .columns-odds {
                /*even and odd bg colors switched on purpose*/ }
                /* line 7224, ../../scss/_odds_base.scss */
                .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game2 .columns-odds:nth-child(odd) {
                  background-color: #000d1c; }
                /* line 7227, ../../scss/_odds_base.scss */
                .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game2 .columns-odds:nth-child(even) {
                  background-color: #001e40; }
            /* line 7232, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game3 {
              border-right: 1px solid #338d3e;
              width: 100%;
              float: left; }
              /* line 7236, ../../scss/_odds_base.scss */
              .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game3 .outcome-odds-div {
                width: 15.4em;
                height: 1.38em;
                float: left; }
              /* line 7241, ../../scss/_odds_base.scss */
              .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game3 .columns-odds {
                border-right: 1px solid #338d3e;
                border-left: 0; }
                /* line 7244, ../../scss/_odds_base.scss */
                .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game3 .columns-odds:last-of-type {
                  border-right: 0; }
      /* line 7252, ../../scss/_odds_base.scss */
      .virtual-main .virtual-page .virtual-panel .virtual-events #season-name-div {
        color: #000000;
        float: right;
        padding-right: 1em;
        font-size: 1em;
        font-weight: bold; }

/* MICRO-VFL */
/* line 7266, ../../scss/_odds_base.scss */
#micro-vfl-container {
  border-radius: 4px;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  /* line 7270, ../../scss/_odds_base.scss */
  #micro-vfl-container #micro-vfl-iframe {
    border-radius: 4px;
    width: 100%; }
  /* line 7274, ../../scss/_odds_base.scss */
  #micro-vfl-container #micro-vfl-events {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    /* line 7278, ../../scss/_odds_base.scss */
    #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .micro-vfl-event {
      background-image: url("https://www.iforbet.pl/resources/images/pl/bg_noise_light.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-repeat: initial;
      padding: 0 0.5em;
      font-weight: bold;
      color: #ffffff; }
      /* line 7289, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .micro-vfl-event:not(first-of-type) {
        border-bottom: 1px solid #33913f; }
      /* line 7292, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .micro-vfl-event .event-score {
        display: inline-block;
        float: right; }
    /* line 7298, ../../scss/_odds_base.scss */
    #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome {
      background-color: white;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#FFFFFF));
      background-image: -webkit-linear-gradient(top, white, #FFFFFF);
      background-image: -moz-linear-gradient(top, white, #FFFFFF);
      background-image: -ms-linear-gradient(top, white, #FFFFFF);
      background-image: -o-linear-gradient(top, white, #FFFFFF);
      background-image: linear-gradient(top, white, #FFFFFF);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#FFFFFF');
      border-right: 1px solid #338d3e;
      border-left: 0;
      color: #ffffff; }
      /* line 7303, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome:hover {
        color: #000000;
        background-color: #75b64e;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#75b64e), to(#75b64e));
        background-image: -webkit-linear-gradient(top, #75b64e, #75b64e);
        background-image: -moz-linear-gradient(top, #75b64e, #75b64e);
        background-image: -ms-linear-gradient(top, #75b64e, #75b64e);
        background-image: -o-linear-gradient(top, #75b64e, #75b64e);
        background-image: linear-gradient(top, #75b64e, #75b64e);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#75b64e', EndColorStr='#75b64e'); }
      /* line 7307, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome:active, #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome.active {
        color: #000000;
        background-color: #75b64e;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#75b64e), to(#75b64e));
        background-image: -webkit-linear-gradient(top, #75b64e, #75b64e);
        background-image: -moz-linear-gradient(top, #75b64e, #75b64e);
        background-image: -ms-linear-gradient(top, #75b64e, #75b64e);
        background-image: -o-linear-gradient(top, #75b64e, #75b64e);
        background-image: linear-gradient(top, #75b64e, #75b64e);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#75b64e', EndColorStr='#75b64e'); }
      /* line 7311, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome:last-of-type {
        border-right: 0; }
      /* line 7314, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome .odds {
        padding-right: 0.25em;
        text-align: center;
        font-weight: normal;
        padding: 0.5em; }

/* /MICRO-VFL */
/*   		CASINO		   */
/* line 7329, ../../scss/_odds_base.scss */
.main-content .casino-coming-soon {
  width: 100%;
  height: 100%;
  min-height: 36em;
  background-image: url("https://www.iforbet.pl/resources/images/pl/casino-coming-soon.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/*   		/CASINO		   */
/*----------------------------*/
/*--------SIDE-CONTENT--------*/
/* line 7340, ../../scss/_odds_base.scss */
div.side-content-left {
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* @media screen and (max-width: $small-max) {
  	@include grid-column(2);
  	float: left;
  }
  @media screen and (min-width: $medium-min) {
  	@include grid-column(2);
  	float: left;
  } */ }
  /* line 7352, ../../scss/_odds_base.scss */
  div.side-content-left .contact-us-panel {
    background-color: #FFFFFF;
    border-radius: 4px;
    margin-top: 0.5em;
    color: #ffffff; }
    /* line 7357, ../../scss/_odds_base.scss */
    div.side-content-left .contact-us-panel .header {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 1.75em;
      padding-top: 1em;
      padding-bottom: 0.5em; }
    /* line 7364, ../../scss/_odds_base.scss */
    div.side-content-left .contact-us-panel .row {
      padding: 1em 0 1em 2em;
      text-align: left;
      cursor: pointer; }
      /* line 7368, ../../scss/_odds_base.scss */
      div.side-content-left .contact-us-panel .row .text {
        border-left: 1px solid #ffffff;
        margin-left: 0.5em;
        padding-left: 0.5em; }
  /* line 7376, ../../scss/_odds_base.scss */
  div.side-content-left .side-banner img {
    border-radius: 4px;
    width: 100%; }

/* line 7383, ../../scss/_odds_base.scss */
div.side-content-right {
  margin: 0.5em auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-radius: 4px; }
  @media screen and (max-width: 78.929em) {
    /* line 7383, ../../scss/_odds_base.scss */
    div.side-content-right {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 8.125%;
      float: left;
      float: right; } }
  @media screen and (min-width: 78.93em) {
    /* line 7383, ../../scss/_odds_base.scss */
    div.side-content-right {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 8.125%;
      float: left;
      float: right; } }
  /* line 7397, ../../scss/_odds_base.scss */
  div.side-content-right .side-banner img {
    border-radius: 4px;
    width: 100%; }

/*--------Categories Menu--------*/
/* line 7405, ../../scss/_odds_base.scss */
.header-search-panel {
  height: 95px;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  background-color: #FFFFFF;
  padding: 1em;
  border-top-right-radius: 4px; }
  /* line 7412, ../../scss/_odds_base.scss */
  .header-search-panel #search-wrap {
    font-size: 0.75rem; }
    /* line 7414, ../../scss/_odds_base.scss */
    .header-search-panel #search-wrap input {
      width: 100%;
      padding-left: 2.5em; }
    /* line 7418, ../../scss/_odds_base.scss */
    .header-search-panel #search-wrap .drop-down-input {
      max-width: 100%; }
    /* line 7421, ../../scss/_odds_base.scss */
    .header-search-panel #search-wrap .img {
      position: absolute;
      width: 0.9375rem;
      height: 0.9375rem;
      top: 0.5rem;
      left: 0.5rem; }
    /* line 7428, ../../scss/_odds_base.scss */
    .header-search-panel #search-wrap li {
      height: 2em;
      line-height: 2em; }
    /* line 91, ../../scss/_mixins.scss */
    .header-search-panel #search-wrap #search-phrase input::-webkit-input-placeholder {
      color: #c5c5c5; }
    /* line 94, ../../scss/_mixins.scss */
    .header-search-panel #search-wrap #search-phrase input:-moz-placeholder {
      color: #c5c5c5; }
    /* line 97, ../../scss/_mixins.scss */
    .header-search-panel #search-wrap #search-phrase input::-moz-placeholder {
      color: #c5c5c5; }
    /* line 100, ../../scss/_mixins.scss */
    .header-search-panel #search-wrap #search-phrase input:-ms-input-placeholder {
      color: #c5c5c5; }
    /* line 7436, ../../scss/_odds_base.scss */
    .header-search-panel #search-wrap #search-phrase .phrase {
      background-image: url("../../../../resources/images/pl/search-phrase-icon.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 91, ../../scss/_mixins.scss */
    .header-search-panel #search-wrap #search-time input::-webkit-input-placeholder {
      color: #565555; }
    /* line 94, ../../scss/_mixins.scss */
    .header-search-panel #search-wrap #search-time input:-moz-placeholder {
      color: #565555; }
    /* line 97, ../../scss/_mixins.scss */
    .header-search-panel #search-wrap #search-time input::-moz-placeholder {
      color: #565555; }
    /* line 100, ../../scss/_mixins.scss */
    .header-search-panel #search-wrap #search-time input:-ms-input-placeholder {
      color: #565555; }
    /* line 7444, ../../scss/_odds_base.scss */
    .header-search-panel #search-wrap #search-time .time {
      background-image: url("../../../../resources/images/pl/search-time-icon.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }

/* line 7450, ../../scss/_odds_base.scss */
#categories-nav {
  width: 100%;
  height: inherit;
  line-height: 1.875rem;
  color: #565555;
  font-size: 0.75rem; }
  /* line 7456, ../../scss/_odds_base.scss */
  #categories-nav .title {
    position: relative;
    height: 1.875rem;
    line-height: 1.875rem; }
  /* line 7461, ../../scss/_odds_base.scss */
  #categories-nav span {
    display: inline-block;
    text-indent: 0.4375rem;
    width: 99%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  /* line 7469, ../../scss/_odds_base.scss */
  #categories-nav .arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 1.875rem;
    width: 1.5625rem;
    cursor: pointer; }
  /* line 7478, ../../scss/_odds_base.scss */
  #categories-nav .cat0, #categories-nav #my-account .left-menu .cat0-active, #my-account .left-menu #categories-nav .cat0-active, #categories-nav .cat0-active, #categories-nav #deposit-template .left-menu .cat0-active, #deposit-template .left-menu #categories-nav .cat0-active, #categories-nav #payout-template .left-menu .cat0-active, #payout-template .left-menu #categories-nav .cat0-active, #categories-nav #main-template .left-menu .cat0-active, #main-template .left-menu #categories-nav .cat0-active {
    color: #FFF;
    background-color: #75b64e;
    border-right: 1px solid #5b8e3d; }
    /* line 7482, ../../scss/_odds_base.scss */
    #categories-nav .cat0 .arrow, #categories-nav .cat0-active .arrow {
      border-right: 3px solid #68a245;
      background-image: url("../../../../resources/images/pl/arrow-cat0-off.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 0 50%; }
  /* line 7490, ../../scss/_odds_base.scss */
  #categories-nav .cat0-active .arrow {
    background-image: url("../../../../resources/images/pl/arrow-cat0-on.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 0 50%; }
  /* line 7495, ../../scss/_odds_base.scss */
  #categories-nav .cat1, #categories-nav .cat1-active {
    color: #565555;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #dbdbdb;
    cursor: pointer; }
    /* line 7500, ../../scss/_odds_base.scss */
    #categories-nav .cat1 .arrow, #categories-nav .cat1-active .arrow {
      border-right: 3px solid #f3f3f3;
      background-image: url("../../../../resources/images/pl/arrow-cat1-off.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 0 50%; }
  /* line 7506, ../../scss/_odds_base.scss */
  #categories-nav .cat1-active {
    color: #FFF;
    background-color: #003c7f;
    border-bottom: 1px solid #003c7f;
    border-right: 0; }
    /* line 7512, ../../scss/_odds_base.scss */
    #categories-nav .cat1-active .arrow {
      border-right: 4px solid #00336c;
      background-image: url("../../../../resources/images/pl/arrow-cat1-on.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 0 50%; }
  /* line 7518, ../../scss/_odds_base.scss */
  #categories-nav .cat2, #categories-nav .cat2-active {
    color: #565555;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    cursor: pointer; }
    /* line 7524, ../../scss/_odds_base.scss */
    #categories-nav .cat2 .arrow, #categories-nav .cat2-active .arrow {
      border-right: 3px solid #e0e0e0;
      background-image: url("../../../../resources/images/pl/arrow-cat2-off.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 0 50%; }
  /* line 7530, ../../scss/_odds_base.scss */
  #categories-nav .cat2-active {
    color: #6ba648;
    background-color: #e6e6e6;
    border-bottom: 1px solid #75b64e;
    border-right: 1px solid #d8d7d7; }
    /* line 7536, ../../scss/_odds_base.scss */
    #categories-nav .cat2-active .arrow {
      border-right: 3px solid #d8d7d7;
      background-image: url("../../../../resources/images/pl/arrow-cat2-on.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 0 50%; }
    /* line 7541, ../../scss/_odds_base.scss */
    #categories-nav .cat2-active:last-of-type {
      border-bottom: 0; }
  /* line 7545, ../../scss/_odds_base.scss */
  #categories-nav .cat3, #categories-nav .cat3-active {
    position: relative;
    height: 1.875rem;
    color: #565555;
    border-bottom: 1px solid #e0e0e0;
    border-right: 3px solid #e0e0e0;
    background-color: #FFF;
    cursor: pointer; }
    /* line 7553, ../../scss/_odds_base.scss */
    #categories-nav .cat3 span, #categories-nav .cat3-active span {
      text-indent: 1.875rem; }
    /* line 7556, ../../scss/_odds_base.scss */
    #categories-nav .cat3 input[type=checkbox], #categories-nav .cat3-active input[type=checkbox] {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      display: none;
      position: relative;
      z-index: 99;
      width: 0.875rem;
      height: 0.875rem;
      margin-right: 0.3125rem;
      cursor: pointer; }
    /* line 7566, ../../scss/_odds_base.scss */
    #categories-nav .cat3 input[type=checkbox]:hover + label:after, #categories-nav .cat3-active input[type=checkbox]:hover + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=30);
      -moz-opacity: 0.3;
      -khtml-opacity: 0.3;
      opacity: 0.3; }
    /* line 7569, ../../scss/_odds_base.scss */
    #categories-nav .cat3 input[type=checkbox]:checked + label:after, #categories-nav .cat3-active input[type=checkbox]:checked + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    /* line 7572, ../../scss/_odds_base.scss */
    #categories-nav .cat3 label, #categories-nav .cat3-active label {
      cursor: pointer;
      position: absolute;
      width: 0.875rem;
      height: 0.875rem;
      top: 0.4375rem;
      left: 0.4375rem;
      border: 1px solid #e1e1e1;
      background-color: #FFF; }
      /* line 7581, ../../scss/_odds_base.scss */
      #categories-nav .cat3 label:after, #categories-nav .cat3-active label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        content: '';
        position: absolute;
        width: 0.5rem;
        height: 0.3125rem;
        background: transparent;
        top: 0.25rem;
        left: 0.1875rem;
        border: 3px solid #75B64E;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 7595, ../../scss/_odds_base.scss */
      #categories-nav .cat3 label:hover::after, #categories-nav .cat3-active label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3; }

/* line 7605, ../../scss/_odds_base.scss */
.categories-link-menu {
  width: 100%;
  display: inline-block;
  line-height: 1.875rem;
  height: 1.875rem; }
  /* line 7610, ../../scss/_odds_base.scss */
  .categories-link-menu .link {
    display: inline-block;
    color: inherit;
    font-size: 0.75rem;
    padding: 0 1em;
    margin-left: -0.25rem; }

/*--------/Categories Menu--------*/
/*			BET SLIP			*/
/* line 7621, ../../scss/_odds_base.scss */
#bet-slip {
  color: #565555;
  width: 100%;
  z-index: 70; }
  /* line 7626, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #place-bet {
    padding: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  /* line 7635, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-slip-top-wrap {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden; }
    /* line 7643, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row {
      background-color: #003980;
      height: 3.125rem;
      line-height: 3.125rem; }
      /* line 7647, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row .bet-slip-logo {
        height: 3.125rem;
        background-image: url("../../../../resources/images/pl/betslip-logo.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 78.929em) {
          /* line 7647, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row .bet-slip-logo {
            background-size: 80%; } }
        @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
          /* line 7647, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row .bet-slip-logo {
            background-size: 80%; } }
      /* line 7657, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row .bet-slip-title {
        color: #FFF;
        font-weight: bold;
        font-size: 0.875rem;
        text-indent: 1em; }
      /* line 7663, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row .bet-slip-header-btn {
        height: 3.125rem;
        border-left: 1px solid #002a61;
        cursor: pointer; }
        /* line 7667, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row .bet-slip-header-btn:hover {
          background-color: #00285d; }
      /* line 7671, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row .active {
        background-color: #00285d; }
      /* line 7674, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row #dock-slip-switch {
        background-image: url("../../../../resources/images/pl/betslip-anchor.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 7677, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-top-wrap .bet-slip-header-row #bet-slip-clear-wrap {
        background-image: url("../../../../resources/images/pl/betslip-bin.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
    /* line 7681, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-top-wrap #bet-slip-empty-info {
      background-color: #75b64e;
      color: #FFF;
      font-size: 0.6875rem;
      padding: 1.25rem 0.9375rem;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
      /* line 7692, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-top-wrap #bet-slip-empty-info .bet-slip-info {
        border-radius: 4px;
        text-transform: uppercase;
        text-align: center;
        padding: 1.25rem 1.875rem;
        border: 1px dashed #619641; }
      /* line 7699, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-top-wrap #bet-slip-empty-info .bet-slip-help {
        text-indent: 2.5rem;
        margin-top: 1.25rem;
        height: 1.3125rem;
        line-height: 1.3125rem;
        background-image: url("../../../../resources/images/pl/betslip-help.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-position: 5% 0;
        cursor: pointer; }
  /* line 7710, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bet-slip-content {
    background-color: #f9f8f8; }
  /* line 7713, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-combinations {
    color: #d9ebff;
    font-size: 0.6875rem;
    padding: 0.625rem;
    background-color: #002c5d; }
    /* line 7718, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-combinations .approve-selection-odds-up {
      width: initial;
      padding: 0 0.3125rem;
      background-color: #48be33 !important; }
    /* line 7723, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-combinations .approve-selection-odds-down {
      width: initial;
      padding: 0 0.3125rem;
      background-color: #ff9b9b !important; }
  /* line 7729, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-types-wrap {
    padding: 0.625rem;
    background-color: #002c5d; }
    /* line 91, ../../scss/_mixins.scss */
    #bet-slip #bet-slip-form .bet-types-wrap input::-webkit-input-placeholder {
      color: #002c5d; }
    /* line 94, ../../scss/_mixins.scss */
    #bet-slip #bet-slip-form .bet-types-wrap input:-moz-placeholder {
      color: #002c5d; }
    /* line 97, ../../scss/_mixins.scss */
    #bet-slip #bet-slip-form .bet-types-wrap input::-moz-placeholder {
      color: #002c5d; }
    /* line 100, ../../scss/_mixins.scss */
    #bet-slip #bet-slip-form .bet-types-wrap input:-ms-input-placeholder {
      color: #002c5d; }
    /* line 7735, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-types-wrap #selected-bet-type-container {
      max-width: 100%; }
      /* line 7737, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-types-wrap #selected-bet-type-container #drop-selected-bet-type {
        color: #002c5d; }
  /* line 7742, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-types-selection {
    height: 2.1875rem;
    line-height: 2.1875rem;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: #75b64e;
    color: #FFF;
    border: 1px solid #61973f; }
    /* line 7751, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-types-selection:hover {
      background-color: #6aa347; }
    /* line 7754, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-types-selection.active {
      color: #565555;
      background-color: #F9F8F8;
      border: 0;
      border-right: 1px solid #dcdcdc; }
    /* line 7760, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-types-selection select {
      border-radius: 4px;
      background: none;
      background-color: #0b6e1b;
      background-image: url("../../../../resources/images/pl/arrow_down.png");
      background-repeat: no-repeat;
      background-position: 93% 50%;
      border: 1px solid #5b8e31;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 0.01px;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      color: #ffffff;
      cursor: pointer; }
      /* line 7775, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-types-selection select option {
        background: none;
        background-color: #0b6e1b; }
    /* line 7780, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-types-selection:last-of-type {
      border-left: 0;
      border-right: 1px solid #dcdcdc; }
    /* line 7784, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-types-selection:first-of-type {
      border-left: 1px solid #dcdcdc; }
  /* line 7788, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bets-info {
    background-image: url("https://www.iforbet.pl/resources/images/pl/help.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 1.7em;
    height: 1.7em;
    margin-top: 0.5em;
    margin-left: -1em; }
    /* line 7795, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bets-info:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8; }
    /* line 7798, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bets-info:active, #bet-slip #bet-slip-form #bets-info.active {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }
  /* line 7802, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-slip-scroll-wrap {
    display: inline-block;
    width: 100%; }
    /* line 7805, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections {
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc; }
      /* line 7806, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections select {
        clear: both;
        width: 0.9375rem;
        height: 0.9375rem;
        margin-right: 0.3125rem;
        font-size: 0.6875rem;
        color: #75b64e;
        line-height: 0.9375rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-align-last: center;
        text-align: center;
        border: 1px solid #76b551;
        cursor: pointer; }
      /* line 7821, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .banker {
        border: 1px solid #717171;
        background-color: #f3f3f3;
        color: #717171;
        font-weight: bold; }
      /* line 7827, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections select::-ms-expand {
        display: none; }
      /* line 7830, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections option {
        cursor: pointer;
        text-indent: 5px; }
      /* line 7836, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection {
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 0.625rem;
        border-bottom: 1px solid #dcdcdc; }
        /* line 7842, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection-top-row {
          min-height: 3em;
          display: block;
          position: relative; }
          /* line 7846, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection-top-row .event-name {
            width: 87%;
            color: #003980; }
          /* line 7850, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection-top-row .index {
            width: 7%; }
          /* line 7853, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection-top-row .game-name {
            font-size: 0.625rem;
            color: #565555;
            text-transform: uppercase; }
        /* line 7859, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-name {
          color: #619641;
          font-size: 0.6875rem; }
        /* line 7863, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-odds {
          text-align: right; }
          /* line 7865, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-odds.raised {
            background-image: url("../../../../resources/images/pl/odds_up.png");
            background-size: initial;
            background-position: center;
            background-repeat: no-repeat;
            background-position: 20% 50%;
            height: 18px; }
          /* line 7870, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-odds.dropped {
            background-image: url("../../../../resources/images/pl/odds_down.png");
            background-size: initial;
            background-position: center;
            background-repeat: no-repeat;
            background-position: 20% 50%;
            height: 18px; }
        /* line 7876, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .approve-selection-odds-up {
          width: initial;
          padding: 0 0.3125rem;
          background-color: #9fff8e !important;
          color: #000 !important; }
        /* line 7882, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .approve-selection-odds-down {
          width: initial;
          padding: 0 0.3125rem;
          background-color: #ff9b9b !important; }
        /* line 7887, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu {
          text-align: center;
          position: absolute;
          right: 0;
          top: 0; }
          /* line 7892, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .x-button {
            background-image: url("../../../../resources/images/pl/x-btn.png");
            background-size: initial;
            background-position: center;
            background-repeat: no-repeat;
            width: 1rem;
            height: 1rem;
            margin-top: 0.125rem;
            margin-left: 0.625rem;
            cursor: pointer; }
        /* line 7901, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection.inactive {
          /* background-color: #ff4242; */ }
        /* line 7904, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection:last-of-type {
          border-bottom: 0; }
        /* line 7907, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection:nth-child(even) {
          background-color: #FFF; }
    /* line 7912, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bonus-dropdown-area {
      padding: 0.625rem;
      background-color: #002c5d; }
      /* line 7915, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bonus-dropdown-area .sb-dropdown-container {
        max-width: 100%;
        border-radius: 4px; }
        /* line 7918, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bonus-dropdown-area .sb-dropdown-container #drop-selected-bet-type {
          color: #002c5d; }
    /* line 7923, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-scroll-wrap .approve-selection-up {
      background-color: #ebfeeb !important; }
    /* line 7926, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-scroll-wrap .approve-selection-down {
      background-color: #ffe8e8 !important; }
    /* line 7929, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap {
      padding: 0.625rem;
      background-color: #e9a92d;
      width: 100%; }
      /* line 7933, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label {
        color: #ffffff;
        width: 75%;
        text-align: left;
        cursor: pointer; }
      /* line 7939, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline {
        text-align: right;
        height: 1.375rem;
        line-height: 1.375rem; }
        /* line 7943, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline .input {
          border-radius: 4px;
          background-color: #FFF;
          color: #003c7f;
          border: 0;
          text-align: right;
          width: 25%;
          height: 1.25rem;
          line-height: 1.25rem; }
          /* line 7952, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline .input.freeze {
            background-color: #F3D395;
            color: #7b7b7b; }
        /* line 7957, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline .approve-selection-up {
          background-color: #9fff8e !important;
          color: #000 !important; }
        /* line 7961, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline .approve-selection-down {
          background-color: #ff9b9b !important; }
        /* line 7964, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline .output {
          color: #FFF;
          width: 25%;
          display: inline-block; }
        /* line 7969, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.bonus-line {
          margin: 0; }
          /* line 7971, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.bonus-line .label {
            width: 25%;
            padding-left: 2.5%; }
          /* line 7975, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.bonus-line .output {
            width: 70%;
            padding-left: 5%; }
        /* line 7980, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.winning-line {
          margin: 0; }
          /* line 7982, ../../scss/_odds_base.scss */
          #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.winning-line .label {
            padding-left: 0; }
      /* line 7989, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .factor {
        font-size: 0.6875rem; }
        /* line 7991, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .factor .label {
          color: #ffe1a7; }
        /* line 7994, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .factor .output {
          color: #ffe1a7; }
      /* line 7998, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .odds {
        font-size: 0.6875rem; }
      /* line 8001, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .stake {
        font-size: 0.75rem;
        position: relative; }
        /* line 8004, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .stake .hint {
          right: 38px;
          color: #002C5D;
          font-weight: bold; }
        /* line 8009, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .stake .hint-img {
          position: absolute;
          height: 20px;
          width: 20px;
          right: 27%;
          top: 0; }
      /* line 8017, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .checkboxes {
        text-align: right;
        padding-right: 5%; }
      /* line 8022, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .bonus-line, #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .winning-line {
        background-color: #75b64e;
        color: #0d4a17;
        border-left: 0.25em solid #0d4a17;
        border-right: 0.25em solid #0d4a17;
        font-weight: normal; }
        /* line 8028, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .bonus-line .label, #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .winning-line .label {
          color: #0d4a17;
          font-weight: normal; }
      /* line 8035, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap .checkbox-with-label .box {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #FFF; }
    /* line 8042, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap-bottom {
      padding: 0.625rem;
      background-color: #db9f2a;
      width: 100%; }
      /* line 8047, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap-bottom .winning-line .label {
        color: #ffffff;
        width: 50%;
        text-align: left; }
      /* line 8052, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap-bottom .winning-line .output {
        color: #FFF;
        width: 50%;
        font-size: 1rem;
        font-weight: bold;
        display: inline-block;
        text-align: right; }
        /* line 8059, ../../scss/_odds_base.scss */
        #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap-bottom .winning-line .output::after {
          content: ' z\0142'; }
      /* line 8063, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap-bottom .winning-line .approve-selection-up {
        background-color: #9fff8e !important;
        color: #000 !important; }
      /* line 8067, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .bet-slip-stakes-wrap-bottom .winning-line .approve-selection-down {
        background-color: #ff9b9b !important; }
    /* line 8072, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-scroll-wrap .progress {
      float: left;
      height: 0.625rem;
      border: 0;
      padding: 0;
      margin: 0;
      background-color: #bdbdbd; }
      /* line 8079, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form .bet-slip-scroll-wrap .progress .meter {
        height: 0.625rem;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: -webkit-linear-gradient(90deg, #75b64e 0%, #75b64e 0%, #0c1a42 0%, #507e34 0%, #75b64e 52%, #75b64e 64%, #75b64e 100%);
        background: -moz-linear-gradient(90deg, #75b64e 0%, #75b64e 0%, #0c1a42 0%, #507e34 0%, #75b64e 52%, #75b64e 64%, #75b64e 100%);
        background: -o-linear-gradient(90deg, #75b64e 0%, #75b64e 0%, #0c1a42 0%, #507e34 0%, #75b64e 52%, #75b64e 64%, #75b64e 100%);
        background: -ms-linear-gradient(90deg, #75b64e 0%, #75b64e 0%, #0c1a42 0%, #507e34 0%, #75b64e 52%, #75b64e 64%, #75b64e 100%);
        background: linear-gradient(0deg, #75b64e 0%, #75b64e 0%, #0c1a42 0%, #507e34 0%, #75b64e 52%, #75b64e 64%, #75b64e 100%); }
    /* line 8091, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-scroll-wrap #accept-other-odds-checkboxes .box {
      height: 1.125em;
      width: 1.125em;
      margin-right: 0.5em; }
  /* line 8098, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .dock {
    /* 			float: left;
    			margin-top: 0px;
    			width: 100%; */
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto; }
  /* line 8108, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-slip-bottom-menu .bet-slip-confirmation-buttons #slip-back-button {
    display: none; }
  /* line 8112, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-slip-bottom-menu.stage2 {
    display: inherit; }
    /* line 8114, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-bottom-menu.stage2.hide {
      display: none; }
  /* line 8119, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bet-slip-alert-info, #bet-slip #bet-slip-form #bet-slip-tax-info {
    display: flex;
    background-color: #c63149;
    color: #FFF;
    border-bottom: 1px solid #892535; }
    /* line 8124, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bet-slip-alert-info .alert-icon, #bet-slip #bet-slip-form #bet-slip-tax-info .alert-icon {
      background-color: #892535;
      background-image: url("../../../../resources/images/pl/betslip-exclamation.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 8128, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bet-slip-alert-info .alert-main, #bet-slip #bet-slip-form #bet-slip-tax-info .alert-main {
      font-size: 0.6875rem;
      padding: 0.625rem; }
      /* line 8132, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form #bet-slip-alert-info .alert-main .bet-slip-info-wrap .bet-slip-info-title, #bet-slip #bet-slip-form #bet-slip-tax-info .alert-main .bet-slip-info-wrap .bet-slip-info-title {
        text-transform: uppercase; }
      /* line 8135, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form #bet-slip-alert-info .alert-main .bet-slip-info-wrap .bet-slip-info-text, #bet-slip #bet-slip-form #bet-slip-tax-info .alert-main .bet-slip-info-wrap .bet-slip-info-text {
        padding: 0.625rem 0; }
      /* line 8138, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form #bet-slip-alert-info .alert-main .bet-slip-info-wrap:first-of-type, #bet-slip #bet-slip-form #bet-slip-tax-info .alert-main .bet-slip-info-wrap:first-of-type {
        border: 0; }
      /* line 8142, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form #bet-slip-alert-info .alert-main .alert-btn, #bet-slip #bet-slip-form #bet-slip-tax-info .alert-main .alert-btn {
        border-radius: 4px;
        border: 1px solid #FFF;
        padding: 0.375rem 0.625rem;
        cursor: pointer; }
      /* line 8148, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form #bet-slip-alert-info .alert-main .ok-btn, #bet-slip #bet-slip-form #bet-slip-tax-info .alert-main .ok-btn {
        background-color: #75b64e;
        border-radius: 4px;
        border: 1px solid #FFF;
        padding: 0.375rem 0.625rem;
        cursor: pointer; }
  /* line 8158, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bet-slip-tax-info .bet-slip-info-text {
    font-size: 12px; }
  /* line 8162, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-slip-post-bet-area {
    background-color: #75b64e;
    text-transform: uppercase; }
    /* line 8165, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-post-bet-area .img {
      height: 3.125rem;
      width: 3.125rem;
      margin: 1.25rem auto;
      background-image: url("../../../../resources/images/pl/betslip-ok-white.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 80%;
      cursor: pointer; }
    /* line 8173, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-post-bet-area #bet-slip-extended-info {
      color: #FFF;
      font-size: 0.6875rem; }
    /* line 8177, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-post-bet-area #bet-slip-extended-info-link {
      color: #003980;
      font-size: 0.625rem;
      margin-bottom: 0.75rem;
      cursor: pointer; }
  /* line 8184, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .bet-slip-post-bet-area-lowered-stake {
    background-color: #c63149;
    color: #FFF;
    border-bottom: 1px solid #892535;
    text-transform: uppercase;
    padding: 10px; }
    /* line 8190, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-post-bet-area-lowered-stake #bet-slip-extended-info-ls-text {
      color: #FFF;
      font-size: 0.6875rem; }
    /* line 8194, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-post-bet-area-lowered-stake #bet-slip-extended-info-ls-stake {
      font-size: 1.1875rem; }
    /* line 8197, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .bet-slip-post-bet-area-lowered-stake #bet-slip-extended-info-ls-currency {
      font-size: 0.6875rem;
      text-indent: 5px; }
  /* line 8202, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bet-slip-approve-panel {
    background-color: #f3f3f3;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
    /* line 8211, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bet-slip-approve-panel .changes-btn {
      height: 3.125rem;
      line-height: 3.125rem;
      text-align: center;
      color: white;
      font-size: 0.75rem;
      cursor: pointer;
      text-indent: 1.25rem;
      background-position: 20% 48% !important; }
    /* line 8221, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bet-slip-approve-panel .ok-btn {
      border-radius: 4px;
      border: 1px solid #003c7f;
      padding: 0.375rem 0.625rem;
      cursor: pointer; }
    /* line 8227, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bet-slip-approve-panel #processing-table {
      display: flex; }
      /* line 8229, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form #bet-slip-approve-panel #processing-table .alert-icon {
        background-color: #dddddd;
        background-image: url("../../../../resources/images/pl/betslip-approve-exclamation.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 8233, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-form #bet-slip-approve-panel #processing-table .alert-main {
        color: #003c7f;
        font-size: 0.75rem;
        padding: 0.625rem; }
    /* line 8240, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bet-slip-approve-panel #accept-trader-changes #accept-trader-slip-button {
      background-color: #75b64e;
      border-bottom-left-radius: 4px;
      background-image: url("../../../../resources/images/pl/betslip-approve-accept.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 8245, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bet-slip-approve-panel #accept-trader-changes #dont-accept-trader-slip-button {
      background-color: #c63149;
      border-bottom-right-radius: 4px;
      background-image: url("../../../../resources/images/pl/betslip-approve-reject.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
  /* line 8253, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bs-combinations-wrap #bs-combinations-viewport {
    overflow: hidden;
    height: 0; }
  /* line 8257, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bs-combinations-wrap .label {
    width: 100%; }
    /* line 8260, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form #bs-combinations-wrap .label:hover {
      background-image: none;
      background-color: #00285d; }
  /* line 8265, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bs-combinations-wrap .column {
    padding: 0;
    text-align: center; }
  /* line 8269, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bs-combinations-wrap #bs-combination-titles {
    color: #FFF;
    font-weight: bold;
    margin-top: 0.5em; }
  /* line 8274, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bs-combinations-wrap #bs-combination-variant {
    background-color: #F9F8F8;
    color: #565555;
    border-bottom: 1px solid #DCDCDC;
    padding: 0.1em; }
  /* line 8280, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form #bs-combinations-wrap #bs-combination-list {
    color: #000000; }
  /* line 8284, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-form .std-button-rounded, #bet-slip #bet-slip-form #bs-combinations-wrap .label {
    background: none;
    background-color: #002c5d;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    height: 3.3125rem;
    line-height: 3.3125rem;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0; }
    /* line 8296, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-form .std-button-rounded:hover, #bet-slip #bet-slip-form #bs-combinations-wrap .label:hover {
      border-top: 0 !important;
      border-bottom: 0 !important; }

/* line 8303, ../../scss/_odds_base.scss */
#underBetslip {
  margin-top: 0.9375rem; }

/*			/BET SLIP			*/
/*			LUCKY BET			*/
/* line 8311, ../../scss/_odds_base.scss */
#lucky-bet {
  font-family: 'Roboto';
  font-weight: 700;
  margin-top: 0.9375rem;
  overflow: hidden;
  border-radius: 5px; }
  /* line 8317, ../../scss/_odds_base.scss */
  #lucky-bet #lucky-bet-container {
    color: #fff; }
    /* line 8319, ../../scss/_odds_base.scss */
    #lucky-bet #lucky-bet-container #header {
      position: relative;
      font-size: 16px;
      padding-left: 20px;
      padding-top: 16px; }
      /* line 8324, ../../scss/_odds_base.scss */
      #lucky-bet #lucky-bet-container #header .hit {
        display: inline-block;
        position: absolute;
        left: 120px;
        top: 14px;
        font-size: 10px;
        margin-left: 7px;
        border-radius: 5px;
        padding: 1px 7px;
        background-color: #E50404; }
    /* line 8336, ../../scss/_odds_base.scss */
    #lucky-bet #lucky-bet-container .row {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0.625rem;
      margin-bottom: 0;
      width: auto;
      height: 70px;
      background-color: #FFF;
      color: #003B7F;
      font-size: 12px; }
      @media screen and (max-width: 78.929em) {
        /* line 8336, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container .row {
          font-size: 0.5rem; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 8336, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container .row {
          font-size: 0.5625rem; } }
      @media screen and (min-width: 95.625em) {
        /* line 8336, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container .row {
          font-size: 0.75rem; } }
    /* line 8357, ../../scss/_odds_base.scss */
    #lucky-bet #lucky-bet-container #top {
      position: relative;
      background-color: #75B54D;
      height: 115px; }
      /* line 8361, ../../scss/_odds_base.scss */
      #lucky-bet #lucky-bet-container #top #stake-field {
        bottom: 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        /* line 8369, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container #top #stake-field #days-field {
          height: 60px;
          margin: 10px;
          border-bottom: 1px solid #E0E0E0; }
          /* line 8373, ../../scss/_odds_base.scss */
          #lucky-bet #lucky-bet-container #top #stake-field #days-field .checkbox-with-label {
            color: #003B7F !important; }
            /* line 8375, ../../scss/_odds_base.scss */
            #lucky-bet #lucky-bet-container #top #stake-field #days-field .checkbox-with-label .label {
              top: -4px;
              color: #565555; }
            /* line 8379, ../../scss/_odds_base.scss */
            #lucky-bet #lucky-bet-container #top #stake-field #days-field .checkbox-with-label input {
              margin-right: 5px; }
            /* line 8383, ../../scss/_odds_base.scss */
            #lucky-bet #lucky-bet-container #top #stake-field #days-field .checkbox-with-label .box label {
              border: 1px solid #73b546; }
    /* line 8391, ../../scss/_odds_base.scss */
    #lucky-bet #lucky-bet-container #bottom {
      padding: 0;
      min-height: 200px;
      background-color: #003B7F; }
      /* line 8395, ../../scss/_odds_base.scss */
      #lucky-bet #lucky-bet-container #bottom #details-field {
        margin-top: 0;
        padding: 10px; }
        /* line 8398, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container #bottom #details-field span {
          color: #003B7F; }
        /* line 8401, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container #bottom #details-field #odds-field {
          display: block;
          height: 60px;
          border-bottom: 1px solid #E0E0E0; }
          /* line 8405, ../../scss/_odds_base.scss */
          #lucky-bet #lucky-bet-container #bottom #details-field #odds-field span {
            color: #565555; }
          /* line 8408, ../../scss/_odds_base.scss */
          #lucky-bet #lucky-bet-container #bottom #details-field #odds-field .label {
            color: #75B54D; }
          /* line 8411, ../../scss/_odds_base.scss */
          #lucky-bet #lucky-bet-container #bottom #details-field #odds-field #slider-odds-range-lucky-bet {
            margin-top: 2px;
            height: 7px;
            background-color: #DFDFDF; }
            /* line 8415, ../../scss/_odds_base.scss */
            #lucky-bet #lucky-bet-container #bottom #details-field #odds-field #slider-odds-range-lucky-bet .ui-widget-header {
              background-color: #17569B; }
            /* line 8418, ../../scss/_odds_base.scss */
            #lucky-bet #lucky-bet-container #bottom #details-field #odds-field #slider-odds-range-lucky-bet .ui-state-default {
              background: #fff;
              cursor: pointer;
              display: inline-block;
              width: 16px;
              height: 16px;
              top: -4px;
              position: absolute;
              z-index: 3;
              background-color: #2565AC;
              border-radius: 50%;
              border: 0; }
              /* line 8430, ../../scss/_odds_base.scss */
              #lucky-bet #lucky-bet-container #bottom #details-field #odds-field #slider-odds-range-lucky-bet .ui-state-default:after {
                content: "";
                display: block;
                width: 8px;
                height: 8px;
                margin: auto;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: #003B7F;
                border-radius: 50%; }
          /* line 8446, ../../scss/_odds_base.scss */
          #lucky-bet #lucky-bet-container #bottom #details-field #odds-field #lucky-bet-max {
            text-align: right; }
      /* line 8451, ../../scss/_odds_base.scss */
      #lucky-bet #lucky-bet-container #bottom #stake-field {
        top: 70px;
        margin-top: 0;
        padding: 10px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
        /* line 8461, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container #bottom #stake-field input {
          position: absolute;
          right: 10px;
          width: 115px;
          border: 1px solid #75B54D;
          border-radius: 4px;
          color: #565555;
          text-align: right;
          padding: 0 5px; }
          @media screen and (max-width: 78.929em) {
            /* line 8461, ../../scss/_odds_base.scss */
            #lucky-bet #lucky-bet-container #bottom #stake-field input {
              width: 2.5rem; } }
          @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
            /* line 8461, ../../scss/_odds_base.scss */
            #lucky-bet #lucky-bet-container #bottom #stake-field input {
              width: 3.125rem; } }
          @media screen and (min-width: 95.625em) {
            /* line 8461, ../../scss/_odds_base.scss */
            #lucky-bet #lucky-bet-container #bottom #stake-field input {
              width: 5rem; } }
          /* line 8479, ../../scss/_odds_base.scss */
          #lucky-bet #lucky-bet-container #bottom #stake-field input:after {
            content: ' z\0142'; }
        /* line 8483, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container #bottom #stake-field .winning {
          height: 25px; }
        /* line 8486, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container #bottom #stake-field .stake {
          height: 25px; }
      /* line 8490, ../../scss/_odds_base.scss */
      #lucky-bet #lucky-bet-container #bottom #search {
        margin-top: 150px;
        padding: 0 10px;
        width: inherit; }
        /* line 8494, ../../scss/_odds_base.scss */
        #lucky-bet #lucky-bet-container #bottom #search #search-btn {
          height: 40px;
          margin-bottom: 10px;
          text-transform: uppercase;
          line-height: 35px;
          text-transform: uppercase;
          font-size: 15px; }
      /* line 8503, ../../scss/_odds_base.scss */
      #lucky-bet #lucky-bet-container #bottom #lucky-bet-error {
        border-radius: 4px;
        padding: 10px;
        background-color: #FF4141;
        color: #FFF;
        margin-bottom: 10px;
        text-align: center; }

/*			/LUCKY BET			*/
/* 		LIVE SIDE MENU EVENTS 	*/
@-webkit-keyframes live-dot {
  from {
    background-color: #ef6464; }
  to {
    background-color: transparent; } }
@keyframes live-dot {
  from {
    background-color: #ef6464; }
  to {
    background-color: transparent; }
  from {
    background-color: #ef6464; }
  to {
    background-color: transparent; } }
@-webkit-keyframes odds-up {
  from {
    color: #565555; }
  to {
    color: #65c728; } }
@keyframes odds-up {
  from {
    color: #565555; }
  to {
    color: #65c728; } }
@-webkit-keyframes odds-down {
  from {
    color: #565555; }
  to {
    color: #fa3551; } }
@keyframes odds-down {
  from {
    color: #565555; }
  to {
    color: #fa3551; } }
/* line 8548, ../../scss/_odds_base.scss */
.live-event-started {
  float: left;
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0.5rem 0 0 0.625rem;
  background-color: #ef6464;
  border-radius: 50%;
  -webkit-animation-name: live-dot;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-name: live-dot;
  animation-duration: 1s;
  animation-iteration-count: 10; }

/* line 8561, ../../scss/_odds_base.scss */
#event-types {
  color: #ffffff;
  overflow: hidden;
  /* squash
  		#1663c7
  		#0f53ab
  	e-sport
  		#e88b30
  		#c37427  
  */ }
  /* line 8564, ../../scss/_odds_base.scss */
  #event-types .lives-select {
    list-style-type: none;
    margin: 0 0 -0.5em 0;
    padding: 0;
    overflow: hidden; }
    /* line 8569, ../../scss/_odds_base.scss */
    #event-types .lives-select li {
      background-color: #0e4b18;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#0e4b18), to(#063d0f));
      background-image: -webkit-linear-gradient(top, #0e4b18, #063d0f);
      background-image: -moz-linear-gradient(top, #0e4b18, #063d0f);
      background-image: -ms-linear-gradient(top, #0e4b18, #063d0f);
      background-image: -o-linear-gradient(top, #0e4b18, #063d0f);
      background-image: linear-gradient(top, #0e4b18, #063d0f);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0e4b18', EndColorStr='#063d0f');
      border-radius: 4px;
      float: left;
      width: 100%;
      padding: 0.4em 0 0.5em 0.75em;
      cursor: pointer;
      font-weight: bold;
      font-size: 1rem;
      line-height: 2rem;
    	/* & .toggle-sign {
    		display: inline-block;
    		color: $cat-menu-toggle-sign-color;
    		float: right;
    		font-size: 1.5em;
    		width: 1em;
    		text-align: center;
    		&::after {
    			content: '+';
			}
    		&.active {
    			color: $cat-menu-toggle-sign-color-hover;
    			&::after {
    				content: '-';
				}
    		}
    	} */ }
      /* line 8596, ../../scss/_odds_base.scss */
      #event-types .lives-select li:hover, #event-types .lives-select li:active, #event-types .lives-select li.active {
        background: none;
        background-color: #75b64e;
        color: #000000;
        text-decoration: none; }
        /* line 8601, ../../scss/_odds_base.scss */
        #event-types .lives-select li:hover .toggle-sign, #event-types .lives-select li:active .toggle-sign, #event-types .lives-select li.active .toggle-sign {
          color: #ffffff; }
  /* line 8607, ../../scss/_odds_base.scss */
  #event-types #running-lives-wrap {
    font-family: G-Roboto-n7, Arial !important;
    width: 100%;
    min-height: 31.25rem;
    background-image: url("../../../../resources/images/pl/loader.gif");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1370px) {
      /* line 8614, ../../scss/_odds_base.scss */
      #event-types #running-lives-wrap #lives-overview .hide-column-2, #event-types #running-lives-wrap #lives-overview .hide-column-1 {
        display: none; } }
    @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
      /* line 8619, ../../scss/_odds_base.scss */
      #event-types #running-lives-wrap #lives-overview .hide-column-2 {
        display: none; } }
    /* line 8623, ../../scss/_odds_base.scss */
    #event-types #running-lives-wrap #lives-overview .lsl-icons {
      display: flex;
      height: 2.5rem;
      align-items: center;
      justify-content: center; }
    /* line 8631, ../../scss/_odds_base.scss */
    #event-types #running-lives-wrap #runningLivesEvents .cat2-block, #event-types #running-lives-wrap #lives-overview .cat2-block {
      border: 1px solid #e0e0e0;
      border-top: 0; }
    /* line 8635, ../../scss/_odds_base.scss */
    #event-types #running-lives-wrap #runningLivesEvents .no-fav-events, #event-types #running-lives-wrap #lives-overview .no-fav-events {
      font-family: G-Roboto-n7, Arial !important;
      font-size: 18px;
      line-height: 20px;
      background-color: #f3f3f3;
      border: 1px solid #e0e0e0;
      text-align: center;
      height: 14.0625rem;
      padding: 5rem 0; }
      /* line 8644, ../../scss/_odds_base.scss */
      #event-types #running-lives-wrap #runningLivesEvents .no-fav-events i, #event-types #running-lives-wrap #lives-overview .no-fav-events i {
        color: #65c728;
        font-size: 2.5rem;
        cursor: pointer;
        padding: 10px; }
      /* line 8650, ../../scss/_odds_base.scss */
      #event-types #running-lives-wrap #runningLivesEvents .no-fav-events span, #event-types #running-lives-wrap #lives-overview .no-fav-events span {
        display: block;
        color: #003c7f; }
    /* line 8655, ../../scss/_odds_base.scss */
    #event-types #running-lives-wrap #runningLivesEvents .cat2, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3, #event-types #running-lives-wrap #lives-overview .cat2, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active, #event-types #running-lives-wrap #lives-overview .cat2-3 {
      width: 100%;
      background-color: #FFF; }
      /* line 8658, ../../scss/_odds_base.scss */
      #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header {
        display: block;
        height: 30px;
        line-height: 30px;
        border: 1px solid #dbdbdb;
        border-top: 0; }
        /* line 8664, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header .cat2-name, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header .cat2-name, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header .cat2-name, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header .cat2-name, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header .cat2-name, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header .cat2-name, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header .cat2-name, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header .cat2-name {
          display: inline-block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          width: calc(100% - 31px);
          font-size: 12px;
          text-indent: 10px;
          color: #565555; }
          /* line 8673, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header .cat2-name:hover, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header .cat2-name:hover, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header .cat2-name:hover, #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header .cat2-name:active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header .cat2-name:active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header .cat2-name:active, #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header .cat2-name.active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header .cat2-name.active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header .cat2-name.active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header .cat2-name:hover, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header .cat2-name:active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header .cat2-name.active, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header .cat2-name:hover, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header .cat2-name:hover, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header .cat2-name:hover, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header .cat2-name:active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header .cat2-name:active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header .cat2-name:active, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header .cat2-name.active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header .cat2-name.active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header .cat2-name.active, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header .cat2-name:hover, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header .cat2-name:active, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header .cat2-name.active {
            color: #43682d; }
        /* line 8677, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header .cat2-arrow, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header .cat2-arrow, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header .cat2-arrow, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header .cat2-arrow, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header .cat2-arrow, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header .cat2-arrow, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header .cat2-arrow, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header .cat2-arrow {
          display: inline-block;
          width: 30px;
          height: 29px;
          padding: 11px 0;
          line-height: 0;
          text-align: center;
          background: #f3f3f3;
          border-left: 1px solid #dbdbdb;
          float: right;
          cursor: pointer; }
          /* line 8688, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header .cat2-arrow span, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header .cat2-arrow span, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header .cat2-arrow span, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header .cat2-arrow span, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header .cat2-arrow span, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header .cat2-arrow span, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header .cat2-arrow span, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header .cat2-arrow span {
            content: '';
            display: inline-block;
            border-width: 4px 6.9px 4px 0;
            border-color: transparent #003c7f transparent transparent;
            width: 0;
            height: 0;
            line-height: 0px;
            border-style: solid;
            _filter: progid:DXImageTransform.Microsoft.Chroma(color='#003c7f');
            _border-color: #f3f3f3 #003c7f #003c7f #003c7f; }
            /* line 8699, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header .cat2-arrow span:active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header .cat2-arrow span:active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header .cat2-arrow span:active, #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat2-header .cat2-arrow span.active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat2-header .cat2-arrow span.active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat2-header .cat2-arrow span.active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header .cat2-arrow span:active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat2-header .cat2-arrow span.active, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header .cat2-arrow span:active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header .cat2-arrow span:active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header .cat2-arrow span:active, #event-types #running-lives-wrap #lives-overview .cat2 .cat2-header .cat2-arrow span.active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat2-header .cat2-arrow span.active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat2-header .cat2-arrow span.active, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header .cat2-arrow span:active, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat2-header .cat2-arrow span.active {
              border-width: 6.9px 4px 0 4px;
              border-color: #43682d transparent transparent transparent;
              _border-color: #f3f3f3 #43682d #43682d #43682d; }
      /* line 8707, ../../scss/_odds_base.scss */
      #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header {
        display: flex;
        padding-right: 3.75rem;
        height: 1.875rem;
        line-height: 1.875rem;
        background-color: #DBDBD8;
        cursor: default;
        font-size: 0.75rem;
        font-weight: bold;
        cursor: pointer; }
        @media screen and (max-width: 78.929em) {
          /* line 8707, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header {
            padding-right: 2.5rem !important; } }
        /* line 8720, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header:active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header:active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header:active, #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header.active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header.active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header.active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header:active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header.active, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header:active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header:active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header:active, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header.active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header.active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header.active, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header:active, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header.active {
          background-color: #f3f3f3;
          border-bottom: 1px solid #619641; }
        /* line 8724, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .cat3-name-area, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .cat3-name-area, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .cat3-name-area, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .cat3-name-area, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .cat3-name-area, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .cat3-name-area, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .cat3-name-area, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .cat3-name-area {
          display: inline-flex;
          flex: 1; }
          /* line 8727, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .cat3-name-area .cat2-arrow, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .cat3-name-area .cat2-arrow, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .cat3-name-area .cat2-arrow, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .cat3-name-area .cat2-arrow, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .cat3-name-area .cat2-arrow, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .cat3-name-area .cat2-arrow, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .cat3-name-area .cat2-arrow, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .cat3-name-area .cat2-arrow {
            display: inline-block;
            color: #003c7f;
            margin: 0 10px 0 20px; }
          /* line 8732, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .cat3-name-area .cat3-name, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .cat3-name-area .cat3-name, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .cat3-name-area .cat3-name, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .cat3-name-area .cat3-name, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .cat3-name-area .cat3-name, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .cat3-name-area .cat3-name, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .cat3-name-area .cat3-name, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .cat3-name-area .cat3-name {
            display: inline-block;
            color: #003c7f; }
        /* line 8737, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .games-headers, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .games-headers, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .games-headers, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .games-headers, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .games-headers, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .games-headers, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .games-headers, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .games-headers {
          display: flex;
          justify-content: flex-end; }
          /* line 8740, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .games-headers .game-layout-2, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .games-headers .game-layout-2, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .games-headers .game-layout-2, #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .games-headers .game-layout-3, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .games-headers .game-layout-3, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .games-headers .game-layout-3, #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .games-headers .game-layout-1, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .games-headers .game-layout-1, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .games-headers .game-layout-1, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .games-headers .game-layout-2, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .games-headers .game-layout-3, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .games-headers .game-layout-1, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .games-headers .game-layout-2, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .games-headers .game-layout-2, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .games-headers .game-layout-2, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .games-headers .game-layout-3, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .games-headers .game-layout-3, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .games-headers .game-layout-3, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .games-headers .game-layout-1, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .games-headers .game-layout-1, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .games-headers .game-layout-1, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .games-headers .game-layout-2, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .games-headers .game-layout-3, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .games-headers .game-layout-1 {
            display: flex;
            height: 1.875rem;
            width: auto;
            padding: 0 0.5833333333rem; }
            /* line 8747, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .games-headers .game-layout-2 .small-header, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .games-headers .game-layout-2 .small-header, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .games-headers .game-layout-2 .small-header, #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .games-headers .game-layout-3 .small-header, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .games-headers .game-layout-3 .small-header, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .games-headers .game-layout-3 .small-header, #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .games-headers .game-layout-1 .small-header, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .games-headers .game-layout-1 .small-header, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .games-headers .game-layout-1 .small-header, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .games-headers .game-layout-2 .small-header, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .games-headers .game-layout-3 .small-header, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .games-headers .game-layout-1 .small-header, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .games-headers .game-layout-2 .small-header, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .games-headers .game-layout-2 .small-header, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .games-headers .game-layout-2 .small-header, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .games-headers .game-layout-3 .small-header, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .games-headers .game-layout-3 .small-header, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .games-headers .game-layout-3 .small-header, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .games-headers .game-layout-1 .small-header, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .games-headers .game-layout-1 .small-header, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .games-headers .game-layout-1 .small-header, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .games-headers .game-layout-2 .small-header, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .games-headers .game-layout-3 .small-header, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .games-headers .game-layout-1 .small-header {
              font-size: 0.6875rem; }
        /* line 8752, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .fake-div, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .fake-div, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .fake-div, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .fake-div, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .fake-div, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .fake-div, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .fake-div, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .fake-div {
          display: flex;
          flex-basis: 30%;
          min-width: 18.75rem;
          flex-grow: 0;
          height: 100%;
          align-items: center; }
        /* line 8760, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row {
          flex: 1;
          display: flex;
          width: auto;
          align-items: center;
          margin-left: auto;
          justify-content: flex-end; }
          /* line 8767, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers {
            width: auto;
            margin-right: 1.25rem; }
            /* line 8770, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers .game-outcome, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers .game-outcome, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome {
              padding: 0;
              flex: 1; }
              /* line 8773, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row {
                justify-content: flex-end; }
                /* line 8775, ../../scss/_odds_base.scss */
                #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div {
                  margin-right: 1px; }
                  /* line 8777, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row > div:last-of-type {
                    margin-right: 0; }
                /* line 8781, ../../scss/_odds_base.scss */
                #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header {
                  width: 9.375rem; }
                  /* line 8783, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name {
                    width: 100%;
                    display: flex; }
                    /* line 8786, ../../scss/_odds_base.scss */
                    #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span {
                      margin-right: 1px;
                      flex: 1;
                      display: block;
                      width: auto;
                      text-align: center;
                      line-height: 23px;
                      font-weight: normal;
                      color: #8e8e8e;
                      font-size: 0.6875rem; }
                      /* line 8796, ../../scss/_odds_base.scss */
                      #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers .game-outcome .odd-types-row .game-header .game-name > span:last-of-type {
                        margin-right: 0; }
          /* line 8805, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .cat3-header .odd-types-row .games-headers:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .cat3-header .odd-types-row .games-headers:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .cat3-header .odd-types-row .games-headers:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .cat3-header .odd-types-row .games-headers:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .cat3-header .odd-types-row .games-headers:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .cat3-header .odd-types-row .games-headers:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .cat3-header .odd-types-row .games-headers:last-of-type {
            margin-right: 0; }
      /* line 8810, ../../scss/_odds_base.scss */
      #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row {
        height: 42px;
        border-bottom: 1px solid #dbdbdb; }
        /* line 8813, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name {
          text-align: left;
          text-indent: 15px;
          color: #565555;
          height: 40px; }
          /* line 8818, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-name, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-name, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-name, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-name, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-name, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-name, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-name, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-name {
            display: block;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 20px;
            line-height: 20px; }
          /* line 8827, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details {
            display: block;
            width: 100%;
            height: 20px;
            line-height: 20px;
            text-overflow: ellipsis;
            overflow: hidden; }
            /* line 8834, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .separator, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .separator, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .separator, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .separator, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .separator, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .separator, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .separator, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .separator {
              display: inline-block;
              margin: 0 5px;
              color: #e0e0e0;
              text-indent: 0; }
            /* line 8840, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .score, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .score, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .score, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .score, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .score, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .score, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .score, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .score {
              display: inline-block;
              color: #001e40;
              text-indent: 0; }
            /* line 8845, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .time, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .time, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .time, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .time, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .time, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .time, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .time, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .time {
              display: inline-block;
              color: #001e40;
              text-indent: 0; }
            /* line 8850, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .info, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .info, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .info, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .info, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .info, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .info, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .info, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .info {
              display: inline-block;
              color: #003c7f;
              font-weight: normal;
              padding: 0;
              text-indent: 0; }
            /* line 8857, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .field-ico, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .field-ico, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .field-ico, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .field-ico, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .field-ico, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .field-ico, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .field-ico, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .field-ico {
              float: right;
              background-image: url("../../../../resources/images/pl/live-field-ico.png");
              background-size: initial;
              background-position: center;
              background-repeat: no-repeat;
              height: 20px;
              width: 15px;
              margin-right: 5px; }
            /* line 8864, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .live-channel-ico, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .live-channel-ico, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .live-channel-ico, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .live-channel-ico, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .live-channel-ico, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .live-channel-ico, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name .event-details .live-channel-ico, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name .event-details .live-channel-ico {
              float: right;
              background-image: url("../../../../resources/images/pl/live-channel-ico.png");
              background-size: initial;
              background-position: center;
              background-repeat: no-repeat;
              height: 20px;
              width: 16px;
              margin-right: 5px; }
          /* line 8872, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name:hover, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name:hover, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name:hover, #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name:active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name:active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name:active, #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row .live-menu-outcome-event-name.active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name.active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name.active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name:hover, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name:active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name.active, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name:hover, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name:hover, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name:hover, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name:active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name:active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name:active, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row .live-menu-outcome-event-name.active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name.active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row .live-menu-outcome-event-name.active, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name:hover, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name:active, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row .live-menu-outcome-event-name.active {
            color: #43682d; }
        /* line 8876, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .live-menu-outcome-row:last-child, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .live-menu-outcome-row:last-child, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .live-menu-outcome-row:last-child, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .live-menu-outcome-row:last-child, #event-types #running-lives-wrap #lives-overview .cat2 .live-menu-outcome-row:last-child, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .live-menu-outcome-row:last-child, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .live-menu-outcome-row:last-child, #event-types #running-lives-wrap #lives-overview .cat2-3 .live-menu-outcome-row:last-child {
          border-bottom: 1px solid #619641; }
      /* line 8880, ../../scss/_odds_base.scss */
      #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group, #event-types #running-lives-wrap #lives-overview .cat2 .events-group, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group {
        /* padding: 10px 0; */ }
        /* line 8881, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event {
          width: 100%;
          display: flex;
          padding: 5px 0;
          background-color: #F3F3F3;
          border-bottom: 1px solid #e0e0e0; }
          /* line 8887, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .favorite-star, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .favorite-star, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .favorite-star, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .favorite-star, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .favorite-star, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .favorite-star, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .favorite-star, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .favorite-star {
            color: #DBDBD8;
            background-color: #DBDBD8;
            width: 1.25rem;
            height: 1.25rem;
            margin: 10px;
            min-width: 1.25rem;
            mask-repeat: no-repeat;
            mask-position: 50% 50%;
            mask-size: 100%;
            mask-image: url(../../../../resources/live/-1.svg);
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: 50% 50%;
            -webkit-mask-image: url(../../../../resources/live/-1.svg);
            -webkit-mask-size: 100%;
            cursor: pointer; }
            /* line 8903, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .favorite-star:hover, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .favorite-star:hover, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .favorite-star:hover, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .favorite-star:hover, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .favorite-star:hover, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .favorite-star:hover, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .favorite-star:hover, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .favorite-star:hover {
              mask-image: url(../../../../resources/live/fav-active.svg);
              -webkit-mask-image: url(../../../../resources/live/fav-active.svg);
              background-color: #ffb000; }
            /* line 8908, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .favorite-star.active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .favorite-star.active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .favorite-star.active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .favorite-star.active, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .favorite-star.active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .favorite-star.active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .favorite-star.active, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .favorite-star.active {
              mask-image: url(../../../../resources/live/fav-active.svg);
              -webkit-mask-image: url(../../../../resources/live/fav-active.svg);
              background-color: #ffb000; }
          /* line 8914, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data {
            flex-basis: 20%;
            min-width: 20rem;
            flex-grow: 0;
            height: 40px;
            max-height: 40px;
            overflow: hidden; }
            /* line 8921, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event {
              display: flex;
              width: auto;
              flex: 1; }
              /* line 8925, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 0.625rem;
                flex-shrink: 0;
                margin-left: auto; }
                /* line 8932, ../../scss/_odds_base.scss */
                #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .score, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .partial-scores, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .score, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .partial-scores, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .score, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .partial-scores, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .score, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .partial-scores {
                  line-height: 16px;
                  display: flex;
                  flex-direction: column;
                  justify-content: space-between;
                  align-items: center;
                  padding: 0.375rem 0;
                  color: #003c7f;
                  font-size: 0.8125rem;
                  margin-right: 0.125rem;
                  width: 1rem;
                  height: 2.5rem; }
                  /* line 8947, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .score:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .result:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .partial-scores:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .score:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .result:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .partial-scores:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .score:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .result:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .partial-scores:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .score:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .result:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .partial-scores:last-of-type {
                    margin-right: 0; }
                  /* line 8950, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .score.is-active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score.is-active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score.is-active, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team.is-active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team.is-active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team.is-active, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .result.is-active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result.is-active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result.is-active, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .partial-scores.is-active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores.is-active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores.is-active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .score.is-active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team.is-active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .result.is-active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .partial-scores.is-active, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .score.is-active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score.is-active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .score.is-active, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team.is-active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team.is-active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team.is-active, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .result.is-active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result.is-active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result.is-active, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .partial-scores.is-active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores.is-active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .partial-scores.is-active, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .score.is-active, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team.is-active, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .result.is-active, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .partial-scores.is-active {
                    color: #ef6464;
                    font-weight: bold; }
                /* line 8955, ../../scss/_odds_base.scss */
                #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .result, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .result {
                  font-size: 1rem;
                  line-height: 16px;
                  font-weight: bold; }
                /* line 8962, ../../scss/_odds_base.scss */
                #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team {
                  padding: 10px 0 6px 0; }
                  /* line 8964, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team > div, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team > div, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team > div, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team > div, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team > div, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team > div, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team > div, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team > div {
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    background-color: transparent; }
                    /* line 8969, ../../scss/_odds_base.scss */
                    #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team > div.is-active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team > div.is-active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team > div.is-active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team > div.is-active, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .event-info .serving-team > div.is-active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team > div.is-active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .event-info .serving-team > div.is-active, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .event-info .serving-team > div.is-active {
                      background-color: #ef6464; }
              /* line 8975, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .participants, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .participants, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .participants, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .participants, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .participants, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .participants {
                width: 100%;
                margin-right: 0.5rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                overflow: hidden;
                padding-top: 2px;
                cursor: pointer; }
                /* line 8985, ../../scss/_odds_base.scss */
                #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .participants .name, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants .name, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .participants .name, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .participants .name, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .participants .name, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants .name, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .participants .name, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .participants .name {
                  width: 100%;
                  font-size: 0.9375rem;
                  color: #003c7f;
                  line-height: 1.125rem;
                  flex-grow: 0;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  overflow: hidden; }
                  /* line 8994, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .participants .name.active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants .name.active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .participants .name.active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .participants .name.active, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .participants .name.active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants .name.active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .participants .name.active, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .participants .name.active {
                    font-weight: bold; }
                  /* line 8997, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .participants .name:before, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants .name:before, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .participants .name:before, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .participants .name:after, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants .name:after, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .participants .name:after, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .participants .name:before, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .participants .name:after, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .participants .name:before, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants .name:before, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .participants .name:before, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .participants .name:after, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .participants .name:after, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .participants .name:after, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .participants .name:before, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .participants .name:after {
                    display: none !important; }
              /* line 9005, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .name span, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name span, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .name span, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .name span, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .name span, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name span, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .name span, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .name span {
                text-overflow: ellipsis; }
@keyframes blinker {
  50% {
    opacity: 0; } }
              /* line 9016, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .name.participant1:after, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name.participant1:after, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .name.participant1:after, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .name.participant1:after, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .name.participant1:after, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name.participant1:after, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .name.participant1:after, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .name.participant1:after {
                display: flex;
                content: '';
                position: relative;
                width: 0.33rem;
                height: 0.33rem;
                border-radius: 50%;
                margin-left: 1rem;
                opacity: 0; }
              /* line 9029, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .name.participant1.active:after, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name.participant1.active:after, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .name.participant1.active:after, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .name.participant1.active:after, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .name.participant1.active:after, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name.participant1.active:after, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .name.participant1.active:after, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .name.participant1.active:after {
                animation: blinker 0.5s linear infinite; }
              /* line 9039, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .name.participant2:before, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name.participant2:before, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .name.participant2:before, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .name.participant2:before, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .name.participant2:before, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name.participant2:before, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .name.participant2:before, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .name.participant2:before {
                display: flex;
                content: '';
                position: relative;
                width: 0.33rem;
                height: 0.33rem;
                border-radius: 50%;
                margin-right: 1rem;
                opacity: 0; }
              /* line 9052, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-data .event .name.participant2.active:before, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name.participant2.active:before, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-data .event .name.participant2.active:before, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-data .event .name.participant2.active:before, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-data .event .name.participant2.active:before, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-data .event .name.participant2.active:before, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-data .event .name.participant2.active:before, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-data .event .name.participant2.active:before {
                animation: blinker 0.5s linear infinite; }
          /* line 9064, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .time-data, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .time-data, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .time-data, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .time-data, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .time-data, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .time-data, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .time-data, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .time-data {
            flex-basis: 10%;
            min-width: 9rem;
            flex-grow: 0;
            height: 40px;
            max-height: 40px;
            line-height: 40px;
            overflow: hidden; }
            /* line 9072, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .time-data .info, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .time-data .info, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .time-data .info, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .time-data .time, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .time-data .time, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .time-data .time, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .time-data .info, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .time-data .time, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .time-data .info, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .time-data .info, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .time-data .info, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .time-data .time, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .time-data .time, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .time-data .time, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .time-data .info, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .time-data .time {
              display: inline-flex;
              align-items: center;
              justify-content: left;
              margin-right: 0.625rem;
              flex-shrink: 0;
              margin-left: auto;
              color: #003c7f;
              font-size: 13px;
              font-weight: normal;
              padding: 0; }
          /* line 9086, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-stream-icon, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-stream-icon, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-stream-icon, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-stream-icon, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-stream-icon, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-stream-icon, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-stream-icon, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-stream-icon {
            display: flex;
            width: 19px;
            align-items: center;
            background-image: url("../../../../resources/images/pl/live-overview-stream.png");
            background-size: initial;
            background-position: center;
            background-repeat: no-repeat; }
          /* line 9092, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-tracker-icon, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-tracker-icon, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-tracker-icon, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-tracker-icon, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-tracker-icon, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-tracker-icon, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-tracker-icon, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-tracker-icon {
            display: flex;
            width: 19px;
            align-items: center;
            margin-left: 5px;
            background-image: url("../../../../resources/images/pl/live-overview-tracker.png");
            background-size: initial;
            background-position: center;
            background-repeat: no-repeat; }
            /* line 9098, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .event-tracker-icon.no-tracker, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .event-tracker-icon.no-tracker, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .event-tracker-icon.no-tracker, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .event-tracker-icon.no-tracker, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .event-tracker-icon.no-tracker, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .event-tracker-icon.no-tracker, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .event-tracker-icon.no-tracker, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .event-tracker-icon.no-tracker {
              margin-left: 24px; }
          /* line 9102, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data {
            display: flex;
            flex: 1;
            flex-direction: row;
            justify-content: flex-end;
            color: #000; }
            @media screen and (max-width: 1370px) {
              /* line 9109, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .hide-column-1, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-1, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-1, #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-2, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .hide-column-1, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .hide-column-1, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-1, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-1, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-2, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .hide-column-1, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .hide-column-2 {
                display: none !important; } }
            @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
              /* line 9114, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-2, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-2, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .hide-column-2, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .hide-column-2 {
                display: none !important; } }
            /* line 9118, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .layout-1, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .layout-1, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .layout-1, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .layout-1, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .layout-1, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .layout-1, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .layout-1, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .layout-1 {
              width: 9.0625rem; }
            /* line 9121, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .layout-2, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .layout-2, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .layout-2, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .layout-2, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .layout-2, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .layout-2, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .layout-2, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .layout-2 {
              width: 4.375rem; }
            /* line 9124, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .layout-3, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .layout-3, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .layout-3, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .layout-3, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .layout-3, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .layout-3, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .layout-3, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .layout-3 {
              width: 2.8125rem; }
            /* line 9127, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder {
              display: flex;
              height: 100%;
              align-items: center;
              justify-content: flex-end;
              width: auto; }
              /* line 9133, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons-offer, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons-offer, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons-offer, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons-offer, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons-offer, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons-offer, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons-offer, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons-offer {
                display: flex;
                width: 30.625rem;
                height: 1.5625rem;
                background-color: #FFF;
                color: #565555;
                line-height: 1.5625rem;
                margin-right: 0.15625rem;
                margin-left: 0.15625rem;
                font-size: 0.8125rem;
                border: 1px solid #c0d6ec;
                justify-content: center; }
              /* line 9146, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons {
                display: flex;
                margin-right: 1.25rem;
                text-align: center; }
                /* line 9150, ../../scss/_odds_base.scss */
                #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo {
                  cursor: pointer;
                  position: relative;
                  height: 1.5625rem;
                  background-color: #FFF;
                  line-height: 1.5625rem;
                  color: #565555;
                  margin-right: 0.15625rem;
                  margin-left: 0.15625rem;
                  font-size: 0.8125rem;
                  border: 1px solid #c0d6ec; }
                  /* line 9161, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-up, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-up, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-up, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-up, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-up, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-up, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-up, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-up {
                    position: absolute;
                    right: 0;
                    top: 0;
                    border-top: 7px solid #65c728;
                    border-left: 7px solid #0000;
                    margin: 1px; }
                  /* line 9169, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-down, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-down, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-down, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-down, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-down, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-down, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-down, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo .odds-arrow-down {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    border-bottom: 7px solid #fa3551;
                    border-left: 7px solid #0000;
                    margin: 1px; }
                  /* line 9177, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active {
                    background-color: #75b64e;
                    border: 1px solid #619641 !important; }
                    /* line 9180, ../../scss/_odds_base.scss */
                    #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active span, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active span, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active span, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active span, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active span, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active span, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active span, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.active span {
                      color: #FFF !important; }
                  /* line 9184, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover {
                    background-color: #75b64e;
                    border: 1px solid #619641 !important; }
                    /* line 9187, ../../scss/_odds_base.scss */
                    #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover span, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover span, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover span, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover span, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover span, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover span, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover span, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo:hover span {
                      color: #FFF !important; }
                  /* line 9191, ../../scss/_odds_base.scss */
                  #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked {
                    background-color: #f3f3f3;
                    border: 1px solid #d6d6d6;
                    cursor: default; }
                    /* line 9195, ../../scss/_odds_base.scss */
                    #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked svg, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked svg, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked svg, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked svg, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked svg, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked svg, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked svg, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked svg {
                      width: 0.75rem;
                      height: 0.75rem;
                      background-color: #8e8e8e;
                      mask-repeat: no-repeat;
                      mask-position: 50% 50%;
                      mask-size: 100%;
                      mask-image: url("../../../../resources/images/pl/game-locked.svg");
                      -webkit-mask-repeat: no-repeat;
                      -webkit-mask-position: 50% 50%;
                      -webkit-mask-image: url("../../../../resources/images/pl/game-locked.svg");
                      -webkit-mask-size: 100%; }
                    /* line 9208, ../../scss/_odds_base.scss */
                    #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked:hover, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked:hover, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked:hover, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked:hover, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked:hover, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked:hover, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked:hover, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .event-rate-lo.blocked:hover {
                      background-color: #f3f3f3;
                      border: 1px solid #d6d6d6 !important;
                      color: #565555; }
                /* line 9215, ../../scss/_odds_base.scss */
                #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .game-argument-lo, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .game-argument-lo, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .game-argument-lo, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .game-argument-lo, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .game-argument-lo, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .game-argument-lo, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .game-argument-lo, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons .game-argument-lo {
                  height: 1.5625rem;
                  color: #003c7f;
                  line-height: 1.5625rem;
                  margin-right: 0.15625rem;
                  margin-left: 0.15625rem;
                  font-size: 0.8125rem; }
              /* line 9224, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .buttons-holder .buttons:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .buttons-holder .buttons:last-of-type {
                margin-right: 0; }
            /* line 9228, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .more, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .more, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .more, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .more, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .more, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .more, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .more, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .more {
              cursor: pointer;
              display: flex;
              height: 100%;
              align-items: center;
              justify-content: center;
              width: 60px;
              color: #003c7f;
              font-weight: bold;
              font-size: 0.875rem; }
              /* line 9238, ../../scss/_odds_base.scss */
              #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event .outcome-data .more .fa-angle-right, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .more .fa-angle-right, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event .outcome-data .more .fa-angle-right, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event .outcome-data .more .fa-angle-right, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event .outcome-data .more .fa-angle-right, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event .outcome-data .more .fa-angle-right, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event .outcome-data .more .fa-angle-right, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event .outcome-data .more .fa-angle-right {
                font-size: 15px;
                font-weight: bold;
                margin-left: 8px; }
        /* line 9246, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event:hover, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event:hover, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event:hover, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event:hover, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event:hover, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event:hover, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event:hover, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event:hover {
          background-color: #FFF; }
        /* line 9249, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-wrap-event:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-wrap-event:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-wrap-event:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-wrap-event:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-wrap-event:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-wrap-event:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-wrap-event:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-wrap-event:last-of-type {
          border-bottom: 0; }
        /* line 9253, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-menu-outcome-row-overview, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-menu-outcome-row-overview, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-menu-outcome-row-overview, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-menu-outcome-row-overview, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-menu-outcome-row-overview, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-menu-outcome-row-overview {
          margin-bottom: 0.3125rem; }
          /* line 9255, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-menu-outcome-row-overview .event-panel, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .event-panel, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-menu-outcome-row-overview .event-panel, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-menu-outcome-row-overview .event-panel, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-menu-outcome-row-overview .event-panel, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .event-panel, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-menu-outcome-row-overview .event-panel, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-menu-outcome-row-overview .event-panel {
            max-width: none;
            margin-left: 0;
            margin-right: 0; }
          /* line 9260, ../../scss/_odds_base.scss */
          #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-menu-outcome-row-overview .details, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .details, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-menu-outcome-row-overview .details, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-menu-outcome-row-overview .details, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-menu-outcome-row-overview .details, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .details, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-menu-outcome-row-overview .details, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-menu-outcome-row-overview .details {
            margin-bottom: 0; }
            /* line 9262, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-menu-outcome-row-overview .details .live-event-started, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .details .live-event-started, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-menu-outcome-row-overview .details .live-event-started, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-menu-outcome-row-overview .details .live-event-started, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-menu-outcome-row-overview .details .live-event-started, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .details .live-event-started, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-menu-outcome-row-overview .details .live-event-started, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-menu-outcome-row-overview .details .live-event-started {
              margin: 0.5rem 0.3125rem 0 0.3125rem; }
            /* line 9265, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-menu-outcome-row-overview .details .event-rates, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .details .event-rates, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-menu-outcome-row-overview .details .event-rates, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-menu-outcome-row-overview .details .event-rates, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-menu-outcome-row-overview .details .event-rates, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .details .event-rates, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-menu-outcome-row-overview .details .event-rates, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-menu-outcome-row-overview .details .event-rates {
              width: calc(100% - 175px); }
            /* line 9268, ../../scss/_odds_base.scss */
            #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-menu-outcome-row-overview .details .no-tracker, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .details .no-tracker, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-menu-outcome-row-overview .details .no-tracker, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-menu-outcome-row-overview .details .no-tracker, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-menu-outcome-row-overview .details .no-tracker, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview .details .no-tracker, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-menu-outcome-row-overview .details .no-tracker, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-menu-outcome-row-overview .details .no-tracker {
              margin-left: 29px; }
        /* line 9273, ../../scss/_odds_base.scss */
        #event-types #running-lives-wrap #runningLivesEvents .cat2 .events-group .live-menu-outcome-row-overview:last-of-type, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview:last-of-type, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active .events-group .live-menu-outcome-row-overview:last-of-type, #event-types #running-lives-wrap #runningLivesEvents .cat2-3 .events-group .live-menu-outcome-row-overview:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2 .events-group .live-menu-outcome-row-overview:last-of-type, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active .events-group .live-menu-outcome-row-overview:last-of-type, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active .events-group .live-menu-outcome-row-overview:last-of-type, #event-types #running-lives-wrap #lives-overview .cat2-3 .events-group .live-menu-outcome-row-overview:last-of-type {
          margin-bottom: 0; }
    /* line 9278, ../../scss/_odds_base.scss */
    #event-types #running-lives-wrap #runningLivesEvents .cat2, #event-types #running-lives-wrap #runningLivesEvents #categories-nav .cat2-active, #categories-nav #event-types #running-lives-wrap #runningLivesEvents .cat2-active, #event-types #running-lives-wrap #lives-overview .cat2, #event-types #running-lives-wrap #lives-overview #categories-nav .cat2-active, #categories-nav #event-types #running-lives-wrap #lives-overview .cat2-active {
      display: block;
      cursor: pointer; }
    /* line 9282, ../../scss/_odds_base.scss */
    #event-types #running-lives-wrap #runningLivesEvents .cat2-3, #event-types #running-lives-wrap #lives-overview .cat2-3 {
      display: inline-block; }
  /* line 9288, ../../scss/_odds_base.scss */
  #event-types .live-sport-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 2.5rem;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-top: 5px;
    background-color: #003c7f; }
    /* line 9300, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap:first-of-type {
      margin-top: 0; }
    /* line 9303, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap .toggleSport-icon {
      float: right;
      padding: 7px 10px;
      margin-left: 1.625rem;
      width: 2.125rem;
      cursor: default; }
      /* line 9309, ../../scss/_odds_base.scss */
      #event-types .live-sport-wrap .toggleSport-icon .fa {
        color: rgba(0, 0, 0, 0.25);
        font-size: 1.4375rem;
        cursor: pointer; }
    /* line 9315, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap .icon {
      width: 1.5625rem;
      height: 1.5625rem;
      margin: 0.3125rem;
      margin-top: 0;
      background-color: #fff; }
    /* line 9322, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap span {
      height: 40px;
      line-height: 40px;
      margin: 0;
      padding: 0; }
    /* line 9328, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap .event-live-running-text {
      width: 10%;
      margin: 0 2%;
      float: left; }
    /* line 9333, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap .event-live-title {
      width: 70%;
      float: left; }
    /* line 9337, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap .event-live-more {
      width: 5%;
      float: right; }
  /* line 9343, ../../scss/_odds_base.scss */
  #event-types .live-sport-wrap-lo {
    display: inline-flex;
    width: 100%;
    height: 2.5rem;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-top: 5px;
    background-color: #003c7f;
    font-size: 14px;
    font-weight: bold; }
    /* line 9356, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap-lo .icon {
      color: #FFF;
      background-color: #FFF;
      width: 1.5625rem;
      height: 1.5625rem;
      margin: 7px;
      mask-repeat: no-repeat;
      mask-position: 50% 50%;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: 50% 50%; }
    /* line 9368, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap-lo .sport-name {
      display: inline-flex;
      flex: 1;
      line-height: 40px; }
    /* line 9373, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap-lo .live-games-filter {
      display: inline-block;
      margin-top: 6px;
      margin-right: 20px;
      width: 150px; }
    /* line 9379, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap-lo .toggleSport-icon {
      float: right;
      padding: 7px 10px;
      margin-left: 1.625rem;
      width: 2.125rem;
      cursor: default; }
      /* line 9385, ../../scss/_odds_base.scss */
      #event-types .live-sport-wrap-lo .toggleSport-icon .fa {
        color: #FFF;
        font-size: 1.4375rem;
        cursor: pointer; }
  /* line 9393, ../../scss/_odds_base.scss */
  #event-types .arrow-on {
    background-image: url("../../../../resources/images/pl/arr_left.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 20px; }
  /* line 9398, ../../scss/_odds_base.scss */
  #event-types .arrow-off {
    background-image: url("../../../../resources/images/pl/arr_down.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 20px; }
  /* line 9403, ../../scss/_odds_base.scss */
  #event-types .sport-1 {
    color: #FFF;
    background-color: #e96931;
    border: 1px solid #ac5026; }
  /* line 9408, ../../scss/_odds_base.scss */
  #event-types .sport-2 {
    color: #FFF;
    background-color: #c74a16;
    border: 1px solid #a13d13; }
  /* line 9413, ../../scss/_odds_base.scss */
  #event-types .sport-3 {
    color: #FFF;
    background-color: #026ebd;
    border: 1px solid #00365d; }
  /* line 9418, ../../scss/_odds_base.scss */
  #event-types .sport-4 {
    color: #FFF;
    background-color: #30c9e8;
    border: 1px solid #29a1b9; }
  /* line 9423, ../../scss/_odds_base.scss */
  #event-types .sport-5 {
    color: #FFF;
    background-color: #e8392f;
    border: 1px solid #c73129; }
  /* line 9428, ../../scss/_odds_base.scss */
  #event-types .sport-6 {
    color: #FFF;
    background-color: #17a9c8;
    border: 1px solid #0d81a7; }
  /* line 9433, ../../scss/_odds_base.scss */
  #event-types .sport-10 {
    color: #FFF;
    background-color: #119120;
    border: 1px solid #10751c; }
  /* line 9438, ../../scss/_odds_base.scss */
  #event-types .sport-12 {
    color: #FFF;
    background-color: #e9308c;
    border: 1px solid #c02a75; }
  /* line 9443, ../../scss/_odds_base.scss */
  #event-types .sport-16 {
    color: #FFF;
    background-color: #c8166f;
    border: 1px solid #971455; }
  /* line 9448, ../../scss/_odds_base.scss */
  #event-types .sport-19 {
    color: #FFF;
    background-color: #16c79e;
    border: 1px solid #12a381; }
  /* line 9453, ../../scss/_odds_base.scss */
  #event-types .sport-20 {
    color: #FFF;
    background-color: #892fe8;
    border: 1px solid #5d1e9f; }
  /* line 9458, ../../scss/_odds_base.scss */
  #event-types .sport-21 {
    color: #FFF;
    background-color: #17c62e;
    border: 1px solid #13a426; }
  /* line 9463, ../../scss/_odds_base.scss */
  #event-types .sport-22 {
    color: #FFF;
    background-color: #6d16c8;
    border: 1px solid #6416b5; }
  /* line 9468, ../../scss/_odds_base.scss */
  #event-types .sport-31 {
    color: #FFF;
    background-color: #86c615;
    border: 1px solid #6fa411; }
  /* line 9473, ../../scss/_odds_base.scss */
  #event-types .sport-32 {
    color: #FFF;
    background-color: #3f2fe8;
    border: 1px solid #3327ba; }
  /* line 9478, ../../scss/_odds_base.scss */
  #event-types .sport-34 {
    color: #FFF;
    background-color: #c7c116;
    border: 1px solid #a8a315; }
  /* line 9490, ../../scss/_odds_base.scss */
  #event-types .live-menu-event-start {
    padding: 0 !important;
    background-color: #f3f3f3;
    color: #565555;
    font-size: 0.625rem;
    height: 1.4375rem;
    line-height: 1.4375rem;
    text-transform: uppercase;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1; }
    /* line 9500, ../../scss/_odds_base.scss */
    #event-types .live-menu-event-start span {
      color: #565555;
      display: inline-block;
      text-indent: 0.5rem; }
  /* line 9507, ../../scss/_odds_base.scss */
  #event-types .live-menu-non-betting-wrap {
    position: relative;
    cursor: pointer;
    color: #173179;
    background-color: #FFF;
    border-color: #e1e1e1 !important;
    border-left: 1px solid;
    border-right: 1px solid; }
    /* line 9515, ../../scss/_odds_base.scss */
    #event-types .live-menu-non-betting-wrap:hover, #event-types .live-menu-non-betting-wrap:active, #event-types .live-menu-non-betting-wrap.active {
      background-color: #fafafa; }
    /* line 9518, ../../scss/_odds_base.scss */
    #event-types .live-menu-non-betting-wrap .arrow {
      position: absolute;
      top: 16px;
      right: 0;
      background: #001e40; }
    /* line 9524, ../../scss/_odds_base.scss */
    #event-types .live-menu-non-betting-wrap .arrow:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 30, 64, 0);
      border-left-color: #001e40;
      border-width: 5px;
      margin-top: -5px; }
  /* line 9540, ../../scss/_odds_base.scss */
  #event-types .live-menu-outcome-event-name {
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.75rem;
    text-align: center; }
  /* line 9547, ../../scss/_odds_base.scss */
  #event-types .live-menu-details {
    width: 100%;
    display: table;
    padding: 0;
    font-size: 0.75rem;
    white-space: normal;
    height: 1.4375rem;
    line-height: 1.4375rem;
    padding-left: 0.3125rem;
    border-color: #E1E1E1 !important;
    border: 1px solid;
    background-color: #FFF; }
    /* line 9559, ../../scss/_odds_base.scss */
    #event-types .live-menu-details.active {
      border-color: #001e40 !important; }
    /* line 9562, ../../scss/_odds_base.scss */
    #event-types .live-menu-details .time {
      display: inline-block;
      color: #75b64e;
      font-size: 0.6875rem;
      margin: 0 0.3125rem; }
    /* line 9568, ../../scss/_odds_base.scss */
    #event-types .live-menu-details .score {
      display: inline-block;
      color: #565555;
      font-size: 0.6875rem;
      margin: 0 0.3125rem;
      padding-right: 0.3125rem;
      border-right: 1px solid #c0d6ec; }
    /* line 9576, ../../scss/_odds_base.scss */
    #event-types .live-menu-details .info {
      display: inline-block;
      color: #9d9d9d;
      font-size: 0.6875rem;
      font-weight: normal; }
  /* line 9584, ../../scss/_odds_base.scss */
  #event-types .live-menu-versus {
    text-align: center;
    padding: 0.3em; }
  /* line 9589, ../../scss/_odds_base.scss */
  #event-types .live-menu-time-wrap {
    overflow: hidden; }
    /* line 9591, ../../scss/_odds_base.scss */
    #event-types .live-menu-time-wrap .live-menu-outcome-time {
      float: right;
      margin-right: 0.3em;
      text-align: right; }
    /* line 9597, ../../scss/_odds_base.scss */
    #event-types .live-menu-time-wrap .live-menu-category {
      float: left;
      margin-left: 0.3em;
      text-align: left; }
  /* line 9604, ../../scss/_odds_base.scss */
  #event-types .live-menu-outcomes-wrap {
    display: table;
    border: 1px solid #E0E0E0;
    border-top: 0;
    width: 100%; }
    /* line 9609, ../../scss/_odds_base.scss */
    #event-types .live-menu-outcomes-wrap.active {
      border-color: #001e40 !important; }
    /* line 9612, ../../scss/_odds_base.scss */
    #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap {
      white-space: nowrap;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 16.66667%;
      float: left;
      padding: 0;
      text-align: center;
      font-size: 0.75rem;
      border-left: 1px solid;
      border-color: inherit; }
      /* line 9620, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap:first-child {
        text-align: left;
        border-left: 0; }
      /* line 9624, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap:last-child {
        text-align: right;
        float: right; }
      /* line 9628, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcome, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcomeWithName, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .full-event-button, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .more, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .more0 {
        display: block;
        width: 100%;
        height: 1.4375rem;
        line-height: 1.375rem;
        border: 1px solid #FFF;
        border-left: 0 !important;
        padding: 0 0.625rem; }
        /* line 9636, ../../scss/_odds_base.scss */
        #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcome:hover, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcomeWithName:hover, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .full-event-button:hover, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .more:hover, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:hover, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .more0:hover, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcome:active, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcomeWithName:active, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .full-event-button:active, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .more:active, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .more0:active, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .more0:active, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcome.active, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .active.outcomeWithName, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .active.full-event-button, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .active.more, #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap .active.more0, .std-event-panel .event-panels-wrap .events-group .event-panel .details .wrap #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .active.more0 {
          color: #FFF !important; }
      /* line 9640, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcome-name {
        float: left; }
      /* line 9644, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcome-odds {
        float: right; }
    /* line 9648, ../../scss/_odds_base.scss */
    #event-types .live-menu-outcomes-wrap .outcomes-3 {
      width: 33.33%; }
    /* line 9651, ../../scss/_odds_base.scss */
    #event-types .live-menu-outcomes-wrap .outcomes-2 {
      width: 50%; }
    /* line 9654, ../../scss/_odds_base.scss */
    #event-types .live-menu-outcomes-wrap .live-menu-locked-outcome {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
      width: 100%; }
      /* line 9659, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-locked-outcome .game-header {
        color: #FFF; }
        /* line 9661, ../../scss/_odds_base.scss */
        #event-types .live-menu-outcomes-wrap .live-menu-locked-outcome .game-header .game-title {
          text-transform: uppercase;
          background-color: #333232;
          cursor: pointer; }

/* 		/LIVE SIDE MENU EVENTS 	*/
/* line 9673, ../../scss/_odds_base.scss */
div#category-menu .level-2 {
  display: inline-block;
  vertical-align: top;
  padding: 0.75em; }
  /* line 9677, ../../scss/_odds_base.scss */
  div#category-menu .level-2 .title-panel {
    background-color: #003980;
    color: #FFF; }
    /* line 9680, ../../scss/_odds_base.scss */
    div#category-menu .level-2 .title-panel .title {
      padding: 0.25em; }
  /* line 9684, ../../scss/_odds_base.scss */
  div#category-menu .level-2 .content {
    padding: 0.5em;
    border: 1px solid #DBDBDB; }
/* line 378, ../../scss/_mixins.scss */
div#category-menu .category-with-checkbox .box {
  position: relative;
  display: inline-block; }
  /* line 381, ../../scss/_mixins.scss */
  div#category-menu .category-with-checkbox .box label {
    cursor: pointer;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: 0;
    border: 1px solid #e0e0e0;
    background-color: #FFF; }
    /* line 390, ../../scss/_mixins.scss */
    div#category-menu .category-with-checkbox .box label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      content: '';
      position: absolute;
      width: 0.55em;
      height: 0.35em;
      background: transparent;
      top: 0.25em;
      left: 0.2em;
      border: 0.15em solid #75B64E;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 404, ../../scss/_mixins.scss */
    div#category-menu .category-with-checkbox .box label:hover::after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=30);
      -moz-opacity: 0.3;
      -khtml-opacity: 0.3;
      opacity: 0.3; }
  /* line 408, ../../scss/_mixins.scss */
  div#category-menu .category-with-checkbox .box input[type=checkbox] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: relative;
    z-index: 99;
    width: 1em;
    height: 1em;
    margin-right: 1em;
    cursor: pointer; }
  /* line 417, ../../scss/_mixins.scss */
  div#category-menu .category-with-checkbox .box input[type=checkbox]:hover + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border-color: #cccccc; }
  /* line 421, ../../scss/_mixins.scss */
  div#category-menu .category-with-checkbox .box input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
/* line 425, ../../scss/_mixins.scss */
div#category-menu .category-with-checkbox .label {
  display: inline;
  position: relative;
  top: 0em; }
/* line 9692, ../../scss/_odds_base.scss */
div#category-menu .category-with-checkbox .boxlabel {
  left: 0; }

/*		LATEST NEWS PANEL		*/
/* line 9701, ../../scss/_odds_base.scss */
#latest-news-form {
  color: #ffffff;
  margin-top: 0.5em; }
  /* line 9705, ../../scss/_odds_base.scss */
  #latest-news-form .panel-wrapper .panel-header {
    background-color: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 200%; }
  /* line 9715, ../../scss/_odds_base.scss */
  #latest-news-form .panel-wrapper .news-title {
    background-color: #38523c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38523c), to(#223d27));
    background-image: -webkit-linear-gradient(top, #38523c, #223d27);
    background-image: -moz-linear-gradient(top, #38523c, #223d27);
    background-image: -ms-linear-gradient(top, #38523c, #223d27);
    background-image: -o-linear-gradient(top, #38523c, #223d27);
    background-image: linear-gradient(top, #38523c, #223d27);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#38523c', EndColorStr='#223d27');
    cursor: pointer;
    border-top: 1px solid #3d6e45;
    padding: 1em; }
    /* line 9720, ../../scss/_odds_base.scss */
    #latest-news-form .panel-wrapper .news-title:hover, #latest-news-form .panel-wrapper .news-title:active {
      color: #6aa347; }
    /* line 9723, ../../scss/_odds_base.scss */
    #latest-news-form .panel-wrapper .news-title:last-of-type {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }

/*		/LATEST NEWS PANEL		*/
/*--------/SIDE-CONTENT-------*/
/*----------------------------*/
/*---------MODAL-INFO---------*/
/*----------------------------*/
/* line 9737, ../../scss/_odds_base.scss */
.modal-panel {
  padding: 0;
  border-radius: 4px;
  width: 1020px;
  border: 0;
  box-shadow: none;
  padding: 1em;
  background-color: #f3f3f3; }
  /* line 9745, ../../scss/_odds_base.scss */
  .modal-panel .modal-title-wrap {
    position: relative; }
    /* line 9747, ../../scss/_odds_base.scss */
    .modal-panel .modal-title-wrap .modal-title {
      color: #ffffff;
      font-size: 150%;
      font-weight: bold;
      overflow: hidden;
      height: 1.5625rem; }
    /* line 9754, ../../scss/_odds_base.scss */
    .modal-panel .modal-title-wrap .close-reveal-modal {
      background-image: url("../../../../resources/images/pl/registration-close.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 0 50%;
      top: -2.5em;
      padding-left: 1.5em;
      right: -0.75em;
      font-size: 17px;
      font-weight: normal;
      width: 1.0625rem;
      height: 1.0625rem; }
  /* line 9766, ../../scss/_odds_base.scss */
  .modal-panel .modal-content-wrap {
    overflow: auto;
    background-color: #FFF; }
    /* line 9769, ../../scss/_odds_base.scss */
    .modal-panel .modal-content-wrap .modal-content {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      padding: 1em;
      margin-top: 0.15em; }
    /* line 9775, ../../scss/_odds_base.scss */
    .modal-panel .modal-content-wrap .quick-bet-slip-wrap {
      overflow: auto; }
      /* line 9777, ../../scss/_odds_base.scss */
      .modal-panel .modal-content-wrap .quick-bet-slip-wrap .quick-bet-slip-number {
        font-size: 400%;
        color: #8dcf55;
        text-align: center;
        margin-top: 0.2em;
        min-height: 0.75em; }
      /* line 9784, ../../scss/_odds_base.scss */
      .modal-panel .modal-content-wrap .quick-bet-slip-wrap .quick-bet-slip-info {
        text-align: center; }
  /* line 9789, ../../scss/_odds_base.scss */
  .modal-panel .button-wrap {
    padding: 0.5em;
    background-color: #FFFFFF;
    color: #565555; }
    /* line 9793, ../../scss/_odds_base.scss */
    .modal-panel .button-wrap input {
      background: none;
      background-color: #569e23;
      color: #ffffff;
      font-weight: normal;
      padding: 0.4em 2em;
      border-top: 0 !important;
      border-bottom: 0 !important; }
      /* line 9801, ../../scss/_odds_base.scss */
      .modal-panel .button-wrap input:hover {
        border-top: 0 !important;
        border-bottom: 0 !important; }
  /* line 9807, ../../scss/_odds_base.scss */
  .modal-panel.bet-placed {
    background-color: #001F47;
    border: 0; }
    /* line 9810, ../../scss/_odds_base.scss */
    .modal-panel.bet-placed .modal-title-wrap {
      border-radius: 4px;
      background-image: url("https://www.iforbet.pl/resources/images/pl/bg_noise.png");
      border: 1px solid #5b8e31;
      padding: 0.2em;
      display: flex;
      margin: 0.35em;
      margin-bottom: 1em;
      text-align: center; }
      /* line 9823, ../../scss/_odds_base.scss */
      .modal-panel.bet-placed .modal-title-wrap .modal-title {
        font-size: 100%;
        font-weight: normal;
        width: 100%;
        height: 3.125rem;
        line-height: 3.125rem; }
        /* line 9829, ../../scss/_odds_base.scss */
        .modal-panel.bet-placed .modal-title-wrap .modal-title .title {
          width: 100%;
          text-transform: uppercase;
          vertical-align: top;
          color: #FFF;
          font-weight: normal;
          font-size: 2.2em;
          text-align: center; }
        /* line 9838, ../../scss/_odds_base.scss */
        .modal-panel.bet-placed .modal-title-wrap .modal-title .instruction {
          text-transform: none; }
    /* line 9843, ../../scss/_odds_base.scss */
    .modal-panel.bet-placed .modal-content {
      background-color: #569c27;
      margin: 1em 0;
      border-radius: 0;
      text-align: center; }
      /* line 9848, ../../scss/_odds_base.scss */
      .modal-panel.bet-placed .modal-content .code {
        color: #ffffff;
        font-size: 1.5em; }
      /* line 9852, ../../scss/_odds_base.scss */
      .modal-panel.bet-placed .modal-content .additional-info {
        color: #FFF; }

/* line 9859, ../../scss/_odds_base.scss */
#error-modal-panel {
  width: 535px;
  height: 168px;
  left: calc(50% - 267px);
  margin-left: 0;
  top: 300px !important;
  background-color: #FFF;
  border-bottom: 4px solid #D10F0B; }
  /* line 9867, ../../scss/_odds_base.scss */
  #error-modal-panel .close {
    background-color: #666;
    mask: url("../../../../resources/images/pl/close.svg") no-repeat;
    -webkit-mask: url("../../../../resources/images/pl/close.svg") no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
    cursor: pointer; }
  /* line 9881, ../../scss/_odds_base.scss */
  #error-modal-panel .icon {
    background-color: #D00F0B;
    mask: url("../../../../resources/images/pl/warning.svg") no-repeat;
    -webkit-mask: url("../../../../resources/images/pl/warning.svg") no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    margin: 25px;
    height: 85px;
    width: 95px; }
  /* line 9891, ../../scss/_odds_base.scss */
  #error-modal-panel .title {
    position: absolute;
    top: 60px;
    left: 175px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px; }
  /* line 9899, ../../scss/_odds_base.scss */
  #error-modal-panel .text {
    position: absolute;
    top: 85px;
    left: 175px;
    font-size: 15px;
    width: 325px;
    height: 32px;
    line-height: 16px;
    overflow: hidden; }

/*---------/MODAL-INFO--------*/
/*----------------------------*/
/*---------BETS-INFO-MODAL---------*/
/*----------------------------*/
/* line 9917, ../../scss/_odds_base.scss */
div#bets-info-section .bets-info-category-wrap {
  padding-top: 1em; }
  /* line 9919, ../../scss/_odds_base.scss */
  div#bets-info-section .bets-info-category-wrap .bets-info-category {
    text-transform: uppercase; }
  /* line 9923, ../../scss/_odds_base.scss */
  div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-type {
    border-radius: 4px;
    background-color: #1b6a28;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6a28), to(#042e0b));
    background-image: -webkit-linear-gradient(top, #1b6a28, #042e0b);
    background-image: -moz-linear-gradient(top, #1b6a28, #042e0b);
    background-image: -ms-linear-gradient(top, #1b6a28, #042e0b);
    background-image: -o-linear-gradient(top, #1b6a28, #042e0b);
    background-image: linear-gradient(top, #1b6a28, #042e0b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#1b6a28', EndColorStr='#042e0b');
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    padding: 0.25em;
    border: 1px solid #000000;
    display: flex; }
    /* line 9933, ../../scss/_odds_base.scss */
    div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-type:hover {
      -webkit-box-shadow: 0 0 2px 1px #3b3b3b;
      -moz-box-shadow: 0 0 2px 1px #3b3b3b;
      box-shadow: 0 0 2px 1px #3b3b3b; }
    /* line 9936, ../../scss/_odds_base.scss */
    div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-type .bets-info-sign {
      margin-left: 0.5em; }
    /* line 9939, ../../scss/_odds_base.scss */
    div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-type .bets-info-text {
      text-transform: uppercase;
      margin-left: 0.5em; }
  /* line 9944, ../../scss/_odds_base.scss */
  div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-description {
    -webkit-box-shadow: 0 0 2px 1px #3b3b3b;
    -moz-box-shadow: 0 0 2px 1px #3b3b3b;
    box-shadow: 0 0 2px 1px #3b3b3b;
    border: 1px solid #212121;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.25em;
    margin: 0 0.5em 0.5em 0.5em; }

/* line 9957, ../../scss/_odds_base.scss */
#customer-info-modal .fit {
  border: 1px solid #ddd; }
/* line 9960, ../../scss/_odds_base.scss */
#customer-info-modal .iframe {
  width: 100%;
  background-image: url("../../../../resources/images/pl/loader.gif");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 9964, ../../scss/_odds_base.scss */
#customer-info-modal .close-reveal-modal {
  top: -2.0625rem;
  right: 3.6875rem; }

/*---------/BETS-INFO-MODAL--------*/
/*---------------------------------*/
/*----------------------------*/
/*---------PAYMENTS-----------*/
/* line 9975, ../../scss/_odds_base.scss */
#deposit-template, #payout-template, #main-template {
  font-size: 0.75rem; }
  /* line 9976, ../../scss/_odds_base.scss */
  #deposit-template .payments-button, #payout-template .payments-button, #main-template .payments-button {
    z-index: 100; }
  /* line 9980, ../../scss/_odds_base.scss */
  #deposit-template .left-menu, #payout-template .left-menu, #main-template .left-menu {
    border-top: 1px solid #dbdbdb; }
    /* line 9982, ../../scss/_odds_base.scss */
    #deposit-template .left-menu .cat0, #deposit-template .left-menu .cat0-active, #payout-template .left-menu .cat0, #payout-template .left-menu .cat0-active, #main-template .left-menu .cat0, #main-template .left-menu .cat0-active {
      height: 2.625rem;
      line-height: 2.625rem;
      color: #001e40;
      text-indent: 1.125rem;
      border-bottom: 1px solid #dbdbdb;
      cursor: pointer; }
    /* line 9990, ../../scss/_odds_base.scss */
    #deposit-template .left-menu .cat0-active, #payout-template .left-menu .cat0-active, #main-template .left-menu .cat0-active {
      color: #FFF;
      border-bottom: 0;
      background-color: #75b64e; }
  /* line 9997, ../../scss/_odds_base.scss */
  #deposit-template .main, #payout-template .main, #main-template .main {
    border: 1px solid #dbdbdb; }
    /* line 9999, ../../scss/_odds_base.scss */
    #deposit-template .main .transactions-logo, #payout-template .main .transactions-logo, #main-template .main .transactions-logo {
      height: 2.625rem;
      background-image: url("../../../../resources/images/pl/forbet-portfel.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 10003, ../../scss/_odds_base.scss */
    #deposit-template .main #payments-wrap, #payout-template .main #payments-wrap, #main-template .main #payments-wrap {
      border-top: 1px solid #dbdbdb; }
      /* line 10005, ../../scss/_odds_base.scss */
      #deposit-template .main #payments-wrap .header-tab, #payout-template .main #payments-wrap .header-tab, #main-template .main #payments-wrap .header-tab {
        height: 4.375rem;
        color: #001e40;
        font-size: 0.6875rem;
        line-height: 2.8125rem;
        padding: 0;
        text-transform: uppercase;
        text-indent: 1.25rem; }
      /* line 10014, ../../scss/_odds_base.scss */
      #deposit-template .main #payments-wrap .info, #payout-template .main #payments-wrap .info, #main-template .main #payments-wrap .info {
        background-color: #f3f3f3;
        border: 1px solid #dbdbdb;
        border-top: 0;
        border-right: 0;
        font-weight: normal; }
        /* line 10020, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .info .money, #payout-template .main #payments-wrap .info .money, #main-template .main #payments-wrap .info .money {
          text-align: right;
          padding-right: 1.25rem;
          color: #001e40;
          font-size: 1.875rem;
          font-weight: bold;
          text-transform: none;
          line-height: 4.375rem; }
          /* line 10028, ../../scss/_odds_base.scss */
          #deposit-template .main #payments-wrap .info .money .std-button-confirm, #deposit-template .main #payments-wrap .info .money .tab-menu .print-button, .tab-menu #deposit-template .main #payments-wrap .info .money .print-button, #deposit-template .main #payments-wrap .info .money .tab-menu-right .print-button, .tab-menu-right #deposit-template .main #payments-wrap .info .money .print-button, #payout-template .main #payments-wrap .info .money .std-button-confirm, #payout-template .main #payments-wrap .info .money .tab-menu .print-button, .tab-menu #payout-template .main #payments-wrap .info .money .print-button, #payout-template .main #payments-wrap .info .money .tab-menu-right .print-button, .tab-menu-right #payout-template .main #payments-wrap .info .money .print-button, #main-template .main #payments-wrap .info .money .std-button-confirm, #main-template .main #payments-wrap .info .money .tab-menu .print-button, .tab-menu #main-template .main #payments-wrap .info .money .print-button, #main-template .main #payments-wrap .info .money .tab-menu-right .print-button, .tab-menu-right #main-template .main #payments-wrap .info .money .print-button {
            height: 1.75rem;
            line-height: 1.75rem;
            width: 3.875rem;
            margin-top: 1.375rem;
            padding: 0;
            border: 0;
            font-size: 0.625rem;
            font-weight: normal;
            text-transform: uppercase;
            text-indent: 0;
            text-align: center; }
            /* line 10040, ../../scss/_odds_base.scss */
            #deposit-template .main #payments-wrap .info .money .std-button-confirm:hover, #deposit-template .main #payments-wrap .info .money .tab-menu .print-button:hover, .tab-menu #deposit-template .main #payments-wrap .info .money .print-button:hover, #deposit-template .main #payments-wrap .info .money .tab-menu-right .print-button:hover, .tab-menu-right #deposit-template .main #payments-wrap .info .money .print-button:hover, #payout-template .main #payments-wrap .info .money .std-button-confirm:hover, #payout-template .main #payments-wrap .info .money .tab-menu .print-button:hover, .tab-menu #payout-template .main #payments-wrap .info .money .print-button:hover, #payout-template .main #payments-wrap .info .money .tab-menu-right .print-button:hover, .tab-menu-right #payout-template .main #payments-wrap .info .money .print-button:hover, #main-template .main #payments-wrap .info .money .std-button-confirm:hover, #main-template .main #payments-wrap .info .money .tab-menu .print-button:hover, .tab-menu #main-template .main #payments-wrap .info .money .print-button:hover, #main-template .main #payments-wrap .info .money .tab-menu-right .print-button:hover, .tab-menu-right #main-template .main #payments-wrap .info .money .print-button:hover {
              border: 0 !important; }
      /* line 10046, ../../scss/_odds_base.scss */
      #deposit-template .main #payments-wrap .bank-account-tab, #payout-template .main #payments-wrap .bank-account-tab, #main-template .main #payments-wrap .bank-account-tab {
        border-radius: 4px;
        width: 69.125rem;
        background-color: #75b64e;
        height: 3rem;
        margin: 1.25rem 1%;
        width: 98%;
        clear: both; }
        /* line 10054, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .bank-account-tab .text, #payout-template .main #payments-wrap .bank-account-tab .text, #main-template .main #payments-wrap .bank-account-tab .text {
          display: inline;
          color: #001e40;
          font-size: 0.6875rem;
          text-transform: uppercase;
          line-height: 3rem; }
        /* line 10061, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .bank-account-tab .number, #payout-template .main #payments-wrap .bank-account-tab .number, #main-template .main #payments-wrap .bank-account-tab .number {
          display: inline;
          color: #FFF;
          font-size: 1.1875rem;
          font-weight: bold;
          margin-left: 1.25rem;
          line-height: 3rem; }
        /* line 10069, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .bank-account-tab .information, #payout-template .main #payments-wrap .bank-account-tab .information, #main-template .main #payments-wrap .bank-account-tab .information {
          color: #afe590;
          line-height: 3rem;
          position: absolute;
          right: 10px; }
      /* line 10076, ../../scss/_odds_base.scss */
      #deposit-template .main #payments-wrap .error-msg, #payout-template .main #payments-wrap .error-msg, #main-template .main #payments-wrap .error-msg {
        border-radius: 4px;
        background-color: #c63149;
        padding: 1.25rem;
        margin: 0 1%;
        margin-bottom: 1em;
        text-shadow: 1px 1px 1px 0000444;
        color: #fff;
        width: 98%;
        font-size: 1rem;
        clear: both;
        text-align: center; }
      /* line 10089, ../../scss/_odds_base.scss */
      #deposit-template .main #payments-wrap .payment-methods-header, #payout-template .main #payments-wrap .payment-methods-header, #main-template .main #payments-wrap .payment-methods-header {
        border-top: 1px solid #dbdbdb;
        padding: 1.25rem; }
        /* line 10092, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .payment-methods-header span, #payout-template .main #payments-wrap .payment-methods-header span, #main-template .main #payments-wrap .payment-methods-header span {
          color: #003c7f;
          font-size: 0.9375rem;
          font-weight: bold;
          line-height: 2rem; }
        /* line 10098, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .payment-methods-header .error, #payout-template .main #payments-wrap .payment-methods-header .error, #main-template .main #payments-wrap .payment-methods-header .error {
          font-size: 0.75rem;
          font-weight: normal;
          padding-left: 0; }
        /* line 10103, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .payment-methods-header #dotPayActionButton, #payout-template .main #payments-wrap .payment-methods-header #dotPayActionButton, #main-template .main #payments-wrap .payment-methods-header #dotPayActionButton {
          width: 11.25rem;
          max-width: 100%;
          font-weight: normal;
          font-size: 12px; }
        /* line 10109, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .payment-methods-header .payments-description-box, #payout-template .main #payments-wrap .payment-methods-header .payments-description-box, #main-template .main #payments-wrap .payment-methods-header .payments-description-box {
          border-radius: 4px;
          height: 3.75rem;
          width: 100%;
          border: 1px solid #dbdbdb;
          cursor: pointer;
          text-transform: uppercase;
          line-height: 3.75rem; }
          /* line 10117, ../../scss/_odds_base.scss */
          #deposit-template .main #payments-wrap .payment-methods-header .payments-description-box .logo, #payout-template .main #payments-wrap .payment-methods-header .payments-description-box .logo, #main-template .main #payments-wrap .payment-methods-header .payments-description-box .logo {
            width: 7.1875rem;
            margin-top: 1.0625rem; }
          /* line 10121, ../../scss/_odds_base.scss */
          #deposit-template .main #payments-wrap .payment-methods-header .payments-description-box .open-hours, #payout-template .main #payments-wrap .payment-methods-header .payments-description-box .open-hours, #main-template .main #payments-wrap .payment-methods-header .payments-description-box .open-hours {
            width: 1.4375rem;
            height: 1.3125rem;
            margin: 1.0625rem; }
          /* line 10126, ../../scss/_odds_base.scss */
          #deposit-template .main #payments-wrap .payment-methods-header .payments-description-box .label, #payout-template .main #payments-wrap .payment-methods-header .payments-description-box .label, #main-template .main #payments-wrap .payment-methods-header .payments-description-box .label {
            color: #003c7f;
            margin-left: 1.25rem;
            font-size: 0.6875rem;
            font-weight: normal; }
          /* line 10132, ../../scss/_odds_base.scss */
          #deposit-template .main #payments-wrap .payment-methods-header .payments-description-box .text, #payout-template .main #payments-wrap .payment-methods-header .payments-description-box .text, #main-template .main #payments-wrap .payment-methods-header .payments-description-box .text {
            color: #adadad;
            margin-left: 0.1875rem;
            font-size: 0.6875rem;
            font-weight: normal; }
          /* line 10138, ../../scss/_odds_base.scss */
          #deposit-template .main #payments-wrap .payment-methods-header .payments-description-box.active, #payout-template .main #payments-wrap .payment-methods-header .payments-description-box.active, #main-template .main #payments-wrap .payment-methods-header .payments-description-box.active {
            background-color: #fafafa; }
        /* line 10142, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .payment-methods-header .payout-side-info, #payout-template .main #payments-wrap .payment-methods-header .payout-side-info, #main-template .main #payments-wrap .payment-methods-header .payout-side-info {
          color: #b59363;
          background-color: #ffeab6;
          border: 1px solid #e9c370;
          line-height: 2rem;
          padding: 1rem;
          font-size: 0.9em; }
      /* line 10152, ../../scss/_odds_base.scss */
      #deposit-template .main #payments-wrap .payment-footer, #payout-template .main #payments-wrap .payment-footer, #main-template .main #payments-wrap .payment-footer {
        border-top: 1px solid #dbdbdb;
        line-height: 2.5rem; }
        /* line 10155, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .payment-footer .payment-providers, #payout-template .main #payments-wrap .payment-footer .payment-providers, #main-template .main #payments-wrap .payment-footer .payment-providers {
          background-image: url("../../../../resources/images/pl/providers.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          background-position: left;
          height: 40px; }
        /* line 10160, ../../scss/_odds_base.scss */
        #deposit-template .main #payments-wrap .payment-footer .providers-text, #payout-template .main #payments-wrap .payment-footer .providers-text, #main-template .main #payments-wrap .payment-footer .providers-text {
          text-align: right;
          color: #d0d0d0; }
    /* line 10166, ../../scss/_odds_base.scss */
    #deposit-template .main .section-title, #payout-template .main .section-title, #main-template .main .section-title {
      height: 2.625rem;
      line-height: 2.625rem;
      color: #6ba647;
      text-indent: 0.625rem;
      background-color: #f3f3f3;
      overflow: hidden; }
    /* line 10174, ../../scss/_odds_base.scss */
    #deposit-template .main .table, #deposit-template .main #main-template, #payout-template .main .table, #payout-template .main #main-template, #main-template .main .table, #main-template .main #main-template {
      padding-left: 8%;
      padding-right: 8%;
      padding-top: 25px;
      height: 500px; }
    /* line 10180, ../../scss/_odds_base.scss */
    #deposit-template .main .section, #payout-template .main .section, #main-template .main .section {
      color: #001e40;
      padding: 0.625rem; }
      /* line 10183, ../../scss/_odds_base.scss */
      #deposit-template .main .section .row, #payout-template .main .section .row, #main-template .main .section .row {
        margin-bottom: 10px;
        min-height: 30px; }
        /* line 10186, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row span, #payout-template .main .section .row span, #main-template .main .section .row span {
          float: left;
          line-height: 1.875rem; }
          /* line 10189, ../../scss/_odds_base.scss */
          #deposit-template .main .section .row span.limit-info, #payout-template .main .section .row span.limit-info, #main-template .main .section .row span.limit-info {
            min-height: 1.875rem;
            position: absolute;
            top: -6px; }
        /* line 10195, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row input, #payout-template .main .section .row input, #main-template .main .section .row input {
          float: right;
          width: 21.875rem;
          color: #b0b0b0;
          padding: 0 0.5em;
          line-height: 1.875rem;
          height: 1.875rem;
          background-color: #FFF;
          border: 1px solid #dcdcdc;
          border-radius: 4px;
          cursor: default; }
          /* line 91, ../../scss/_mixins.scss */
          #deposit-template .main .section .row input::-webkit-input-placeholder, #payout-template .main .section .row input::-webkit-input-placeholder, #main-template .main .section .row input::-webkit-input-placeholder {
            color: #999999; }
          /* line 94, ../../scss/_mixins.scss */
          #deposit-template .main .section .row input:-moz-placeholder, #payout-template .main .section .row input:-moz-placeholder, #main-template .main .section .row input:-moz-placeholder {
            color: #999999; }
          /* line 97, ../../scss/_mixins.scss */
          #deposit-template .main .section .row input::-moz-placeholder, #payout-template .main .section .row input::-moz-placeholder, #main-template .main .section .row input::-moz-placeholder {
            color: #999999; }
          /* line 100, ../../scss/_mixins.scss */
          #deposit-template .main .section .row input:-ms-input-placeholder, #payout-template .main .section .row input:-ms-input-placeholder, #main-template .main .section .row input:-ms-input-placeholder {
            color: #999999; }
        /* line 10208, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row input, #deposit-template .main .section .row #main-template, #payout-template .main .section .row input, #payout-template .main .section .row #main-template, #main-template .main .section .row input, #main-template .main .section .row #main-template {
          width: 4.375rem;
          margin-top: 5px;
          margin-right: 5px; }
        /* line 10213, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row .error, #deposit-template .main .section .row #main-template, #payout-template .main .section .row .error, #payout-template .main .section .row #main-template, #main-template .main .section .row .error, #main-template .main .section .row #main-template {
          position: absolute;
          left: 0;
          top: 7px;
          margin-left: -4px !important; }
        /* line 10220, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row #day-of-birth-container input, #deposit-template .main .section .row #year-of-birth-container input, #payout-template .main .section .row #day-of-birth-container input, #payout-template .main .section .row #year-of-birth-container input, #main-template .main .section .row #day-of-birth-container input, #main-template .main .section .row #year-of-birth-container input {
          width: 5rem; }
        /* line 10225, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row #month-of-birth-container input, #payout-template .main .section .row #month-of-birth-container input, #main-template .main .section .row #month-of-birth-container input {
          width: 9rem;
          margin: 0 1.25rem; }
        /* line 10230, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row .error, #payout-template .main .section .row .error, #main-template .main .section .row .error {
          margin-left: 12.75rem;
          color: #ff4646 !important;
          text-transform: uppercase;
          font-size: 0.625rem; }
        /* line 10236, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row .info, #payout-template .main .section .row .info, #main-template .main .section .row .info {
          display: inline-block;
          width: 100%;
          margin: 10px 0;
          text-transform: uppercase; }
      /* line 10243, ../../scss/_odds_base.scss */
      #deposit-template .main .section .std-button-confirm, #deposit-template .main .section .tab-menu .print-button, .tab-menu #deposit-template .main .section .print-button, #deposit-template .main .section .tab-menu-right .print-button, .tab-menu-right #deposit-template .main .section .print-button, #payout-template .main .section .std-button-confirm, #payout-template .main .section .tab-menu .print-button, .tab-menu #payout-template .main .section .print-button, #payout-template .main .section .tab-menu-right .print-button, .tab-menu-right #payout-template .main .section .print-button, #main-template .main .section .std-button-confirm, #main-template .main .section .tab-menu .print-button, .tab-menu #main-template .main .section .print-button, #main-template .main .section .tab-menu-right .print-button, .tab-menu-right #main-template .main .section .print-button {
        float: left;
        height: 3.125rem;
        line-height: 3.125rem;
        font-size: 1rem;
        font-weight: bold; }
      /* line 10250, ../../scss/_odds_base.scss */
      #deposit-template .main .section .error, #payout-template .main .section .error, #main-template .main .section .error {
        margin-left: 12.75rem;
        color: #ff4646 !important;
        text-transform: uppercase;
        font-size: 0.625rem; }
    /* line 10257, ../../scss/_odds_base.scss */
    #deposit-template .main .section, #deposit-template .main #main-template, #payout-template .main .section, #payout-template .main #main-template, #main-template .main .section, #main-template .main #main-template {
      padding: 0;
      border-left: 1px solid #dcdcdc;
      border-top: 1px solid #dcdcdc; }
      /* line 10261, ../../scss/_odds_base.scss */
      #deposit-template .main .section .row, #deposit-template .main #main-template .row, #payout-template .main .section .row, #payout-template .main #main-template .row, #main-template .main .section .row, #main-template .main #main-template .row {
        height: 40px;
        min-height: 40px;
        border-bottom: 1px solid #dcdcdc;
        margin: 0;
        text-indent: 10px; }
        /* line 10267, ../../scss/_odds_base.scss */
        #deposit-template .main .section .row span, #deposit-template .main #main-template .row span, #payout-template .main .section .row span, #payout-template .main #main-template .row span, #main-template .main .section .row span, #main-template .main #main-template .row span {
          float: left;
          line-height: 2.5rem; }
          /* line 10270, ../../scss/_odds_base.scss */
          #deposit-template .main .section .row span.limit-info, #deposit-template .main #main-template .row span.limit-info, #payout-template .main .section .row span.limit-info, #payout-template .main #main-template .row span.limit-info, #main-template .main .section .row span.limit-info, #main-template .main #main-template .row span.limit-info {
            min-height: 1.875rem;
            position: absolute;
            top: -6px; }
      /* line 10277, ../../scss/_odds_base.scss */
      #deposit-template .main .section:last-of-type, #deposit-template .main #main-template:last-of-type, #payout-template .main .section:last-of-type, #payout-template .main #main-template:last-of-type, #main-template .main .section:last-of-type, #main-template .main #main-template:last-of-type {
        border-right: 1px solid #dcdcdc; }
      @media screen and (max-width: 78.929em) {
        /* line 10257, ../../scss/_odds_base.scss */
        #deposit-template .main .section, #deposit-template .main #main-template, #payout-template .main .section, #payout-template .main #main-template, #main-template .main .section, #main-template .main #main-template {
          font-size: 10px; } }
      @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
        /* line 10257, ../../scss/_odds_base.scss */
        #deposit-template .main .section, #deposit-template .main #main-template, #payout-template .main .section, #payout-template .main #main-template, #main-template .main .section, #main-template .main #main-template {
          font-size: 11px; } }
      @media screen and (min-width: 95.625em) {
        /* line 10257, ../../scss/_odds_base.scss */
        #deposit-template .main .section, #deposit-template .main #main-template, #payout-template .main .section, #payout-template .main #main-template, #main-template .main .section, #main-template .main #main-template {
          font-size: 12px; } }
  /* line 10292, ../../scss/_odds_base.scss */
  #deposit-template .payments-non-active-block, #payout-template .payments-non-active-block, #main-template .payments-non-active-block {
    background-color: #f3f3f3;
    border: 1px solid #dbdbdb;
    border-right: 0;
    border-left: 0px;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  /* line 10302, ../../scss/_odds_base.scss */
  #deposit-template .right-menu, #payout-template .right-menu, #main-template .right-menu {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb; }

/* line 10309, ../../scss/_odds_base.scss */
#accept-limits #whistle-img {
  background-image: url("../../../../resources/images/pl/gwizdek.jpg");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 174px;
  width: 214px; }

/* line 10318, ../../scss/_odds_base.scss */
#main-template .main .section-title {
  height: 3.75rem;
  line-height: 3.75rem;
  color: #001e40;
  font-weight: bold;
  text-align: center;
  font-size: 20px; }
/* line 10326, ../../scss/_odds_base.scss */
#main-template .main .activity-limits-info {
  color: #003c7f;
  text-align: center;
  padding: 10px 0 20px 0; }
/* line 10332, ../../scss/_odds_base.scss */
#main-template .main #giif-type .std-button-confirm, #main-template .main #giif-type .tab-menu .print-button, .tab-menu #main-template .main #giif-type .print-button, #main-template .main #giif-type .tab-menu-right .print-button, .tab-menu-right #main-template .main #giif-type .print-button {
  padding: 0.5rem 4rem; }
/* line 10336, ../../scss/_odds_base.scss */
#main-template .main .giif-type-info {
  color: #565555;
  text-align: justify;
  padding: 10px 0 20px 0; }
/* line 10341, ../../scss/_odds_base.scss */
#main-template .main .activity-limits-legend {
  display: table;
  text-align: center;
  margin: 10px auto;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background-color: #F3F3F3;
  padding: 20px; }
  /* line 10349, ../../scss/_odds_base.scss */
  #main-template .main .activity-limits-legend .header {
    color: #001e40;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
  /* line 10355, ../../scss/_odds_base.scss */
  #main-template .main .activity-limits-legend img {
    min-width: 30px; }
  /* line 10358, ../../scss/_odds_base.scss */
  #main-template .main .activity-limits-legend span {
    text-align: left; }
  /* line 10361, ../../scss/_odds_base.scss */
  #main-template .main .activity-limits-legend ul {
    margin: 0; }
  /* line 10364, ../../scss/_odds_base.scss */
  #main-template .main .activity-limits-legend .green-text {
    color: #75b64e; }
/* line 10368, ../../scss/_odds_base.scss */
#main-template .main #activity-limits-table > * {
  padding: 20px 0;
  text-align: center; }
/* line 10372, ../../scss/_odds_base.scss */
#main-template .main #activity-limits-table {
  display: table;
  margin: 0 auto;
  border: 2px solid #75b64e;
  border-radius: 5px; }
  /* line 10377, ../../scss/_odds_base.scss */
  #main-template .main #activity-limits-table .header {
    border-bottom: 2px solid #75b64e; }
  /* line 10380, ../../scss/_odds_base.scss */
  #main-template .main #activity-limits-table .body {
    text-align: left; }
    /* line 10383, ../../scss/_odds_base.scss */
    #main-template .main #activity-limits-table .body table tr {
      height: 30px;
      line-height: 30px; }
    /* line 10388, ../../scss/_odds_base.scss */
    #main-template .main #activity-limits-table .body table tbody tr:nth-last-child(2) {
      border-top: 2px solid #f3f3f3; }
    /* line 10392, ../../scss/_odds_base.scss */
    #main-template .main #activity-limits-table .body table th {
      color: #75b64e;
      font-weight: normal; }
    /* line 10396, ../../scss/_odds_base.scss */
    #main-template .main #activity-limits-table .body table th:first-child, #main-template .main #activity-limits-table .body table td:first-child {
      padding-right: 10%;
      text-align: right; }
/* line 10403, ../../scss/_odds_base.scss */
#main-template .main #drop-giifType {
  width: 100%; }
/* line 10406, ../../scss/_odds_base.scss */
#main-template .main #drop-giifType li {
  height: auto;
  margin-bottom: 1px; }

/* line 10414, ../../scss/_odds_base.scss */
#bonus-management .top-menu .tab {
  height: 4.0625rem;
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb;
  border-right: 0;
  cursor: pointer; }
  /* line 10420, ../../scss/_odds_base.scss */
  #bonus-management .top-menu .tab .step {
    display: inline-block;
    padding-top: 20px;
    padding-left: 35px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #001d3f; }
  /* line 10429, ../../scss/_odds_base.scss */
  #bonus-management .top-menu .tab.active {
    background-color: #FFF;
    border-right: 0;
    border-bottom: 0; }
/* line 10436, ../../scss/_odds_base.scss */
#bonus-management .area {
  padding: 10px; }
  /* line 10438, ../../scss/_odds_base.scss */
  #bonus-management .area .tile {
    float: left;
    height: 265px;
    padding: 20px;
    overflow: hidden;
    text-transform: uppercase; }
    /* line 10444, ../../scss/_odds_base.scss */
    #bonus-management .area .tile .tile-inner {
      border-radius: 4px;
      border: 1px solid #dbdbdb;
      height: 225px;
      overflow: hidden; }
      /* line 10449, ../../scss/_odds_base.scss */
      #bonus-management .area .tile .tile-inner .details {
        position: relative;
        width: 100%;
        height: 225px; }
        /* line 10453, ../../scss/_odds_base.scss */
        #bonus-management .area .tile .tile-inner .details .img {
          float: left;
          width: 50%;
          height: 225px;
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 155px; }
        /* line 10461, ../../scss/_odds_base.scss */
        #bonus-management .area .tile .tile-inner .details .text-info {
          float: right;
          width: 50%;
          height: 225px; }
          /* line 10465, ../../scss/_odds_base.scss */
          #bonus-management .area .tile .tile-inner .details .text-info .tile-row {
            float: left;
            width: 100%; }
            /* line 10468, ../../scss/_odds_base.scss */
            #bonus-management .area .tile .tile-inner .details .text-info .tile-row .description {
              float: left;
              width: 100%;
              color: #001d3f;
              font-size: 10px;
              line-height: 10px;
              margin-top: 8px; }
            /* line 10476, ../../scss/_odds_base.scss */
            #bonus-management .area .tile .tile-inner .details .text-info .tile-row .text {
              float: left;
              color: #75b64e;
              font-size: 12px;
              line-height: 11px; }
        /* line 10484, ../../scss/_odds_base.scss */
        #bonus-management .area .tile .tile-inner .details .button {
          bottom: 8px;
          height: 30px;
          line-height: 16px;
          color: #fff;
          font-size: 10px;
          text-transform: uppercase;
          padding: 5px 6px;
          display: inline-block;
          margin: 0 0 12px 12px; }

/* line 10502, ../../scss/_odds_base.scss */
.payment-methods-options-wrap .payment-methods-option {
  border-radius: 4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
  display: inline-block;
  cursor: pointer;
  width: 122px;
  height: 59px;
  margin-right: 0.5em; }
  /* line 10510, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.voucher {
    background-image: url("https://www.iforbet.pl/resources/images/pl/payments/voucher.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 10514, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.airtel {
    background-image: url("https://www.iforbet.pl/resources/images/pl/payments/airtel.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 10518, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.trans-flow-mobile {
    background-image: url("https://www.iforbet.pl/resources/images/pl/payments/trans_flow_mobile.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 10522, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.mtn-uganda {
    background-image: url("https://www.iforbet.pl/resources/images/pl/payments/mtn_uganda.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 10526, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option:hover, .payment-methods-options-wrap .payment-methods-option:active, .payment-methods-options-wrap .payment-methods-option.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border: 1px solid #000000; }

/* line 10533, ../../scss/_odds_base.scss */
#payments-wrap .payment-methods {
  background-color: #e6ebe5;
  border-radius: 4px;
  margin-top: 0.5em;
  padding: 1em; }
  /* line 10538, ../../scss/_odds_base.scss */
  #payments-wrap .payment-methods .payment-methods-header {
    border-top: 1px solid #dbdbdb; }
/* line 10542, ../../scss/_odds_base.scss */
#payments-wrap #stages-steps-tabs {
  border: 1px solid #cdcdcd;
  color: #009942;
  margin-bottom: 0.5em; }
  /* line 10546, ../../scss/_odds_base.scss */
  #payments-wrap #stages-steps-tabs .tab {
    background-image: url("https://www.iforbet.pl/resources/images/pl/payments/payments_tab.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
    /* line 10547, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab:nth-child(1) {
      z-index: 3;
      width: 37%; }
    /* line 10551, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab:nth-child(2) {
      position: absolute;
      left: 30%;
      width: 41%;
      z-index: 2;
      padding-left: 5%; }
    /* line 10558, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab:nth-child(3) {
      background-image: url("https://www.iforbet.pl/resources/images/pl/payments/payments_tab_last.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
      /* line 10559, ../../scss/_odds_base.scss */
      #payments-wrap #stages-steps-tabs .tab:nth-child(3).active {
        background-image: url("https://www.iforbet.pl/resources/images/pl/payments/payments_tab_last_active.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%; }
    /* line 10566, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab.active {
      background-image: url("https://www.iforbet.pl/resources/images/pl/payments/payments_tab_active.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
    /* line 10573, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab div:first-of-type {
      font-size: 4em;
      line-height: 1em; }
    /* line 10577, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab div:last-of-type {
      font-size: 1.5em;
      padding-top: 0.4em; }
/* line 10584, ../../scss/_odds_base.scss */
#payments-wrap #voucher-help-button {
  border-radius: 25px;
  background-color: #75b64e;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  float: right;
  text-align: center;
  cursor: pointer;
  position: relative;
  right: 0.75em;
  top: 0.25em; }
/* line 10597, ../../scss/_odds_base.scss */
#payments-wrap .voucher-part:focus {
  border: 1px solid #87c93b; }
/* line 10600, ../../scss/_odds_base.scss */
#payments-wrap #voucher-help-pop-up-wrap {
  border-radius: 4px;
  position: absolute;
  color: #ffffff;
  z-index: 10;
  width: 18em;
  background-color: #009942; }
  /* line 10607, ../../scss/_odds_base.scss */
  #payments-wrap #voucher-help-pop-up-wrap .close-btn {
    text-align: right;
    cursor: pointer;
    padding-top: 0.5em; }
  /* line 10612, ../../scss/_odds_base.scss */
  #payments-wrap #voucher-help-pop-up-wrap .voucher-ticket-img {
    background-image: url("https://www.iforbet.pl/resources/images/pl/payments/voucher-dummy.jpg");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    height: 13em;
    background-size: 16em; }
  /* line 10617, ../../scss/_odds_base.scss */
  #payments-wrap #voucher-help-pop-up-wrap #pop-up-arrow {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 20px solid #009942;
    border-right: 30px solid transparent; }
/* line 10628, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .not-logged {
  background-color: #d70e0e;
  padding: 1em;
  margin-top: 1em;
  font-size: 110%;
  font-weight: bold;
  color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
/* line 10638, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .stages-wrap {
  margin-top: 0.5em; }
/* line 10642, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .stage {
  border-radius: 4px;
  height: 20em;
  padding: 1em;
  padding-left: 2em !important;
  padding-top: 2em !important; }
/* line 10650, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .deposit-init-stage {
  background-color: #f0f0f0;
  color: #302f2f; }
  /* line 10654, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-init-stage .deposit-intputs-step {
    height: 15em;
    /*minus init-deposit-step height, minus paddings*/ }
  /* line 10657, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-init-stage .init-deposit-step {
    height: 2em; }
/* line 10661, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .deposit-processing-stage {
  background-color: #e6ebe5;
  color: #302f2f; }
  /* line 10662, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-processing-stage .deposit-processing-stage-details {
    height: 15em;
    /*minus init-deposit-step height, minus paddings*/ }
/* line 10668, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .deposit-result-stage {
  background-color: #c6cfc6;
  color: #302f2f;
  font-weight: bold; }
/* line 10674, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payout-init-stage {
  color: #302f2f;
  background-color: #f0f0f0; }
  /* line 10677, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-init-stage .payout-intputs-step {
    height: 15em;
    /*minus init-payout-step height, minus paddings*/ }
  /* line 10680, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-init-stage .init-payout-step {
    height: 2em; }
/* line 10684, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payout-processing-stage {
  background-color: #e6ebe5;
  color: #302f2f; }
  /* line 10687, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-processing-stage .payout-processing-stage-details {
    height: 15em;
    /*minus init-payout-step height, minus paddings*/ }
/* line 10691, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payout-result-stage {
  background-color: #c6cfc6;
  color: #302f2f;
  font-weight: bold; }
  /* line 10695, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-result-stage .payout-result-stage-details {
    height: 15em;
    /*minus init-payout-step height, minus paddings*/ }
/* line 10701, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payments-main-wrapper .deposit-init-stage, #payments-wrap .payments-type-wrap .payments-main-wrapper .payout-init-stage {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.66667%;
  float: left; }
/* line 10704, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payments-main-wrapper .deposit-processing-stage, #payments-wrap .payments-type-wrap .payments-main-wrapper .payout-processing-stage {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.45833%;
  float: left;
  margin-left: 0.20833% !important; }
/* line 10707, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payments-main-wrapper .deposit-result-stage, #payments-wrap .payments-type-wrap .payments-main-wrapper .payout-result-stage {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.45833%;
  float: right;
  float: left;
  margin-left: 0.20833% !important; }
/* line 10712, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .deposit-init-stage {
  color: #302f2f; }
  /* line 10714, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-init-stage .deposit-intputs-step {
    height: 15em;
    /*minus init-deposit-step height, minus paddings*/ }
  /* line 10717, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-init-stage .init-deposit-step {
    height: 2em; }
/* line 10721, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .deposit-processing-stage {
  background-color: #e6ebe5;
  color: #302f2f; }
/* line 10725, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .deposit-result-stage {
  background-color: #c6cfc6;
  color: #302f2f;
  font-weight: bold; }
  /* line 10729, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-result-stage .result-deposit-step-details {
    height: 15em;
    /*minus init-deposit-step height, minus paddings*/ }
/* line 10734, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payout-init-stage {
  color: #302f2f; }
  /* line 10736, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-init-stage .payout-intputs-step {
    height: 15em;
    /*minus init-payout-step height, minus paddings*/ }
  /* line 10739, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-init-stage .init-payout-step {
    height: 2em; }
/* line 10743, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payout-processing-stage {
  background-color: #e6ebe5;
  color: #302f2f; }
/* line 10747, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap .payout-result-stage {
  background-color: #c6cfc6;
  color: #302f2f;
  font-weight: bold; }

/*---------/PAYMENTS----------*/
/*----------------------------*/
/*==========================================================*/
/*						/MASTER-MAIN						*/
/*==========================================================*/
/*==========================================================*/
/*						MASTER-FOOTER						*/
/*==========================================================*/
/* line 10765, ../../scss/_odds_base.scss */
div#footer-wrapper {
  width: 100%;
  position: relative;
  margin-top: -223px; }

/* line 10771, ../../scss/_odds_base.scss */
footer#master-footer {
  margin: 0 auto;
  min-height: 100%;
  max-width: 1530px; }
  @media screen and (max-width: 78.929em) {
    /* line 10771, ../../scss/_odds_base.scss */
    footer#master-footer {
      width: 100%;
      min-width: 980px; } }
  @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
    /* line 10771, ../../scss/_odds_base.scss */
    footer#master-footer {
      width: 100%; } }
  @media screen and (min-width: 95.625em) {
    /* line 10771, ../../scss/_odds_base.scss */
    footer#master-footer {
      font-size: 14px;
      width: 1530px; } }
  /* line 10786, ../../scss/_odds_base.scss */
  footer#master-footer .footer-container {
    background-color: #003c7f;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    display: inline-block;
    color: #FFF; }
    /* line 10793, ../../scss/_odds_base.scss */
    footer#master-footer .footer-container section {
      min-height: 3.125rem;
      margin-bottom: 1.25rem; }
      /* line 10796, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container section:last-of-type {
        border: 0; }
      /* line 10799, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container section .caption {
        font-size: 0.75rem;
        border-bottom: 1px solid #75b64e;
        margin: 0 1.5em;
        line-height: 3.125rem;
        text-indent: 2.5em; }
      /* line 10806, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container section .markable.active {
        color: #6aa347; }
      /* line 10809, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container section .links-group {
        margin: 0 1.5em; }
        /* line 10811, ../../scss/_odds_base.scss */
        footer#master-footer .footer-container section .links-group .link {
          font-size: 0.75rem;
          height: 2.5rem;
          line-height: 2.5rem;
          border-bottom: 1px solid #344c97;
          text-indent: 2.5em; }
      /* line 10819, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container section .payments-dotpay {
        width: 7.8125rem;
        height: 2.375rem;
        margin-top: 5em;
        margin-left: 1.5em;
        background-image: url("../../../../resources/images/pl/footer/footer-payment-dotpay.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
      /* line 10826, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container section .payments-payu {
        width: 4.75rem;
        height: 2.375rem;
        margin-top: 2em;
        margin-left: 1.5em;
        background-image: url("../../../../resources/images/pl/footer/footer-payment-payu.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
    /* line 10834, ../../scss/_odds_base.scss */
    footer#master-footer .footer-container #footer-bottom-line {
      background-color: #002e69;
      padding: 2em 19em;
      text-align: center;
      font-size: 0.75rem; }
      /* line 10839, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container #footer-bottom-line .cert {
        padding: 1em;
        vertical-align: middle; }
        /* line 10842, ../../scss/_odds_base.scss */
        footer#master-footer .footer-container #footer-bottom-line .cert .digicert {
          width: 5rem;
          height: 2.9375rem;
          background-image: url("../../../../resources/images/pl/cert1.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          vertical-align: middle; }
        /* line 10848, ../../scss/_odds_base.scss */
        footer#master-footer .footer-container #footer-bottom-line .cert .le {
          width: 6.0625rem;
          height: 3.4375rem;
          background-image: url("../../../../resources/images/pl/cert2.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          vertical-align: middle; }
        /* line 10854, ../../scss/_odds_base.scss */
        footer#master-footer .footer-container #footer-bottom-line .cert span {
          font-size: 0.625rem;
          color: #75b64e;
          display: inline-block;
          padding: 0 1em;
          vertical-align: middle; }
      /* line 10862, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container #footer-bottom-line .payment-methods-options-wrap {
        margin: 0 auto; }
  /* line 10867, ../../scss/_odds_base.scss */
  footer#master-footer .footer-suffix {
    text-align: center;
    font-weight: bold;
    color: #43639c;
    padding: 2em 0; }
    /* line 10872, ../../scss/_odds_base.scss */
    footer#master-footer .footer-suffix .age-restricion {
      height: 26px;
      width: 26px;
      background-image: url("../../../../resources/images/pl/age-restriction.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 10877, ../../scss/_odds_base.scss */
    footer#master-footer .footer-suffix span {
      display: inline-block;
      height: 1.25rem;
      line-height: 0.3125rem;
      vertical-align: middle; }
  /* line 10884, ../../scss/_odds_base.scss */
  footer#master-footer .std-input, footer#master-footer .std-input-inline, footer#master-footer .input-with-button-on-right .input, .input-with-button-on-right footer#master-footer .input {
    background-color: #002e69;
    font-size: 12px;
    border: 1px solid #314b98;
    color: #8fa8ec;
    line-height: 1rem;
    border-radius: 4px; }
    /* line 91, ../../scss/_mixins.scss */
    footer#master-footer .std-input::-webkit-input-placeholder, footer#master-footer .std-input-inline::-webkit-input-placeholder, footer#master-footer .input-with-button-on-right .input::-webkit-input-placeholder, .input-with-button-on-right footer#master-footer .input::-webkit-input-placeholder {
      color: #8fa8ec; }
    /* line 94, ../../scss/_mixins.scss */
    footer#master-footer .std-input:-moz-placeholder, footer#master-footer .std-input-inline:-moz-placeholder, footer#master-footer .input-with-button-on-right .input:-moz-placeholder, .input-with-button-on-right footer#master-footer .input:-moz-placeholder {
      color: #8fa8ec; }
    /* line 97, ../../scss/_mixins.scss */
    footer#master-footer .std-input::-moz-placeholder, footer#master-footer .std-input-inline::-moz-placeholder, footer#master-footer .input-with-button-on-right .input::-moz-placeholder, .input-with-button-on-right footer#master-footer .input::-moz-placeholder {
      color: #8fa8ec; }
    /* line 100, ../../scss/_mixins.scss */
    footer#master-footer .std-input:-ms-input-placeholder, footer#master-footer .std-input-inline:-ms-input-placeholder, footer#master-footer .input-with-button-on-right .input:-ms-input-placeholder, .input-with-button-on-right footer#master-footer .input:-ms-input-placeholder {
      color: #8fa8ec; }
  /* line 10893, ../../scss/_odds_base.scss */
  footer#master-footer textarea {
    height: 10.9375rem; }
  /* line 10896, ../../scss/_odds_base.scss */
  footer#master-footer .box {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #FFF; }
  /* line 10901, ../../scss/_odds_base.scss */
  footer#master-footer .label {
    color: #FFF; }
  /* line 10904, ../../scss/_odds_base.scss */
  footer#master-footer .error {
    color: #FFAA9C !important;
    padding: 0; }

/*==========================================================*/
/*						/MASTER-FOOTER						*/
/*==========================================================*/
/* Nowy footer + skrocenie paska menu */
/* line 10914, ../../scss/_odds_base.scss */
.c-img {
  background: none; }

/* line 10915, ../../scss/_odds_base.scss */
footer#master-footer .footer-info {
  border-top: 1px solid #f3f3f3;
  background: #fff; }

/* line 10916, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list {
  max-width: 100%;
  padding: 20px 0 43px; }

/* line 10917, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list .info-item {
  padding-left: 66px;
  padding-right: 66px; }

/* line 10918, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list .info-item div {
  padding-left: 80px;
  min-height: 51px; }

/* line 10919, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list .info-item:nth-child(1) div {
  background: url("../../../../resources/images/pl/footer/1x2.png") no-repeat 10px bottom; }

/* line 10920, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list .info-item:nth-child(2) div {
  background: url("../../../../resources/images/pl/footer/clock.png") no-repeat 10px bottom; }

/* line 10921, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list .info-item:nth-child(3) div {
  background: url("../../../../resources/images/pl/footer/play.png") no-repeat 10px bottom; }

/* line 10922, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list .info-item .info-header {
  font: normal 11px/11px Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px 0; }

/* line 10923, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list .info-item p {
  font: normal 11px/17px Arial, sans-serif;
  color: #b2b2b2;
  text-align: justify; }

/* line 10924, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list.footer-info-text {
  padding-left: 66px;
  padding-right: 66px;
  font: normal 11px/17px Arial, sans-serif;
  color: #b2b2b2;
  text-align: justify; }

/* line 10925, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list.footer-tvbet-info-text {
  padding-left: 66px;
  padding-right: 66px;
  font: normal 11px/17px Arial, sans-serif;
  color: #b2b2b2;
  text-align: justify; }

/* line 10926, ../../scss/_odds_base.scss */
footer#master-footer .footer-info .info-list .more {
  color: #d7d7ff;
  cursor: pointer;
  display: inline-block; }

/* line 10927, ../../scss/_odds_base.scss */
footer#master-footer .footer-sponsors {
  background-color: #FFF;
  border-top: 5px solid #001e40;
  text-align: center; }

/* line 10928, ../../scss/_odds_base.scss */
footer#master-footer .footer-sponsors .sponsors-header {
  position: relative;
  top: 11px;
  font: bold 14px/30px Arial, sans-serif;
  color: #001e40;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center; }

/* line 10929, ../../scss/_odds_base.scss */
footer#master-footer .footer-sponsors a img {
  padding: 35px 0;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1); }

/* line 10930, ../../scss/_odds_base.scss */
footer#master-footer .footer-sponsors a img:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none; }

/* line 10931, ../../scss/_odds_base.scss */
footer#master-footer .footer-container section .payments-dotpay {
  width: 6.063rem;
  height: 1.875rem;
  margin-top: 2.75rem;
  background-size: 97px 30px; }

/* line 10932, ../../scss/_odds_base.scss */
footer#master-footer .footer-container section .payments-payu {
  width: 76px;
  height: 38px;
  margin-top: 0.625rem;
  margin-left: 1.5em;
  background-image: url("../../../../resources/images/pl/footer/footer-payment-payu-new.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/* line 10933, ../../scss/_odds_base.scss */
footer#master-footer .footer-container section .payments-przelewy-24 {
  width: 6.188rem;
  height: 2rem;
  margin-top: 0.9375rem;
  margin-left: 1.5em;
  background-image: url("../../../../resources/images/pl/footer/footer-payment-przelewy-24.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/* line 10934, ../../scss/_odds_base.scss */
footer#master-footer .footer-container section .payments-karty-kredytowe {
  width: 6.375rem;
  height: 1.313rem;
  margin-top: 1.25rem;
  margin-left: 1.5em;
  background-image: url("../../../../resources/images/pl/footer/footer-payment-karty-kredytowe_id-3.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/* line 10935, ../../scss/_odds_base.scss */
footer#master-footer .footer-container section .links-group .link:hover {
  background: #75b64e; }

/* line 10936, ../../scss/_odds_base.scss */
footer#master-footer .footer-container section .links-group.two-column .link {
  float: left;
  width: calc(50% - 10px); }

/* line 10937, ../../scss/_odds_base.scss */
footer#master-footer .footer-container section .links-group.two-column .link:nth-child(2n) {
  margin-left: 20px; }

@media screen and (max-width: 78.929em) {
  /* line 10939, ../../scss/_odds_base.scss */
  footer#master-footer .footer-info .info-list .info-item {
    padding-left: 26px;
    padding-right: 26px; } }
@media screen {
  /* line 10944, ../../scss/_odds_base.scss */
  .no-screen, .no-screen * {
    display: none !important; } }
@media print {
  /* line 10951, ../../scss/_odds_base.scss */
  body {
    background-color: white;
    width: 800px; }

  /* line 10955, ../../scss/_odds_base.scss */
  .no-print, .no-print * {
    display: none !important; }

  /* line 10959, ../../scss/_odds_base.scss */
  body.loaded {
    color: black; } }
/*==========================================================*/
/*						SERVER ERROR PAGE					*/
/*==========================================================*/
/* line 10966, ../../scss/_odds_base.scss */
#error-page-content {
  background-color: #011f3d; }
  /* line 10968, ../../scss/_odds_base.scss */
  #error-page-content .header-wrap {
    padding-top: 70px;
    text-align: center; }
    /* line 10971, ../../scss/_odds_base.scss */
    #error-page-content .header-wrap .logo {
      width: 130px;
      min-height: 1.75rem;
      display: inline-block;
      height: 3.75rem;
      cursor: pointer;
      background-image: url("../../../../resources/images/pl/logo_id-201806.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100%; }
  /* line 10982, ../../scss/_odds_base.scss */
  #error-page-content .main-content {
    width: 792px;
    margin: auto; }
    /* line 10985, ../../scss/_odds_base.scss */
    #error-page-content .main-content .left-content {
      width: 100%;
      display: inline-block;
      margin-top: 20px;
      text-align: center;
      font-size: 13px; }
      /* line 10991, ../../scss/_odds_base.scss */
      #error-page-content .main-content .left-content .error-short-description {
        color: #FFF;
        font-size: 25px;
        font-weight: 700;
        text-align: center; }
      /* line 10997, ../../scss/_odds_base.scss */
      #error-page-content .main-content .left-content .error-img {
        width: 823px;
        height: 550px;
        background-image: url("../../../../resources/images/pl/error.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: 70%; }

/*==========================================================*/
/*						/SERVER ERROR PAGE					*/
/*==========================================================*/
/*==========================================================*/
/*						/COOKIE-BAR (accept cookies			*/
/*==========================================================*/
/* line 11016, ../../scss/_odds_base.scss */
#cookie-bar {
  border-radius: 4px;
  background: #ffe7ad;
  height: auto;
  line-height: 24px;
  color: #988a6a;
  text-align: center;
  padding: 3px 0;
  border-width: 1px;
  background-image: url("../../../../resources/images/pl/cookieButton.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 1% 50%;
  background-repeat: no-repeat;
  border-width: 1px;
  border-color: #ddc896;
  background-color: #ffe7ad; }

/* line 11032, ../../scss/_odds_base.scss */
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

/* line 11033, ../../scss/_odds_base.scss */
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

/* line 11034, ../../scss/_odds_base.scss */
#cookie-bar p {
  margin: 0;
  padding: 0; }

/* line 11035, ../../scss/_odds_base.scss */
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px; }

/* line 11036, ../../scss/_odds_base.scss */
#cookie-bar .cb-enable {
  content: url("../../../../resources/images/pl/cookieClose.png");
  margin-left: 5px;
  height: 16px;
  width: 16px;
  display: inline-block;
  float: right;
  margin-top: 3px;
  margin-right: 5px; }

/* line 11046, ../../scss/_odds_base.scss */
#cookie-bar .cb-enable:hover {
  cursor: pointer; }

/* line 11047, ../../scss/_odds_base.scss */
#cookie-bar .cb-disable {
  background: #990000; }

/* line 11048, ../../scss/_odds_base.scss */
#cookie-bar .cb-disable:hover {
  background: #bb0000; }

/* line 11049, ../../scss/_odds_base.scss */
#cookie-bar .cb-policy {
  border-width: 1px;
  color: #988b6a;
  border-color: #ddc896;
  background-color: #ffe7ad; }

/* line 11050, ../../scss/_odds_base.scss */
#cookie-bar .cb-policy:hover {
  font-weight: normal; }

/* line 11052, ../../scss/_odds_base.scss */
#cookie-bar-div {
  margin-top: 5px; }

/* line 11056, ../../scss/_odds_base.scss */
#live-overlay {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none; }

/* -------- AFFILIATES-------*/
/* line 11068, ../../scss/_odds_base.scss */
.affiliate-center-tab-container .tab-switchers {
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 100%;
  background-color: #FFF; }
  /* line 11074, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container .tab-switchers .tab-switcher {
    display: table-cell;
    cursor: pointer;
    height: 100%;
    padding: 0 1.25rem;
    text-align: center;
    color: #001e40;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
    /* line 11083, ../../scss/_odds_base.scss */
    .affiliate-center-tab-container .tab-switchers .tab-switcher:first-of-type {
      border-left: 0; }
    /* line 11086, ../../scss/_odds_base.scss */
    .affiliate-center-tab-container .tab-switchers .tab-switcher:hover, .affiliate-center-tab-container .tab-switchers .tab-switcher.active {
      background-color: #5d5d5d;
      color: #FFF; }
    /* line 11090, ../../scss/_odds_base.scss */
    .affiliate-center-tab-container .tab-switchers .tab-switcher span {
      display: block;
      border: none; }
/* line 11096, ../../scss/_odds_base.scss */
.affiliate-center-tab-container .tab-content {
  display: none;
  width: 100%; }
  /* line 11099, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container .tab-content.active {
    display: block; }
  /* line 11102, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container .tab-content input {
    height: 2.5em; }
  /* line 11106, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container .tab-content .input-file-with-label [type='file'] {
    min-width: 100%; }
  /* line 11110, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container .tab-content .image-with-buttons {
    max-width: 100%; }
/* line 11115, ../../scss/_odds_base.scss */
.affiliate-center-tab-container .tab-menu-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 350px; }
/* line 11121, ../../scss/_odds_base.scss */
.affiliate-center-tab-container .content-header, .affiliate-center-tab-container .shops-overview .header, .shops-overview .affiliate-center-tab-container .header {
  background-color: #f3f3f3;
  color: #001e40;
  border-left: 1px solid #e1e1e1;
  height: 35px;
  line-height: 35px; }
  /* line 11127, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container .content-header:first-of-type, .affiliate-center-tab-container .shops-overview .header:first-of-type, .shops-overview .affiliate-center-tab-container .header:first-of-type {
    border-left: 0; }
/* line 11133, ../../scss/_odds_base.scss */
.affiliate-center-tab-container .affiliate-visits-table table tr {
  border-bottom: 1px solid #DCDCDC;
  height: 34px;
  line-height: 34px; }
  /* line 11137, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container .affiliate-visits-table table tr td {
    border-right: 1px solid #DCDCDC; }
    /* line 11139, ../../scss/_odds_base.scss */
    .affiliate-center-tab-container .affiliate-visits-table table tr td .money {
      float: right;
      text-align: right;
      padding-right: 1.25rem; }
/* line 11149, ../../scss/_odds_base.scss */
.affiliate-center-tab-container .affiliate-registrations-table tr {
  border-bottom: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  height: 34px;
  line-height: 34px; }
  /* line 11154, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container .affiliate-registrations-table tr td {
    border-right: 1px solid #DCDCDC; }
/* line 11160, ../../scss/_odds_base.scss */
.affiliate-center-tab-container #profit-tab tr, .affiliate-center-tab-container #payout-tab tr, .affiliate-center-tab-container #affiliate-link-tab tr {
  border-bottom: 1px solid #DCDCDC;
  height: 34px;
  line-height: 34px; }
  /* line 11164, ../../scss/_odds_base.scss */
  .affiliate-center-tab-container #profit-tab tr td, .affiliate-center-tab-container #payout-tab tr td, .affiliate-center-tab-container #affiliate-link-tab tr td {
    border-right: 1px solid #DCDCDC; }
/* line 11168, ../../scss/_odds_base.scss */
.affiliate-center-tab-container #profit-tab textarea, .affiliate-center-tab-container #payout-tab textarea, .affiliate-center-tab-container #affiliate-link-tab textarea {
  display: block;
  resize: none;
  min-height: 40px;
  min-width: 468px;
  margin: 0 auto 30px auto; }

/* line 11178, ../../scss/_odds_base.scss */
.affiliate-news-panel .info-title {
  font-size: 150%;
  padding-top: 0.5em;
  display: block;
  color: #0d4a17; }
/* line 11184, ../../scss/_odds_base.scss */
.affiliate-news-panel hr {
  background-color: #000000; }

/* line 11189, ../../scss/_odds_base.scss */
#affiliate-info .affiliate-title {
  color: #000000;
  border-bottom: 0.25em solid #0d4a17;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase; }
/* line 11196, ../../scss/_odds_base.scss */
#affiliate-info .affiliates_topics {
  text-align: left;
  font-weight: bold;
  margin-top: 15px; }
  /* line 11200, ../../scss/_odds_base.scss */
  #affiliate-info .affiliates_topics .affiliate_header {
    margin-top: -0.8em; }
    /* line 11202, ../../scss/_odds_base.scss */
    #affiliate-info .affiliates_topics .affiliate_header .icon-menu-down {
      display: inline-block;
      height: 100%;
      width: 4%; }
      /* line 544, ../../scss/_mixins.scss */
      #affiliate-info .affiliates_topics .affiliate_header .icon-menu-down .icon-arrow-wrap {
        display: inline-block;
        height: 1.5em;
        width: 1.5em;
        border-radius: 0.75em; }
        /* line 552, ../../scss/_mixins.scss */
        #affiliate-info .affiliates_topics .affiliate_header .icon-menu-down .icon-arrow-wrap .icon-arrow {
          display: block;
          height: 0.75em;
          width: 0.75em;
          border-top: 0.225em solid red;
          border-right: 0.225em solid red;
          position: relative;
          -webkit-transform: rotate(-225deg);
          -moz-transform: rotate(-225deg);
          -o-transform: rotate(-225deg);
          -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
          top: 0.225em;
          margin-left: 0.375em; }
    /* line 544, ../../scss/_mixins.scss */
    #affiliate-info .affiliates_topics .affiliate_header .icon-menu-right .icon-arrow-wrap {
      display: inline-block;
      height: 1.3em;
      width: 1.3em;
      border-radius: 0.65em; }
      /* line 552, ../../scss/_mixins.scss */
      #affiliate-info .affiliates_topics .affiliate_header .icon-menu-right .icon-arrow-wrap .icon-arrow {
        display: block;
        height: 0.65em;
        width: 0.65em;
        border-top: 0.195em solid red;
        border-right: 0.195em solid red;
        position: relative;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0.325em;
        margin-left: 0.195em; }
    /* line 11211, ../../scss/_odds_base.scss */
    #affiliate-info .affiliates_topics .affiliate_header .icon-arrow-wrap {
      padding-top: 0.3em;
      cursor: pointer; }
      /* line 11214, ../../scss/_odds_base.scss */
      #affiliate-info .affiliates_topics .affiliate_header .icon-arrow-wrap .icon-arrow {
        margin-left: 1.25em; }
    /* line 11218, ../../scss/_odds_base.scss */
    #affiliate-info .affiliates_topics .affiliate_header .affiliate-question-text {
      cursor: pointer;
      color: #595959; }
    /* line 11222, ../../scss/_odds_base.scss */
    #affiliate-info .affiliates_topics .affiliate_header :hover, #affiliate-info .affiliates_topics .affiliate_header :active, #affiliate-info .affiliates_topics .affiliate_header .active {
      color: #0d4a17;
      text-decoration: underline; }
/* line 11228, ../../scss/_odds_base.scss */
#affiliate-info .affiliate-answer-text {
  color: #000000;
  font-weight: normal;
  text-align: justify; }

/* line 11235, ../../scss/_odds_base.scss */
.comision-banner img {
  width: 100%;
  height: 17em; }

/* -------- /AFFILIATES-------*/
@media screen and (max-width: 78.929em) {
  /* line 11243, ../../scss/_odds_base.scss */
  .virtuals-page .game-title-text {
    /* width: 42px !important; */ } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11243, ../../scss/_odds_base.scss */
  .virtuals-page .game-title-text {
    /* width: 42px !important; */ } }
@media screen and (max-width: 78.929em) {
  /* line 11251, ../../scss/_odds_base.scss */
  .virtuals-page .game-title-text-with-margin {
    /* width: 42px !important; */
    margin-left: 15px !important; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11251, ../../scss/_odds_base.scss */
  .virtuals-page .game-title-text-with-margin {
    /* width: 42px !important; */
    margin-left: 15px !important; } }
@media screen and (max-width: 78.929em) {
  /* line 11261, ../../scss/_odds_base.scss */
  .virtuals-page .game-title-space {
    width: 14px !important; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11261, ../../scss/_odds_base.scss */
  .virtuals-page .game-title-space {
    width: 14px !important; } }
@media screen and (max-width: 78.929em) {
  /* line 11269, ../../scss/_odds_base.scss */
  .virtuals-page .game-title-right {
    width: 54px !important; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11269, ../../scss/_odds_base.scss */
  .virtuals-page .game-title-right {
    width: 57px !important; } }
@media screen and (max-width: 78.929em) {
  /* line 11277, ../../scss/_odds_base.scss */
  .virtuals-page .game-header-right {
    width: 54px !important; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11277, ../../scss/_odds_base.scss */
  .virtuals-page .game-header-right {
    width: 57px !important; } }
@media screen and (max-width: 78.929em) {
  /* line 11285, ../../scss/_odds_base.scss */
  .virtuals-page .vflm-header-3 {
    width: 98px !important; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11285, ../../scss/_odds_base.scss */
  .virtuals-page .vflm-header-3 {
    width: 98px !important; } }
@media screen and (max-width: 78.929em) {
  /* line 11293, ../../scss/_odds_base.scss */
  .virtuals-page .vflm-header-2 {
    width: 148px !important; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11293, ../../scss/_odds_base.scss */
  .virtuals-page .vflm-header-2 {
    width: 148px !important; } }
@media screen and (max-width: 78.929em) {
  /* line 11301, ../../scss/_odds_base.scss */
  .virtuals-page .vflm-header-1 {
    width: 110px !important; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11301, ../../scss/_odds_base.scss */
  .virtuals-page .vflm-header-1 {
    width: 110px !important; } }
@media screen and (max-width: 78.929em) {
  /* line 11309, ../../scss/_odds_base.scss */
  .virtuals-page .vflm-header-0 {
    width: 139px !important; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11309, ../../scss/_odds_base.scss */
  .virtuals-page .vflm-header-0 {
    width: 139px !important; } }
@media screen and (max-width: 78.929em) {
  /* line 11317, ../../scss/_odds_base.scss */
  .virtuals-page .more_games {
    margin-left: 2px;
    width: 38px;
    font-size: 10px; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11317, ../../scss/_odds_base.scss */
  .virtuals-page .more_games {
    margin-left: 3px;
    width: 38px;
    font-size: 10px; } }
@media screen and (max-width: 78.929em) {
  /* line 11329, ../../scss/_odds_base.scss */
  .virtuals-page .vfc_outcome_name {
    font-size: 10px; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11329, ../../scss/_odds_base.scss */
  .virtuals-page .vfc_outcome_name {
    font-size: 10px; } }
@media screen and (max-width: 78.929em) {
  /* line 11337, ../../scss/_odds_base.scss */
  .virtuals-page .vfcOutcomePanel {
    margin-left: 2px; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11337, ../../scss/_odds_base.scss */
  .virtuals-page .vfcOutcomePanel {
    margin-left: 3px; } }
@media screen and (max-width: 78.929em) {
  /* line 11344, ../../scss/_odds_base.scss */
  .virtuals-page .vfcOutcomePanel .vfc_outcome {
    font-size: 10px; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11344, ../../scss/_odds_base.scss */
  .virtuals-page .vfcOutcomePanel .vfc_outcome {
    font-size: 10px; } }
@media screen and (max-width: 78.929em) {
  /* line 11353, ../../scss/_odds_base.scss */
  .virtuals-page .vhc-outcome-other {
    width: 48%; } }
@media screen and (min-width: 78.93em) and (max-width: 95.624em) {
  /* line 11353, ../../scss/_odds_base.scss */
  .virtuals-page .vhc-outcome-other {
    width: 48%; } }

/* line 11363, ../../scss/_odds_base.scss */
.virtuals-menu {
  height: 50px;
  color: #FFF;
  line-height: 50px;
  margin-bottom: 10px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: -webkit-linear-gradient(90deg, #6ba648 0%, #75b64e 100%);
  background: -moz-linear-gradient(90deg, #6ba648 0%, #75b64e 100%);
  background: -o-linear-gradient(90deg, #6ba648 0%, #75b64e 100%);
  background: -ms-linear-gradient(90deg, #6ba648 0%, #75b64e 100%);
  background: linear-gradient(0deg, #6ba648 0%, #75b64e 100%);
  cursor: pointer; }
  /* line 11376, ../../scss/_odds_base.scss */
  .virtuals-menu img {
    padding: 0 15px 0 10px; }

/* line 11381, ../../scss/_odds_base.scss */
.virtuals-menu.active {
  background: initial;
  background-color: #003c7f; }

/* -------- BET-MARKET, HIGH-WINNINGS -------*/
/* line 11387, ../../scss/_odds_base.scss */
#betmarket, #high-winnings {
  border: 1px solid #E0E0E0;
  border-radius: 4px; }
  /* line 11390, ../../scss/_odds_base.scss */
  #betmarket .slider, #high-winnings .slider {
    padding: 0 2em; }
  /* line 11393, ../../scss/_odds_base.scss */
  #betmarket .betmarket-label, #high-winnings .betmarket-label {
    padding-bottom: 1em;
    color: #747474; }
  /* line 11397, ../../scss/_odds_base.scss */
  #betmarket .top-menu, #high-winnings .top-menu {
    padding: 1em 1em 2em 1em; }
    /* line 11400, ../../scss/_odds_base.scss */
    #betmarket .top-menu .btn-menu .btn, #high-winnings .top-menu .btn-menu .btn {
      background-color: #003980;
      height: 25px;
      line-height: 25px;
      color: white;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      border-left: 1px solid #FFF;
      text-transform: uppercase; }
      /* line 11410, ../../scss/_odds_base.scss */
      #betmarket .top-menu .btn-menu .btn:hover, #betmarket .top-menu .btn-menu .btn:active, #betmarket .top-menu .btn-menu .btn.active, #high-winnings .top-menu .btn-menu .btn:hover, #high-winnings .top-menu .btn-menu .btn:active, #high-winnings .top-menu .btn-menu .btn.active {
        background-color: #75b64e; }
      /* line 11413, ../../scss/_odds_base.scss */
      #betmarket .top-menu .btn-menu .btn:first-of-type, #high-winnings .top-menu .btn-menu .btn:first-of-type {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-leftt-radius: 4px; }
      /* line 11421, ../../scss/_odds_base.scss */
      #betmarket .top-menu .btn-menu .btn:last-of-type, #high-winnings .top-menu .btn-menu .btn:last-of-type {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    /* line 11431, ../../scss/_odds_base.scss */
    #betmarket .top-menu .ui-widget-content, #high-winnings .top-menu .ui-widget-content {
      background-color: #F3F3F3;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      height: 5px; }
      /* line 11437, ../../scss/_odds_base.scss */
      #betmarket .top-menu .ui-widget-content .ui-widget-header, #high-winnings .top-menu .ui-widget-content .ui-widget-header {
        background-color: #E7A83C; }
      /* line 11440, ../../scss/_odds_base.scss */
      #betmarket .top-menu .ui-widget-content .ui-state-default, #high-winnings .top-menu .ui-widget-content .ui-state-default {
        background: #fff;
        border: 1px solid #ccc;
        cursor: pointer;
        display: inline-block;
        width: 16px;
        height: 16px;
        top: -5px;
        position: absolute;
        z-index: 3;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
        background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        border-radius: 50%; }
        /* line 11456, ../../scss/_odds_base.scss */
        #betmarket .top-menu .ui-widget-content .ui-state-default:after, #high-winnings .top-menu .ui-widget-content .ui-state-default:after {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          margin: auto;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(255, 255, 255, 0)));
          background-image: -o-linear-gradient(rgba(0, 0, 0, 0.35), rgba(255, 255, 255, 0));
          background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(255, 255, 255, 0));
          border-radius: 50%; }
        /* line 11472, ../../scss/_odds_base.scss */
        #betmarket .top-menu .ui-widget-content .ui-state-default .tooltip, #high-winnings .top-menu .ui-widget-content .ui-state-default .tooltip {
          position: absolute;
          z-index: 1020;
          display: block;
          padding: 5px;
          font-size: 11px;
          visibility: visible;
          top: 15px;
          width: 56px;
          margin-left: -28px;
          background-color: transparent; }
          /* line 11483, ../../scss/_odds_base.scss */
          #betmarket .top-menu .ui-widget-content .ui-state-default .tooltip .tooltip-inner, #high-winnings .top-menu .ui-widget-content .ui-state-default .tooltip .tooltip-inner {
            max-width: 200px;
            padding: 3px 0;
            color: #ffffff;
            text-align: center;
            text-decoration: none;
            background-color: #75b64e;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px; }
          /* line 11494, ../../scss/_odds_base.scss */
          #betmarket .top-menu .ui-widget-content .ui-state-default .tooltip .tooltip-arrow, #high-winnings .top-menu .ui-widget-content .ui-state-default .tooltip .tooltip-arrow {
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-bottom: 5px solid #75b64e;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            position: absolute;
            width: 0;
            height: 0; }
  /* line 11509, ../../scss/_odds_base.scss */
  #betmarket .main-menu, #high-winnings .main-menu {
    border-top: 1px solid #E0E0E0;
    background-color: #f3f3f3; }
    /* line 11512, ../../scss/_odds_base.scss */
    #betmarket .main-menu .details, #high-winnings .main-menu .details {
      font-weight: bold;
      text-transform: uppercase; }
    /* line 11517, ../../scss/_odds_base.scss */
    #betmarket .main-menu th.c1, #betmarket .main-menu td.c1, #high-winnings .main-menu th.c1, #high-winnings .main-menu td.c1 {
      width: 40px; }
    /* line 11520, ../../scss/_odds_base.scss */
    #betmarket .main-menu th.c2, #betmarket .main-menu td.c2, #high-winnings .main-menu th.c2, #high-winnings .main-menu td.c2 {
      width: 16%; }
    /* line 11523, ../../scss/_odds_base.scss */
    #betmarket .main-menu th.c3, #betmarket .main-menu td.c3, #high-winnings .main-menu th.c3, #high-winnings .main-menu td.c3 {
      width: 16%; }
    /* line 11526, ../../scss/_odds_base.scss */
    #betmarket .main-menu th.c4, #betmarket .main-menu td.c4, #high-winnings .main-menu th.c4, #high-winnings .main-menu td.c4 {
      width: 22%; }
    /* line 11529, ../../scss/_odds_base.scss */
    #betmarket .main-menu th.c5, #betmarket .main-menu td.c5, #high-winnings .main-menu th.c5, #high-winnings .main-menu td.c5 {
      width: calc(27% - 40px); }
    /* line 11532, ../../scss/_odds_base.scss */
    #betmarket .main-menu th.c6, #betmarket .main-menu td.c6, #high-winnings .main-menu th.c6, #high-winnings .main-menu td.c6 {
      width: 19%; }
    /* line 11536, ../../scss/_odds_base.scss */
    #betmarket .main-menu thead, #high-winnings .main-menu thead {
      background-color: #f3f3f3;
      color: #747474;
      font-size: 11px; }
      /* line 11540, ../../scss/_odds_base.scss */
      #betmarket .main-menu thead tr, #high-winnings .main-menu thead tr {
        height: 1.875rem !important;
        line-height: 1.875rem !important; }
    /* line 11546, ../../scss/_odds_base.scss */
    #betmarket .main-menu tbody tr, #high-winnings .main-menu tbody tr {
      height: 2.5rem !important;
      line-height: 2.5rem !important;
      color: #003c7f;
      font-size: 14px;
      text-align: right;
      cursor: pointer; }
      /* line 11554, ../../scss/_odds_base.scss */
      #betmarket .main-menu tbody tr td .game-type-block, #high-winnings .main-menu tbody tr td .game-type-block {
        float: left;
        border: 1px solid #e0e0e0;
        background-color: #fdfbfb;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-bottom: 5px; }
        /* line 11565, ../../scss/_odds_base.scss */
        #betmarket .main-menu tbody tr td .game-type-block .game-type-name, #high-winnings .main-menu tbody tr td .game-type-block .game-type-name {
          float: left;
          width: 20px;
          height: 20px;
          margin: 10px;
          background-color: #003c7f;
          font-size: 11px;
          color: #FFF;
          line-height: 20px;
          text-align: center; }
      /* line 11577, ../../scss/_odds_base.scss */
      #betmarket .main-menu tbody tr td .time-block, #high-winnings .main-menu tbody tr td .time-block {
        float: right;
        width: 100%;
        max-height: 43px;
        border: 1px solid #e0e0e0;
        background-color: #fdfbfb;
        margin-bottom: 5px;
        color: #adadad;
        padding-right: 10px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-position: 10% 50% !important; }
        @media screen and (max-width: 78.929em) {
          /* line 11577, ../../scss/_odds_base.scss */
          #betmarket .main-menu tbody tr td .time-block, #high-winnings .main-menu tbody tr td .time-block {
            font-size: 0.625rem; } }
        @media screen and (min-width: 78.93em) and (max-width: 95.624em) {
          /* line 11577, ../../scss/_odds_base.scss */
          #betmarket .main-menu tbody tr td .time-block, #high-winnings .main-menu tbody tr td .time-block {
            font-size: 0.75rem; } }
        @media screen and (min-width: 95.625em) {
          /* line 11577, ../../scss/_odds_base.scss */
          #betmarket .main-menu tbody tr td .time-block, #high-winnings .main-menu tbody tr td .time-block {
            font-size: 0.875rem; } }
      /* line 11603, ../../scss/_odds_base.scss */
      #betmarket .main-menu tbody tr td .row, #high-winnings .main-menu tbody tr td .row {
        float: left;
        border: 1px solid #e0e0e0;
        border-left: 0;
        border-right: 0;
        padding: 0 10px;
        margin-bottom: 5px;
        background-color: #FFF; }
      /* line 11612, ../../scss/_odds_base.scss */
      #betmarket .main-menu tbody tr td:first-of-type, #high-winnings .main-menu tbody tr td:first-of-type {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      /* line 11620, ../../scss/_odds_base.scss */
      #betmarket .main-menu tbody tr td:last-of-type, #high-winnings .main-menu tbody tr td:last-of-type {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }

/* line 11636, ../../scss/_odds_base.scss */
.dotted-paginator-container {
  display: table;
  background-color: #FFF;
  height: 40px;
  margin: 0 auto; }
  /* line 11641, ../../scss/_odds_base.scss */
  .dotted-paginator-container ul {
    display: inline-block;
    padding: 0; }
  /* line 11645, ../../scss/_odds_base.scss */
  .dotted-paginator-container li.paginator {
    position: relative;
    display: block;
    float: left;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    cursor: pointer; }
    /* line 11653, ../../scss/_odds_base.scss */
    .dotted-paginator-container li.paginator a {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 50%;
      background-color: #dbdbdb;
      text-indent: -999em;
      cursor: pointer;
      position: absolute;
      padding: 0; }
      /* line 11665, ../../scss/_odds_base.scss */
      .dotted-paginator-container li.paginator a:hover, .dotted-paginator-container li.paginator a:active, .dotted-paginator-container li.paginator a.active {
        background-color: #75b64e;
        width: 16px;
        height: 16px;
        left: -2px;
        top: -2px; }
  /* line 11674, ../../scss/_odds_base.scss */
  .dotted-paginator-container .arrow {
    width: 12px;
    min-height: 2.5rem;
    display: inline-block;
    height: 2.5rem;
    cursor: pointer;
    background-position: 50% 60% !important; }
  /* line 11682, ../../scss/_odds_base.scss */
  .dotted-paginator-container .arrow.prev {
    background-image: url("../../../../resources/images/pl/betmarket/prev.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat; }
    /* line 11684, ../../scss/_odds_base.scss */
    .dotted-paginator-container .arrow.prev:hover {
      background-image: url("../../../../resources/images/pl/betmarket/prev_a.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
  /* line 11688, ../../scss/_odds_base.scss */
  .dotted-paginator-container .arrow.next {
    background-image: url("../../../../resources/images/pl/betmarket/next.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat; }
    /* line 11690, ../../scss/_odds_base.scss */
    .dotted-paginator-container .arrow.next:hover {
      background-image: url("../../../../resources/images/pl/betmarket/next_a.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }

/* line 11696, ../../scss/_odds_base.scss */
.numeric-paginator-container {
  display: table;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background-color: #f3f3f3;
  height: 47px;
  margin: 0 auto; }
  /* line 11703, ../../scss/_odds_base.scss */
  .numeric-paginator-container ul {
    display: inline-block;
    padding: 0; }
  /* line 11707, ../../scss/_odds_base.scss */
  .numeric-paginator-container li.paginator {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer; }
    /* line 11711, ../../scss/_odds_base.scss */
    .numeric-paginator-container li.paginator a {
      display: inline-block;
      width: 25px;
      height: 25px;
      border-radius: 4px;
      line-height: 25px;
      cursor: pointer;
      padding: 0;
      color: #737373; }
      /* line 11720, ../../scss/_odds_base.scss */
      .numeric-paginator-container li.paginator a:hover, .numeric-paginator-container li.paginator a:active, .numeric-paginator-container li.paginator a.active {
        background-color: #003c7f;
        color: #fff; }
  /* line 11726, ../../scss/_odds_base.scss */
  .numeric-paginator-container .arrow {
    display: inline-block;
    cursor: pointer;
    background-position: 50% 50% !important; }
  /* line 11731, ../../scss/_odds_base.scss */
  .numeric-paginator-container .arrow.prev {
    background-image: url("../../../../resources/images/pl/betmarket/prev_b.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 47px;
    border-right: 1px solid #e0e0e0; }
    /* line 11735, ../../scss/_odds_base.scss */
    .numeric-paginator-container .arrow.prev:hover {
      background-image: url("../../../../resources/images/pl/betmarket/prev_a.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #FFF; }
  /* line 11740, ../../scss/_odds_base.scss */
  .numeric-paginator-container .arrow.next {
    background-image: url("../../../../resources/images/pl/betmarket/next_b.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 47px;
    border-left: 1px solid #e0e0e0; }
    /* line 11744, ../../scss/_odds_base.scss */
    .numeric-paginator-container .arrow.next:hover {
      background-image: url("../../../../resources/images/pl/betmarket/next_a.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #FFF; }

/* line 11751, ../../scss/_odds_base.scss */
.numeric-paginator-container > div {
  height: 47px;
  text-align: center; }

/* line 11756, ../../scss/_odds_base.scss */
#betmarket-details {
  border: 1px solid #e0e0e0;
  border-radius: 4px; }
  /* line 11759, ../../scss/_odds_base.scss */
  #betmarket-details .header {
    font-size: 14px;
    color: #565555;
    font-weight: bold; }
  /* line 11764, ../../scss/_odds_base.scss */
  #betmarket-details .top-menu {
    padding: 20px;
    position: relative; }
    /* line 11767, ../../scss/_odds_base.scss */
    #betmarket-details .top-menu .remaining-time {
      display: inline-block;
      color: #adadad;
      font-size: 14px;
      height: 25px;
      line-height: 25px;
      margin-top: 10px;
      padding-left: 30px;
      background-position: 0% 50% !important; }
    /* line 11777, ../../scss/_odds_base.scss */
    #betmarket-details .top-menu .back_btn {
      position: absolute;
      right: 20px;
      top: 20px;
      border-radius: 4px;
      background-color: #6d6d6d;
      padding: 0 25px;
      height: 30px;
      line-height: 26px;
      border-top: 3px solid #6d6d6d;
      border-bottom: 3px solid #515151;
      color: #FFF;
      font-size: 11px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer; }
      /* line 11793, ../../scss/_odds_base.scss */
      #betmarket-details .top-menu .back_btn:hover {
        border-top: 3px solid #515151;
        border-bottom: 3px solid #6d6d6d; }
  /* line 11799, ../../scss/_odds_base.scss */
  #betmarket-details .details-table {
    color: #616060;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px solid #e0e0e0; }
    /* line 11804, ../../scss/_odds_base.scss */
    #betmarket-details .details-table thead {
      background-color: #f3f3f3;
      color: #001e40;
      font-size: 12px;
      text-align: center; }
      /* line 11809, ../../scss/_odds_base.scss */
      #betmarket-details .details-table thead tr {
        height: 1.875rem !important;
        line-height: 1.875rem !important; }
        /* line 11812, ../../scss/_odds_base.scss */
        #betmarket-details .details-table thead tr td {
          border-left: 1px solid #e0e0e0; }
          /* line 11814, ../../scss/_odds_base.scss */
          #betmarket-details .details-table thead tr td:first-of-type {
            border-left: 1px; }
    /* line 11821, ../../scss/_odds_base.scss */
    #betmarket-details .details-table tbody tr {
      color: #000;
      font-size: 12px;
      text-align: left; }
      /* line 11825, ../../scss/_odds_base.scss */
      #betmarket-details .details-table tbody tr td {
        border: 1px solid #e0e0e0;
        border-top: 0;
        padding: 0 10px;
        color: #616060; }
        /* line 11830, ../../scss/_odds_base.scss */
        #betmarket-details .details-table tbody tr td .small {
          height: 0.9375rem;
          line-height: 0.9375rem;
          border: 0; }
        /* line 11835, ../../scss/_odds_base.scss */
        #betmarket-details .details-table tbody tr td:first-of-type {
          border-left: 0; }
        /* line 11838, ../../scss/_odds_base.scss */
        #betmarket-details .details-table tbody tr td:last-of-type {
          border-right: 0; }
    /* line 11846, ../../scss/_odds_base.scss */
    #betmarket-details .details-table .block-header {
      height: 1.125rem;
      color: #FFF;
      font-size: 0.625rem;
      text-transform: uppercase;
      text-indent: 10px;
      line-height: 1.125rem;
      background-color: #001e40; }
    /* line 11855, ../../scss/_odds_base.scss */
    #betmarket-details .details-table .number {
      text-indent: 0;
      text-align: center; }
    /* line 11859, ../../scss/_odds_base.scss */
    #betmarket-details .details-table .score-details-placed {
      background-image: url("../../../../resources/images/pl/betmarket/undecided.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 11862, ../../scss/_odds_base.scss */
    #betmarket-details .details-table .score-details-won {
      background-image: url("../../../../resources/images/pl/betmarket/won.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 11865, ../../scss/_odds_base.scss */
    #betmarket-details .details-table .score-details-lost {
      background-image: url("../../../../resources/images/pl/betmarket/lost.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 11868, ../../scss/_odds_base.scss */
    #betmarket-details .details-table .betmarket-add {
      background-image: url("../../../../resources/images/pl/betmarket/added.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
      /* line 11871, ../../scss/_odds_base.scss */
      #betmarket-details .details-table .betmarket-add:hover {
        background-image: url("../../../../resources/images/pl/betmarket/add.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
  /* line 11876, ../../scss/_odds_base.scss */
  #betmarket-details .bottom-menu {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    background-color: #f3f3f3; }
    /* line 11880, ../../scss/_odds_base.scss */
    #betmarket-details .bottom-menu .middle {
      padding-left: 200px;
      padding-right: 200px;
      font-size: 12px; }
      /* line 11884, ../../scss/_odds_base.scss */
      #betmarket-details .bottom-menu .middle .row {
        padding: 4px 0; }
        /* line 11886, ../../scss/_odds_base.scss */
        #betmarket-details .bottom-menu .middle .row .winning-label {
          font-size: 13px;
          color: #75b64e; }
        /* line 11890, ../../scss/_odds_base.scss */
        #betmarket-details .bottom-menu .middle .row .winning-text {
          font-size: 17px;
          color: #001e40;
          font-weight: bold; }
    /* line 11897, ../../scss/_odds_base.scss */
    #betmarket-details .bottom-menu .line, #betmarket-details .bottom-menu .line-with-margin {
      height: 2px;
      width: 70%;
      background-color: #e0e0e0;
      margin: 20px auto; }

/* line 11905, ../../scss/_odds_base.scss */
.betmarket-addAll {
  display: table;
  height: 42px;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  background-color: #75b64e;
  margin: 25px auto;
  padding: 17px 67px;
  border-radius: 4px;
  border-top: 3px solid #75b64e;
  border-bottom: 3px solid #61973f;
  cursor: pointer; }
  /* line 11920, ../../scss/_odds_base.scss */
  .betmarket-addAll:hover {
    border-bottom: 3px solid #75b64e;
    border-top: 3px solid #61973f; }

/* line 11925, ../../scss/_odds_base.scss */
.time100 {
  background-image: url("../../../../resources/images/pl/betmarket/time100.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/* line 11928, ../../scss/_odds_base.scss */
.time75 {
  background-image: url("../../../../resources/images/pl/betmarket/time75.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/* line 11931, ../../scss/_odds_base.scss */
.time50 {
  background-image: url("../../../../resources/images/pl/betmarket/time50.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/* line 11934, ../../scss/_odds_base.scss */
.time25 {
  background-image: url("../../../../resources/images/pl/betmarket/time25.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/* ------- /BET-MARKET, HIGH-WINNINGS -------*/
/* ------- HIGH-WINNINGS -------*/
/* line 11942, ../../scss/_odds_base.scss */
#high-winnings .main-menu {
  border-top: 0; }
  /* line 11945, ../../scss/_odds_base.scss */
  #high-winnings .main-menu th.c1, #high-winnings .main-menu td.c1 {
    width: 22%; }
  /* line 11948, ../../scss/_odds_base.scss */
  #high-winnings .main-menu th.c2, #high-winnings .main-menu td.c2 {
    width: 13%; }
  /* line 11951, ../../scss/_odds_base.scss */
  #high-winnings .main-menu th.c3, #high-winnings .main-menu td.c3 {
    width: 15%; }
  /* line 11954, ../../scss/_odds_base.scss */
  #high-winnings .main-menu th.c4, #high-winnings .main-menu td.c4 {
    width: 13%; }
  /* line 11957, ../../scss/_odds_base.scss */
  #high-winnings .main-menu th.c5, #high-winnings .main-menu td.c5 {
    width: 23%; }
  /* line 11960, ../../scss/_odds_base.scss */
  #high-winnings .main-menu th.c6, #high-winnings .main-menu td.c6 {
    width: 14%; }
  /* line 11965, ../../scss/_odds_base.scss */
  #high-winnings .main-menu tbody tr {
    text-align: center;
    border-bottom: 5px solid #f3f3f3; }
    /* line 11969, ../../scss/_odds_base.scss */
    #high-winnings .main-menu tbody tr td:first-of-type {
      border-left: 1px solid #e0e0e0; }
    /* line 11972, ../../scss/_odds_base.scss */
    #high-winnings .main-menu tbody tr td:last-of-type {
      border-right: 1px solid #e0e0e0; }
    /* line 11975, ../../scss/_odds_base.scss */
    #high-winnings .main-menu tbody tr td .row {
      height: 2.625rem;
      overflowe: hidden;
      font-size: 13px; }
    /* line 11980, ../../scss/_odds_base.scss */
    #high-winnings .main-menu tbody tr td .profit {
      background-color: #FDFBFB;
      border-left: 1px solid #e0e0e0;
      color: #75b64e;
      font-weight: bold; }

/* ------- /HIGH-WINNINGS -------*/
/* -------- ODDS BROWSER-------*/
/* line 11995, ../../scss/_odds_base.scss */
#oddsBrowser {
  font-family: 'Roboto';
  font-weight: 700;
  border: 1px solid #E0E0E0;
  border-radius: 4px; }
  /* line 12002, ../../scss/_odds_base.scss */
  #oddsBrowser .nav {
    border-radius: 0; }
  /* line 12005, ../../scss/_odds_base.scss */
  #oddsBrowser .oddsBrowser-label {
    color: #747474; }
  /* line 12008, ../../scss/_odds_base.scss */
  #oddsBrowser .top-menu {
    padding: 3em 1em 3em 1em;
    border: 1px solid #E0E0E0; }
    /* line 12012, ../../scss/_odds_base.scss */
    #oddsBrowser .top-menu .btn-menu .btn {
      background-color: #003980;
      height: 25px;
      line-height: 25px;
      color: white;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      border-left: 1px solid #FFF;
      text-transform: uppercase; }
      /* line 12022, ../../scss/_odds_base.scss */
      #oddsBrowser .top-menu .btn-menu .btn:hover, #oddsBrowser .top-menu .btn-menu .btn:active, #oddsBrowser .top-menu .btn-menu .btn.active {
        background-color: #75b64e; }
      /* line 12025, ../../scss/_odds_base.scss */
      #oddsBrowser .top-menu .btn-menu .btn:first-of-type {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-leftt-radius: 4px; }
      /* line 12033, ../../scss/_odds_base.scss */
      #oddsBrowser .top-menu .btn-menu .btn:last-of-type {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    /* line 12043, ../../scss/_odds_base.scss */
    #oddsBrowser .top-menu .ui-widget-content {
      background-color: #F3F3F3;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      height: 5px; }
      /* line 12049, ../../scss/_odds_base.scss */
      #oddsBrowser .top-menu .ui-widget-content .ui-widget-header {
        background-color: #E7A83C; }
      /* line 12052, ../../scss/_odds_base.scss */
      #oddsBrowser .top-menu .ui-widget-content .ui-state-default {
        background: #fff;
        border: 1px solid #ccc;
        cursor: pointer;
        display: inline-block;
        width: 16px;
        height: 16px;
        top: -5px;
        position: absolute;
        z-index: 3;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
        background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        border-radius: 50%; }
        /* line 12068, ../../scss/_odds_base.scss */
        #oddsBrowser .top-menu .ui-widget-content .ui-state-default:after {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          margin: auto;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(255, 255, 255, 0)));
          background-image: -o-linear-gradient(rgba(0, 0, 0, 0.35), rgba(255, 255, 255, 0));
          background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(255, 255, 255, 0));
          border-radius: 50%; }
        /* line 12084, ../../scss/_odds_base.scss */
        #oddsBrowser .top-menu .ui-widget-content .ui-state-default .tooltip {
          position: absolute;
          z-index: 1020;
          display: block;
          padding: 5px;
          font-size: 11px;
          visibility: visible;
          top: 15px;
          width: 56px;
          margin-left: -28px;
          background-color: transparent; }
          /* line 12095, ../../scss/_odds_base.scss */
          #oddsBrowser .top-menu .ui-widget-content .ui-state-default .tooltip .tooltip-inner {
            max-width: 200px;
            padding: 3px 0;
            color: #ffffff;
            text-align: center;
            text-decoration: none;
            background-color: #75b64e;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px; }
          /* line 12106, ../../scss/_odds_base.scss */
          #oddsBrowser .top-menu .ui-widget-content .ui-state-default .tooltip .tooltip-arrow {
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-bottom: 5px solid #75b64e;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            position: absolute;
            width: 0;
            height: 0; }
  /* line 12121, ../../scss/_odds_base.scss */
  #oddsBrowser .main-menu {
    border-top: 1px solid #E0E0E0;
    background-color: #f3f3f3; }
    /* line 12124, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu .details {
      font-weight: bold;
      text-transform: uppercase; }
    /* line 12129, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th.c1, #oddsBrowser .main-menu td.c1 {
      width: 11%; }
    /* line 12132, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th.c2, #oddsBrowser .main-menu td.c2 {
      width: 35%; }
    /* line 12135, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th.c3, #oddsBrowser .main-menu td.c3 {
      width: 30%; }
    /* line 12138, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th.c4, #oddsBrowser .main-menu td.c4 {
      width: 24%; }
    /* line 12141, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th a, #oddsBrowser .main-menu td a {
      display: block;
      width: fit-content;
      width: -moz-fit-content;
      width: -webkit-fit-content; }
    /* line 12147, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th a.sort-by, #oddsBrowser .main-menu td a.sort-by {
      padding-right: 18px;
      position: relative; }
    /* line 12151, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th a.sort-by:before, #oddsBrowser .main-menu th a.sort-by:after, #oddsBrowser .main-menu td a.sort-by:before, #oddsBrowser .main-menu td a.sort-by:after {
      border: 4px solid transparent;
      content: "";
      display: block;
      height: 0;
      right: 5px;
      top: 50%;
      position: absolute;
      width: 0; }
    /* line 12162, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th a.sort-by:before, #oddsBrowser .main-menu td a.sort-by:before {
      border-bottom-color: #666;
      margin-top: -9px; }
    /* line 12166, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu th a.sort-by:after, #oddsBrowser .main-menu td a.sort-by:after {
      border-top-color: #666;
      margin-top: 1px; }
    /* line 12171, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu thead {
      background-color: #f3f3f3;
      color: #747474;
      font-size: 11px; }
      /* line 12175, ../../scss/_odds_base.scss */
      #oddsBrowser .main-menu thead tr {
        height: 1.875rem !important;
        line-height: 1.875rem !important;
        text-transform: uppercase;
        border-bottom: 1px solid #DFDFDF; }
        /* line 12180, ../../scss/_odds_base.scss */
        #oddsBrowser .main-menu thead tr th {
          padding: 0 10px;
          text-align: left; }
    /* line 12187, ../../scss/_odds_base.scss */
    #oddsBrowser .main-menu tbody tr {
      color: #003c7f;
      font-size: 13px;
      text-align: right;
      height: 2.5rem;
      line-height: 2.5rem; }
      /* line 12194, ../../scss/_odds_base.scss */
      #oddsBrowser .main-menu tbody tr td .row {
        float: left;
        border-left: 0;
        border-right: 0;
        color: #565555;
        text-align: left;
        padding-right: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        /* line 12204, ../../scss/_odds_base.scss */
        #oddsBrowser .main-menu tbody tr td .row .category-name {
          display: block;
          width: 100%;
          height: 20px;
          padding-top: 4px;
          line-height: 20px;
          text-transform: uppercase;
          color: #75B54D;
          font-size: 11px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        /* line 12217, ../../scss/_odds_base.scss */
        #oddsBrowser .main-menu tbody tr td .row .event-name {
          display: block;
          width: 100%;
          height: 20px;
          line-height: 20px;
          color: #003B7F;
          font-size: 12px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        /* line 12228, ../../scss/_odds_base.scss */
        #oddsBrowser .main-menu tbody tr td .row .event-rate {
          font: 0.75rem/1.438rem Arial, sans-serif;
          color: #003c7f;
          background: #fff;
          border: 1px solid #c0d6ec;
          display: inline-block;
          padding: 0 2.5rem 0 0;
          width: 100%;
          position: relative;
          top: 7px;
          cursor: pointer; }
          /* line 12239, ../../scss/_odds_base.scss */
          #oddsBrowser .main-menu tbody tr td .row .event-rate span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%;
            display: block; }
            /* line 12245, ../../scss/_odds_base.scss */
            #oddsBrowser .main-menu tbody tr td .row .event-rate span.rate-value {
              width: auto;
              position: absolute;
              top: 0;
              right: 10px;
              color: #565555; }
          /* line 12253, ../../scss/_odds_base.scss */
          #oddsBrowser .main-menu tbody tr td .row .event-rate .outcome-name {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%;
            display: block;
            text-indent: 0.5rem; }
          /* line 12261, ../../scss/_odds_base.scss */
          #oddsBrowser .main-menu tbody tr td .row .event-rate:hover, #oddsBrowser .main-menu tbody tr td .row .event-rate:active, #oddsBrowser .main-menu tbody tr td .row .event-rate.active {
            background-color: #75b64e;
            border: 1px solid #619641 !important; }
          /* line 12265, ../../scss/_odds_base.scss */
          #oddsBrowser .main-menu tbody tr td .row .event-rate:hover span {
            color: #FFF !important; }
          /* line 12268, ../../scss/_odds_base.scss */
          #oddsBrowser .main-menu tbody tr td .row .event-rate:active, #oddsBrowser .main-menu tbody tr td .row .event-rate.active span {
            color: #FFF !important; }
      /* line 12273, ../../scss/_odds_base.scss */
      #oddsBrowser .main-menu tbody tr td:first-of-type {
        padding-left: 10px; }

/* ------- /ODDS BROWSER-------*/
/* line 12284, ../../scss/_odds_base.scss */
.popup .modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.92); }

/* line 12297, ../../scss/_odds_base.scss */
.popup .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 811px;
  border: 1px solid #888;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: splashwelcomeanimation;
  -webkit-animation-duration: 0.4s;
  animation-name: splashwelcomeanimation;
  animation-duration: 0.4s; }

/* line 12311, ../../scss/_odds_base.scss */
.popup .modal-content img {
  max-width: auto; }

/* line 12312, ../../scss/_odds_base.scss */
.popup .modal-content .modal-body {
  padding: 20px;
  text-align: center;
  font-size: 14px; }

/* line 12313, ../../scss/_odds_base.scss */
.popup .modal-content .button {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  background: #75b64e;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase; }

/* line 12327, ../../scss/_odds_base.scss */
.popup .modal-content .button:hover {
  background: #002c5d; }

/* line 12330, ../../scss/_odds_base.scss */
.popup .modal-content .button.cancel {
  background: #9e9898; }

/* line 12331, ../../scss/_odds_base.scss */
.popup .modal-content .button.cancel:hover {
  background: #002c5d; }

/* line 12334, ../../scss/_odds_base.scss */
.popup .modal-content .link {
  text-decoration: none;
  line-height: 20px;
  color: #aaa; }

/* line 12335, ../../scss/_odds_base.scss */
.popup .modal-content .link:hover {
  color: #666; }

@-webkit-keyframes splashwelcomeanimation {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes splashwelcomeanimation {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
/* line 12345, ../../scss/_odds_base.scss */
.popup .modal-body {
  padding: 0px;
  position: relative; }

/* line 12347, ../../scss/_odds_base.scss */
#video-stream-box {
  border-radius: 4px;
  background-color: #021B44;
  margin-bottom: 0.625rem;
  z-index: 100;
  overflow: hidden; }
  /* line 12353, ../../scss/_odds_base.scss */
  #video-stream-box .header {
    height: 40px;
    line-height: 40px;
    color: #FFF;
    border-bottom: 3px solid #75b64e;
    overflow: hidden; }
    /* line 12359, ../../scss/_odds_base.scss */
    #video-stream-box .header .live-event-started {
      float: left;
      margin: 15px; }
    /* line 12363, ../../scss/_odds_base.scss */
    #video-stream-box .header span {
      float: left;
      width: calc(100% - 75px); }
    /* line 12367, ../../scss/_odds_base.scss */
    #video-stream-box .header .fa {
      font-size: 20px;
      float: right;
      margin: 8px;
      cursor: pointer; }
  /* line 12374, ../../scss/_odds_base.scss */
  #video-stream-box .not-logged-in {
    text-align: center;
    text-indent: 8%;
    line-height: 1.3125rem;
    border: 1px solid #dbdbdb;
    padding: 2em;
    background-color: #f3f3f3;
    background-image: url("../../../../resources/images/pl/live-channel-log-in.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 8% 50%; }
  /* line 12384, ../../scss/_odds_base.scss */
  #video-stream-box .not-started {
    text-align: center;
    text-indent: 8%;
    line-height: 1.3125rem;
    border: 1px solid #dbdbdb;
    padding: 2em;
    background-color: #f3f3f3;
    background-image: url("../../../../resources/images/pl/search-time-icon.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 12% 50%; }
  /* line 12394, ../../scss/_odds_base.scss */
  #video-stream-box.outer {
    width: 600px;
    height: 377px;
    border: 1px solid #FFF; }

/* line 12401, ../../scss/_odds_base.scss */
#vfleague-video-container {
  float: left;
  margin-top: 0.9375rem; }

/* live-chat iframe */
/* line 12407, ../../scss/_odds_base.scss */
#live-chat {
  position: relative;
  width: 100%;
  height: 404px;
  margin-top: 10px;
  overflow: hidden; }
  /* line 12413, ../../scss/_odds_base.scss */
  #live-chat .transparentbar {
    position: absolute;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: right;
    font-size: 15px;
    padding-right: 15px;
    z-index: 5;
    cursor: pointer; }
    /* line 12424, ../../scss/_odds_base.scss */
    #live-chat .transparentbar i {
      margin-left: 11px;
      color: rgba(0, 0, 0, 0.25); }
  /* line 12429, ../../scss/_odds_base.scss */
  #live-chat #chat-iframe {
    height: 400px;
    width: 100%;
    border: 0; }

/* //live-chat iframe */
/* line 12438, ../../scss/_odds_base.scss */
#comments-container .info {
  background-color: #f3f3f3;
  font-size: 0.6875rem;
  text-align: center;
  padding: 1.5rem;
  color: #063e7d;
  border-radius: 7px; }
  /* line 12445, ../../scss/_odds_base.scss */
  #comments-container .info .icon {
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    height: 18px;
    line-height: 18px; }
  /* line 12452, ../../scss/_odds_base.scss */
  #comments-container .info .success {
    background-image: url(../../../../static/cms/pageComments/success_icon.png);
    color: #8dcf55;
    font-weight: 700;
    padding: 0 2.5em; }
  /* line 12458, ../../scss/_odds_base.scss */
  #comments-container .info .not-logged-in {
    background-image: url(../../../../static/cms/pageComments/not_logged_in_icon.png); }
/* line 12462, ../../scss/_odds_base.scss */
#comments-container #comments-line {
  background-color: #77b454;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  margin-top: 10px; }
/* line 12469, ../../scss/_odds_base.scss */
#comments-container .comments-entry-box {
  overflow: hidden; }
/* line 12472, ../../scss/_odds_base.scss */
#comments-container .new-comment-container {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px; }
/* line 12477, ../../scss/_odds_base.scss */
#comments-container .comments-entity {
  min-width: 92%;
  max-width: 92%;
  padding: 10px 10px 16px;
  color: #000;
  font-family: 'Open Sans', verdana, sans-serif;
  overflow: auto;
  border: 1px solid #E0E0E0;
  border-radius: 7px;
  float: left; }
/* line 12488, ../../scss/_odds_base.scss */
#comments-container .comment-button {
  color: #fff;
  background-color: #75b64e;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #61973f;
  border-top: 3px solid #75b64e;
  background-image: none;
  border-radius: 4px;
  line-height: 1.625rem;
  padding: 0 1em;
  height: 35px;
  float: right;
  width: 100%;
  margin-top: 10px; }
/* line 12508, ../../scss/_odds_base.scss */
#comments-container .comment-emoticons {
  overflow: hidden; }
  /* line 12510, ../../scss/_odds_base.scss */
  #comments-container .comment-emoticons .comment-emoticon {
    margin-right: 5px;
    float: left;
    cursor: pointer;
    margin-bottom: 3px; }
    /* line 12515, ../../scss/_odds_base.scss */
    #comments-container .comment-emoticons .comment-emoticon img {
      width: 18px;
      height: 18px; }
/* line 12521, ../../scss/_odds_base.scss */
#comments-container #comments-box {
  overflow: hidden;
  padding: 0px;
  border-radius: 4px;
  margin-bottom: 10px; }
  /* line 12526, ../../scss/_odds_base.scss */
  #comments-container #comments-box .comment {
    margin-top: 10px; }
    /* line 12528, ../../scss/_odds_base.scss */
    #comments-container #comments-box .comment .comment-author {
      width: 100%;
      font-size: 14px;
      color: #003980;
      margin-right: 10px; }
    /* line 12534, ../../scss/_odds_base.scss */
    #comments-container #comments-box .comment .date {
      margin-top: 2px;
      color: #bbb;
      font-size: 11px; }
    /* line 12539, ../../scss/_odds_base.scss */
    #comments-container #comments-box .comment .like {
      float: right; }
      /* line 12541, ../../scss/_odds_base.scss */
      #comments-container #comments-box .comment .like .like-button-count {
        color: #acacac; }
      /* line 12544, ../../scss/_odds_base.scss */
      #comments-container #comments-box .comment .like .like-button {
        background-repeat: no-repeat;
        background-color: #0000;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border: none;
        margin-right: 5px;
        background-image: url(../../../../static/cms/pageComments/like_disabled_icon.png);
        cursor: pointer; }
      /* line 12555, ../../scss/_odds_base.scss */
      #comments-container #comments-box .comment .like .like-button:hover {
        background-image: url(../../../../static/cms/pageComments/like_icon.png) !important; }
      /* line 12558, ../../scss/_odds_base.scss */
      #comments-container #comments-box .comment .like .like-button-disabled {
        cursor: default; }
      /* line 12561, ../../scss/_odds_base.scss */
      #comments-container #comments-box .comment .like .like-button-disabled:hover {
        background-image: url(../../../../static/cms/pageComments/like_disabled_icon.png) !important;
        cursor: default; }
    /* line 12566, ../../scss/_odds_base.scss */
    #comments-container #comments-box .comment .comment-reply-button {
      background: url(https://www.iforbet.pl/static/cms/pageComments/repply_disabled_icon.png) no-repeat;
      height: 25px;
      border: none;
      padding-left: 25px;
      font-size: 12px;
      float: right;
      cursor: pointer;
      color: #acacac;
      margin-right: 15px; }
    /* line 12577, ../../scss/_odds_base.scss */
    #comments-container #comments-box .comment .message {
      font-size: 12px;
      font: 400 13.3333px Arial;
      color: #565555;
      padding-top: 10px;
      padding-bottom: 15px;
      border-bottom: 1px solid #e2e2e2; }
      /* line 12584, ../../scss/_odds_base.scss */
      #comments-container #comments-box .comment .message img {
        width: 18px;
        height: 18px; }
    /* line 12589, ../../scss/_odds_base.scss */
    #comments-container #comments-box .comment.subcomment {
      margin-top: 10px;
      background-color: #fff;
      margin-left: 30px; }
/* line 12596, ../../scss/_odds_base.scss */
#comments-container #pagination-box {
  display: table;
  background-color: #FFF;
  margin: 0 auto; }
  /* line 12600, ../../scss/_odds_base.scss */
  #comments-container #pagination-box #paginator-list {
    display: inline-block;
    padding: 0; }

/* line 12607, ../../scss/_odds_base.scss */
.simpleSportFilterPartial {
  font-family: G-Roboto-n7, Arial !important;
  background-color: #f3f3f3;
  border: 1px solid #e0e0e0;
  height: 5rem;
  margin-bottom: 0.625rem; }
  /* line 12613, ../../scss/_odds_base.scss */
  .simpleSportFilterPartial .live-header-btn {
    position: relative;
    display: inline-block;
    /* min-width: rem-calc(90px); */
    width: 5.625rem;
    height: 5rem;
    padding: 0.3125rem;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5; }
    /* line 12624, ../../scss/_odds_base.scss */
    .simpleSportFilterPartial .live-header-btn .sport-name {
      display: inline-flex;
      width: 100%;
      align-items: center;
      height: 1.25rem;
      line-height: 0.625rem;
      color: #003c7f;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase; }
    /* line 12635, ../../scss/_odds_base.scss */
    .simpleSportFilterPartial .live-header-btn .sport-icon {
      color: #003c7f !important;
      background-color: #003c7f;
      width: 2.8125rem;
      height: 2.8125rem;
      mask-repeat: no-repeat;
      mask-position: 50% 50%;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: 50% 50%; }
    /* line 12645, ../../scss/_odds_base.scss */
    .simpleSportFilterPartial .live-header-btn .circle {
      position: absolute;
      top: 0.1875rem;
      right: 0.9375rem;
      background-image: none;
      background-position: center center;
      background-repeat: repeat;
      background-size: cover;
      border-width: 2px;
      border-color: #f3f3f3;
      border-style: solid;
      padding: 0px;
      width: 25px;
      height: 25px;
      line-height: 21px;
      border-radius: 50%;
      background-color: #003c7f;
      color: #fff; }
    /* line 12664, ../../scss/_odds_base.scss */
    .simpleSportFilterPartial .live-header-btn p {
      width: 100%;
      text-align: center;
      font-size: 0.6875rem; }
    /* line 12669, ../../scss/_odds_base.scss */
    .simpleSportFilterPartial .live-header-btn.active {
      opacity: 1;
      border-bottom: 2px solid #003c7f;
      font-weight: bold; }
      /* line 12673, ../../scss/_odds_base.scss */
      .simpleSportFilterPartial .live-header-btn.active .circle {
        background-color: #ffb000;
        color: #131a21; }
  /* line 12680, ../../scss/_odds_base.scss */
  .simpleSportFilterPartial .live-header-btn:hover {
    opacity: 1;
    border-bottom: 2px solid #003c7f; }
  /* line 12684, ../../scss/_odds_base.scss */
  .simpleSportFilterPartial .slick-track {
    margin-left: 0; }

/* line 12690, ../../scss/_odds_base.scss */
#live-box .lsl-icon, #lives-overview .lsl-icon {
  z-index: 100;
  background-color: #7e859b;
  margin: 0 0.15625rem;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  cursor: pointer; }
/* line 12703, ../../scss/_odds_base.scss */
#live-box .tracker, #lives-overview .tracker {
  -webkit-mask-image: url("../../../../resources/live/tracker.svg");
  mask-image: url("../../../../resources/live/tracker.svg");
  display: inline-block; }
  /* line 12707, ../../scss/_odds_base.scss */
  #live-box .tracker:hover, #lives-overview .tracker:hover {
    background-color: #65c728; }
  /* line 12710, ../../scss/_odds_base.scss */
  #live-box .tracker.active, #lives-overview .tracker.active {
    background-color: #65c728; }
  /* line 12713, ../../scss/_odds_base.scss */
  #live-box .tracker.hovered, #lives-overview .tracker.hovered {
    background-color: #65c728; }
/* line 12717, ../../scss/_odds_base.scss */
#live-box .tv, #lives-overview .tv {
  -webkit-mask-image: url("../../../../resources/live/tv.svg");
  mask-image: url("../../../../resources/live/tv.svg");
  display: inline-block; }
  /* line 12721, ../../scss/_odds_base.scss */
  #live-box .tv:hover, #lives-overview .tv:hover {
    background-color: #65c728; }
  /* line 12724, ../../scss/_odds_base.scss */
  #live-box .tv.active, #lives-overview .tv.active {
    background-color: #65c728; }
/* line 12728, ../../scss/_odds_base.scss */
#live-box .lsl-icons, #lives-overview .lsl-icons {
  height: 1.25rem;
  width: 3.125rem;
  float: right; }
/* line 12733, ../../scss/_odds_base.scss */
#live-box .lsl-stream, #lives-overview .lsl-stream {
  float: right;
  display: inline-block;
  background-image: url("../../../../resources/images/pl/live-overview-stream.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 19px;
  margin-top: 8px;
  margin-left: 5px; }
/* line 12742, ../../scss/_odds_base.scss */
#live-box .lsl-tracker, #lives-overview .lsl-tracker {
  float: right;
  display: inline-block;
  background-image: url("../../../../resources/images/pl/live-overview-tracker.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 19px;
  margin-top: 8px;
  margin-left: 5px; }

/* line 12753, ../../scss/_odds_base.scss */
#live-box {
  display: none;
  margin-bottom: 0.9375rem;
  min-width: 368px; }
  /* line 12757, ../../scss/_odds_base.scss */
  #live-box .header {
    background-color: #003980;
    height: 3.125rem;
    line-height: 3.125rem; }
  /* line 12762, ../../scss/_odds_base.scss */
  #live-box .list {
    display: inline-block;
    width: 18.75rem;
    height: 2rem;
    margin: 0.5625rem;
    margin-right: 0; }
  /* line 12769, ../../scss/_odds_base.scss */
  #live-box .arrow {
    float: right;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer; }
  /* line 12775, ../../scss/_odds_base.scss */
  #live-box .fa {
    color: #fff;
    font-size: 1.5625rem;
    text-align: center;
    width: 100%;
    margin-top: 0.75rem; }
  /* line 12783, ../../scss/_odds_base.scss */
  #live-box .label .lsl-icon {
    z-index: 100;
    background-color: #FFF; }
    /* line 12786, ../../scss/_odds_base.scss */
    #live-box .label .lsl-icon:hover {
      background-color: #65c728; }
    /* line 12789, ../../scss/_odds_base.scss */
    #live-box .label .lsl-icon.active {
      background-color: #65c728; }
  /* line 12794, ../../scss/_odds_base.scss */
  #live-box .lsl-row {
    display: block;
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    overflow: hidden;
    margin-right: 0.625rem; }
    /* line 12801, ../../scss/_odds_base.scss */
    #live-box .lsl-row span {
      margin-left: 0.3125rem; }
  /* line 12805, ../../scss/_odds_base.scss */
  #live-box .lsl-eventName {
    display: inline-block;
    width: 70%;
    height: 30px;
    overflow: hidden; }
  /* line 12811, ../../scss/_odds_base.scss */
  #live-box .not-logged-in {
    text-align: center;
    text-indent: 8%;
    line-height: 1.3125rem;
    border: 1px solid #dbdbdb;
    padding: 2em;
    background-color: #f3f3f3;
    background-image: url("../../../../resources/images/pl/live-channel-log-in.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 8% 50%; }
  /* line 12821, ../../scss/_odds_base.scss */
  #live-box #tracker-iframe {
    display: none;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    border-top: 0; }
    /* line 12826, ../../scss/_odds_base.scss */
    #live-box #tracker-iframe #tracker1 {
      margin: 0 auto; }
  /* line 12830, ../../scss/_odds_base.scss */
  #live-box #tv-iframe {
    display: none;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    border-top: 0; }
  /* line 12836, ../../scss/_odds_base.scss */
  #live-box .selectric .label {
    max-width: 17.5rem; }
  /* line 12839, ../../scss/_odds_base.scss */
  #live-box .selectric .button {
    height: 32px; }

/* line 12844, ../../scss/_odds_base.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

/* line 12849, ../../scss/_odds_base.scss */
.selectric-responsive {
  width: 100%; }

/* line 12853, ../../scss/_odds_base.scss */
.selectric {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  background-color: #0000001f;
  height: 28px; }

/* line 12861, ../../scss/_odds_base.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 30px;
  color: #FFF;
  height: 28px;
  max-width: 130px;
  text-indent: 5px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 12879, ../../scss/_odds_base.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 28px;
  color: #FFF;
  text-align: center;
  font: 0/0 a; }

/* line 12891, ../../scss/_odds_base.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #FFF;
  border-bottom: none; }

/* line 12906, ../../scss/_odds_base.scss */
.selectric-focus .selectric {
  border-color: #aaa; }

/* line 12910, ../../scss/_odds_base.scss */
.selectric-hover .selectric {
  border-color: #c4c4c4; }

/* line 12914, ../../scss/_odds_base.scss */
.selectric-hover .selectric .button {
  color: #FFF; }

/* line 12918, ../../scss/_odds_base.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #FFF; }

/* line 12922, ../../scss/_odds_base.scss */
.selectric-open {
  z-index: 9999; }

/* line 12926, ../../scss/_odds_base.scss */
.selectric-open .selectric {
  border-color: #c4c4c4; }

/* line 12930, ../../scss/_odds_base.scss */
.selectric-open .selectric-items {
  display: block; }

/* line 12934, ../../scss/_odds_base.scss */
.selectric-disabled {
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 12943, ../../scss/_odds_base.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

/* line 12950, ../../scss/_odds_base.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%; }

/* line 12955, ../../scss/_odds_base.scss */
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

/* line 12962, ../../scss/_odds_base.scss */
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

/* line 12975, ../../scss/_odds_base.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important; }

/* line 12990, ../../scss/_odds_base.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* line 12996, ../../scss/_odds_base.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto !important;
  background: #FFF;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  min-width: 9.375rem; }

/* line 13009, ../../scss/_odds_base.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

/* line 13014, ../../scss/_odds_base.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

/* line 13019, ../../scss/_odds_base.scss */
.selectric-items li, .selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 15px;
  min-height: 15px; }

/* line 13028, ../../scss/_odds_base.scss */
.selectric-items li {
  display: block;
  padding: 5px;
  color: #000;
  cursor: pointer; }

/* line 13035, ../../scss/_odds_base.scss */
.selectric-items li.selected {
  background: #dbdbd8;
  color: #000; }

/* line 13040, ../../scss/_odds_base.scss */
.selectric-items li.highlighted {
  background: #dbdbd8;
  color: #000; }

/* line 13045, ../../scss/_odds_base.scss */
.selectric-items li:hover {
  background: #dbdbd8;
  color: #000; }

/* line 13050, ../../scss/_odds_base.scss */
.selectric-items .disabled {
  opacity: .5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 13061, ../../scss/_odds_base.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444; }

/* line 13073, ../../scss/_odds_base.scss */
.selectric-items .selectric-group.disabled li {
  opacity: 1; }

/* line 13077, ../../scss/_odds_base.scss */
.selectric-items .selectric-group li {
  padding-left: 25px; }

/* line 13081, ../../scss/_odds_base.scss */
.hint {
  display: none;
  position: absolute;
  border-radius: 10px;
  width: 13.5625rem;
  padding: 0.625rem;
  color: #565555;
  background-color: #FFF;
  box-shadow: 0px 2px 1px 0px rgba(214, 213, 212, 0.41);
  border: 1px solid #dbdbdb;
  right: 0;
  bottom: 2.5rem;
  z-index: 100; }

/* line 13095, ../../scss/_odds_base.scss */
.hint:after, .hint:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 13105, ../../scss/_odds_base.scss */
.hint:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 10px;
  margin-left: 50px; }

/* line 13111, ../../scss/_odds_base.scss */
.hint:before {
  border-color: rgba(219, 219, 219, 0);
  border-top-color: #dbdbdb;
  border-width: 11px;
  margin-left: 49px; }

/* line 13117, ../../scss/_odds_base.scss */
.hint-img {
  background-image: url("../../../../resources/images/pl/registration-hint.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }
  /* line 13120, ../../scss/_odds_base.scss */
  .hint-img:hover {
    background-image: url("../../../../resources/images/pl/registration-hint-hover.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat; }