/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 29, 2018, 11:28:33 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2018, 3:29:32 PM
    Author     : mv
*/
@import '/style/fonts/moderna/stylesheet.css';
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  display: none;
}
.trans {
  background: transparent;
  border: 0;
}
button {
  color: inherit;
}
@media only screen and (min-width: 769px) {
  .invisible-md {
    display: none;
  }
}
.nowrap {
  white-space: nowrap;
}
.d-flex {
  display: flex;
}
.w-full {
  width: 100%;
  display: block;
}
.h-full {
  height: 100%;
}
/*** FLEX ***/
.flex {
  display: flex;
  width: 100%;
}
.flex .flex-grow {
  flex-grow: 1;
}
.vm,
.vertical-middle {
  display: flex;
  align-items: center;
  height: 100%;
}
.vm-column {
  flex-direction: column;
  justify-content: center;
}
.fl-r {
  display: flex;
  flex-direction: row;
}
.fl-r-cen {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fli-r {
  display: inline-flex;
  flex-direction: row;
}
.fli-r-cen {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.fl-c {
  display: flex;
  flex-direction: column;
}
.fli-c {
  display: inline-flex;
  flex-direction: column;
}
.g-4 {
  gap: 4px;
}
.g-8 {
  gap: 8px;
}
.g-16 {
  gap: 16px;
}
.g-24 {
  gap: 24px;
}
.jc-space-bet {
  justify-content: space-between;
}
.flg-1 {
  flex-grow: 1;
}
/*** FLOATS ***/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*** TEXT ***/
.uppercase,
.text-uppercase {
  text-transform: uppercase;
}
.lowercase,
.text-lowercase {
  text-transform: lowercase;
}
.bold,
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ws-nowrap {
  white-space: nowrap;
}
/*** SIZES ***/
.w-300 {
  width: 300px;
}
/*** BORDER ***/
.bb {
  border-bottom: 1px solid #dddddd;
}
.bt {
  border-top: 1px solid #dddddd;
}
/*** PADDING AND MARGINS ***/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx {
  margin-left: 8px;
  margin-right: 8px;
}
.my {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px {
  padding-left: 8px;
  padding-right: 8px;
}
.py {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mb-half {
  margin-bottom: 4px;
}
.pa {
  padding: 8px;
}
.pa-2 {
  padding: 16px;
}
.pa-4 {
  padding: 32px;
}
.pt {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-4 {
  padding-top: 32px;
}
.pb {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pr {
  padding-right: 8px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-4 {
  padding-right: 32px;
}
.pl {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 16px;
}
.pl-4 {
  padding-left: 32px;
}
.ma {
  margin: 8px;
}
.ma-2 {
  margin: 16px;
}
.ma-4 {
  margin: 32px;
}
.mt {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 32px;
}
.mb {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mr {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-4 {
  margin-right: 32px;
}
.ml {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-4 {
  margin-left: 32px;
}
@media only screen and (min-width: 769px) {
  .pa-md {
    padding: 8px;
  }
  .pa-2-md {
    padding: 16px;
  }
  .pa-4-md {
    padding: 32px;
  }
  .pt-md {
    padding-top: 8px;
  }
  .pt-2-md {
    padding-top: 16px;
  }
  .pt-4-md {
    padding-top: 32px;
  }
  .pb-md {
    padding-bottom: 8px;
  }
  .pb-2-md {
    padding-bottom: 16px;
  }
  .pb-4-md {
    padding-bottom: 32px;
  }
  .pr-md {
    padding-right: 8px;
  }
  .pr-2-md {
    padding-right: 16px;
  }
  .pr-4-md {
    padding-right: 32px;
  }
  .pl-md {
    padding-left: 8px;
  }
  .pl-2-md {
    padding-left: 16px;
  }
  .pl-4-md {
    padding-left: 32px;
  }
  .ma-md {
    margin: 8px;
  }
  .ma-2-md {
    margin: 16px;
  }
  .ma-4-md {
    margin: 32px;
  }
  .mt-md {
    margin-top: 8px;
  }
  .mt-2-md {
    margin-top: 16px;
  }
  .mt-4-md {
    margin-top: 32px;
  }
  .mb-md {
    margin-bottom: 8px;
  }
  .mb-2-md {
    margin-bottom: 16px;
  }
  .mb-4-md {
    margin-bottom: 32px;
  }
  .mr-md {
    margin-right: 8px;
  }
  .mr-2-md {
    margin-right: 16px;
  }
  .mr-4-md {
    margin-right: 32px;
  }
  .ml-md {
    margin-left: 8px;
  }
  .ml-2-md {
    margin-left: 16px;
  }
  .ml-4-md {
    margin-left: 32px;
  }
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-22 {
  font-size: 22px;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-900 {
  font-weight: 900;
}
.fw-bold {
  font-weight: bold;
}
.fa {
  font-weight: 900 !important;
}
/*** COLORS ***/
.c-white,
.color-white {
  color: white;
}
.bg-white {
  background-color: white;
}
.c-black,
.color-black {
  color: black;
}
.bg-black {
  background-color: black;
}
.c-main,
.color-main {
  color: #3e5368;
}
.bg-main {
  background-color: #3e5368;
}
.c-live,
.color-live {
  color: #fff251;
}
.bg-live {
  background-color: #fff251;
}
.c-success,
.color-success {
  color: #7ed321;
}
.bg-success {
  background-color: #7ed321;
}
.c-error,
.color-error {
  color: #ff5d30;
}
.bg-error {
  background-color: #ff5d30;
}
.c-999,
.color-999 {
  color: #999;
}
.bg-999 {
  background-color: #999;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block;
}
/** Positions **/
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.t-0 {
  top: 0;
}
.t-8 {
  top: 8px;
}
.r-0 {
  right: 0;
}
.r-8 {
  right: 8px;
}
.link-container {
  position: relative;
}
.link-stretched:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.img-block,
.img-cover {
  display: block;
  object-fit: cover;
}
.img-contain {
  display: block;
  object-fit: contain;
}
.img-contain {
  display: block;
  object-fit: contain;
}
.crowd_faded_logo path {
  transition: fill 0.5s;
}
.crowd_faded_logo:hover path {
  fill: #ff000058;
}
.squad_builder_logo_pub {
  width: 50px;
}
iframe[name="__cmpLocator"] {
  display: none;
}
.zz-img-grid img {
  object-fit: cover;
}
.zz-img-grid.w-100 img {
  width: 100px;
  height: 100px;
}
.zz-img-grid.w-140 img {
  width: 140px;
  height: 140px;
}
.zzembed_video iframe {
  width: 100%;
}
#highlights.multimedia_zztv .zz-prev-arrow,
#highlights.multimedia_zztv .zz-next-arrow {
  top: 50%;
  margin-top: -16px;
  transform: none;
  position: absolute;
  background: url(/style/new/plugins/jquery.bxslider/images/controls.png) no-repeat -43px -32px;
  border: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  opacity: 0.5;
  transition: opacity ease-in-out 300ms;
  cursor: pointer;
}
#highlights.multimedia_zztv .zz-prev-arrow:hover,
#highlights.multimedia_zztv .zz-next-arrow:hover {
  opacity: 1;
}
#highlights.multimedia_zztv .zz-prev-arrow {
  left: 0;
  background-position: 0 0;
}
#highlights.multimedia_zztv .zz-next-arrow {
  right: 0;
  background-position: -43px 0px;
}
#highlights.multimedia_zztv .items-row {
  height: 100px;
  overflow: hidden;
  margin: 0 -5px;
}
#highlights.multimedia_zztv .items-row .item {
  float: left;
}
#highlights.multimedia_zztv .item {
  padding: 0 5px;
  position: relative;
  box-sizing: border-box;
  width: 190px;
}
#highlights.multimedia_zztv .item a {
  display: block;
  position: relative;
}
#highlights.multimedia_zztv .item .item-img {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
#highlights.multimedia_zztv .item .item-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: all ease-in-out 300ms;
}
#highlights.multimedia_zztv .item .item-title {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  color: #fff !important;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
  max-height: 42px;
  overflow: hidden;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  transition: all ease-in-out 300ms;
}
#highlights.multimedia_zztv .item .item-stamp {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 1;
  opacity: 0.4;
  transition: all ease-in-out 300ms;
}
#highlights.multimedia_zztv .item .item-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background: linear-gradient(to top, #131a20 20%, rgba(19, 26, 32, 0) 100%);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 20, 2018, 11:51:08 AM
    Author     : mv
*/
.zz-container {
  margin: 0 auto;
  max-width: 960px;
}
.zz-tpl-container,
.zz-tpl-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.zz-tpl-container {
  max-width: 960px;
}
.zz-tpl-row {
  display: flex;
  flex-wrap: wrap;
}
.zz-tpl-row.is-centered {
  align-items: center;
  justify-content: center;
}
.zz-tpl-row.is-centered-x {
  justify-content: center;
}
.zz-tpl-row.is-centered-y {
  align-items: center;
}
.zz-tpl-row {
  margin-left: -8px;
  margin-right: -8px;
}
.zz-tpl-col {
  margin-left: 8px;
  margin-right: 8px;
  /*	
	.responsive-xxl({
		each(range(0, @tpl-n-cols), {
			.tpl-col-width(@value, @tpl-n-cols, @tpl-spacer-inner, '-xxl');
		});
	});
	*/
}
.zz-tpl-col.is-1 {
  width: calc(8.333333333333332% - 16px);
}
.zz-tpl-col.is-offset-1 {
  margin-left: calc(8.333333333333332% + 16px / 2);
}
.zz-tpl-col.is-2 {
  width: calc(16.666666666666664% - 16px);
}
.zz-tpl-col.is-offset-2 {
  margin-left: calc(16.666666666666664% + 16px / 2);
}
.zz-tpl-col.is-3 {
  width: calc(25% - 16px);
}
.zz-tpl-col.is-offset-3 {
  margin-left: calc(25% + 16px / 2);
}
.zz-tpl-col.is-4 {
  width: calc(33.33333333333333% - 16px);
}
.zz-tpl-col.is-offset-4 {
  margin-left: calc(33.33333333333333% + 16px / 2);
}
.zz-tpl-col.is-5 {
  width: calc(41.66666666666667% - 16px);
}
.zz-tpl-col.is-offset-5 {
  margin-left: calc(41.66666666666667% + 16px / 2);
}
.zz-tpl-col.is-6 {
  width: calc(50% - 16px);
}
.zz-tpl-col.is-offset-6 {
  margin-left: calc(50% + 16px / 2);
}
.zz-tpl-col.is-7 {
  width: calc(58.333333333333336% - 16px);
}
.zz-tpl-col.is-offset-7 {
  margin-left: calc(58.333333333333336% + 16px / 2);
}
.zz-tpl-col.is-8 {
  width: calc(66.66666666666666% - 16px);
}
.zz-tpl-col.is-offset-8 {
  margin-left: calc(66.66666666666666% + 16px / 2);
}
.zz-tpl-col.is-9 {
  width: calc(75% - 16px);
}
.zz-tpl-col.is-offset-9 {
  margin-left: calc(75% + 16px / 2);
}
.zz-tpl-col.is-10 {
  width: calc(83.33333333333334% - 16px);
}
.zz-tpl-col.is-offset-10 {
  margin-left: calc(83.33333333333334% + 16px / 2);
}
.zz-tpl-col.is-11 {
  width: calc(91.66666666666666% - 16px);
}
.zz-tpl-col.is-offset-11 {
  margin-left: calc(91.66666666666666% + 16px / 2);
}
.zz-tpl-col.is-12 {
  width: calc(100% - 16px);
}
.zz-tpl-col.is-offset-12 {
  margin-left: calc(100% + 16px / 2);
}
@media only screen and (min-width: 577px) {
  .zz-tpl-col.is-sm-0 {
    width: calc(0% - 16px);
  }
  .zz-tpl-col.is-sm-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .zz-tpl-col.is-sm-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .zz-tpl-col.is-sm-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .zz-tpl-col.is-sm-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .zz-tpl-col.is-sm-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .zz-tpl-col.is-sm-3 {
    width: calc(25% - 16px);
  }
  .zz-tpl-col.is-sm-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .zz-tpl-col.is-sm-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .zz-tpl-col.is-sm-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .zz-tpl-col.is-sm-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .zz-tpl-col.is-sm-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .zz-tpl-col.is-sm-6 {
    width: calc(50% - 16px);
  }
  .zz-tpl-col.is-sm-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .zz-tpl-col.is-sm-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .zz-tpl-col.is-sm-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .zz-tpl-col.is-sm-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .zz-tpl-col.is-sm-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-sm-9 {
    width: calc(75% - 16px);
  }
  .zz-tpl-col.is-sm-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .zz-tpl-col.is-sm-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .zz-tpl-col.is-sm-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .zz-tpl-col.is-sm-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .zz-tpl-col.is-sm-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-sm-12 {
    width: calc(100% - 16px);
  }
  .zz-tpl-col.is-sm-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 769px) {
  .zz-tpl-col.is-md-0 {
    width: calc(0% - 16px);
  }
  .zz-tpl-col.is-md-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .zz-tpl-col.is-md-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .zz-tpl-col.is-md-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .zz-tpl-col.is-md-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .zz-tpl-col.is-md-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .zz-tpl-col.is-md-3 {
    width: calc(25% - 16px);
  }
  .zz-tpl-col.is-md-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .zz-tpl-col.is-md-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .zz-tpl-col.is-md-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .zz-tpl-col.is-md-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .zz-tpl-col.is-md-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .zz-tpl-col.is-md-6 {
    width: calc(50% - 16px);
  }
  .zz-tpl-col.is-md-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .zz-tpl-col.is-md-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .zz-tpl-col.is-md-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .zz-tpl-col.is-md-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .zz-tpl-col.is-md-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-md-9 {
    width: calc(75% - 16px);
  }
  .zz-tpl-col.is-md-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .zz-tpl-col.is-md-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .zz-tpl-col.is-md-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .zz-tpl-col.is-md-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .zz-tpl-col.is-md-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-md-12 {
    width: calc(100% - 16px);
  }
  .zz-tpl-col.is-md-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 1025px) {
  .zz-tpl-col.is-lg-0 {
    width: calc(0% - 16px);
  }
  .zz-tpl-col.is-lg-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .zz-tpl-col.is-lg-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .zz-tpl-col.is-lg-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .zz-tpl-col.is-lg-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .zz-tpl-col.is-lg-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .zz-tpl-col.is-lg-3 {
    width: calc(25% - 16px);
  }
  .zz-tpl-col.is-lg-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .zz-tpl-col.is-lg-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .zz-tpl-col.is-lg-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .zz-tpl-col.is-lg-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .zz-tpl-col.is-lg-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .zz-tpl-col.is-lg-6 {
    width: calc(50% - 16px);
  }
  .zz-tpl-col.is-lg-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .zz-tpl-col.is-lg-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .zz-tpl-col.is-lg-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .zz-tpl-col.is-lg-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .zz-tpl-col.is-lg-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-lg-9 {
    width: calc(75% - 16px);
  }
  .zz-tpl-col.is-lg-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .zz-tpl-col.is-lg-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .zz-tpl-col.is-lg-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .zz-tpl-col.is-lg-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .zz-tpl-col.is-lg-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-lg-12 {
    width: calc(100% - 16px);
  }
  .zz-tpl-col.is-lg-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 1281px) {
  .zz-tpl-col.is-xl-0 {
    width: calc(0% - 16px);
  }
  .zz-tpl-col.is-xl-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .zz-tpl-col.is-xl-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .zz-tpl-col.is-xl-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .zz-tpl-col.is-xl-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .zz-tpl-col.is-xl-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .zz-tpl-col.is-xl-3 {
    width: calc(25% - 16px);
  }
  .zz-tpl-col.is-xl-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .zz-tpl-col.is-xl-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .zz-tpl-col.is-xl-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .zz-tpl-col.is-xl-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .zz-tpl-col.is-xl-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .zz-tpl-col.is-xl-6 {
    width: calc(50% - 16px);
  }
  .zz-tpl-col.is-xl-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .zz-tpl-col.is-xl-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .zz-tpl-col.is-xl-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .zz-tpl-col.is-xl-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .zz-tpl-col.is-xl-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-xl-9 {
    width: calc(75% - 16px);
  }
  .zz-tpl-col.is-xl-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .zz-tpl-col.is-xl-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .zz-tpl-col.is-xl-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .zz-tpl-col.is-xl-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .zz-tpl-col.is-xl-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-xl-12 {
    width: calc(100% - 16px);
  }
  .zz-tpl-col.is-xl-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
.zz-tpl-rightbar {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media only screen and (min-width: 769px) {
  .zz-tpl-main {
    flex-grow: 1;
  }
}
.zz-grid {
  display: grid;
}
.zz-grid.gap-10 {
  grid-gap: 10px;
}
.zz-grid.gap-20 {
  grid-gap: 20px;
}
@media only screen and (min-width: 769px) {
  .zz-grid.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .zz-grid.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .zz-grid.column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .zz-grid.column-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .zz-grid.column-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
/*
    Created on : 18/10/2024, 16:37:16
    Author     : ferna
*/
:root {
  --font-main: 'Roboto';
  --font-condensed: 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  --font-monospaced: monospace;
}
.zz-ty-page-main {
  font-family: var(--font-main);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.zz-ty-page-main span {
  font-size: 22px;
  font-weight: 300;
  color: inherit;
  margin: 0;
  display: inline;
  padding: 0;
}
h2.zz-ty-page-main {
  display: block;
  margin: 0;
  color: inherit;
  padding: 0;
}
.zz-ty-page-sub {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.zz-ty-code-comment {
  font-family: var(--font-monospaced);
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.zz-ty-code-comment:before {
  content: "/**";
  display: block;
}
.zz-ty-code-comment:after {
  content: "*/";
  display: block;
}
.zz-ty-section-title {
  --ty-color-rgb: 51,153,204;
  font-family: var(--font-condensed);
  font-size: 22px;
  font-weight: 400;
  color: rgb(var(--ty-color-rgb));
  border-bottom: 1px solid rgba(var(--ty-color-rgb), 0.4);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 4px 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 3:19:52 PM
    Author     : mv
*/
.zz-page-header {
  padding: 16px;
  background: #eee;
  position: relative;
  z-index: 20;
}
.zz-page-header:before,
.zz-page-header:after {
  content: " ";
  display: table;
}
.zz-page-header:after {
  clear: both;
}
.zz-page-header:before,
.zz-page-header:after {
  content: " ";
  display: table;
}
.zz-page-header:after {
  clear: both;
}
.zz-page-header h1 {
  float: left;
  color: #2c3e50;
  width: auto;
  font-size: 32px;
}
.zz-page-header h1 .zz-icn {
  float: left;
  font-size: 42px;
}
.zz-page-header .zz-tab-btns {
  margin-bottom: -16px;
  clear: both;
  margin-left: -16px;
  padding-top: 16px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 8, 2018, 10:18:03 AM
    Author     : mv
*/
.zz-horizontallist-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
}
.zz-horizontallist-scroll ul {
  white-space: nowrap;
}
.zz-horizontallist-scroll li {
  display: inline-block;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:20:07 AM
    Author     : mv
*/
.zz-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: no-repeat center;
  background-size: contain;
}
.zz-icon.menu {
  background-image: url("/images/svg/icn-menu.svg?v=6");
}
.zz-icon.user {
  background-image: url("/images/svg/icn-user.svg?v=6");
}
.zz-icon.screen {
  background-image: url("/images/svg/icn-screen.svg?v=6");
}
.zz-icon.expand {
  background-image: url("/images/svg/icn-expand.svg?v=6");
}
.zz-icon.go {
  background-image: url("/images/svg/icn-go.svg?v=6");
}
.zz-icon.back {
  background-image: url("/images/svg/icn-back.svg?v=6");
}
.zz-icon.zz {
  background-image: url("/images/svg/icn-zz.svg?v=6");
}
.zz-icon.search {
  background-image: url("/images/svg/icn-search.svg?v=6");
}
.zz-icon.television,
.zz-icon.tv {
  background-image: url("/images/svg/icn-tv.svg?v=6");
}
.zz-icon.tv-white {
  background-image: url("/images/svg/icn-tv-white.svg?v=6");
}
.zz-icon.relato {
  background-image: url("/images/svg/icn-relato.svg?v=6");
}
.zz-icon.live {
  background-image: url("/images/svg/icn-live.svg?v=6");
}
.zz-icon.hot {
  background-image: url("/images/svg/icn-hot.svg?v=6");
}
.zz-icon.agenda {
  background-image: url("/images/svg/icn-hot.svg?v=6");
}
.zz-icon.stream {
  background-image: url("/images/svg/icn-stream.svg?v=6");
}
.zz-icon.clear {
  background-image: url("/images/svg/icn-clear.svg?v=6");
}
.zz-icon.plus {
  background-image: url("/images/svg/icn-plus.svg?v=6");
}
.zz-icon.score {
  background-image: url("/images/svg/icn-score.svg?v=6");
}
.zz-icon.calendar {
  background-image: url("/images/svg/icn-calendar.svg?v=6");
}
.zz-icon.handball,
.zz-icon.andebol {
  background-image: url("/images/svg/icn-andebol.svg?v=6");
}
.zz-icon.fut-11,
.zz-icon.futebol,
.zz-icon.mod-1,
.zz-icon.football {
  background-image: url("/images/svg/icn-futebol.svg?v=6");
}
.zz-icon.basquetebol,
.zz-icon.basket,
.zz-icon.mod-10,
.zz-icon.basketball {
  background-image: url("/images/svg/icn-basquetebol.svg?v=6");
}
.zz-icon.volei,
.zz-icon.voleibol,
.zz-icon.mod-11,
.zz-icon.volleyball {
  background-image: url("/images/svg/icn-volei.svg?v=6");
}
.zz-icon.mod-3,
.zz-icon.futsal {
  background-image: url("/images/svg/icn-futsal.svg?v=6");
}
.zz-icon.hoquei,
.zz-icon.mod-8,
.zz-icon.rollerhockey {
  background-image: url("/images/svg/icn-hoquei.svg?v=6");
}
.zz-icon.cup {
  background-image: url("/images/svg/icn-cup.svg?v=6");
}
.zz-icon.cup.gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M12.979%206.262c0%20.591-.376%201.091-.899%201.287%200-.018.005-.035.005-.053V4.004h.894v2.258zM5%206.262V4.004h.966v3.492c0%20.026.007.05.007.076A1.375%201.375%200%200%201%205%206.262zm7.085-3.258L5.966%203%204%203.004v3.258c0%201.245.965%202.258%202.185%202.357C6.574%209.602%207%2010%208%2010.506V12H6v3.031h6V12h-2v-1.494c1-.506%201.48-.908%201.868-1.894a2.372%202.372%200%200%200%202.111-2.35V3.004h-1.894z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23231F20%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23444%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h18v18H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.prev,
.zz-icon.chevron-left {
  background-image: url("/images/svg/icn-chevron-left.svg?v=6");
}
.zz-icon.next,
.zz-icon.chevron-right {
  background-image: url("/images/svg/icn-chevron-right.svg?v=6");
}
.zz-icon.x-fat {
  background-image: url("/images/svg/icn-x-fat.svg?v=6");
}
.zz-icon.x-fat.gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M14%2010h6v4h-6v6h-4v-6H4v-4h6V4h4v6z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23000%22%20opacity%3D%22.6%22%20transform%3D%22rotate(45%2012%2012)%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%3C!--%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FFF%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-4h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E--%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.edit {
  background-image: url("/images/svg/icn-edit.svg?v=6");
}
.zz-icon.edit.dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M7%2021.253v3.75h3.75l11.06-11.06-3.75-3.75L7%2021.253zm17.71-10.21a.996.996%200%200%200%200-1.41l-2.34-2.34a.996.996%200%200%200-1.41%200l-1.83%201.83%203.75%203.75%201.83-1.83z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23273442%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.check {
  background-image: url("/images/svg/icn-check.svg?v=6");
}
.zz-icon.check.dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M7.819%2013.513L2.645%208.339l-1.762%201.75%206.936%206.935L22.707%202.136l-1.75-1.75z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%207)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23273442%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-7h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.check.success {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M7.819%2013.513L2.645%208.339l-1.762%201.75%206.936%206.935L22.707%202.136l-1.75-1.75z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%207)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%237ed321%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-7h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.facebook {
  background-image: url("/images/svg/icn-facebook.svg?v=6");
}
.zz-icon.url {
  background-image: url("/images/svg/icn-url.svg?v=6");
}
.zz-icon.stadium {
  background-image: url("/images/svg/icn-stadium.svg?v=6");
}
.zz-icon.user-small {
  background-image: url("/images/svg/icn-user-small.svg?v=6");
}
.zz-icon.user-small.light-gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M12%2010.286a5.121%205.121%200%200%200%205.126-5.143A5.121%205.121%200%200%200%2012%200a5.136%205.136%200%200%200-5.143%205.143A5.136%205.136%200%200%200%2012%2010.286zm0%203.428c-3.994%200-12%202.006-12%206V24h24v-4.286c0-3.994-8.006-6-12-6z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23999%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-4h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.alert {
  background-image: url("/images/svg/icn-alert.svg?v=6");
}
.zz-icon.alert.gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M12%2017.244a1.241%201.241%200%200%201-1.241-1.242V8.53a1.241%201.241%200%200%201%202.482%200v7.472c0%20.686-.556%201.242-1.241%201.242m11.269.455L13.893%202.047a2.214%202.214%200%200%200-3.786%200L.73%2017.699a2.216%202.216%200%200%200%201.893%203.321h18.752a2.214%202.214%200%200%200%201.893-3.321%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%205)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23231F20%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23444%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-5h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.alert.error {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M12%2017.244a1.241%201.241%200%200%201-1.241-1.242V8.53a1.241%201.241%200%200%201%202.482%200v7.472c0%20.686-.556%201.242-1.241%201.242m11.269.455L13.893%202.047a2.214%202.214%200%200%200-3.786%200L.73%2017.699a2.216%202.216%200%200%200%201.893%203.321h18.752a2.214%202.214%200%200%200%201.893-3.321%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%205)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23231F20%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23ff5d30%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-5h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.share {
  background-image: url("/images/svg/icn-share.svg?v=6");
}
.zz-icon.aposta {
  background-image: url("/images/svg/icn-aposta.svg?v=6");
}
.zz-icon.apostaliga {
  background-image: url("/images/svg/icn-apostaliga.svg?v=6");
}
.zz-icon.liga {
  background-image: url("/images/svg/icn-liga.svg?v=6");
}
.zz-icon.playvideo {
  background-image: url("/images/svg/icn-playvideo.svg?v=6");
}
.zz-icon.microphone {
  background-image: url("/images/svg/icn-microphone.svg?v=6");
}
.zz-icon.facebook {
  background-image: url("/images/svg/icn-facebook-square.svg?v=6");
}
.zz-icon.twitter {
  background-image: url("/images/svg/icn-twitter.svg?v=6");
}
.zz-icon.instagram {
  background-image: url("/images/svg/icn-instagram.svg?v=6");
}
.zz-icon.youtube {
  background-image: url("/images/svg/icn-youtube.svg?v=6");
}
.zz-icon.fav-on {
  background-image: url("/images/svg/icn-fav-on.svg?v=6");
}
.zz-icon.fav-on-small {
  background-image: url("/images/svg/icn-fav-on-small.svg?v=6");
}
.zz-icon.fav-off-small {
  background-image: url("/images/svg/icn-fav-off-small.svg?v=6");
}
.zz-icon.like-on {
  background-image: url("/images/svg/icn-heart-small.svg?v=6");
}
.zz-icon.like-off {
  background-image: url("/images/svg/icn-heart-outline-small.svg?v=6");
}
.zz-icon.small {
  width: 18px;
  height: 18px;
}
.zz-icon.size-16 {
  width: 16px;
  height: 16px;
}
.zz-icon.size-24 {
  width: 24px;
  height: 24px;
}
@font-face {
  font-family: 'zzf';
  src: url('/style/fonts/zzf.ttf?v=6') format('truetype'), url('/style/fonts/zzf.woff?v=6') format('woff'), url('/style/fonts/zzf.svg?v=6#zzf') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="zz-icn-"],
[class*=" zz-icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'zzf' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="zz-icn-"].small,
[class*=" zz-icn-"].small {
  font-size: 18px;
}
[class^="zz-icn-"].size-16,
[class*=" zz-icn-"].size-16 {
  font-size: 16px;
}
[class^="zz-icn-"].size-24,
[class*=" zz-icn-"].size-24 {
  font-size: 24px;
}
.zz-icn-expand:before {
  content: "\e986";
}
.zz-icn-stream:before {
  content: "\e985";
}
.zz-icn-stats:before {
  content: "\e983";
}
.zz-icn-text:before {
  content: "\e984";
}
.zz-icn-hoqueigelo:before,
.zz-icn-mod-15:before {
  content: "\e982";
}
.zz-icn-futamericano:before,
.zz-icn-mod-14:before {
  content: "\e981";
}
.zz-icn-ghost-outline:before {
  content: "\e97f";
}
.zz-icn-ghost-outline-blank:before {
  content: "\e980";
}
.zz-icn-ghost:before {
  content: "\e97d";
}
.zz-icn-copy:before {
  content: "\e97e";
}
.zz-icn-baliza:before {
  content: "\e977";
}
.zz-icn-crest-2:before {
  content: "\e978";
}
.zz-icn-plantel:before {
  content: "\e979";
}
.zz-icn-pavilhao:before {
  content: "\e97a";
}
.zz-icn-globo:before {
  content: "\e97b";
}
.zz-icn-estadio:before {
  content: "\e97c";
}
.zz-icn-icn-image:before {
  content: "\e976";
}
.zz-icn-sug-file:before {
  content: "\e900";
}
.zz-icn-send:before {
  content: "\e901";
}
.zz-icn-down:before {
  content: "\e902";
}
.zz-icn-sug-director:before {
  content: "\e903";
}
.zz-icn-sug-team:before {
  content: "\e904";
}
.zz-icn-sug-referee:before {
  content: "\e905";
}
.zz-icn-sug-coach:before {
  content: "\e906";
}
.zz-icn-close:before {
  content: "\e907";
}
.zz-icn-snet-blog-solo:before {
  content: "\e908";
}
.zz-icn-snet-blog:before {
  content: "\e909";
}
.zz-icn-snet-fb-solo-header:before {
  content: "\e90a";
}
.zz-icn-snet-fb-solo-large:before {
  content: "\e90b";
}
.zz-icn-snet-fb-solo:before {
  content: "\e90c";
}
.zz-icn-snet-fb:before {
  content: "\e90d";
}
.zz-icn-snet-google-solo-large:before {
  content: "\e90e";
}
.zz-icn-snet-IG-solo-header:before {
  content: "\e90f";
}
.zz-icn-snet-IG-solo:before {
  content: "\e910";
}
.zz-icn-snet-IG:before {
  content: "\e911";
}
.zz-icn-snet-rss-solo-header:before {
  content: "\e912";
}
.zz-icn-snet-rss-solo:before {
  content: "\e913";
}
.zz-icn-snet-rss:before {
  content: "\e914";
}
.zz-icn-snet-twitter-solo-header:before {
  content: "\e915";
}
.zz-icn-snet-twitter-solo-large:before {
  content: "\e916";
}
.zz-icn-snet-twitter-solo:before {
  content: "\e917";
}
.zz-icn-snet-twitter:before {
  content: "\e918";
}
.zz-icn-snet-website:before {
  content: "\e919";
}
.zz-icn-snet-youtube-solo-header:before {
  content: "\e91a";
}
.zz-icn-snet-youtube-solo:before {
  content: "\e91b";
}
.zz-icn-snet-youtube:before {
  content: "\e91c";
}
.zz-icn-icn-competition:before {
  content: "\e91d";
}
.zz-icn-icn-person:before {
  content: "\e91e";
}
.zz-icn-icn-stadium:before {
  content: "\e91f";
}
.zz-icn-icn-team:before {
  content: "\e920";
}
.zz-icn-andebol:before,
.zz-icn-handball:before,
.zz-icn-mod-9:before {
  content: "\e921";
}
.zz-icn-back:before {
  content: "\e922";
}
.zz-icn-basquetebol:before,
.zz-icn-basquetebol:before,
.zz-icn-basket:before,
.zz-icn-mod-10:before,
.zz-icn-basket:before,
.zz-icn-mod-10:before {
  content: "\e923";
}
.zz-icn-bet:before {
  content: "\e924";
}
.zz-icn-calendar:before {
  content: "\e925";
}
.zz-icn-cap:before {
  content: "\e926";
}
.zz-icn-check:before {
  content: "\e927";
}
.zz-icn-chevron-down:before {
  content: "\e928";
}
.zz-icn-chevron-left:before {
  content: "\e929";
}
.zz-icn-chevron-right:before {
  content: "\e92a";
}
.zz-icn-chevron-up:before {
  content: "\e92b";
}
.zz-icn-clear:before {
  content: "\e92c";
}
.zz-icn-cup:before {
  content: "\e92d";
}
.zz-icn-edit:before {
  content: "\e92e";
}
.zz-icn-email:before {
  content: "\e92f";
}
.zz-icn-fav-off-small:before {
  content: "\e930";
}
.zz-icn-fav-off:before {
  content: "\e931";
}
.zz-icn-fav-on-small:before {
  content: "\e932";
}
.zz-icn-fav-on:before {
  content: "\e933";
}
.zz-icn-futebol:before,
.zz-icn-football:before,
.zz-icn-fut-11:before,
.zz-icn-mod-1:before {
  content: "\e934";
}
.zz-icn-futsal:before,
.zz-icn-mod-3:before {
  content: "\e935";
}
.zz-icn-go:before {
  content: "\e936";
}
.zz-icn-heart-outline-small:before {
  content: "\e937";
}
.zz-icn-heart-outline:before {
  content: "\e938";
}
.zz-icn-heart-small:before {
  content: "\e939";
}
.zz-icn-heart:before {
  content: "\e93a";
}
.zz-icn-hoquei:before,
.zz-icn-mod-8:before,
.zz-icn-rollerhockey:before {
  content: "\e93b";
}
.zz-icn-menu:before {
  content: "\e93c";
}
.zz-icn-microphone:before {
  content: "\e93d";
}
.zz-icn-playvideo:before {
  content: "\e93e";
}
.zz-icn-plus-fat:before {
  content: "\e93f";
}
.zz-icn-score:before {
  content: "\e940";
}
.zz-icn-screen:before {
  content: "\e941";
}
.zz-icn-search:before {
  content: "\e942";
}
.zz-icn-shop:before {
  content: "\e943";
}
.zz-icn-star:before {
  content: "\e944";
}
.zz-icn-transferencias-arquivo:before {
  content: "\e945";
}
.zz-icn-transferencias-internacional:before {
  content: "\e946";
}
.zz-icn-user-community:before {
  content: "\e947";
}
.zz-icn-transferencias-minuto:before {
  content: "\e948";
}
.zz-icn-transferencias-nacional:before {
  content: "\e949";
}
.zz-icn-tv:before {
  content: "\e94a";
}
.zz-icn-user-default:before {
  content: "\e94b";
}
.zz-icn-user-rank:before {
  content: "\e94c";
}
.zz-icn-user-small:before {
  content: "\e94d";
}
.zz-icn-user:before {
  content: "\e94e";
}
.zz-icn-volei:before,
.zz-icn-voleibol:before,
.zz-icn-volleyball:before,
.zz-icn-mod-11:before {
  content: "\e94f";
}
.zz-icn-vote:before {
  content: "\e950";
}
.zz-icn-warning:before {
  content: "\e951";
}
.zz-icn-x-fat:before {
  content: "\e952";
}
.zz-icn-zz:before {
  content: "\e953";
}
.zz-icn-cup-18:before {
  content: "\e954";
}
.zz-icn-ellipsis-18:before {
  content: "\e955";
}
.zz-icn-headerdroparrow-default-18:before {
  content: "\e956";
}
.zz-icn-live-18:before {
  content: "\e957";
}
.zz-icn-relato-18:before {
  content: "\e958";
}
.zz-icn-relato2-18:before {
  content: "\e959";
}
.zz-icn-stream-18:before {
  content: "\e95a";
}
.zz-icn-stream2-18:before {
  content: "\e95b";
}
.zz-icn-tv-18:before {
  content: "\e95c";
}
.zz-icn-praia:before,
.zz-icn-fut-praia:before,
.zz-icn-mod-4:before {
  content: "\e95d";
}
.zz-icn-bell:before {
  content: "\e95e";
}
.zz-icn-chat-baloon:before {
  content: "\e95f";
}
.zz-icn-cog:before {
  content: "\e960";
}
.zz-icn-drop-xl:before {
  content: "\e961";
}
.zz-icn-exit:before {
  content: "\e962";
}
.zz-icn-puzzle:before {
  content: "\e963";
}
.zz-icn-question:before {
  content: "\e964";
}
.zz-icn-soccer-bench:before {
  content: "\e965";
}
.zz-icn-trash:before {
  content: "\e966";
}
.zz-icn-user-off:before {
  content: "\e967";
}
.zz-icn-user-on-full:before {
  content: "\e968";
}
.zz-icn-chat-baloon-full:before {
  content: "\e969";
}
.zz-icn-puzzle-full:before {
  content: "\e96a";
}
.zz-icn-bell-full:before {
  content: "\e96b";
}
.zz-icn-crest:before {
  content: "\e96c";
}
.zz-icn-flag:before {
  content: "\e96d";
}
.zz-icn-missing-file:before {
  content: "\e96e";
}
.zz-icn-news:before {
  content: "\e96f";
}
.zz-icn-idea:before {
  content: "\e970";
}
.zz-icn-live:before {
  content: "\e971";
}
.zz-icn-icn-star:before {
  content: "\e972";
}
.zz-icn-external-link:before {
  content: "\e973";
}
.zz-icn-icn-question:before {
  content: "\e974";
}
.zz-icn-history:before {
  content: "\e975";
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:19:41 AM
    Author     : mv
*/
hr.zz-separator {
  margin: 16px 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  font-size: 18px;
}
.zz-separator-text {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.zz-separator-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dddddd;
}
.zz-separator-text span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.zz-separator-text.white:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.zz-separator-text.white span {
  color: #fff;
  background: #2c3e4f;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 24, 2018, 11:02:16 AM
    Author     : mv
*/
.zz-msg {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 8px;
  text-align: left;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #eee;
}
.zz-msg * {
  box-sizing: inherit;
}
.zz-msg:before,
.zz-msg:after {
  content: " ";
  display: table;
}
.zz-msg:after {
  clear: both;
}
.zz-msg:before,
.zz-msg:after {
  content: " ";
  display: table;
}
.zz-msg:after {
  clear: both;
}
.zz-msg .close {
  margin-top: -4px;
  margin-right: -4px;
  opacity: 0.5;
  float: right;
}
.zz-msg .icon {
  float: left;
  margin-right: 8px;
}
.zz-msg .title {
  font-size: 14px;
  font-weight: bold;
}
.zz-msg .desc {
  font-size: 14px;
}
.zz-msg .icon + .desc {
  padding-top: 4px;
  padding-bottom: 4px;
}
.zz-msg .title + .desc {
  padding-top: 8px;
}
.zz-msg a {
  color: #49afc5;
}
.zz-msg.warning {
  background-color: #f8f2ad;
}
.zz-msg.success {
  background-color: #d7f5c7;
}
.zz-msg.error {
  background-color: #fadfce;
}
.zz-msg.iconed .title,
.zz-msg.iconed .desc {
  margin-left: 40px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 31, 2018, 4:23:48 PM
    Author     : mv
*/
.zz-map {
  width: 100%;
  height: 600px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2018, 5:23:05 PM
    Author     : mv
*/
.zz-pagination {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #8899aa;
  font-size: 14px;
  font-family: 'Roboto Condensed';
  background-color: #f8fafc;
}
.zz-pagination * {
  box-sizing: inherit;
}
.zz-pagination .numbers {
  text-align: center;
  padding: 0 32px;
}
.zz-pagination .link {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.zz-pagination .prev-link .zz-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%238899aa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19%2024l-8-8%208-8%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-pagination .next-link .zz-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%238899aa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13%208l8%208-8%208%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-pagination .prev-link {
  float: left;
}
.zz-pagination .next-link {
  float: right;
}
.zz-pagination .active {
  color: #49afc5;
  border-bottom: 2px solid currentColor;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 20, 2018, 3:57:17 PM
    Author     : mv
*/
.zz-card {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.zz-card * {
  box-sizing: inherit;
}
.zz-card header {
  padding: 19px 12px 17px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #0078ce;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.49px;
  color: #fff;
}
.zz-card header .zz-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
.zz-card header h3 {
  font-size: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.zz-card .content {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
}
.zz-card .content .msg-txt {
  padding: 10px;
}
.zz-card footer {
  text-align: right;
  padding: 10px 10px 16px 10px;
}
.zz-card footer a {
  text-transform: uppercase;
  color: #3399cc;
  font-size: 16px;
  font-weight: bold;
  margin-left: 32px;
}
.zz-card table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.zz-card table th,
.zz-card table td {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
  text-align: center;
}
.zz-card table.zztable td {
  padding: 10px 15px 10px 15px !important;
  font-size: 16px !important;
}
.zz-card table.zztable th {
  font-weight: normal !important;
  font-size: 12px !important;
  color: #4f5969 !important;
  padding: 10px 15px 10px 15px !important;
  background-color: #f2f2f2;
}
.zz-card table th:first-child,
.zz-card table td:first-child {
  text-align: left;
}
.zz-card table a {
  font-family: Roboto;
  color: #0078ce;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  font-size: 16px !important;
}
.zz-card .zz-ball {
  display: inline-block;
  margin-left: 8px;
}
.zz-card.apostas header {
  background: #54b3af;
}
.zz-card.apostas.empty header {
  background: #64849c;
}
.zz-card.miniliga header {
  background: #eca550;
}
.zz-card.miniliga.empty header {
  background: #a5bccd;
}
.zz-card.myminiliga header {
  background: #759ebd;
}
.zz-card.myminiliga.empty header {
  background: #a5bccd;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2018, 5:27:26 PM
    Author     : mv
*/
.zz-box {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #4a4a4a;
}
.zz-box * {
  box-sizing: inherit;
}
.zz-box .zz-box-title {
  font-size: 16px;
  font-weight: bold;
  color: #3399cc;
  padding: 12px 8px;
  text-transform: uppercase;
}
.zz-box .zz-box-content {
  padding: 0 8px 8px;
  font-size: 14px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2018, 5:52:06 PM
    Author     : mv
*/
.right-side .zz-listitem-leftimage {
  margin-bottom: 16px;
}
.zz-listitem-leftimage {
  background: #fff;
  height: 72px;
  margin-bottom: 8px;
  color: #4a4a4a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
}
.zz-listitem-leftimage * {
  box-sizing: inherit;
}
.zz-listitem-leftimage .img {
  width: 114px;
  height: 72px;
  float: left;
  position: relative;
  margin-right: 8px;
  background: #ddd;
}
.zz-listitem-leftimage .img .zz-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.zz-listitem-leftimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zz-listitem-leftimage .title {
  font-size: 16px;
  font-weight: bold;
  /*margin-bottom: 8px;*/
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  /*padding-right: 16px;*/
}
.zz-listitem-leftimage .obs {
  font-size: 12px;
  color: #999999;
  padding-right: 16px;
  text-transform: uppercase;
  line-height: 12px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 6, 2019, 12:02:55 PM
    Author     : mv
*/
.zz-grid .zz-listitem-textover-image {
  width: auto;
}
.zz-item-toi-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
  text-transform: none;
  color: #fff;
}
.zz-item-toi-microtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.zz-listitem-textover-image {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.zz-listitem-textover-image a,
.zz-listitem-textover-image .img,
.zz-listitem-textover-image img {
  width: 100%;
  height: 100%;
}
.zz-listitem-textover-image a {
  display: block;
}
.zz-listitem-textover-image .img {
  overflow: hidden;
}
.zz-listitem-textover-image img {
  display: block;
  object-fit: cover;
  transition: all ease-in-out 300ms;
}
.zz-listitem-textover-image .keywords {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.zz-listitem-textover-image .keywords .kw {
  float: left;
  margin-right: 2px;
  height: 15px;
  padding: 2px 4px;
  background-color: #2C3E50;
  color: #FFF;
  text-transform: uppercase;
}
.zz-listitem-textover-image .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to top, #131a20 40%, rgba(19, 26, 32, 0) 100%);
  padding: 30px 8px 8px;
}
.zz-listitem-textover-image:hover img {
  transform: scale(1.1);
}
/*
    Created on : 08/10/2024, 09:20:14
    Author     : ferna
*/
.zz-li2 {
  --img-width: 176px;
  --img-height: 128px;
  --color-link: #548bb6;
  display: flex;
  gap: 8px;
}
.zz-li2-img {
  flex-shrink: 0;
  width: var(--img-width);
  height: var(--img-height);
  position: relative;
}
.zz-li2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zz-li2-img .zz-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zz-li2-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  color: var(--color-link);
}
.zz-li2-obs {
  font-size: 12px;
  line-height: 1.33;
  color: #999;
}
.zz-li2-obs .icn_zerozero {
  font-size: inherit;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2018, 5:57:07 PM
    Author     : mv
*/
.zz-related-entities {
  color: #4a4a4a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  padding: 8px;
}
.zz-related-entities * {
  box-sizing: inherit;
}
.zz-related-entities .entity {
  display: inline-block;
  /*width: 50%;*/
}
.zz-related-entities .entity-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.zz-related-entities .entity-items {
  line-height: 12px;
  font-size: 14px;
}
.zz-related-entities .entity-items a {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 6px;
  color: #49afc5;
  display: inline-block;
  margin: 0 8px 8px 0;
}
.zz-related-entities .entity-items a:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.zz-related-entities .entity-items img {
  width: 16px;
  height: 12px;
  margin: 2px 6px 2px 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 4, 2019, 10:26:28 AM
    Author     : mv
*/
.zz-info-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 4px;
  color: #fff;
}
.zz-info-panel * {
  box-sizing: inherit;
}
.zz-info-panel .zz-icon,
.zz-info-panel .zz-icn {
  float: left;
  margin-right: 8px;
}
.zz-info-panel .text {
  margin-left: 40px;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
.zz-info-panel.arrow {
  position: relative;
}
.zz-info-panel.arrow.topright {
  margin-top: 10px;
}
.zz-info-panel.arrow.topright:before {
  top: -20px;
  right: 16px;
  border: 10px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
}
.zz-info-panel.dark {
  background: rgba(0, 0, 0, 0.1);
  color: #4a4a4a;
}
.zz-info-panel.dark.arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 19, 2018, 11:53:56 AM
    Author     : mv
*/
.zz-tagcloud {
  font-size: 18px;
}
.zz-tagcloud .zz-tagcloud-title {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  padding: 16px 8px;
  opacity: 0.6;
  cursor: pointer;
}
.zz-tagcloud .zz-tag {
  margin-right: 6px;
  margin-bottom: 6px;
}
.zz-tag {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: 'Roboto Condensed';
  padding: 8px 16px;
  display: inline-block;
  transition: all ease-in-out 300ms;
  text-transform: none;
}
.zz-tag:hover,
.zz-tag:active,
.zz-tag.is-blue {
  background-color: #199be1;
  color: #fff !important;
}
@media only screen and (min-width: 769px) {
  .zz-tag {
    font-size: 16px;
    padding: 6px 12px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 8, 2019, 5:13:25 PM
    Author     : mv
*/
.zz-slider .slick-arrow {
  cursor: pointer;
  background: none;
  position: absolute;
  border: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  height: auto;
  margin: 0;
  z-index: 1;
  transform: none;
  transition: all ease-in-out 300ms;
  color: #4a4a4a;
}
.zz-slider .slick-arrow span {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.zz-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.zz-slider .slick-arrow:before {
  content: "";
  display: none;
}
.zz-slider .slick-arrow:hover {
  /*opacity: 1;*/
}
.zz-slider .slick-prev {
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  left: 0;
}
.zz-slider .slick-prev span {
  left: 0;
}
.zz-slider .slick-next {
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
  right: 0;
}
.zz-slider .slick-next span {
  right: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 1, 2020, 7:02:13 PM
    Author     : fpereira
*/
.zz-progressbar {
  height: 26px;
  border-radius: 16px;
  background-color: #f2f2f2;
  box-shadow: 0px 0px 1px #999;
  position: relative;
  min-width: 40px;
}
.zz-progressbar-perc {
  height: 26px;
  border-radius: 16px;
  background-color: #333333;
  width: 0%;
  overflow: hidden;
  transition: width 100ms;
}
.zz-progressbar-txt {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  line-height: 26px;
  padding: 0 16px;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 2px #999;
}
.zz-progressbar.is-small {
  height: 20px;
}
.zz-progressbar.is-small .zz-progressbar-perc {
  height: 20px;
}
.zz-progressbar.is-small .zz-progressbar-txt {
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 12, 2019, 10:08:03 AM
    Author     : mv
*/
.zz-dropdown {
  position: relative;
  font-family: 'Roboto Condensed';
  display: inline-block;
}
.zz-dropdown .zz-dropdown-toggle {
  cursor: pointer;
}
.zz-dropdown .zz-dropdown-toggle:hover {
  opacity: 0.6;
}
.zz-dropdown.right .zz-dropdown-menu {
  right: 0;
  left: auto;
}
.zz-dropdown.right .zz-dropdown-item,
.zz-dropdown.right .zz-dropdown-toggle {
  text-align: right;
}
.zz-dropdown.open .zz-dropdown-menu {
  display: inline;
}
.zz-dropdown-menu {
  position: absolute;
  padding: 4px 0;
  top: 32px;
  left: 0;
  display: none;
  background: #fff;
  min-width: 200px;
  overflow: auto;
  max-height: 400px;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08), 0 2px 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  color: #4a4a4a;
}
.zz-dropdown-menu .zz-dropdown-item {
  font-size: 16px;
  display: block;
  padding: 8px 16px;
  transition: all ease-in-out 300ms;
}
.zz-dropdown-menu .zz-dropdown-item:hover {
  background-color: #e3eff5;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29-Dec-2023, 15:26:06
    Author     : mv
*/
.input-cropper {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  /*border: 1px solid gray;*/
  display: flex;
  flex-direction: column;
  gap: 8px;
  /*padding: 8px;*/
  /*	
	.zz-popup-body{
		display: flex;
		align-items: center;
	}
	
	.zz-popup-content{
		max-width: 400px;
		max-height: 400px;
	}
	*/
}
.input-cropper .cropper-face {
  background: url(/images/img_overlay_photo.svg) no-repeat center !important;
  opacity: 1;
  background-size: 100% 100% !important;
}
.input-cropper .cropper-line {
  background: transparent;
}
.input-cropper .cropper-view-box {
  outline-color: transparent;
}
.input-cropper .zz-btn.is-icon {
  background: transparent;
  color: #fff;
}
.input-cropper-tool {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin: 0 auto;
  height: 320px;
  width: 320px;
}
@media only screen and (min-width: 769px) {
  .input-cropper-tool {
    width: 600px;
    height: 400px;
  }
}
.input-cropper-area {
  height: 100%;
  width: 100%;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 3, 2019, 6:21:25 PM
    Author     : mv
*/
.zz-ban-c11 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  width: 300px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zz-ban-c11:before,
.zz-ban-c11:after {
  content: " ";
  display: table;
}
.zz-ban-c11:after {
  clear: both;
}
.zz-ban-c11:before,
.zz-ban-c11:after {
  content: " ";
  display: table;
}
.zz-ban-c11:after {
  clear: both;
}
.zz-ban-c11 * {
  box-sizing: inherit;
}
.zz-ban-c11 > * {
  flex-grow: 1;
}
.zz-ban-c11-teams {
  text-align: center;
}
.zz-ban-c11-teams img {
  margin: 0 8px;
  height: 80px;
}
.zz-ban-c11-texts {
  font-size: 18px;
}
.zz-ban-c11-title {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Flama Ultracondensed';
  font-size: 29px;
  margin-top: 8px;
}
.zz-ban-c11-datetime {
  font-family: 'Flama Semicondensed Book';
  font-size: 21px;
}
.zz-ban-c11-logo {
  text-align: center;
}
.zz-ban-c11-logo img {
  height: 96px;
}
.zz-ban-c11.is-leaderboard {
  width: auto;
  height: 110px;
  flex-direction: row-reverse;
  padding: 8px;
}
.zz-ban-c11.is-leaderboard .zz-ban-c11-title {
  margin-top: 16px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 3, 2019, 6:21:25 PM
    Author     : mv
*/
.zz-ban-ttb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: url(/images/totobola/banner_bg.png?v=1) no-repeat top center;
  color: #4a4a4a;
  width: 300px;
  height: 324px;
  overflow: hidden;
  display: block;
  padding-right: 82px;
}
.zz-ban-ttb:before,
.zz-ban-ttb:after {
  content: " ";
  display: table;
}
.zz-ban-ttb:after {
  clear: both;
}
.zz-ban-ttb:before,
.zz-ban-ttb:after {
  content: " ";
  display: table;
}
.zz-ban-ttb:after {
  clear: both;
}
.zz-ban-ttb * {
  box-sizing: inherit;
}
.zz-ban-ttb:hover {
  color: #4a4a4a !important;
}
.zz-ban-ttb-date {
  padding: 12px 8px 8px;
  line-height: 12px;
  text-transform: uppercase;
}
.zz-ban-ttb-game {
  line-height: 25px;
  font-size: 14px;
}
.zz-ban-ttb-game:before,
.zz-ban-ttb-game:after {
  content: " ";
  display: table;
}
.zz-ban-ttb-game:after {
  clear: both;
}
.zz-ban-ttb-game:before,
.zz-ban-ttb-game:after {
  content: " ";
  display: table;
}
.zz-ban-ttb-game:after {
  clear: both;
}
.zz-ban-ttb-number {
  float: left;
  width: 28px;
  color: #e9303c;
  font-weight: bold;
}
.zz-ban-ttb-name {
  float: left;
  width: 190px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.zz-site-mobile .zz-ban-ttb {
  margin: 0 auto 24px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 18, 2019, 5:23:33 PM
    Author     : mv
*/
.zz-yb-pl-ban {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.zz-yb-pl-ban:before,
.zz-yb-pl-ban:after {
  content: " ";
  display: table;
}
.zz-yb-pl-ban:after {
  clear: both;
}
.zz-yb-pl-ban:before,
.zz-yb-pl-ban:after {
  content: " ";
  display: table;
}
.zz-yb-pl-ban:after {
  clear: both;
}
.zz-yb-pl-ban * {
  box-sizing: inherit;
}
.zz-yb-pl-ban.is-big {
  height: 175px;
  margin-bottom: 22px;
  background: url(/images/yearbook/bg-banner-person.png);
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-print {
  top: 14px;
  left: 9px;
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-discover {
  top: 54px;
  width: 80%;
  height: 90px;
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-me {
  bottom: 14px;
  right: 9px;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 16px 4px 4px;
  border-radius: 36px;
  font-size: 12.8px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  font-family: Infra;
  transition: all ease-in-out 300ms;
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-me img {
  float: left;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  object-fit: cover;
  object-position: top center;
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-me:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
.zz-yb-pl-ban.is-rightbar,
.zz-yb-pl-ban.is-small {
  background: url(/images/yearbook/bg-banner-person-m.png) no-repeat top center;
  background-size: 100% auto;
  max-width: 356px;
  height: 144px;
  margin: 0 auto 48px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-print,
.zz-yb-pl-ban.is-small .zz-yb-pl-ban-print {
  bottom: 0;
  right: 90px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-me,
.zz-yb-pl-ban.is-small .zz-yb-pl-ban-me {
  left: 0;
  bottom: 26px;
  padding: 4px 12px;
  font-size: 12px;
  width: 240px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-me img,
.zz-yb-pl-ban.is-small .zz-yb-pl-ban-me img {
  display: none;
}
.zz-yb-pl-ban.is-rightbar {
  max-width: 300px;
  height: 128px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-me {
  width: 212px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-print {
  right: 70px;
}
.zz-yb-pl-ban .zz-yb-pl-ban-print {
  position: absolute;
  display: block;
  z-index: 2;
}
.zz-yb-pl-ban .zz-yb-pl-ban-discover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zz-yb-pl-ban .zz-yb-pl-ban-me {
  position: absolute;
  z-index: 1;
  color: #fff;
}
.zz-yb-pl-ban .zz-yb-pl-ban-me:hover {
  color: #fff !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 8, 2021, 12:01:39 PM
    Author     : mv
*/
.euro2020ban-img {
  display: block;
  margin: 0 auto 20px;
}
.mundial2022ban-img {
  display: block;
  margin: 0 auto 20px;
}
.euro2020ban-btn {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #e9332f;
  padding: 4px 37px 2px;
  border-radius: 4px;
  background-color: #ffffff;
}
.mundial2022ban-btn {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #E01F27;
  padding: 4px 37px 2px;
  border-radius: 4px;
  background-color: #ffffff;
}
#page_header_container.is-euro2020ban {
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
#page_header_container.is-euro2020ban.is-light {
  background-image: url(/images/euro2020ban/overlay-bg-dark.png);
}
#page_header_container.is-euro2020ban.is-light .h2 {
  background-image: url(/images/euro2020ban/overlay-bg-dark.png);
}
#page_header_container.is-euro2020ban.is-dark {
  background-image: url(/images/euro2020ban/overlay-bg-light.png);
}
#page_header_container.is-euro2020ban.is-dark .h2 {
  background-image: url(/images/euro2020ban/overlay-bg-light.png);
}
#page_header_container.is-euro2020ban .entity_h2 {
  background: transparent;
}
#page_header_container.is-euro2020ban .h2 {
  background: no-repeat right -223px;
}
#page_header_container.is-mundial2020ban {
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
#page_header_container.is-mundial2020ban.is-light {
  background-image: url(/images/euro2020ban/overlay-bg-dark.png);
}
#page_header_container.is-mundial2020ban.is-light .h2 {
  background-image: url(/images/euro2020ban/overlay-bg-dark.png);
}
#page_header_container.is-mundial2020ban.is-dark {
  background-image: url(/images/euro2020ban/overlay-bg-light.png);
}
#page_header_container.is-mundial2020ban.is-dark .h2 {
  background-image: url(/images/euro2020ban/overlay-bg-light.png);
}
#page_header_container.is-mundial2020ban .entity_h2 {
  background: transparent;
}
#page_header_container.is-mundial2020ban .h2 {
  background: no-repeat right -223px;
}
.euro2020ban-block {
  position: absolute;
  bottom: 70px;
  right: 44px;
  width: 250px;
}
.mundial2022ban-block {
  position: absolute;
  bottom: 70px;
  right: 44px;
  width: 250px;
}
/*@import "app/components/lists/header.less";*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:18:35 AM
    Author     : mv
*/
.zz-btn {
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  background-color: #3399cc;
  line-height: 24px;
  padding: 8px 16px;
  vertical-align: bottom;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  min-width: 120px;
}
.zz-btn .zz-icon,
.zz-btn img {
  display: block;
  float: left;
  margin-right: 8px;
}
.zz-btn:not([disabled]):hover {
  background-color: #3abbfc;
  border-color: #3abbfc;
  color: #fff !important;
}
.zz-btn:active {
  background-color: #548bb6;
}
.zz-btn[disabled] {
  background: #cccccc;
  color: #888888;
  cursor: default;
}
.zz-btn.outline {
  color: #3399cc;
  border: solid 2px currentColor;
  background: transparent;
  padding-top: 6px;
  padding-bottom: 6px;
}
.zz-btn.outline:not([disabled]):hover {
  background-color: transparent;
  border-color: #3abbfc;
  color: #3abbfc !important;
}
.zz-btn.outline[disabled] {
  background: transparent;
  border-color: #cccccc;
  color: #888888;
}
.zz-btn.inline {
  color: #3399cc;
  border: solid 1px #dddddd;
  text-transform: none;
  background: transparent;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: normal;
}
.zz-btn.inline:not([disabled]):hover {
  background-color: transparent;
  border-color: #3abbfc;
  color: #3abbfc !important;
}
.zz-btn.inline[disabled] {
  background: transparent;
  border-color: #cccccc;
  color: #888888;
}
.zz-btn.white {
  background: #fff;
  color: #4a4a4a;
  border-color: #fff;
}
.zz-btn.block {
  display: block;
}
button.zz-btn.block {
  width: 100%;
}
.zz-btn.image {
  min-width: 0;
}
.zz-btn.image .zz-icon,
.zz-btn.image img {
  float: none;
  margin: 0 auto;
}
.zz-btn.is-icon {
  min-width: 0;
  height: 32px;
  padding: 0;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.zz-btn-group {
  display: flex;
}
.zz-btn-group .zz-btn {
  flex-grow: 1;
  margin-left: 8px;
}
.zz-btn-group .zz-btn:first-child {
  margin-left: 0;
}
.zz-btn2 {
  --btn2-text-color: #fff;
  --btn2-bg-color: #3399cc;
  --btn2-bg-color-hover: #47a3d1;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  padding: 0 16px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: var(--btn2-text-color);
  background: var(--btn2-bg-color);
  border-radius: 4px;
  transition: all ease-in-out 300ms;
}
.zz-btn2.is-small {
  height: 28px;
}
.zz-btn2.is-yellow {
  --btn2-bg-color: #ccac33;
  --btn2-bg-color-hover: #d1b447;
}
.zz-btn2:not([disabled]):hover {
  background-color: var(--btn2-bg-color-hover);
  border-color: var(--btn2-bg-color);
  color: var(--btn2-text-color) !important;
}
.zz-btn2:active {
  background-color: var(--btn2-bg-color-hover);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:18:57 AM
    Author     : mv
*/
.zz-border-btn {
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 8px 64px 8px 16px;
  line-height: 26px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: inline-block;
  transition: all ease-in-out 300ms;
  color: #fff;
}
.zz-border-btn .fa {
  font-size: 22px;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
}
.zz-border-btn:hover {
  background: #fff;
  color: #3e5368;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:19:22 AM
    Author     : mv
*/
.zz-sociallogin-btn {
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  font-size: 40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  transition: all ease-in-out 300ms;
}
.zz-sociallogin-btn .fa {
  transition: all ease-in-out 300ms;
  line-height: 2;
}
.zz-sociallogin-btn:hover {
  background: #fff;
}
.zz-border-btn:hover .fa-google,
.zz-sociallogin-btn:hover .fa-google {
  color: #ea4335;
}
.zz-border-btn:hover .fa-twitter,
.zz-sociallogin-btn:hover .fa-twitter {
  color: #1da1f2;
}
.zz-border-btn:hover .fa-facebook-f,
.zz-sociallogin-btn:hover .fa-facebook-f {
  color: #3b5998;
}
/** FP: rb odds **/
.rbbox-odds {
  font-weight: normal;
}
.rbbox-odds .frame {
  width: auto;
  padding: 16px;
  display: block;
}
.rbbox-odds .title {
  font-size: 18px;
  font-weight: bold;
  color: #39393A;
  text-align: right;
  margin-bottom: 10px;
}
.rbbox-odds .title strong {
  line-height: 32px;
}
.rbbox-odds .input {
  padding: 3px 5px;
  border: 1px solid #CCCCCC;
  float: right;
  color: #9A9A9A;
  font-size: 18px;
  width: 77px;
  margin-left: 10px;
}
.rbbox-odds .input input {
  border: 0;
  color: #39393A;
  font: inherit;
  font-weight: bold;
  width: 48px;
}
.rbbox-odds .switch {
  font-size: 11px;
  color: #898989;
  font-weight: normal;
  clear: both;
  margin-top: -10px;
  text-align: right;
  line-height: 20px;
}
.rbbox-odds .switch a {
  line-height: 24px;
}
.rbbox-odds .switch a.current {
  color: #3B7ADB;
}
.rbbox-odds .rbbox-footer {
  border-bottom: 1px solid #E0E6EE;
  border-left: 1px solid #E0E6EE;
  border-right: 1px solid #E0E6EE;
  padding: 0 16px;
}
.rbbox-odds .rbbox-footer .odd-total {
  font-family: Helvetica;
  color: #39393A;
  text-align: right;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 10px;
}
.rbbox-odds .rbbox-footer .odd-total span {
  font-size: 14px;
}
.rbbox-odds .rbbox-footer .button {
  padding: 5px 20px;
  display: block;
  border: 0;
  background-color: #FFB80D;
  color: #39393A;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
}
.rbbox-odds .rbbox-footer .button:hover {
  opacity: 0.9;
  color: inherit;
}
.rbbox-odds .rbbox-footer img {
  max-height: 22px;
}
.rbbox-odds .rbbox-footer .more {
  font-family: "Roboto Condensed";
  float: right;
  line-height: 22px;
  display: block;
  text-transform: uppercase;
  color: #3B7ADB;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.rbbox-odds .bar {
  background-color: #585858;
  color: #fff;
  line-height: 24px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
}
.rbbox-odds .bar:after {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 6px;
  border-top-color: rgba(255, 255, 255, 0.5);
  top: 8px;
  right: 8px;
  content: "";
}
.rbbox-odds .bar .number {
  float: left;
  display: block;
  width: 26px;
  border-right: 1px solid #8b8b8b;
  text-align: center;
}
.rbbox-odds .bar .text {
  padding: 4px 8px;
}
.rbbox-odds-row {
  padding: 5px 0;
}
.rbbox-odds-row .game {
  width: 45px;
  float: left;
  color: #4a4a4a;
  font-weight: 400;
}
.rbbox-odds-row .game img {
  margin-right: 10px;
}
.rbbox-odds-row .game .comp {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
}
.rbbox-odds-row .game .datetime {
  font-size: 11px;
  font-weight: normal;
}
.rbbox-odds-row .odds {
  margin-left: 50px;
}
.rbbox-odds-row .odd {
  height: 24px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 24px;
  display: block;
  background-color: #efefef;
  color: #4a4a4a;
  font-weight: bold;
}
.rbbox-odds-row .odd .team {
  padding: 4px 10px;
}
.rbbox-odds-row .odd .value {
  display: block;
  float: right;
  width: 76px;
  text-align: center;
  font-size: 16px;
  background-color: #E2E2E2;
}
.rbbox-odds-row .odd.selected {
  background: #FFB80D;
}
.rbbox-odds-row .odd.selected .value {
  background: rgba(0, 0, 0, 0.05);
}
.rbbox-odds-v3 {
  font-family: 'Roboto Condensed';
}
.rbbox-odds-v3 .frame {
  border: 0;
  padding: 8px;
  background: no-repeat top right;
  background-image: url(/images/svg/bg-rb-odds-overlay.svg), linear-gradient(to top, #252a48, #2b87b4);
}
.rbbox-odds-v3 .text-header {
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.rbbox-odds-v3 .text-header .text-title {
  font-size: 22px;
}
.rbbox-odds-v3 .text-header .text {
  font-size: 16px;
}
.rbbox-odds-v3 .text-header a {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
}
.rbbox-odds-v3 .wrapper {
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  margin-bottom: 8px;
}
.rbbox-odds-v3 .title {
  width: auto;
  font-size: 20px;
  text-transform: uppercase;
  color: #49afc5;
}
.rbbox-odds-v3 .input {
  padding: 0;
  position: relative;
  border-radius: 2px;
  font-size: 20px;
  box-sizing: border-box;
  height: 32px;
  display: inline-block;
  width: 88px;
  margin-left: 4px;
}
.rbbox-odds-v3 .input .symbol {
  width: 30px;
  display: inline-block;
  text-align: left;
}
.rbbox-odds-v3 .input input {
  text-align: right;
  font-size: 20px;
  padding: 0 3px;
  height: 30px;
  width: 40px;
}
.rbbox-odds-v3 .input:before {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 15px 10px;
  border-left-color: #CCC;
  content: "";
}
.rbbox-odds-v3 .rbbox-odds-row .team {
  font-size: 14px;
  font-weight: normal;
  width: 120px;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
}
.rbbox-odds-v3 .odd-total {
  text-align: right;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: normal;
}
.rbbox-odds-v3 .more {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #49afc5;
  display: block;
}
.rbbox-odds-v3 .logo img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 100%;
}
.rbbox-odds-v3 .currency-left .symbol {
  margin-left: 10px;
  text-align: right;
}
body.zz-site-mobile .rbbox-odds-v3 .title {
  width: auto;
}
body.zz-site-mobile .rbbox-odds-v3 .input input {
  padding: 0 3px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2018, 11:08:08 AM
    Author     : mv
*/
.rbbox-poll {
  margin: 0 -10px;
  padding: 24px 16px 32px;
  background-color: #f1f1f1;
}
.rbbox-poll .header {
  display: none;
}
.rbbox-poll .general_poll {
  background-color: transparent;
}
.rbbox-poll .general_poll_header {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: #3e5368;
  padding: 0 0 16px;
}
.rbbox-poll #poll-options {
  padding: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.rbbox-poll #poll-options .zz-btn {
  flex-grow: 3;
  min-width: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* START OVERWRITE OF .option */
  color: #fff;
  border: 0;
  font-size: 18px;
  padding: 8px;
  margin: 0;
  /* END OVERWRITE OF .option */
}
.rbbox-poll #poll-options .zz-btn:nth-child(2) {
  margin: 8px 0;
}
.rbbox-poll #poll-container {
  padding: 0;
}
.rbbox-poll #poll-results {
  background: none;
  padding: 0;
}
.rbbox-poll #poll-results .graph-bar {
  padding: 8px 16px;
  position: relative;
  border-radius: 4px;
}
.rbbox-poll #poll-results .graph-bar.selected {
  background-color: #c1e4f3;
}
.rbbox-poll #poll-results .bar-title {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.rbbox-poll #poll-results .bar-container {
  height: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.rbbox-poll #poll-results .bar-container .barra_graf {
  height: 24px;
  border-radius: 4px;
}
.rbbox-poll #poll-results .bar-votes {
  position: absolute;
  top: 12px;
  color: #666;
  font-size: 13px;
  right: 20px;
}
.rbbox-poll #poll-results .bar-percent {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px;
}
.poll-bet {
  padding: 8px;
  border-radius: 8px;
  background-color: #3e5368;
  text-align: center;
  margin-top: 24px;
}
.poll-bet h4 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin: 0 0 16px;
}
.poll-bet .btns {
  max-width: 400px;
  margin: 0 auto 16px;
  display: flex;
}
.poll-bet .btns .zz-btn {
  min-width: 96px;
  color: #3e5368;
  flex-grow: 1;
}
.poll-bet .btns .zz-btn .team {
  float: left;
}
.poll-bet .btns .zz-btn .value {
  float: right;
}
.poll-bet .btns .zz-btn:nth-child(2) {
  margin: 0 8px;
}
.poll-bet .logo {
  margin-bottom: 8px;
  text-align: center;
}
.poll-bet-betano .zz-btn:not([disabled]):hover {
  background-color: #2D864C;
  border-color: #2D864C;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 11:00:37 AM
    Author     : mv
*/
.zz-form {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #666;
}
.zz-form:before,
.zz-form:after {
  content: " ";
  display: table;
}
.zz-form:after {
  clear: both;
}
.zz-form:before,
.zz-form:after {
  content: " ";
  display: table;
}
.zz-form:after {
  clear: both;
}
.zz-form * {
  box-sizing: inherit;
}
.zz-form .zz-form-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #3e5368;
  padding-bottom: 16px;
  min-height: 48px;
}
.zz-form .zz-form-sectionheader .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #4a4a4a;
  padding: 8px 0 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  min-height: 48px;
}
.zz-form .zz-form-sectionheader .desc {
  font-size: 12px;
  padding-bottom: 32px;
  line-height: 1.33;
  font-weight: normal;
  color: #666;
}
.zz-form .zz-form-sectionheader .title + .desc {
  margin-top: -8px;
}
.zz-form .zz-form-row {
  padding-bottom: 24px;
  padding-left: 24px;
}
.zz-form .zz-form-row:last-child {
  padding-bottom: 0;
}
.zz-form .zz-form-row-btns {
  padding-top: 48px;
}
.zz-form .zz-form-label {
  display: block;
  font-size: 14px;
  min-height: 24px;
  color: #666666;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:19:54 AM
    Author     : mv
*/
.zz-input-control {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #fff;
}
.zz-input-control input {
  background: #fff;
  line-height: 32px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  font-size: 20px;
  display: block;
  width: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  color: transparent;
  padding: 8px;
}
.zz-input-control .zz-placeholder {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 32px;
  transition: all ease-in-out 50ms;
  padding: 8px;
  text-transform: lowercase;
}
.zz-input-control .zz-input-msg {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 4px;
  position: relative;
  z-index: 1;
}
.zz-input-control .zz-input-msg.success {
  background-color: #7ed321;
}
.zz-input-control .zz-input-msg.error {
  background-color: #ff5d30;
}
.zz-input-control input[disabled] + .zz-placeholder {
  background: #cccccc;
}
.zz-input-control.withvalue input,
.zz-input-control.focus input {
  color: #4a4a4a;
  padding: 12px 8px 4px;
}
.zz-input-control.withvalue .zz-placeholder,
.zz-input-control.focus .zz-placeholder {
  font-size: 12px;
  bottom: auto;
  padding: 3px;
  line-height: 1;
  font-weight: 500;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 29, 2018, 11:25:47 AM
    Author     : mv
*/
.zz-input {
  font-size: 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: solid 1px #999999;
  background-color: #ffffff;
  padding: 8px;
  color: #aaaaaa;
  line-height: 22px;
  transition: all ease-in-out 300ms;
}
.zz-input:focus {
  color: #333333;
  border-color: currentColor;
}
.zz-input[disabled] {
  border: solid 1px #cccccc;
  background: #eeeeee;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2018, 6:42:10 PM
    Author     : mv
*/
.zz-toggle-btn {
  display: flex;
  width: 100%;
  border-radius: 24px;
  background-color: #273442;
  padding: 4px;
}
.zz-toggle-btn a {
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  text-transform: uppercase;
  /*font-weight: bold;*/
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  display: block;
  transition: all ease-in-out 300ms;
}
.zz-toggle-btn a:hover {
  color: #fff;
}
.zz-toggle-btn a.active {
  background: #fff;
  color: #273442;
}
.zz-toggle-btn.outline {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}
.zz-toggle-btn.outline a {
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #fff;
}
.zz-toggle-btn.outline a:first-child {
  border-left: 0;
}
.zz-toggle-btn.outline.is-dark {
  border-color: #4a4a4a;
}
.zz-toggle-btn.outline.is-dark a {
  color: #4a4a4a;
  border-color: #4a4a4a;
}
.zz-toggle-btn.outline.is-dark a.active {
  background: #4a4a4a;
  color: #fff;
}
.zz-header .zz-toggle-btn a.active:hover {
  color: #273442 !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 11:32:17 AM
    Author     : mv
*/
.zz-checkbox {
  position: relative;
  cursor: pointer;
  padding-right: 8px;
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.zz-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.zz-checkbox span {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-left: 32px;
}
.zz-checkbox span::before,
.zz-checkbox span::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.zz-checkbox span::before {
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: solid 1px #999999;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
		 *to vertically center it.
		 */
  top: 5px;
}
.zz-checkbox span::after {
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  height: 6px;
  width: 14px;
  left: 2px;
  top: 9px;
  color: #fff;
}
.zz-checkbox input[type="checkbox"] + span::after {
  content: none;
}
.zz-checkbox input[type="checkbox"]:checked + span::before {
  background: #3e5368;
  border-color: #3e5368;
}
.zz-checkbox input[type="checkbox"]:checked + span::after {
  content: "";
}
.zz-checkbox input[type="checkbox"]:focus + span::before {
  outline: #3e5368 auto 1px;
}
.zz-form.submited {
  /* HTML5 Error */
}
.zz-form.submited input[type="checkbox"]:invalid + span::before {
  box-shadow: 0 0 3px red;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 11:32:42 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2017, 6:44:26 PM
    Author     : mv
*/
.zz-radio {
  line-height: 26px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 8px;
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.zz-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.zz-radio span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-top: 2px;
}
.zz-radio span::before,
.zz-radio span::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.zz-radio span::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: solid 1px #999999;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
		 *to vertically center it.
		 */
  top: 5px;
}
.zz-radio span::after {
  height: 12px;
  width: 12px;
  left: 4px;
  top: 9px;
  background: #3e5368;
  border-radius: 50%;
}
.zz-radio input[type="radio"] + span::after {
  content: none;
}
.zz-radio input[type="radio"]:checked + span::after {
  content: "";
}
.zz-radio input[type="radio"]:focus + span::before {
  outline: #fff auto 1px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 2:01:12 PM
    Author     : mv
*/
.zz-select {
  display: inline-block;
  height: 40px;
  position: relative;
}
.zz-select select {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: solid 1px #999999;
  background-color: #ffffff;
  padding: 0 30px 0 8px;
  color: #aaaaaa;
  line-height: 22px;
  transition: all ease-in-out 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.zz-select select.needattention {
  border-color: #3e5368;
  box-shadow: none;
  outline: none;
}
.zz-select select:focus {
  border-color: #3e5368;
  box-shadow: none;
  outline: none;
}
.zz-select select option {
  line-height: 35px;
}
.zz-select:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23999%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24%2012l-8%208-8-8%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  content: "";
  font-size: 20px;
  float: right;
  position: absolute;
  right: 4px;
  top: 4px;
  pointer-events: none;
  z-index: 1;
  width: 32px;
  height: 32px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 29, 2018, 3:13:38 PM
    Author     : mv
*/
/*

POPUP HTML STRUCTURE:

.zz-popup
	.zz-popup-wrapper - optional
		.zz-popup-container 
			.zz-popup-header
				.zz-popup-title
			.zz-popup-body
				.zz-popup-content
			.zz-popup-footer
				.zz-popup-btns

*/
body.state-open-popup {
  max-height: 100vh;
  overflow: hidden;
}
.zz-popup {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  /*	.zz-popup-overlay{
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background: rgba(0,0,0,0.4);
		z-index: 1;
	}*/
  /*	.zz-popup-wrapper{
		width: 100vw;
		height: 100vh;
		position: relative;
		z-index: 2;
		
		overflow: auto;
		background: rgba(0,0,0,0.4);
	}*/
}
.zz-popup * {
  box-sizing: inherit;
}
.zz-popup .zz-popup-container {
  margin: 5vh auto;
  width: 80%;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 36px 0 rgba(0, 0, 0, 0.5);
}
.zz-popup .zz-popup-container:before,
.zz-popup .zz-popup-container:after {
  content: " ";
  display: table;
}
.zz-popup .zz-popup-container:after {
  clear: both;
}
.zz-popup .zz-popup-container:before,
.zz-popup .zz-popup-container:after {
  content: " ";
  display: table;
}
.zz-popup .zz-popup-container:after {
  clear: both;
}
.zz-popup .zz-popup-header {
  padding: 32px;
}
.zz-popup .zz-popup-header .zz-popup-close {
  font-weight: bold;
  line-height: 1.64;
  float: right;
  color: #a8a8a8;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.8;
}
.zz-popup .zz-popup-header .zz-popup-close .zz-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M14%2010h6v4h-6v6h-4v-6H4v-4h6V4h4v6z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23000%22%20opacity%3D%22.6%22%20transform%3D%22rotate(45%2012%2012)%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%3C!--%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FFF%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-4h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E--%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-popup .zz-popup-header .zz-popup-title {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 0;
  color: #3e5368;
  text-transform: uppercase;
}
.zz-popup .zz-popup-body .zz-popup-content {
  padding: 0 32px 32px;
  font-size: 16px;
  color: #4a4a4a;
}
.zz-popup .zz-popup-footer {
  margin: 0 32px 32px;
}
.zz-popup .zz-popup-footer .zz-popup-btns {
  border-top: 1px solid #dddddd;
  text-align: right;
  padding-top: 24px;
}
.zz-popup .zz-popup-footer .zz-popup-btns .zz-btn {
  margin-left: 5px;
  font-family: 'Roboto Condensed';
}
.zz-popup .zz-popup-footer .zz-popup-btns .zz-btn.outline {
  border-color: transparent;
}
.zz-popup.open {
  display: block;
}
.zz-popup.centered {
  justify-content: center;
  align-items: center;
  /*		.zz-popup-wrapper{
			justify-content: center;
			align-items: center;
			display: flex;
		}*/
}
.zz-popup.centered .zz-popup-container {
  max-height: 90vh;
}
.zz-popup.centered.open {
  display: flex;
}
.zz-popup-confirm .zz-popup-container {
  width: 512px;
}
.zz-popup-dark .zz-popup-container {
  background: #354657;
  color: #fff;
}
.zz-popup-dark .zz-form {
  color: #fff;
}
.zz-popup-dark .zz-form .zz-form-row {
  padding-left: 0;
}
.zz-popup-dark .zz-separator-text:before {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 6, 2018, 6:05:35 PM
    Author     : mv
*/
/**

File created based on hardcoded code in:
	zzlib_menu_html.php => filete_mundo($te_modalidade)
	
 */
.zz-bar-mundo {
  background-color: #dde738;
  padding: 6px 10px;
  text-align: center;
  margin: 0 auto;
  line-height: 12px;
}
.zz-bar-mundo a {
  font: 700 13px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  color: #444;
  text-transform: uppercase;
}
.zz-bar-mundo a span {
  font-size: 15px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 4, 2019, 5:16:12 PM
    Author     : mv
*/
.zz-top-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: block;
  padding: 4px 16px;
  height: 40px;
  line-height: 32px;
  font-family: 'Roboto Condensed';
}
.zz-top-link * {
  box-sizing: inherit;
}
.zz-top-link .arrow {
  background: #ff5f00;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  border: 4px;
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  float: left;
}
.zz-top-link .arrow .zz-icon {
  float: left;
  margin: 4px;
}
.zz-top-link .arrow:before {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-width: 16px 10px;
  border-right-color: #ff5f00;
  top: 0;
  left: -20px;
}
.zz-top-link .match {
  margin: 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.zz-top-link .match img {
  margin: 0 8px;
  height: 24px;
}
.zz-top-link .match .res {
  font-weight: bold;
}
.zz-top-link .time {
  font-size: 12px;
  float: right;
}
.zz-top-link.bg-live {
  background: #fff251;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 8, 2018, 10:08:01 AM
    Author     : mv
*/
.zz-header-hotlinks {
  padding-top: 8px;
  margin-left: -16px;
  margin-right: -16px;
}
.zz-header-hotlinks li {
  margin-left: 8px;
  position: relative;
  border-radius: 4px;
  min-height: 86px;
  min-width: 128px;
}
.zz-header-hotlinks li a {
  display: block;
}
.zz-header-hotlinks li img {
  width: 128px;
  height: 86px;
  border-radius: 4px;
}
.zz-header-hotlinks li img.logo {
  display: block;
  width: auto;
  height: 50px;
  margin: 8px auto;
}
.zz-header-hotlinks li:after {
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.zz-header-hotlinks li .title {
  position: absolute;
  color: #fff;
  padding: 6px;
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zz-header-hotlinks.videos .title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.zz-header-hotlinks.videos li:after {
  display: none;
  content: "";
}
body.zz-site-desktop .zz-header-hotlinks {
  margin-left: -8px;
  margin-right: 0;
  padding-bottom: 16px;
}
body.zz-site-desktop .zz-header-hotlinks li {
  margin-left: 8px;
  width: 152px;
  height: 102px;
}
body.zz-site-desktop .zz-header-hotlinks li img {
  width: 100%;
  height: 100%;
}
.zz-header-playmaker {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
  background-color: #01BFA5;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 300;
  font-family: Montserrat;
  text-align: center;
  color: #e0f2f1;
}
.zz-header-playmaker .content {
  margin: 0 auto;
  width: 970px;
}
.zz-header-playmaker .img {
  float: left;
  padding: 9px 0;
  line-height: 32px;
}
.zz-header-playmaker .img .plus {
  display: block;
  float: left;
  margin: 0 7px;
  color: #e0f2f1 !important;
}
.zz-header-playmaker .img img {
  float: left;
  height: 32px;
  width: 32px;
}
.zz-header-playmaker .txt {
  color: #e0f2f1;
  transition: color ease-in-out 300ms;
}
.zz-header-playmaker .txt em {
  font-weight: bold;
  font-style: italic;
}
.zz-header-playmaker .txt:hover {
  color: #fff !important;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.zz-header-playmaker .twitter-follow-button {
  float: right;
  margin-top: 11px;
}
.zz-header-playmaker a.twitter-follow-button {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 0 6px;
  float: right;
  line-height: 26px;
  border: 1px solid #e0f2f1;
  border-radius: 4px;
}
.zz-header-playmaker a.twitter-follow-button .fa {
  float: left;
  font-size: 18px;
  margin-right: 5px;
  margin-top: 3px;
}
.zz-header-playmaker a.twitter-follow-button:hover {
  color: #fff;
}
.zz-header-social-bar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
  background-color: #01BFA5;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 300;
  font-family: Montserrat;
  text-align: center;
  color: #e0f2f1;
  padding: 0;
  width: 100%;
  margin: 0;
  float: none;
}
.zz-header-social-bar a {
  color: inherit;
}
.zz-header-social-bar .content {
  margin: 0 auto;
  width: 970px;
}
.zz-header-social-bar .img {
  float: left;
  padding: 9px 0;
  line-height: 32px;
}
.zz-header-social-bar .img .plus {
  display: block;
  float: left;
  margin: 0 7px;
}
.zz-header-social-bar .img img,
.zz-header-social-bar .img svg {
  float: left;
  height: 32px;
  width: 32px;
  fill: #e0f2f1;
}
.zz-header-social-bar .txt {
  transition: color ease-in-out 300ms;
}
.zz-header-social-bar .txt em {
  font-weight: bold;
  font-style: italic;
}
.zz-header-social-bar .txt:hover {
  color: #fff !important;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.zz-header-social-bar .social-btn-wrapper {
  float: right;
  height: 50px;
  box-sizing: border-box;
}
.zz-header-social-bar a.social-btn {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 0 6px;
  float: right;
  line-height: 26px;
  border: 1px solid #e0f2f1;
  border-radius: 4px;
}
.zz-header-social-bar a.social-btn .fab {
  float: left;
  font-size: 18px;
  margin-right: 5px;
  margin-top: 3px;
}
.zz-header-social-bar a.social-btn:hover {
  color: #fff;
}
.zz-header-social-bar.playmaker {
  background-color: #01BFA5;
  color: #e0f2f1;
}
.zz-header-social-bar.playmaker .social-btn-wrapper {
  padding-top: 11px;
}
.zz-header-social-bar.facebook {
  background-color: #3b5998;
  color: #dfe3ee;
}
.zz-header-social-bar.facebook .social-btn-wrapper {
  padding-top: 10px;
}
.zz-header-social-bar.instagram {
  background-color: #e5405f;
  color: #ffcc00;
}
.zz-header-social-bar.instagram .social-btn {
  margin-top: 11px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.zz-header-social-bar.instagram svg {
  fill: #ffcc00;
}
.zz-header-social-bar.youtube {
  background-color: #ce1312;
  color: #ffc0c0;
}
.zz-header-social-bar.youtube .social-btn-wrapper {
  padding-top: 7px;
}
.zz-header-social-bar.twitter {
  background-color: #00aaec;
  color: #bfecfd;
}
.zz-header-social-bar.twitter .social-btn-wrapper {
  padding-top: 11px;
  height: 50px;
  box-sizing: border-box;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2018, 4:58:32 PM
    Author     : mv
*/
.zz-menu-admin {
  background: #fff;
}
.zz-menu-admin a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
}
.zz-menu-admin a.danger {
  color: red;
}
.zz-menu-admin .zz-separator {
  margin: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 12:47:23 PM
    Author     : mv
*/
.zz-tab-btns {
  display: flex;
  color: #2c3e50;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.zz-tab-btns a {
  padding: 8px 8px 3px;
  display: block;
  border-bottom: 5px solid transparent;
  opacity: 0.6;
  transition: all ease-in-out 300ms;
}
.zz-tab-btns a:hover {
  border-bottom-color: #2c3e50;
}
.zz-tab-btns a.selected {
  border-bottom-color: #2c3e50;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .zz-tab-btns {
    font-size: 18px;
  }
  .zz-tab-btns a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.zz-toggle-tab-container {
  display: none;
}
.zz-toggle-tab-container.active {
  display: block;
}
/*
    Created on : 30/01/2024, 16:32:37
    Author     : ferna
*/
#ad_block_msg {
  background-color: #4A1E26;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #fff;
}
#ad_block_msg .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#ad_block_msg .btns {
  display: flex;
  gap: 24px;
}
#ad_block_msg .btns .zz-btn {
  flex-basis: 0;
  flex-grow: 1;
}
#ad_block_msg .logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
#ad_block_msg .logo .logo-img {
  width: 40px;
  height: 30px;
  background: no-repeat center url('/style/new/img/zz_logotype.png');
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 18, 2020, 5:40:42 PM
    Author     : fpereira
*/
.staff_line .name .zz-player-note-details,
.zz-player-note-details {
  font-size: 12px !important;
  color: #8090A0;
  font-weight: 300 !important;
  margin: 0;
}
.staff_line .name .zz-player-note-details b,
.zz-player-note-details b {
  float: left;
}
.staff_line .name .zz-player-note-details b.icn_zerozero,
.zz-player-note-details b.icn_zerozero,
.staff_line .name .zz-player-note-details b.icn_zerozero2,
.zz-player-note-details b.icn_zerozero2 {
  font-size: 12px;
  padding-left: 4px;
  padding-right: 2px;
}
/*Man of the Match: "Montserrat Bold Italic" 22px #fff
Background: Rectangle 630x80px #FF4600
Ponto (10): "Montserrat Black Italic" 26px #fff
Jogador:
Photo: C�rculo 60px, shadow 2px #AF3000
Bandeira: 21x14 px
Nome: "Montserrat Bold Italic" 16px #fff
Posi��o e clube: "Montserrat Light Italic" 8px #fff
N�meros e icons: "Montserrat Italic" 10px #fff*/
.zz-mom {
  font-family: Montserrat;
  border-radius: 4px;
  background: #FF4600;
  color: #fff;
  padding: 8px 16px;
  display: flex;
  position: relative;
}
.zz-mom .zz-mom-title {
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -1px;
  width: 40%;
  padding-top: 4px;
}
.zz-mom .zz-mom-middle {
  flex-grow: 1;
  width: 60%;
}
.zz-mom .zz-mom-note {
  text-align: right;
  font-size: 56px;
  font-weight: bold;
  font-style: italic;
  /*width: 10%;*/
}
.zz-mom .zz-mom-name {
  font-size: 16px !important;
  font-family: Montserrat;
  color: #fff !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.zz-mom .zz-mom-photo {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #AF3000;
  overflow: hidden;
  float: left;
  background: no-repeat top center;
  margin-right: 8px;
}
.zz-mom .zz-mom-xtra {
  font-style: italic;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  /*padding: 4px 0;*/
}
.zz-mom .zz-mom-texts {
  padding-top: 8px;
}
.zz-mom .zz-mom-stats {
  line-height: 20px;
}
.zz-mom .zz-mom-stats span {
  float: left;
  font-weight: 600;
}
.zz-mom .zz-mom-stats .icn_zerozero {
  margin-left: 8px;
  font-weight: 300;
  font-size: 12px;
  margin-right: 4px;
}
.zz-mom .zz-mom-stats .icn_zerozero:first-child {
  margin-left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 13, 2018, 6:10:00 PM
    Author     : mv
*/
:root {
  --matchbox-bm-color: #ff3c00;
}
#homepage .zz-matchbox .date {
  padding: 4px 0 0;
  font-size: 10px;
  font-weight: normal;
}
.zz-matchbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  padding-top: 8px;
  position: relative;
  z-index: 0;
}
.zz-matchbox * {
  box-sizing: inherit;
}
.zz-matchbox ul {
  margin: 0;
  padding: 0;
}
.zz-matchbox .menu,
.zz-matchbox .list {
  transition: all ease-in-out 300ms;
  opacity: 0;
}
.zz-matchbox.ready .menu,
.zz-matchbox.ready .list {
  opacity: 1;
}
.zz-matchbox .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 44px;
  z-index: 9;
  transition: all ease-in-out 300ms;
}
.zz-matchbox .gradient.left {
  left: 0;
  background-image: linear-gradient(to right, #e5e8ea, rgba(229, 232, 234, 0));
}
.zz-matchbox .gradient.right {
  right: 0;
  background-image: linear-gradient(to left, #e5e8ea, rgba(229, 232, 234, 0));
}
.zz-matchbox .gradient.hidden {
  opacity: 0;
  pointer-events: none;
}
.zz-matchbox .menu {
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.zz-matchbox .menu:before,
.zz-matchbox .menu:after {
  content: " ";
  display: table;
}
.zz-matchbox .menu:after {
  clear: both;
}
.zz-matchbox .menu:before,
.zz-matchbox .menu:after {
  content: " ";
  display: table;
}
.zz-matchbox .menu:after {
  clear: both;
}
.zz-matchbox .menu li {
  border-radius: 16px;
  display: inline-block;
  transition: all ease-in-out 300ms;
  cursor: pointer;
}
.zz-matchbox .menu .zz-icon {
  float: left;
  transition: all ease-in-out 300ms;
}
.zz-matchbox .menu .txt {
  float: left;
  width: 0;
  overflow: hidden;
  display: inline-block;
  transition: all ease-in-out 300ms;
  color: inherit;
}
.zz-matchbox .menu .total {
  text-align: center;
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
}
.zz-matchbox .menu li.live .total {
  background: #fff251;
  padding: 0 4px;
  border-radius: 20px;
  color: #3e5368;
}
.zz-matchbox .menu li.active {
  background-color: #3e5368;
  color: #fff;
}
.zz-matchbox .menu li.active .zz-icon {
  width: 0;
  overflow: hidden;
}
.zz-matchbox .menu-cats {
  float: left;
}
.zz-matchbox .menu-cats li {
  padding: 5px 12px;
  color: #3e5368;
  margin-right: 6px;
  background: #fff;
}
.zz-matchbox .support {
  font-size: 10px;
  opacity: 0.5;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}
.zz-matchbox .list {
  position: relative;
}
.zz-matchbox .list .ul-wrapper {
  position: relative;
  padding: 8px 0;
  height: 116px;
  width: 100vw;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
}
.zz-matchbox .list .ul-wrapper .fa.fa-spin {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 0;
  opacity: 0;
}
.zz-matchbox .list .ul-wrapper .fa.fa-spin.show {
  opacity: 1;
}
.zz-matchbox .list ul {
  transition: all ease-in-out 300ms;
  white-space: nowrap;
}
.zz-matchbox .list ul:before,
.zz-matchbox .list ul:after {
  content: " ";
  display: table;
}
.zz-matchbox .list ul:after {
  clear: both;
}
.zz-matchbox .list ul:before,
.zz-matchbox .list ul:after {
  content: " ";
  display: table;
}
.zz-matchbox .list ul:after {
  clear: both;
}
.zz-matchbox .list ul.hidden {
  opacity: 0;
}
.zz-matchbox .separator,
.zz-matchbox .game {
  height: 94px;
  margin-left: 8px;
  display: inline-block;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.zz-matchbox .separator {
  background: var(--matchbox-bm-color) no-repeat center;
  background-size: cover;
  width: auto;
  min-width: 0;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.zz-matchbox .separator a {
  height: 100%;
  display: flex;
  align-items: center;
}
.zz-matchbox .separator img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.zz-matchbox .separator:empty {
  display: none;
}
.zz-matchbox .separator-content {
  /*width: 88px;*/
  min-width: 88px;
  background: no-repeat center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.zz-matchbox .game {
  width: 160px;
  min-width: 160px;
  padding: 8px;
  background-color: #ffffff;
  position: relative;
  transition: all ease-in-out 300ms;
}
.zz-matchbox .game div.micrologo_and_text {
  float: left;
  font-size: 12px;
  color: rgba(74, 74, 74, 0.6);
  padding-right: 2px;
}
.zz-matchbox .game div.micrologo_and_text .text {
  padding: 0;
}
.zz-matchbox .game img {
  float: left;
  margin-right: 4px;
  height: 14px;
  object-fit: contain;
  object-position: center;
  width: 20px;
}
.zz-matchbox .game .comp {
  font-size: 12px;
  color: rgba(74, 74, 74, 0.6);
  margin-bottom: 8px;
}
.zz-matchbox .game .odds {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #4a4a4a;
}
.zz-matchbox .game .odds .odd {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 4px;
  width: 36px;
  text-align: center;
}
.zz-matchbox .game .tags {
  position: absolute;
  top: 8px;
  right: 8px;
  font-weight: bold;
  font-size: 10px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.zz-matchbox .game .tags .tag {
  background: #f5a623;
  padding: 2px 4px;
}
.zz-matchbox .game .tags .tag.time {
  background: #f8e610;
}
.zz-matchbox .game .tags .tag:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.zz-matchbox .game .tags .tag:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.zz-matchbox .game .team {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}
.zz-matchbox .game .team:before,
.zz-matchbox .game .team:after {
  content: " ";
  display: table;
}
.zz-matchbox .game .team:after {
  clear: both;
}
.zz-matchbox .game .team:before,
.zz-matchbox .game .team:after {
  content: " ";
  display: table;
}
.zz-matchbox .game .team:after {
  clear: both;
}
.zz-matchbox .game .team .title {
  display: block;
  width: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}
.zz-matchbox .game .team .title span {
  font-weight: normal;
  top: 0 !important;
  padding-left: 4px;
  font-size: 12px;
  line-height: 16px;
}
.zz-matchbox .game .team .res {
  float: right;
}
.zz-matchbox .game .date {
  padding-top: 4px;
  font-size: 10px;
  color: rgba(74, 74, 74, 0.6);
}
.zz-matchbox .game:last-child {
  margin-right: 8px;
}
.zz-matchbox .game.live-1 {
  background-color: #fff251;
}
.zz-matchbox .game.with-odds {
  background-color: #D4D7DB;
}
.zz-matchbox.with-support .list .ul-wrapper {
  height: 120px;
}
body.zz-site-desktop.zz-tpl-zerozero .zz-matchbox .gradient {
  display: none;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  top: 50%;
  bottom: auto;
  margin-top: -13px;
}
body.zz-site-desktop.zz-tpl-zerozero .zz-matchbox .gradient.left {
  background: url(/images/svg/icn-match-scroll-arrow-left_2.svg);
  left: 8px;
}
body.zz-site-desktop.zz-tpl-zerozero .zz-matchbox .gradient.right {
  background: url(/images/svg/icn-match-scroll-arrow-right_2.svg);
  right: 8px;
}
body.zz-site-desktop.zz-tpl-zerozero .zz-matchbox .gradient:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
}
body.zz-site-desktop .zz-matchbox .support {
  display: none;
}
body.zz-site-desktop .zz-matchbox .menu,
body.zz-site-desktop .zz-matchbox .list {
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
}
body.zz-site-desktop .zz-matchbox .menu .zz-icon {
  display: none;
}
body.zz-site-desktop .zz-matchbox .menu .txt {
  width: auto !important;
}
body.zz-site-desktop .zz-matchbox .menu-cats li {
  margin-right: 3px;
  background: rgba(255, 255, 255, 0.5);
}
body.zz-site-desktop .zz-matchbox .menu-cats li.active {
  color: #3e5368;
  background: #fff;
}
body.zz-site-desktop .zz-matchbox .menu-comps li {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: normal;
}
body.zz-site-desktop .zz-matchbox .menu-comps li.active {
  color: #fff;
}
body.zz-site-desktop .zz-matchbox .separator,
body.zz-site-desktop .zz-matchbox .game {
  margin-left: 0;
  margin-right: 8px;
  height: 80px;
}
body.zz-site-desktop .zz-matchbox .ul-wrapper {
  width: auto;
  overflow: hidden;
}
body.zz-site-desktop .zz-matchbox:hover .gradient {
  display: block;
}
body.zz-site-desktop .zz-matchbox {
  padding-bottom: 5px;
}
body.zz-site-desktop .zz-matchbox .menu-cats li {
  font-size: 12px;
  padding: 3px 8px;
}
body.zz-site-desktop .zz-matchbox .menu-cats .total {
  margin-left: 6px;
  font-size: 12px;
}
body.zz-site-desktop .zz-matchbox .separator,
body.zz-site-desktop .zz-matchbox .game {
  margin-right: 3px;
}
body.zz-site-desktop .zz-matchbox .game {
  padding: 6px;
  width: 128px;
  min-width: 128px;
}
body.zz-site-desktop .zz-matchbox .game .comp {
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 14px;
}
body.zz-site-desktop .zz-matchbox .game .micrologo_and_text .text {
  font-size: 10px;
}
body.zz-site-desktop .zz-matchbox .game .team {
  font-size: 13px;
  line-height: 18px;
}
body.zz-site-desktop .zz-matchbox .game .team .title {
  width: 90px;
}
body.zz-site-desktop .zz-matchbox .game .odds {
  top: auto;
  bottom: 6px;
  right: 6px;
}
body.zz-site-desktop .zz-matchbox .game .odds .odd {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  width: 30px;
  margin-bottom: 0;
  margin-top: 1px;
  background: #fff;
}
body.zz-site-desktop .zz-matchbox.with-support .list .ul-wrapper {
  height: 80px;
  margin-top: 8px;
  padding: 0;
}
body.zz-site-desktop #homepage .zz-matchbox .date {
  padding-top: 0;
}
body.zz-site-mobile .zz-matchbox {
  background-color: #e5e8ea;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 13, 2018, 6:10:00 PM
    Author     : mv
*/
.zz-matchbox-compact {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  background-color: #e5e8ea;
  height: 56px;
}
.zz-matchbox-compact * {
  box-sizing: inherit;
}
.zz-matchbox-compact .menu {
  float: left;
  width: 60px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 8px;
}
.zz-matchbox-compact .menu .zz-icon {
  padding: 1px 0;
  float: left;
  margin-right: 3px;
  margin-left: 5px;
}
.zz-matchbox-compact .menu li {
  transition: all ease-in-out 300ms;
  position: relative;
  opacity: 0.6;
  color: #3e5368;
}
.zz-matchbox-compact .menu li:after {
  transition: all ease-in-out 300ms;
  position: absolute;
  top: 5px;
  left: 0;
  border: 3px solid transparent;
  content: "";
}
.zz-matchbox-compact .menu li.active {
  opacity: 1;
}
.zz-matchbox-compact .menu li.active:after {
  border-left-color: currentColor;
}
.zz-matchbox-compact .list {
  margin-left: 60px;
  padding: 4px 0;
  position: relative;
}
.zz-matchbox-compact .list .ul-wrapper {
  position: relative;
  /*width: 100vw;*/
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
}
.zz-matchbox-compact .list .ul-wrapper .fa.fa-spin {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 0;
  opacity: 0;
}
.zz-matchbox-compact .list .ul-wrapper .fa.fa-spin.show {
  opacity: 1;
}
.zz-matchbox-compact .list ul {
  transition: all ease-in-out 300ms;
  white-space: nowrap;
}
.zz-matchbox-compact .list ul:before,
.zz-matchbox-compact .list ul:after {
  content: " ";
  display: table;
}
.zz-matchbox-compact .list ul:after {
  clear: both;
}
.zz-matchbox-compact .list ul:before,
.zz-matchbox-compact .list ul:after {
  content: " ";
  display: table;
}
.zz-matchbox-compact .list ul:after {
  clear: both;
}
.zz-matchbox-compact .list ul.hidden {
  opacity: 0;
}
.zz-matchbox-compact .game {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-right: 4px;
  width: 80px;
  height: 48px;
  padding: 4px;
}
.zz-matchbox-compact .game a {
  display: block;
  width: 72px;
}
.zz-matchbox-compact .game .odds {
  display: none;
}
.zz-matchbox-compact .game .comp {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  background: rgba(0, 0, 0, 0.1);
}
.zz-matchbox-compact .game .comp div.image {
  padding: 0;
  display: block !important;
}
.zz-matchbox-compact .game .comp .text {
  font-size: 9px;
}
.zz-matchbox-compact .game .comp img {
  border: 0;
  width: 16px !important;
  height: auto !important;
}
.zz-matchbox-compact .game .team {
  margin-left: 24px;
  font-size: 16px;
  line-height: 20px;
}
.zz-matchbox-compact .game .team .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 32px;
  display: inline-block;
}
.zz-matchbox-compact .game .team .res {
  float: right;
}
.zz-matchbox-compact .game.live-1 {
  background-color: #fff251;
}
.zz-matchbox-promo {
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
  background-color: var(--matchbox-bm-color);
  color: #fff;
  display: none;
  margin: -6px auto 0;
  max-width: 960px;
}
.zz-matchbox-promo-text {
  padding: 8px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.zz-matchbox-promo-text .btn {
  border-radius: 6px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: var(--matchbox-bm-color);
  padding: 6px 16px;
  font-size: 16px;
  text-transform: uppercase;
}
.zz-matchbox-promo-text .btn:hover {
  color: var(--matchbox-bm-color) !important;
  filter: brightness(90%);
}
.zz-matchbox.with-promo .separator {
  position: relative;
}
.zz-matchbox.with-promo .separator:after {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 20px;
  content: "";
  background: var(--matchbox-bm-color);
  z-index: -1;
}
.zz-matchbox.with-promo .gradient {
  bottom: 10px;
}
.zz-matchbox.with-promo.show-promo .separator:after {
  display: block;
}
body.zz-site-desktop .zz-matchbox.with-promo .list .ul-wrapper {
  height: 89px;
}
body.zz-site-mobile .zz-matchbox.with-promo {
  padding-bottom: 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 17, 2018, 11:45:48 AM
    Author     : mv
*/
body.state-open-entity-menu-all {
  /*	
	max-height: 100vh;
	overflow: hidden;
	*/
  /*	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	*/
}
body.state-open-entity-menu-all .zz-entity-menupopup {
  display: block;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
body.state-open-entity-menu-all .zz-entity-menupopup .wrapper {
  transition: all ease-in-out 300ms;
  right: -320px;
}
body.state-open-entity-menu-all .zz-entity-menupopup.is-show {
  opacity: 1;
}
body.state-open-entity-menu-all .zz-entity-menupopup.is-show .wrapper {
  transition: all ease-in-out 300ms;
  right: 0;
}
body.state-open-entity-menu-all #container {
  /*		
		height: 100%;
		overflow: hidden;
		*/
}
.zz-enthdr select,
.zz-entity-header select {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px 24px 4px 8px;
  border-radius: 4px;
  height: 24px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearence: none;
  background: url(/images/svg/icn-expand.svg) right center no-repeat;
  background-size: 20px;
}
.zz-entity-header,
.zz-enthdr {
  display: flex;
  flex-direction: column;
  min-height: 270px;
}
.zz-enthdr-top {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.zz-enthdr-top .profile_picture {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}
.zz-enthdr-top .factsheet {
  font-size: 13px;
}
.zz-enthdr-media .profile_picture_white_border,
.zz-enthdr-media .profile_picture_white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.zz-enthdr-media .profile_picture_white_border {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
}
.zz-enthdr-media .profile_picture_white {
  margin: 4px;
  background-color: #FFF;
  border-radius: 4px;
}
.zz-enthdr-data {
  flex-grow: 1;
  position: relative;
}
.zz-enthdr-data .zz-favorite-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.zz-enthdr-data .zz-ty-page-main {
  margin-bottom: 8px;
}
.zz-enthdr-data .info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.zz-enthdr-data .icn_zerozero {
  font-size: 10px;
}
.zz-enthdr-data .chosen-container {
  min-width: 120px;
}
.zz-enthdr-info {
  font-size: 13px;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.zz-enthdr-ban {
  position: relative;
  width: 300px;
  height: 100%;
}
.zz-enthdr-ban .mrec {
  min-height: 250px;
}
.zz-enthdr-ban-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.zz-enthdr-bottom .zz-ty-page-sub {
  margin-top: 11px;
}
.zz-enthdr-promo {
  width: 380px;
  position: relative;
  z-index: 10;
  height: 100%;
}
.zz-enthdr-promo-bg,
.zz-enthdr-promo a img,
.zz-enthdr-promo-lightning {
  position: absolute;
  top: -10px;
  right: -10px;
}
.zz-enthdr-promo-logo {
  position: absolute;
  top: 130px;
  left: calc(50% + 20px);
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
.zz-entity-smallheader {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 40px;
  transition: all ease-in-out 300ms;
}
.zz-entity-smallheader.is-scrolled {
  top: 56px;
}
.zz-entity-smallheader-img {
  float: left;
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin: 4px 8px;
}
.zz-entity-smallheader-title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zz-entity-smallheader-btn {
  float: right;
  margin: 4px;
}
.zz-entity-smallheader-btn a {
  color: #fff;
}
.zz-entity-menu {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  position: relative;
}
.zz-entity-menu * {
  box-sizing: inherit;
}
.zz-entity-menu .vertical_menu {
  /*display: none !important;*/
}
.zz-entitymenu-mainbar {
  position: relative;
  width: 100vw;
}
.zz-entitymenu-mainbar:before,
.zz-entitymenu-mainbar:after {
  content: " ";
  display: table;
}
.zz-entitymenu-mainbar:after {
  clear: both;
}
.zz-entitymenu-mainbar:before,
.zz-entitymenu-mainbar:after {
  content: " ";
  display: table;
}
.zz-entitymenu-mainbar:after {
  clear: both;
}
.zz-entitymenu-mainbar ul {
  white-space: nowrap;
  width: calc(100vw - 32px);
  overflow: hidden;
}
.zz-entitymenu-mainbar ul li {
  margin-right: 2px;
  display: inline-block;
}
.zz-entitymenu-mainbar ul a {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 8px 12px 10px;
  display: block;
  cursor: pointer;
  opacity: 0.6;
  transition: all ease-in-out 300ms;
}
.zz-entitymenu-mainbar ul a:hover {
  opacity: 1;
  color: white !important;
}
.zz-entitymenu-mainbar ul li.selected a {
  opacity: 1;
  color: white !important;
}
.zz-entitymenu-mainbar .more-btn {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
}
.zz-entitymenu-mainbar .more-btn:hover {
  opacity: 1;
}
.zz-entity-menupopup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
}
.zz-entity-menupopup .wrapper {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 320px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.zz-entity-menupopup .header {
  padding: 16px 20px;
  color: #4a4a4a;
  border-bottom: 1px solid #dddddd;
}
.zz-entity-menupopup .header .title {
  font-size: 24px;
  font-weight: bold;
}
.zz-entity-menupopup-menu li {
  padding: 10px 20px;
  font-size: 14px;
}
.zz-entity-menupopup-menu li a,
.zz-entity-menupopup-menu li > span {
  display: block;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.zz-entity-menupopup-menu li a {
  color: #3399cc;
}
.zz-entity-menupopup-menu li b,
.zz-entity-menupopup-menu li span {
  font-weight: 300;
}
.zz-entity-menupopup-menu .title,
.zz-entity-menupopup-menu .title b,
.zz-entity-menupopup-menu .subtitle {
  font-size: 14px;
  color: #999;
  text-transform: none;
}
.zz-entity-menupopup-menu.menu-main {
  padding: 8px 0 32px;
}
.zz-entity-menupopup-menu.menu-admin,
.zz-entity-menupopup-menu.menu-wiki {
  padding: 8px 0 32px;
  border-top: 1px solid #dddddd;
}
.zz-entity-menupopup-menu.menu-wiki {
  display: none;
}
.zz-entity-menupopup-menu.menu-wiki li a {
  color: #f3a94d;
}
.zz-entity-menupopup-menu.menu-admin li a {
  color: #f3a94d;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 2, 2019, 6:15:19 PM
    Author     : mv
*/
#page_main.full .zz-bookmaker-textlink .box {
  display: flex;
}
.zz-bookmaker-textlink-new,
.zz-bookmaker-textlink {
  background: #333;
  cursor: pointer;
  display: block;
  padding: 8px;
  margin-bottom: 16px;
  height: 56px;
}
.zz-bookmaker-textlink-new:before,
.zz-bookmaker-textlink:before,
.zz-bookmaker-textlink-new:after,
.zz-bookmaker-textlink:after {
  content: " ";
  display: table;
}
.zz-bookmaker-textlink-new:after,
.zz-bookmaker-textlink:after {
  clear: both;
}
.zz-bookmaker-textlink-new:before,
.zz-bookmaker-textlink:before,
.zz-bookmaker-textlink-new:after,
.zz-bookmaker-textlink:after {
  content: " ";
  display: table;
}
.zz-bookmaker-textlink-new:after,
.zz-bookmaker-textlink:after {
  clear: both;
}
.zz-bookmaker-textlink-new .box,
.zz-bookmaker-textlink .box,
.zz-bookmaker-textlink-new .img,
.zz-bookmaker-textlink .img,
.zz-bookmaker-textlink-new .img img,
.zz-bookmaker-textlink .img img {
  height: 100%;
}
.zz-bookmaker-textlink-new .img,
.zz-bookmaker-textlink .img {
  flex-grow: 1;
  display: block;
}
.zz-bookmaker-textlink-new .img img,
.zz-bookmaker-textlink .img img {
  object-fit: contain;
  object-position: center;
  display: block;
}
.zz-bookmaker-textlink-new .box,
.zz-bookmaker-textlink .box {
  margin-bottom: 0;
  display: flex;
}
.zz-bookmaker-textlink-new .odd,
.zz-bookmaker-textlink .odd {
  font-family: 'Roboto Condensed';
  overflow: hidden;
  margin-left: 8px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}
.zz-bookmaker-textlink-new .odd .top,
.zz-bookmaker-textlink .odd .top {
  white-space: nowrap;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  background: #e6e6e6;
}
.zz-bookmaker-textlink-new .odd .bottom,
.zz-bookmaker-textlink .odd .bottom {
  font-size: 24px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 34px;
}
body.zz-site-desktop .zz-bookmaker-textlink {
  height: 65px;
}
body.zz-site-desktop .zz-bookmaker-textlink .odd .top {
  font-size: 14px;
}
body.zz-site-desktop .zz-bookmaker-textlink .odd .bottom {
  font-size: 28px;
  padding: 0 16px;
  line-height: 44px;
}
/* SMALL BAR*/
.zz-bookmaker-textlink-small {
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 8px;
  margin-bottom: 16px;
  height: 50px;
  box-sizing: border-box;
}
.zz-bookmaker-textlink-small:before,
.zz-bookmaker-textlink-small:after {
  content: " ";
  display: table;
}
.zz-bookmaker-textlink-small:after {
  clear: both;
}
.zz-bookmaker-textlink-small:before,
.zz-bookmaker-textlink-small:after {
  content: " ";
  display: table;
}
.zz-bookmaker-textlink-small:after {
  clear: both;
}
.zz-bookmaker-textlink-small .box {
  margin-bottom: 0;
  display: flex;
}
.zz-bookmaker-textlink-small .box,
.zz-bookmaker-textlink-small .img {
  height: 100%;
}
.zz-bookmaker-textlink-small .img {
  padding-right: 8px;
  flex-grow: 1;
  display: block;
}
.zz-bookmaker-textlink-small .img img {
  width: auto;
  height: 34px;
  object-fit: contain;
  display: block;
  object-position: left;
}
.zz-bookmaker-textlink-small .odd {
  font-family: 'Roboto Condensed';
  overflow: hidden;
  margin-left: 8px;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  text-align: center;
  padding: 8px;
  min-width: 84px;
  white-space: nowrap;
  line-height: 18px;
}
.zz-bookmaker-textlink-small .odd .top {
  display: inline;
  font-size: 14px;
  float: left;
}
.zz-bookmaker-textlink-small .odd .bottom {
  display: inline;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  float: right;
}
@media only screen and (max-width: 768px) {
  .zz-bookmaker-textlink-small {
    box-sizing: border-box;
    height: auto;
  }
  .zz-bookmaker-textlink-small .box {
    display: block;
  }
  .zz-bookmaker-textlink-small .img {
    margin-bottom: 8px;
  }
  .zz-bookmaker-textlink-small .odd {
    float: left;
    width: 32%;
    box-sizing: border-box;
    height: 50px;
    margin: 0 2% 0 0;
  }
  .zz-bookmaker-textlink-small .odd:last-child {
    margin-right: 0;
  }
  .zz-bookmaker-textlink-small .odd .top {
    display: block;
    float: none;
    text-align: left;
  }
}
.zz-bookmaker-textlink-small.is-betano,
.zz-bookmaker-textlink.is-betano {
  background-color: #f04b00;
  color: #444444;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 24, 2019, 2:31:59 PM
    Author     : mv
*/
body.zz-site-desktop #page_header .top .combo {
  width: 300px;
  float: left;
}
.zz-favorite-btn {
  position: relative;
  float: right;
  margin: 7px 8px;
  transition: opacity ease-in-out 300ms;
  width: 32px;
  height: 32px;
}
.zz-favorite-btn.on {
  background: no-repeat center url("/images/svg/icn-fav-on-small.svg?v=1");
}
.zz-favorite-btn.off {
  background: no-repeat center url("/images/svg/icn-fav-off-small.svg?v=1");
}
.zz-favorite-btn.off {
  opacity: 0.4;
}
.zz-favorite-btn.off:hover {
  opacity: 1;
}
.zz-favorite-btn.on:hover {
  opacity: 0.4;
}
.zz-newfavorite-notif,
.zz-newfavorite-notif-placeholder {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  z-index: 99999;
  background: #ffa42e;
}
.zz-newfavorite-notif {
  display: none;
}
.zz-newfavorite-notif-placeholder {
  top: 0;
  right: 0;
}
.notifs-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #e63;
  top: -5px;
  right: -5px;
}
body.zz-site-mobile .zz-favorite-btn {
  position: absolute;
  top: 0;
  right: 0px;
}
/**** FAVORITE LIST ITEM ****/
.zz-header-favorite {
  display: block;
  margin-bottom: 8px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.zz-header-favorite .flag {
  float: left;
  width: 14px;
  height: 10px;
  background: #eee;
  display: block;
  margin-top: 5px;
}
.zz-header-favorite .flag img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .zz-header-favorite {
    padding: 4px 0;
  }
}
.zz-header-favorite.notseen {
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.zz-header-favorite.notseen.show {
  opacity: 1;
}
/**** LIKES ****/
@media only screen and (min-width: 769px) {
  .zz-textheader-wrapper {
    margin-left: 170px;
  }
}
.zz-textheader-wrapper.is-bigtext h1 span.name {
  font-size: 22px;
  line-height: 1;
}
.zz-likeheader-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zz-like-btn {
  border-radius: 4px;
  text-align: center;
  padding: 0 0 2px;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 300ms;
}
.zz-like-btn .zz-icon {
  width: 36px;
  height: 36px;
}
.zz-like-btn span {
  transition: all ease-in-out 300ms;
}
.zz-like-btn .txt {
  color: #fff;
  line-height: 36px;
  font-size: 13px;
}
.zz-like-btn.off span {
  opacity: 0.4;
}
.zz-like-btn.off:hover {
  background: rgba(0, 0, 0, 0.25);
}
.zz-like-btn.off:hover span {
  opacity: 1;
}
.zz-like-btn.on {
  background: rgba(0, 0, 0, 0.25);
}
.zz-like-btn.on:hover {
  background: rgba(0, 0, 0, 0.1);
}
.zz-like-btn.on:hover span {
  opacity: 0.4;
}
/*@import "app/modules/header-videopromo.less";*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 3, 2019, 10:28:15 AM
    Author     : mv
*/
.zz-cntdwn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-image: linear-gradient(to right, #bc0000, #dc0000 38%, #be2121 71%, #ff0000);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.zz-cntdwn:before,
.zz-cntdwn:after {
  content: " ";
  display: table;
}
.zz-cntdwn:after {
  clear: both;
}
.zz-cntdwn:before,
.zz-cntdwn:after {
  content: " ";
  display: table;
}
.zz-cntdwn:after {
  clear: both;
}
.zz-cntdwn * {
  box-sizing: inherit;
}
.zz-cntdwn:hover {
  color: #fff !important;
}
.zz-cntdwn-strip {
  background-color: #2bac36;
  padding: 5px;
  font-family: 'Roboto Condensed';
  margin: 0 auto;
  width: 440px;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  z-index: 2;
  padding: 5px 10px;
}
.zz-cntdwn-slice.is-left {
  float: left;
  transform: rotate(180deg);
}
.zz-cntdwn-slice.is-right {
  float: right;
}
.zz-cntdwn-comp {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-stretch: condensed;
  white-space: nowrap;
}
.zz-cntdwn-team-logo {
  background: no-repeat center;
  background-size: cover;
  opacity: 0.2;
  height: 100%;
}
.zz-cntdwn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  max-width: 960px;
  border-radius: 36px;
  margin-top: 10px;
  position: relative;
}
.zz-cntdwn:before,
.zz-cntdwn:after {
  content: " ";
  display: table;
}
.zz-cntdwn:after {
  clear: both;
}
.zz-cntdwn:before,
.zz-cntdwn:after {
  content: " ";
  display: table;
}
.zz-cntdwn:after {
  clear: both;
}
.zz-cntdwn * {
  box-sizing: inherit;
}
.zz-cntdwn > * {
  height: 72px;
}
.zz-cntdwn.is-strip {
  margin-top: 20px;
}
.zz-cntdwn.is-strip .zz-cntdwn-vs,
.zz-cntdwn.is-strip .zz-cntdwn-team-name {
  margin-top: -7px;
}
.zz-cntdwn-strip {
  top: -15px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 20px;
  height: 30px;
}
.zz-cntdwn-logo {
  width: 264px;
  padding: 11px 22px;
  float: left;
}
.zz-cntdwn-logo img {
  margin-top: 6px;
}
.zz-cntdwn-game {
  margin: 0 auto;
  width: 380px;
  display: inline-flex;
}
.zz-cntdwn-team {
  height: 72px;
  width: 180px;
  position: relative;
}
.zz-cntdwn-team-name {
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 16px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.zz-cntdwn-team-name.is-left {
  right: 0;
}
.zz-cntdwn-team-name.is-right {
  left: 0;
}
.zz-cntdwn-vs {
  padding: 8px 16px;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  top: 50%;
  margin-top: -15px;
}
.zz-cntdwn-watch-w {
  float: right;
  width: 190px;
  padding: 4px 0;
  margin-right: 50px;
  text-align: center;
}
.zz-cntdwn-watch-w .zz-tkvr-cntdwn {
  line-height: 0.9;
  font-size: 32px;
  font-weight: bold;
  position: static;
}
.zz-cntdwn-watch-w .zz-tkvr-cntdwn td {
  font-family: 'Roboto Condensed';
}
.zz-tkvr-cntdwn {
  line-height: 1;
  display: inline-table;
  font-size: 38px;
  float: right;
  transition: all ease-in-out 300ms;
  opacity: 0;
  position: absolute;
  right: 24px;
  top: 32px;
}
.zz-tkvr-cntdwn td {
  vertical-align: top;
  text-align: center;
}
.zz-tkvr-cntdwn.is-active {
  opacity: 1;
}
.zz-tkvr-cntdwn-lb {
  text-transform: uppercase;
  font-size: 12px;
}
.ui-title {
  margin: 0;
  padding: 50px 0 10px;
}
.ui-demo {
  margin: 0;
  padding-bottom: 50px;
  cursor: pointer;
}
.ui-show-code {
  font-size: 14px;
  margin-left: 20px;
  font-weight: normal;
}
.ui-code {
  font-size: 12px;
  font-family: monospace;
  border: 1px dashed #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 11, 2018, 4:56:42 PM
    Author     : mv
*/
.zz-search-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #2c3e50;
}
.zz-search-header * {
  box-sizing: inherit;
}
.zz-search-header h1 {
  font-size: 28px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.zz-search-header .form {
  position: relative;
}
.zz-search-header input {
  font-size: 14px;
  text-align: left;
  border-radius: 2px;
  border: solid 1px #a3a3a3;
  width: 100%;
  height: 40px;
  font-family: 'Roboto Condensed';
  padding: 8px;
  color: #4a4a4a;
}
.zz-search-header button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  border: 0;
}
.zz-search-header button .zz-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23aaa%22%20fill-rule%3D%22nonzero%22%20d%3D%22M21.494%2019.967l6.179%206.178c.436.437.436%201.091%200%201.528-.218.218-.437.327-.764.327s-.545-.11-.764-.327l-6.178-6.179a9.798%209.798%200%200%201-6.149%202.142A9.777%209.777%200%200%201%204%2013.818%209.777%209.777%200%200%201%2013.818%204a9.777%209.777%200%200%201%209.818%209.818c0%202.335-.8%204.47-2.142%206.149zM13.818%205.595a8.172%208.172%200%200%200-8.223%208.223%208.172%208.172%200%200%200%208.223%208.223%208.172%208.172%200%200%200%208.223-8.223%208.172%208.172%200%200%200-8.223-8.223z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-search-header select {
  float: right;
  border: 0;
  border-radius: 4px;
  background-color: #eaeaea;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  padding: 8px 12px;
  color: #4a4a4a;
}
.zz-search-top {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #4a4a4a;
}
.zz-search-top * {
  box-sizing: inherit;
}
.zz-search-top .results {
  line-height: 32px;
  font-size: 14px;
}
.zz-search-filters {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #4a4a4a;
}
.zz-search-filters * {
  box-sizing: inherit;
}
.zz-search-filters .available {
  display: none;
}
.zz-search-filters .active .zz-search-filterbox {
  padding-top: 0;
}
.zz-search-filters .active ul a {
  border: solid 1px #ffffff;
  background-color: #d0e5fa;
  color: #4a4a4a;
  font-weight: bold;
  padding: 7px 12px;
  margin-bottom: 2px;
}
.zz-search-filters .active ul .zz-icon {
  float: right;
  opacity: 0.4;
  width: 22px;
  height: 22px;
  margin-top: -3px;
}
.zz-search-results {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #4a4a4a;
}
.zz-search-results * {
  box-sizing: inherit;
}
.zz-search-filterbox {
  padding: 16px 0;
}
.zz-search-filterbox ul,
.zz-search-filterbox li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zz-search-filterbox .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 12px;
}
.zz-search-filterbox .filter-link,
.zz-search-filterbox .clear-link,
.zz-search-filterbox ul a {
  display: block;
  font-size: 14px;
  color: #4a90e2;
  padding: 4px 12px;
  line-height: 16px;
}
.zz-search-filterbox .filter-link.selected,
.zz-search-filterbox .clear-link.selected,
.zz-search-filterbox ul a.selected {
  font-weight: bold;
}
.zz-search-filterbox .filter-link .total,
.zz-search-filterbox .clear-link .total,
.zz-search-filterbox ul a .total {
  color: #999999;
}
.zz-search-filterbox .filter-link {
  cursor: pointer;
  float: left;
  line-height: 24px;
  font-weight: bold;
  padding-left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 15, 2018, 2:25:20 PM
    Author     : mv
*/
.zz-search-item {
  padding: 16px 12px 16px 20px;
  border-bottom: 1px solid #ddd;
  color: #4a4a4a;
  display: flex;
}
.zz-search-item:before,
.zz-search-item:after {
  content: " ";
  display: table;
}
.zz-search-item:after {
  clear: both;
}
.zz-search-item:before,
.zz-search-item:after {
  content: " ";
  display: table;
}
.zz-search-item:after {
  clear: both;
}
.zz-search-item .img {
  background: #eee;
  margin-right: 16px;
}
.zz-search-item .img img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
}
.zz-search-item .content {
  position: relative;
  flex-grow: 1;
}
.zz-search-item .content img {
  float: left;
  margin-right: 4px;
  object-fit: contain;
}
.zz-search-item .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-top: -4px;
  display: block;
}
.zz-search-item .title span {
  font-weight: 300;
  padding-right: 4px;
}
.zz-search-item .title .stamp {
  float: none;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .zz-search-item .title .stamp {
    position: relative;
    top: 3px;
  }
}
.zz-search-item .subtitle {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.zz-search-item .details {
  font-size: 11px;
  color: #666;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zz-search-item .details a {
  color: #49afc5;
}
.zz-search-item .details > div {
  padding-right: 20px;
}
.zz-search-item .details > div:first-child {
  float: left;
  min-width: 140px;
}
.zz-search-item .bottom .stat {
  padding: 3px 6px;
  float: left;
  background-color: #eeeeee;
  margin-right: 5px;
  font-size: 12px;
  color: #999;
}
.zz-search-item .bottom .stat span {
  color: #4a4a4a;
}
.zz-search-item .bottom .stat .zz-icon {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.zz-search-item .bottom .stat.alert {
  text-transform: uppercase;
  color: #b71e3c;
  background-color: #ffd2d2;
}
.zz-search-item .stamp {
  height: 20px;
}
.zz-search-item .stamps {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
}
.zz-search-item .stamps .stamp {
  margin-bottom: 4px;
  display: block;
}
.zz-search-item .stamps span.stamp {
  border-radius: 2px;
  background: #eeeeee;
  padding: 2px 5px;
  font-size: 14px;
  text-align: centeR;
}
.zz-search-item .stamps span.stamp.position {
  color: #fff;
}
.zz-search-item .stamps span.stamp.position.position-1 {
  background: #386597;
}
.zz-search-item .stamps span.stamp.position.position-2 {
  background: #f69a0a;
}
.zz-search-item .stamps span.stamp.position.position-3 {
  background: #ea4b29;
}
.zz-search-item .stamps span.stamp.position.position-4 {
  background: #ac001e;
}
.zz-search-item:first-child {
  border-top: 1px solid #ddd;
}
@media only screen and (min-width: 769px) {
  .zz-search-item {
    padding: 16px 20px;
  }
  .zz-search-item .title {
    font-size: 22px;
    line-height: 25px;
    margin-top: -3px;
  }
  .zz-search-item .title span {
    padding-right: 8px;
  }
  .zz-search-item .title .stamp {
    float: right;
  }
  .zz-search-item .details {
    font-size: 14px;
  }
  .zz-search-item .details > div:first-child {
    min-width: 180px;
  }
  .zz-search-item .stamp {
    height: 20px;
  }
  .zz-search-item .stamps {
    float: right;
    position: static;
    width: auto;
  }
  .zz-search-item .stamps .stamp {
    margin-left: 5px;
    float: left;
  }
  .zz-search-item .stamps span.stamp.position {
    width: 36px;
  }
}
.zz-search-item.player {
  position: relative;
}
.zz-search-item.player .img img {
  width: 64px;
  object-fit: cover;
}
.zz-search-item.player .status {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0px;
  width: 5px;
  background: #5fa121;
}
.zz-search-item.player.status-4,
.zz-search-item.player.status-3 {
  background: rgba(238, 238, 238, 0.5);
}
.zz-search-item.player.status-4 .status,
.zz-search-item.player.status-3 .status {
  background: #dddddd;
}
.zz-search-item.player.glory {
  background: rgba(220, 174, 8, 0.05);
}
.zz-search-item.player.glory .status {
  background: #dcae08;
}
.zz-search-item.player:first-child .status {
  top: -1px;
}
@media only screen and (min-width: 769px) {
  .zz-search-item.player .status {
    left: -4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.zz-search-item.competition .img,
.zz-search-item.team .img {
  border-radius: 8px;
  padding: 8px;
  width: 96px;
  height: 96px;
  background-color: #efefef;
}
.zz-search-item.competition .img img,
.zz-search-item.team .img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.zz-search-item.team .stamps .zz-icon {
  transition: all ease-in-out 300ms;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  border-radius: 12px;
}
.zz-search-item.team .stamps .zz-icon:hover {
  background-color: #386597;
}
.zz-search-item.stadium .img img {
  background-color: #efefef;
  border-radius: 4px;
  width: 96px;
  height: 96px;
}
.zz-search-item.stadium .details > div:first-child {
  min-width: none;
  float: none;
}
@media only screen and (max-width: 768px) {
  .zz-search-head {
    background: #3e5368;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
  }
  .zz-search-head h1 {
    color: #fff;
  }
  .zz-search-top {
    background: #f5f5f5;
    padding: 8px;
  }
  .zz-search-header input {
    border-radius: 2px;
    border: 0;
  }
  .zz-search-filters .active {
    padding: 12px 8px 10px;
  }
  .zz-search-filters .active .zz-search-filterbox {
    padding-bottom: 0;
  }
  .zz-search-filters .active li {
    display: inline-block;
  }
  .zz-search-filters .active li a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 2px;
    border: 0;
  }
  .zz-search-filters .active li .zz-icon {
    margin-left: 8px;
    margin-right: -8px;
  }
  .zz-search-filters .active .clear-link {
    display: none;
  }
  .zz-search-filters .available {
    background: #fff;
  }
  .zz-search-filters .available.open {
    display: block;
    /*border-top:1px solid #dddddd;*/
  }
  .zz-search-filters .available .zz-search-filterbox {
    float: left;
    width: 50%;
  }
  .zz-search-filters .available .zz-search-filterbox a {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 12px;
  }
  .zz-search-filters .toggle-link {
    float: right;
  }
  .zz-search-filters .toggle-link .check {
    display: none;
  }
  .zz-search-filters.open .toggle-link .edit {
    display: none;
  }
  .zz-search-filters.open .toggle-link .check {
    display: inline-block;
  }
  .zz-search-filters.open .available {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .zz-search-header {
    padding-left: 8px;
    padding-right: 8px;
  }
  .zz-search-head {
    margin-bottom: 16px;
  }
  .zz-search-main {
    padding: 8px;
    display: flex;
  }
  .zz-search-main > .zz-msg {
    flex-grow: 1;
  }
  .zz-search-filters {
    width: 144px;
    margin-right: 16px;
  }
  .zz-search-filters .available {
    display: block;
  }
  .zz-search-filters .available .zz-search-filterbox:first-child {
    border-top: 1px solid #dddddd;
  }
  .zz-search-filters .filter-link,
  .zz-search-filters .toggle-link {
    display: none;
  }
  .zz-search-results {
    flex-grow: 1;
  }
  .zz-search-top .results {
    font-size: 18px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2018, 6:49:04 PM
    Author     : mv
*/
#zz-auth {
  font-size: 24px;
  padding: 30px 50px;
}
#zz-auth label a {
  color: #5ddcff;
}
#zz-auth .zz-toggle-tab-container {
  padding: 40px 0;
}
#zz-auth .zz-separator-text span {
  background: #354657;
}
#zz-auth .auxlogin {
  color: #9fb0c1;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (max-width: 375px) {
  #zz-auth {
    padding: 20px;
  }
}
#zz-login {
  text-align: center;
}
#zz-login .sociallogins {
  margin: 0 auto;
}
#zz-login .sociallogins:before,
#zz-login .sociallogins:after {
  content: " ";
  display: table;
}
#zz-login .sociallogins:after {
  clear: both;
}
#zz-login .sociallogins:before,
#zz-login .sociallogins:after {
  content: " ";
  display: table;
}
#zz-login .sociallogins:after {
  clear: both;
}
#zz-login .sociallogins .zz-sociallogin-btn {
  width: 74px;
  height: 74px;
  border-radius: 37px;
  margin-left: 20px;
}
#zz-login .sociallogins .zz-sociallogin-btn .fa {
  font-size: 37px;
  line-height: 2;
}
#zz-login .sociallogins .zz-sociallogin-btn:first-child {
  margin-left: 0;
}
#zz-login .zz-separator-text {
  clear: both;
  margin-bottom: 25px;
}
#zz-login .social-logins .zz-btn,
#zz-register .social-logins .zz-btn,
#zz-login .sociallogins .zz-btn,
#zz-register .sociallogins .zz-btn,
#zz-login .social-logins .zz-border-btn,
#zz-register .social-logins .zz-border-btn,
#zz-login .sociallogins .zz-border-btn,
#zz-register .sociallogins .zz-border-btn,
#zz-login .social-logins .fb-login-button,
#zz-register .social-logins .fb-login-button,
#zz-login .sociallogins .fb-login-button,
#zz-register .sociallogins .fb-login-button {
  margin-bottom: 20px;
  text-transform: none;
  display: flex;
  text-align: left;
  gap: 16px;
  align-items: center;
}
#zz-login .social-logins .fab,
#zz-register .social-logins .fab,
#zz-login .sociallogins .fab,
#zz-register .sociallogins .fab {
  width: 40px;
  text-align: center;
}
#zz-login .social-logins .zz-btn.white:hover,
#zz-register .social-logins .zz-btn.white:hover,
#zz-login .sociallogins .zz-btn.white:hover,
#zz-register .sociallogins .zz-btn.white:hover {
  background: #e5e5e5;
  border-color: #fff;
  color: #4a4a4a !important;
  box-shadow: 0 0 5px #000000;
}
#zz-login .social-logins .zz-btn img,
#zz-register .social-logins .zz-btn img,
#zz-login .sociallogins .zz-btn img,
#zz-register .sociallogins .zz-btn img {
  margin: -8px 0;
  height: 32px;
  width: 40px;
}
#zz-register .zz-separator-text {
  margin-bottom: 30px;
}
#zz-header-account {
  padding: 15px;
}
#zz-header-account .user-name {
  font-size: 36px;
  font-weight: bold;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 22, 2018, 5:26:14 PM
    Author     : mv
*/
/*
@import "../../_config.less";
@import "../../_mixins.less";
*/
.zz-video-live-link {
  display: block;
  text-align: left;
}
.zz-video-live-link img {
  max-width: 250px;
}
body.zz-site-desktop .zz-video-live-link img {
  max-width: 400px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 9, 2021, 9:50:41 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 8, 2021, 4:44:44 PM
    Author     : mv
*/
.zz-prfm-lead {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  position: relative;
  background: url(/images/euro2020ban/bg.png) no-repeat bottom center;
  height: 262px;
  width: 931px;
  margin: 0 auto;
  padding: 0 24px;
}
.zz-prfm-lead * {
  box-sizing: inherit;
}
.zz-prfm-lead.is-small {
  padding: 0 16px;
  background-size: contain;
  width: auto;
}
.zz-prfm-lead.is-small .zz-prfm-lead-title {
  font-size: 24px;
  padding: 96px 0 0;
}
.zz-prfm-lead.is-small .zz-prfm-lead-sponsor {
  height: auto;
  max-width: 248px;
}
.zz-prfm-lead.is-small .zz-prfm-lead-players {
  right: 16px;
}
.zz-prfm-lead.is-small .zz-prfm-lead-place {
  margin-left: 16px;
}
.zz-prfm-lead-title {
  font-family: 'Moderna Condensed Unicase';
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 31.7px;
  line-height: 1.55;
  padding: 70px 0 0;
}
.zz-prfm-lead-sponsor {
  height: 84px;
}
.zz-prfm-lead-players {
  display: flex;
  align-items: end;
  position: absolute;
  bottom: 8px;
  right: 44px;
}
.zz-prfm-lead-place {
  float: left;
  margin-left: 20px;
}
.zz-prfm-lead-place.is-middle .zz-prfm-lead-player-img {
  width: 168px;
  height: 185px;
}
.zz-prfm-lead-place.is-middle .zz-prfm-lead-spec {
  margin-top: 4px;
  line-height: 1;
  letter-spacing: -0.55px;
  font-size: 36px;
}
.zz-prfm-lead-place.is-middle .zz-prfm-lead-player-points {
  font-size: 18px;
}
.zz-prfm-lead-player {
  overflow: hidden;
  position: relative;
  border-radius: 5.8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  color: #fff;
}
.zz-prfm-lead-player-img {
  object-fit: cover;
  object-position: top;
  width: 134px;
  height: 148px;
}
.zz-prfm-lead-player-texts {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px 8px;
}
.zz-prfm-lead-player-name {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zz-prfm-lead-player-text {
  font-size: 10px;
}
.zz-prfm-lead-player-points {
  background: #000;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 21px;
  color: #fff;
}
.zz-prfm-lead-spec {
  text-transform: uppercase;
  font-weight: 900;
  font-stretch: condensed;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  margin-top: 16px;
}
.zz-prfm-player {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Moderna Condensed Unicase';
  background: url(/images/euro2020ban/block-player/bg.png) no-repeat center;
  height: 102px;
  display: flex;
  padding: 0 10px;
}
.zz-prfm-player * {
  box-sizing: inherit;
}
.zz-prfm-player-left {
  flex-grow: 1;
}
.zz-prfm-player-title {
  font-size: 22px;
  font-weight: 900;
  font-stretch: condensed;
  line-height: 1.55;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 0;
}
.zz-prfm-player-sponsor {
  height: 40px;
}
.zz-prfm-player-totals {
  border-radius: 6px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 106px;
  height: 98px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(-10px);
}
.zz-prfm-player-avg {
  font-size: 60px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 71px;
  letter-spacing: -0.92px;
  flex-grow: 1;
  color: #e9332f;
}
.zz-prfm-player-total {
  font-size: 16px;
  font-weight: 900;
  font-stretch: condensed;
  line-height: 1;
  text-align: center;
  color: #333333;
  background-color: #ededed;
  text-transform: uppercase;
  padding: 4px;
}
.box.is-euro2020 {
  background: url(/images/euro2020ban/block-notas/bg.png) no-repeat top center;
  background-color: #E9332F;
  padding: 0 16px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.box.is-euro2020 > .header {
  color: #fff !important;
  font-weight: bold;
  border-bottom: 0 !important;
  margin-bottom: 8px !important;
  padding-top: 4px;
  background-image: url(/images/euro2020ban/logo-h-white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 33px;
  background-color: transparent;
}
.box.is-euro2020 .box,
.box.is-euro2020 .box_container,
.box.is-euro2020 .box .section_620 {
  width: auto;
}
.box.is-euro2020 .box_container:before,
.box.is-euro2020 .box_container:after {
  content: " ";
  display: table;
}
.box.is-euro2020 .box_container:after {
  clear: both;
}
.box.is-euro2020 .box_container:before,
.box.is-euro2020 .box_container:after {
  content: " ";
  display: table;
}
.box.is-euro2020 .box_container:after {
  clear: both;
}
.box.is-euro2020 .box {
  padding: 0 16px;
  background: #fff;
  margin: 0 auto;
  width: 556px;
  display: block;
  border-radius: 8px;
}
.box.is-euro2020 .staff_line .staff {
  width: 280px;
}
.box.is-euro2020 .column_300 {
  width: calc(50% - 10px);
}
.box.is-mundial2022 {
  background: url(/images/euro2020ban/block-notas/bg.png) no-repeat top center;
  background-color: #E9332F;
  padding: 0 16px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.box.is-mundial2022 > .header {
  color: #fff !important;
  font-weight: bold;
  border-bottom: 0 !important;
  margin-bottom: 8px !important;
  padding-top: 4px;
  background-image: url(/images/mundial2022ban/betclic_logo_white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 33px;
  background-color: transparent;
}
.box.is-mundial2022 .box,
.box.is-mundial2022 .box_container,
.box.is-mundial2022 .box .section_620 {
  width: auto;
}
.box.is-mundial2022 .box_container:before,
.box.is-mundial2022 .box_container:after {
  content: " ";
  display: table;
}
.box.is-mundial2022 .box_container:after {
  clear: both;
}
.box.is-mundial2022 .box_container:before,
.box.is-mundial2022 .box_container:after {
  content: " ";
  display: table;
}
.box.is-mundial2022 .box_container:after {
  clear: both;
}
.box.is-mundial2022 .box {
  padding: 0 16px;
  background: #fff;
  margin: 0 auto;
  width: 556px;
  display: block;
  border-radius: 8px;
}
.box.is-mundial2022 .staff_line .staff {
  width: 280px;
}
.box.is-mundial2022 .column_300 {
  width: calc(50% - 10px);
}
.zz-mom.is-euro2020 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: flex;
  font-family: 'Moderna Condensed Unicase';
  background: url(/images/euro2020ban/block-mom/bg.png) no-repeat center;
  height: 120px;
  max-width: 620px;
}
.zz-mom.is-euro2020 * {
  box-sizing: inherit;
}
.zz-mom.is-euro2020 .micrologo_and_text .image {
  padding: 0;
}
.zz-mom.is-euro2020 .zz-mom-left {
  width: 153px;
  position: relative;
}
.zz-mom.is-euro2020 .zz-mom-sponsor {
  height: 31px;
  display: block;
}
.zz-mom.is-euro2020 .zz-mom-title {
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: #ffffff;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 17px;
}
.zz-mom.is-euro2020 .zz-mom-player {
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px #ffffff;
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
  width: 72px;
  height: 98px;
}
.zz-mom.is-euro2020 .zz-mom-img {
  width: 100%;
  display: block;
  height: 73px;
  object-fit: cover;
}
.zz-mom.is-euro2020 .zz-mom-player-note {
  text-align: right;
  font-size: 22.7px;
  font-weight: 900;
  font-stretch: condensed;
  color: #181a1a;
  line-height: 1;
}
.zz-mom.is-euro2020 .zz-mom-xtratxt {
  float: left;
}
.zz-mom.is-euro2020 .zz-mom-xtra {
  margin-bottom: 8px;
  margin-left: 25px;
}
.zz-mom.is-euro2020 .zz-mom-stats {
  font-weight: bold;
  font-size: 18px;
}
.zz-mom.is-euro2020 .zz-mom-stat {
  margin-top: 4px;
}
.zz-mom.is-euro2020 .zz-mom-stat-icn {
  display: inline-block;
  float: left;
  text-align: center;
  width: 21px;
  font-size: 16px;
}
.zz-mom.is-euro2020 .zz-mom-stat-val {
  float: none !important;
}
.zz-mom.is-euro2020 .zz-mom-note {
  width: 106px;
  padding: 2px 3px 0 4px;
  border-radius: 18px;
  border: solid 8px #ffffff;
  font-size: 80px;
  font-style: normal;
  line-height: 90px;
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: -1.23px;
  text-align: center;
}
.zz-mom.is-mundial2022 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: flex;
  font-family: 'Moderna Condensed Unicase';
  background: url(/images/mundial2022ban/block-mom/bg.png) no-repeat center;
  height: 120px;
  max-width: 620px;
}
.zz-mom.is-mundial2022 * {
  box-sizing: inherit;
}
.zz-mom.is-mundial2022 .micrologo_and_text .image {
  padding: 0;
}
.zz-mom.is-mundial2022 .zz-mom-left {
  width: 153px;
  position: relative;
}
.zz-mom.is-mundial2022 .zz-mom-sponsor {
  height: 31px;
  display: block;
}
.zz-mom.is-mundial2022 .zz-mom-title {
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: #ffffff;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 17px;
}
.zz-mom.is-mundial2022 .zz-mom-player {
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px #ffffff;
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
  width: 72px;
  height: 98px;
}
.zz-mom.is-mundial2022 .zz-mom-img {
  width: 100%;
  display: block;
  height: 73px;
  object-fit: cover;
}
.zz-mom.is-mundial2022 .zz-mom-player-note {
  text-align: right;
  font-size: 22.7px;
  font-weight: 900;
  font-stretch: condensed;
  color: #181a1a;
  line-height: 1;
}
.zz-mom.is-mundial2022 .zz-mom-xtratxt {
  float: left;
}
.zz-mom.is-mundial2022 .zz-mom-xtra {
  margin-bottom: 8px;
  margin-left: 25px;
}
.zz-mom.is-mundial2022 .zz-mom-stats {
  font-weight: bold;
  font-size: 18px;
}
.zz-mom.is-mundial2022 .zz-mom-stat {
  margin-top: 4px;
}
.zz-mom.is-mundial2022 .zz-mom-stat-icn {
  display: inline-block;
  float: left;
  text-align: center;
  width: 21px;
  font-size: 16px;
}
.zz-mom.is-mundial2022 .zz-mom-stat-val {
  float: none !important;
}
.zz-mom.is-mundial2022 .zz-mom-note {
  width: 106px;
  padding: 2px 3px 0 4px;
  border-radius: 18px;
  border: solid 8px #ffffff;
  font-size: 80px;
  font-style: normal;
  line-height: 90px;
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: -1.23px;
  text-align: center;
}
.table_match_live tr.zz-liveevent.is-goal.is-euro2020 {
  background: url(/images/ligabwinban/block-livegoal/bg.png) no-repeat center;
  background-size: cover;
  height: auto !important;
}
.table_match_live tr.zz-liveevent.is-goal.is-euro2020 td {
  background: transparent !important;
  height: 205px !important;
  color: #fff !important;
}
.table_match_live tr.zz-liveevent.is-goal.is-euro2020 td.col_evento {
  background: url(/images/ligabwinban/bwin-logo-white.png) no-repeat 95% 95% !important;
  background-size: auto 52 !important;
}
.table_match_live tr.zz-liveevent.is-goal.is-betano td {
  background-color: #FF3C00;
  color: #fff !important;
  position: relative;
  padding-bottom: 64px !important;
}
.table_match_live tr.zz-liveevent.is-goal.is-betano td.col_evento:after {
  bottom: 20px;
  right: 20px;
  content: "";
  position: absolute;
  background: #ff3b00 url(/images/betano/logo-white.png) 95% 95% no-repeat;
  background-size: auto 27px;
  height: 27px;
  width: 128px;
}
.table_match_live tr.zz-liveevent.is-goal.is-betano .result {
  margin: 0 4px;
}
/*
#dropdown_container,
.cbp-hrmenu .cbp-hrsub{
	background: @color-dark;
}

.cbp-hrmenu ul{
	height: auto;
}

.cbp-hrmenu > ul{
	height: 36px;
}
*/
.zz-menu-section {
  text-align: left;
}
.zz-list-header-item-desc {
  height: auto;
  padding: 8px 10px;
  text-align: left;
  border-radius: 4px;
  background: linear-gradient(to bottom, #1d2a38 3%, rgba(29, 42, 56, 0));
  transition: all ease-in-out 300ms;
}
.zz-list-header-item-desc:hover {
  background: rgba(255, 255, 255, 0.1);
}
.zz-list-header-item-desc .zz-icn {
  float: left;
  margin-right: 0;
  margin-right: 8px;
}
.zz-list-header-item-desc .t {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  padding: 8px 0;
}
.zz-list-header-item-desc .desc {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
  min-height: 36px;
  font-weight: normal;
  text-transform: none;
}
@media only screen and (min-width: 577px) {
  .zz-list-header-item-desc .desc {
    max-width: none;
  }
}
.zz-list-header-item-desc .zz-icn + div + .desc {
  margin-left: 40px;
}
.zz-menulinks-main {
  width: 160px;
  float: left;
}
.zz-menulinks-main ul {
  text-align: left;
}
.zz-menulinks-main a {
  font: 400 16px 'Roboto Condensed';
  padding: 8px;
  display: block;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}
.zz-menulinks-main a:hover {
  background: #39C;
  color: #fff !important;
}
.zz-menulinks-main.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  padding: 16px 0;
}
.zz-menulinks-main.grid .zz-list-header-item-desc {
  padding: 0;
}
.zz-menulinks-main.grid .zz-list-header-item-desc a {
  display: block;
  padding: 12px 8px 18px;
}
.zz-menulinks-main.grid .zz-list-header-item-desc a:hover {
  background: none;
}
.zz-menulinks-sub .title {
  font: 700 14px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif !important;
  padding-bottom: 8px;
  margin-top: 20px;
  color: #39C;
  text-transform: uppercase;
  text-align: left;
}
.zz-menulinks-sub .title:first-of-type {
  margin-top: 10px;
}
.zz-menulinks-sub .block {
  float: left;
  width: 143px;
  margin-left: 18px;
}
.zz-menulinks-sub .block:first-of-type {
  margin-left: 10px;
}
.zz-menulinks-sub .items a {
  padding: 2px 0;
  display: block;
  font: 400 13px 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  line-height: normal;
  text-transform: none;
  line-height: 18px;
  color: #D4D8DC !important;
}
.zz-menulinks-sub .items a img {
  float: left;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
#zz-menu-section-475 .zz-menulinks-sub {
  width: 790px;
  margin-left: 170px;
}
#zz-menu-section-475 .zz-menulinks-sub .block {
  width: 25%;
  margin-left: 0;
  padding-left: 16px;
  box-sizing: border-box;
}
#zz-menu-section-475 .zz-menulinks-sub .block:first-child {
  padding-left: 8px;
}
#menu_stats td {
  width: 25%;
  text-align: left;
  font-size: 13px;
  font-family: 'Roboto Condensed';
  font-weight: normal;
  padding: 0;
}
#menu_stats td a {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
#menu_stats .photo_frame {
  float: left;
  width: 28px;
  height: 28px;
  background-color: #FFF;
  border-radius: 5px;
  margin-right: 8px;
  overflow: hidden;
}
#menu_stats .photo_frame .photo,
#menu_stats .photo_frame img {
  width: 28px;
  height: 28px;
  background-size: cover;
}
#menu_stats small {
  font-size: 10px;
}
#menu_stats .column_550 {
  width: 550px;
  float: left;
}
#menu_stats .column_220 {
  margin: 0;
  float: right;
}
#menu_stats .title {
  /*padding-left: 3px !important;*/
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
#menu_stats .subtitle {
  text-align: left;
  /*padding-left: 3px !important;*/
  padding-top: 6px !important;
  color: #D2D8DE;
}
#menu_stats .more-link {
  font-size: 11px;
  color: #39C;
}
#menu_stats .micrologo_and_text div.text,
#menu_stats .micrologo_and_text .image,
#menu_stats .logo_and_text .image {
  padding-right: 4px;
  padding-left: 0;
}
#menu_competitions .combo-wrapper {
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  float: left;
}
#menu_competitions .combo-wrapper:first-child {
  padding-left: 0;
}
#menu_competitions .chosen-container {
  width: 100% !important;
}
.zz-header-menu-placeholder #menu_competitions {
  float: none;
  margin-left: 160px;
}
#menu_encyclopedia .zz-tagcloud {
  clear: both;
  padding-top: 16px;
}
#menu_encyclopedia .column_220:nth-child(2n) {
  margin: 0px 0px 0px 0px;
}
#menu_encyclopedia .column_220 {
  margin: 0px 0px 0px 20px;
}
/******
 TODO: REMOVE AFTER NEW HEADER IS IN PRODUCTION
 */
#menu_competitions .chosen-container,
#menu_competitions .chosen-drop {
  width: 100% !important;
}
#menu_competitions .chosen-container-single .chosen-search {
  width: auto !important;
}
#menu_competitions .chosen-search input {
  width: 100% !important;
}
.zz-menu-favorites:before,
.zz-menu-favorites:after {
  content: " ";
  display: table;
}
.zz-menu-favorites:after {
  clear: both;
}
.zz-menu-favorites:before,
.zz-menu-favorites:after {
  content: " ";
  display: table;
}
.zz-menu-favorites:after {
  clear: both;
}
.zz-menu-favorites .col {
  box-sizing: border-box;
  width: 25%;
  float: left;
}
.zz-menu-favorites .col-title {
  font-size: 14px;
  color: #a2b4c6;
  text-transform: uppercase;
}
.zz-menu-favorites .more-link {
  font-size: 14px;
  font-weight: normal;
  color: #1da1f2 !important;
  margin-top: 12px;
  margin-left: 22px;
  display: block;
  text-transform: uppercase;
}
.zz-menu-favorites .more-link.empty {
  margin-left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 22, 2019, 2:24:06 PM
    Author     : mv
*/
#header {
  width: 100%;
  height: 54px;
  background-color: #2C3E50;
  position: relative;
  /* 1XBET */
  z-index: 100;
  /* 1XBET */
}
/* HEADER - LOGO BAR */
#logobar {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}
#logobar .brand {
  width: 280px;
  height: 50px;
  float: left;
  font-size: 26px;
  font-weight: 700;
  color: #ECF0F6;
  letter-spacing: -0.05em;
  vertical-align: middle;
}
#logobar .brand .icn_rightarrow:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#logobar .brand a,
#logobar .brand a:hover {
  color: #ECF0F6 !important;
  text-decoration: none;
}
#logobar .logo {
  width: 40px;
  height: 30px;
  background-image: url('/style/new/img/zz_logotype.png');
  background-repeat: no-repeat;
  float: left;
  margin: 13px 0px 0px 0px;
}
#logobar .logo a {
  color: #FFF;
  text-decoration: none;
}
.domain_list li div {
  height: 38px;
  padding: 2px 0px 0px 0px;
  color: #ECF0F6;
}
.domain_list li span {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 6px 0px 0px 16px;
}
.domain_list .portugal {
  background-image: url('../../img/bandeiras/flag_1_por_150x100.png');
}
.domain_list .brazil {
  background-image: url('../../img/bandeiras/flag_6_bra_150x100.png');
}
.domain_list .spain {
  background-image: url('../../img/bandeiras/flag_12_esp_150x100.png');
}
.domain_list .france {
  background-image: url('../../img/bandeiras/flag_14_fra_150x100.png');
}
.domain_list .uk {
  background-image: url('../../img/bandeiras/flag_252_gbr_150x100.png');
}
.domain_list .international {
  /*background-image: url('../../images/world_flag.png');*/
  background-image: url('../../img/bandeiras/flag_252_gbr_150x100.png');
}
.domain_list .germany {
  background-image: url('../../img/bandeiras/flag_2_ger_150x100.png');
}
.domain_list .italy {
  background-image: url('../../img/bandeiras/flag_18_ita_150x100.png');
}
#logobar .domain {
  margin: 10px 0px 0px 0px;
  padding: 0px 8px 0px 8px;
  float: left;
  cursor: pointer;
}
#logobar .dropholder {
  margin: 23px 0px 0px 0px;
  float: left;
  cursor: pointer;
  font-size: 8px;
}
#logobar .memberholder {
  margin: 10px 4px 0px 5px;
  float: right;
  cursor: pointer;
  font-size: 8px;
  color: #FFF;
}
.domain_dropdown {
  color: #555;
  margin: 0px -22px 0 0;
  width: 143px;
  position: relative;
  text-align: left;
}
.domain_dropdown .gb_ka {
  border-color: transparent;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  left: 162px;
  z-index: 1;
  height: 0;
  width: 0;
  -webkit-animation: gb__a 0.2s;
  animation: gb__a 0.2s;
  border-bottom-color: #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -9px;
}
.domain_dropdown .gb_ja {
  border-color: transparent;
  border-bottom-color: #243648;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  left: 162px;
  top: -8px;
  z-index: 1;
  height: 0;
  width: 0;
  -webkit-animation: gb__a 0.2s;
  animation: gb__a 0.2s;
}
.domain_list {
  background: #243648;
  position: absolute;
  z-index: 999999;
  top: 50px;
  width: 220px;
  display: none;
  /*padding: 0px 0px 5px 0px;*/
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);*/
  border: 1px solid #CCC;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #161E28;
}
.domain_list ul {
  padding: 0px;
}
.domain_list li {
  display: inline-block;
  width: 220px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.domain_list li:hover {
  cursor: pointer;
  background-color: #425466;
}
.domain_list span.logo {
  margin-top: 8px !important;
}
.domain_list span.domain {
  margin-top: 6px !important;
}
.domain_list .root div.brand {
  height: 35px !important;
}
.domain_list .root span.logo {
  margin-top: 8px !important;
}
.domain_list .root span.domain {
  font: 400 20px 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0em;
  margin-top: 6px !important;
  margin-left: 2px !important;
}
.domain_list .root span.plus {
  margin-top: 24px !important;
}
/* MEMBER MENU */
.member_login {
  display: block;
  float: right;
  cursor: pointer;
  margin: 18px 0px 0px 0px;
}
.member_login .login {
  float: left;
}
.member_login .register {
  float: right;
  font: 700 14px 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  color: #D2D8DE;
  margin: 0px 0px 0px 4px;
}
.member_login .register a {
  color: #D2D8DE;
}
.member_login .register span {
  font-size: 13px;
  font-weight: 400;
  margin: 0px 4px 0px 0px;
  top: 2px;
  position: relative;
}
.member_login ul {
  list-style: none;
  padding: 0px !important;
}
.member_login li {
  font: 700 15px 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  color: #D2D8DE;
  display: inline-block;
  margin: 0px 4px 0px 4px;
}
.member_login li span {
  font-size: 13px;
  font-weight: 400;
  margin: 0px 4px 0px 0px;
  top: 2px;
  position: relative;
}
.member_area {
  display: block;
  float: right;
  cursor: pointer;
  margin: 14px 0px 0px 0px;
}
.member_area.active {
  background-color: #425466;
}
.member_area:hover {
  background-color: #425466;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.member_area span {
  font-size: 20px;
  color: #FFF;
}
.member_area span a {
  color: #FFF;
}
.member_menu {
  background: #FFF;
  color: #8090A0;
  position: relative;
  z-index: 2;
  top: 50px;
  left: 812px;
  width: 140px;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
.member_menu .gb_ka{
	border-color: transparent;
	border-style: dashed dashed solid;
	border-width: 0 8.5px 8.5px;
	position: absolute;
	left: 125px;
	z-index: 125;
	height: 0;
	width: 0;
	-webkit-animation: gb__a .2s;
	animation: gb__a .2s;
	border-bottom-color: rgba(255,255,255,.2);
	top: -9px;
}

.member_menu .gb_ja{
	border-color: transparent;
	border-bottom-color: #FFF;
	border-style: dashed dashed solid;
	border-width: 0 8.5px 8.5px;
	position: absolute;
	left: 123px;
	top: -8px;
	z-index: 1;
	height: 0;
	width: 0;
	-webkit-animation: gb__a .2s;
	animation: gb__a .2s;
}
*/
.member_menu ul {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  position: absolute;
  padding: 0px;
  list-style: none;
  margin: 0px;
  background-color: #425466;
  top: -5px;
}
.member_menu li {
  display: inline-block;
  width: 140px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #263340;
  padding: 0px 0px 0px 8px;
}
.member_menu li:hover {
  cursor: pointer;
  background-color: #263340;
}
.member_menu .member_root div.element {
  height: 14px !important;
  /*padding: 10px 0px 8px 4px;*/
  /*border-bottom:1px solid #EEE;*/
  display: inline;
}
.member_menu .member_root div.element a {
  font: 400 13px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #FFF;
  display: table-cell;
  width: 140px;
  height: 32px;
  vertical-align: middle;
}
.member_menu .member_root div.element a:hover {
  color: #FFF;
}
#logobar .search {
  width: 340px;
  height: 34px;
  background-color: #425466;
  margin: 10px 0px 0px 0px;
  float: left;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
#logobar .search .icn {
  margin: 8px 0px 0px 8px;
  font-size: 8px;
  float: left;
  color: #A2B4C6;
}
#logobar .search .form_search {
  float: left;
}
#logobar .search input {
  width: 280px;
  /*height: 22px;*/
  background-color: #425466;
  font: 400 18px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  color: #A2B4C6;
  border: 0px;
  margin: 4px 0px 0px 4px;
}
#logobar .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A2B4C6;
}
#logobar .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A2B4C6;
  opacity: 1;
}
#logobar .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A2B4C6;
  opacity: 1;
}
#logobar .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A2B4C6;
}
#logobar .search input:focus {
  outline: 0px;
}
#logobar .social {
  padding: 8px 0px 0px 0px;
  margin: 11px 0px 0px 10px;
  float: left;
}
#logobar .social a {
  padding: 0px 5px 0px 5px;
  display: block;
  float: left;
  font-size: 16px;
  color: #8294A6;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#logobar .social a:hover {
  color: #FFF;
}
#logobar .notification {
  padding: 0px 0px 0px 0px;
  margin: 9px 4px 0px 0px;
  float: right;
}
#logobar .notification div {
  position: relative;
}
#logobar .notification .number {
  padding: 1px 4px 1px 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-block;
  background-color: #D64640;
  color: #FFF;
  font: 700 10px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  position: absolute;
  left: 8px;
  bottom: -8px;
  text-align: center;
}
#logobar .notification span {
  margin: 8px 0px 0px 0px;
  display: inline-block;
}
#logobar .notification a {
  color: #D2D8DE;
  padding: 0px 7px 0px 7px;
  display: block;
  float: left;
  font-size: 20px;
}
#logobar .notification a:hover {
  color: #FFF;
}
#logobar .userarea {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  background-size: cover;
}
#logobar .username {
  float: right;
  margin: 4px 0px 0px 6px;
  padding: 2px 2px 0px 0px;
  color: #D2D8DE;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto Condensed';
}
#logobar a span.disabled {
  color: #425466;
}
.main-nav ul {
  margin: 0px;
}
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cd-user-modal-container {
  position: relative;
  width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  font: 700 20px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: 0.25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 0.25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}
.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form input {
  width: 518px;
  margin: 0px;
  padding: 0px;
  border-radius: 0.25em;
  font: 400 14px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 16px 20px 16px 20px;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 20px;
}
.cd-form input[type=checkbox] {
  width: 20px;
}
.cd-form input[type=submit] {
  width: 560px;
  padding: 16px 0;
  cursor: pointer;
  background: #2f889a;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover,
.no-touch .cd-form input[type=submit]:focus {
  background: #3599ae;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: 0.8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}
.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}
.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}
.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  /*  background: url("../img/cd-icon-close.svg") no-repeat center center; */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}
#cd-login,
#cd-signup,
#cd-reset-password {
  display: none;
}
#cd-login.is-selected,
#cd-signup.is-selected,
#cd-reset-password.is-selected {
  display: block;
}
#home {
  z-index: 0;
}
#page_header .bottom .datasheet .stats {
  height: auto;
}
.zz-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  background: #2c3e50;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1002;
}
.zz-header * {
  box-sizing: inherit;
}
.zz-header-social-bar {
  z-index: 1003;
}
.zz-header-top,
.zz-header-bottom {
  width: 960px;
  margin: 0 auto;
}
.zz-header-top {
  padding: 22px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.zz-header-top:before,
.zz-header-top:after {
  content: " ";
  display: table;
}
.zz-header-top:after {
  clear: both;
}
.zz-header-top:before,
.zz-header-top:after {
  content: " ";
  display: table;
}
.zz-header-top:after {
  clear: both;
}
.zz-header-top > div {
  flex-grow: 1;
  position: relative;
}
.zz-header-top .zz-header-domain {
  width: 300px;
}
.zz-header-top .zz-header-sports {
  width: 55px;
}
.zz-header-top .zz-header-search {
  width: 360px;
}
.zz-header-top .zz-header-social {
  width: 135px;
}
.zz-header-top .zz-header-user {
  width: 165px;
}
.zz-header-bottom {
  padding: 0;
}
.zz-header-bottom #menu_header {
  position: static;
  box-sizing: initial;
}
.zz-header-bottom .cbp-hrmenu > ul,
.zz-header-bottom .cbp-hrmenu .cbp-hrsub-inner {
  padding: 0;
  width: auto;
}
.zz-header-bottom .cbp-hrmenu .cbp-hrsub-inner {
  width: 960px;
}
.zz-header-bottom .cbp-hrmenu > ul > li {
  margin: 0 4px 0 0;
}
.zz-header-bottom .cbp-hrmenu > ul > li > a {
  position: relative;
}
.zz-header-bottom .cbp-hrmenu > ul > li > a > .zz-newfavorite-notif-placeholder {
  top: -2px;
  right: -6px;
}
.zz-header-bottom .cbp-hrmenu > ul > li.active {
  border-bottom: 3px solid #fff !important;
}
.zz-header-bottom .cbp-hrmenu > ul > li.active a:hover {
  color: #fff !important;
}
.zz-header-bottom .cbp-hrmenu > ul > li.fun-menu-item {
  margin: 0 0 0 4px;
}
.zz-header-bottom .cbp-hrmenu > ul > li.fun-menu-item > a {
  font-weight: 400;
}
.zz-header-domain {
  width: 256px;
}
.zz-header-domain .logo {
  display: block;
  width: 61px;
  height: 46px;
  background: url('/images/svg/brand-main-sans.svg') no-repeat center;
  background-size: contain;
  float: left;
  margin-right: 8px;
}
.zz-header-domain .domain {
  color: #fff;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 46px;
  display: block;
  float: left;
}
.zz-header-domain .expand {
  width: 18px;
  height: 44px;
  margin-left: 6px;
  margin-top: 2px;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.zz-header-domain .zz-header-popup {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  top: 46px;
}
.zz-header-domain:hover .expand {
  opacity: 1;
}
html[lang=en] .zz-header-domain .domain,
html[lang=fr] .zz-header-domain .domain {
  font-size: 20px;
}
.zz-header-sports .current {
  transition: all ease-in-out 300ms;
  opacity: 0.6;
  color: #A2B4C6;
}
.zz-header-sports .current .zz-icn {
  float: left;
}
.zz-header-sports .current .expand {
  margin-top: 8px;
  font-size: 18px;
}
.zz-header-sports:hover .current {
  opacity: 1;
  color: #fff !important;
}
.zz-header-sports .zz-header-popup {
  left: -16px;
}
.zz-header-search {
  padding: 0 16px;
}
.zz-header-search #searchbox {
  position: absolute;
  left: 16px;
  top: 40px;
  width: 327px;
}
.zz-header-search form {
  position: relative;
}
.zz-header-search form input {
  width: 100%;
  border: 0;
  background: #d9dee3;
  border-radius: 18px;
  line-height: 36px;
  padding: 0 16px;
  font-size: 18px;
  font-family: 'Roboto Condensed';
  transition: all ease-in-out 300ms;
}
.zz-header-search form input:hover,
.zz-header-search form input:active,
.zz-header-search form input:focus {
  background: #fff;
}
.zz-header-search form button {
  position: absolute;
  top: 2px;
  right: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
}
.zz-header-search form button .zz-icn {
  color: #3e5368;
}
.zz-header-social {
  display: flex;
}
.zz-header-social a {
  margin: 0 2px;
  color: #A2B4C6;
  opacity: 0.6;
  transition: all ease-in-out 300ms;
}
.zz-header-social a:hover {
  color: #fff !important;
  opacity: 1;
}
.zz-header-social .zz-icn {
  font-size: 24px;
}
.zz-header-user {
  /*width: 200px;*/
  text-align: right;
}
.zz-header-user .login-btn {
  float: right;
  display: inline-block;
  padding: 0 24px;
  line-height: 34px;
  border-radius: 17px;
  background-color: #aab6c2;
  text-transform: uppercase;
  color: #2c3e50;
  font-size: 13px;
  font-weight: bold;
  transition: all ease-in-out 300ms;
}
.zz-header-user .login-btn:hover {
  color: #2c3e50 !important;
  background: #fff;
}
.zz-header-user .logged-user {
  cursor: pointer;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
}
.zz-header-user .logged-user .name {
  max-width: 100px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  transition: all ease-in-out 300ms;
}
.zz-header-user .logged-user .thumb {
  margin-left: 8px;
  float: right;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all ease-in-out 300ms;
  width: 32px;
  height: 32px;
  background-size: cover;
}
.zz-header-user .logged-user:hover .name {
  color: #fff;
}
.zz-header-user .logged-user:hover .thumb {
  border-color: #fff;
}
.zz-header-user .zz-header-popup {
  right: 0;
}
.zz-header-popup {
  display: none;
  position: absolute;
  z-index: 99999999;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  background-color: #425466;
  min-width: 240px;
  font-size: 16px;
  color: #fff;
  padding: 8px 0;
  top: 40px;
}
.zz-header-popup .list a {
  padding: 8px 16px;
  display: block;
  color: #fff;
  line-height: 24px;
}
.zz-header-popup .list a:hover {
  background: #2c3e50;
}
.zz-header-popup .zz-icn,
.zz-header-popup .flag {
  float: left;
}
.zz-header-popup .zz-icn {
  margin-top: -4px;
}
.zz-header-popup .flag {
  border-radius: 12px;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  background: center no-repeat;
  background-size: cover;
}
.zz-header-popup hr {
  border: 0;
  border-bottom: 1px solid #2c3e50;
}
.zz-header-popup.is-yellow {
  background: #f3eb7d;
}
.zz-header-popup.is-yellow .list a {
  color: #4a4a4a;
}
.zz-header-popup.is-yellow .list a:hover {
  background: #d9d163;
  color: #000000 !important;
}
.zz-header-popup.is-yellow .zz-toggle-btn a.active:hover {
  color: #fff !important;
}
.zz-header-menu-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  z-index: 10000;
  position: relative;
}
.zz-header-menu-placeholder:before,
.zz-header-menu-placeholder:after {
  content: " ";
  display: table;
}
.zz-header-menu-placeholder:after {
  clear: both;
}
.zz-header-menu-placeholder:before,
.zz-header-menu-placeholder:after {
  content: " ";
  display: table;
}
.zz-header-menu-placeholder:after {
  clear: both;
}
.zz-header-menu-placeholder * {
  box-sizing: inherit;
}
.zz-header-menu-placeholder ul,
.zz-header-menu-placeholder li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zz-header-menu-placeholder .zz-menu-section {
  padding: 8px 0 32px;
  background: #273442;
  position: absolute;
  width: 100%;
  display: none;
  text-transform: uppercase;
}
.zz-header-menu-placeholder .zz-menu-section a {
  color: #FFF;
}
.zz-header-menu-placeholder .zz-menu-section.show {
  display: block;
}
.zz-header-menu-placeholder .box .title {
  font-weight: 700 !important;
}
.zz-header-menu-placeholder .container {
  width: 790px;
  float: left;
  padding-left: 10px;
}
.zz-header-menu-placeholder .column_550 {
  width: 550px;
  float: left;
}
.zz-menu-type-news .column_140 {
  margin: 0;
  width: 20%;
  /*padding-top: 8px;*/
}
.zz-menu-type-encyclopedia .column_140 {
  margin: 0 !important;
}
.zz-menu-type-videotags {
  width: 450px;
  float: right;
}
.zz-menu-type-videos {
  width: 450px;
  float: right;
  padding-top: 16px;
  margin-bottom: 24px;
}
.zz-menu-type-videos:before,
.zz-menu-type-videos:after {
  content: " ";
  display: table;
}
.zz-menu-type-videos:after {
  clear: both;
}
.zz-menu-type-videos:before,
.zz-menu-type-videos:after {
  content: " ";
  display: table;
}
.zz-menu-type-videos:after {
  clear: both;
}
.zz-menu-type-videotabs {
  width: 280px;
  float: left;
  margin: 0 42px 0 16px;
  padding-top: 16px;
  transition: all ease-in-out 300ms;
}
.zz-menu-type-videotabs .tag {
  display: block;
  margin-bottom: 8px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  border: 0 solid transparent;
}
.zz-menu-type-videotabs .tag img {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.zz-menu-type-videotabs .tag .title {
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zz-menu-type-videotabs .tag .tagline {
  opacity: 0.6;
  color: #fff;
  font-size: 11px;
}
.zz-menu-type-videotabs .tag:hover {
  color: #fff !important;
  transform: scale(1.02);
}
.zz-menu-type-compcombos .chosen-container .chosen-results li {
  color: #D2D8DE;
}
.zz-header-domain-redirect span {
  vertical-align: middle;
  text-transform: uppercase;
}
.zz-header-domain-redirect .flag {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: center no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
}
.zz-header-domain-redirect .button-redirect {
  border-radius: 16px;
  display: inline-block;
  cursor: pointer;
  margin-left: 80px;
}
.zz-header-domain-redirect .button-redirect span {
  padding: 10px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 20, 2019, 11:07:45 AM
    Author     : mv
*/
.zz-header-newsitem {
  overflow: hidden;
  float: left;
  width: 48%;
  position: relative;
}
.zz-header-newsitem .zz-icn {
  position: absolute;
  top: 8px;
  left: 8px;
}
.zz-header-newsitem .img {
  position: relative;
}
.zz-header-newsitem .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.zz-header-newsitem img {
  height: 128px;
  width: 100%;
  object-fit: cover;
}
.zz-header-newsitem .cat {
  font-size: 11px;
  font-weight: bold;
  color: #a2b4c6;
  padding: 8px 0;
  text-transform: uppercase;
}
.zz-header-newsitem .text {
  text-transform: none;
  color: #d4d8dc;
  transition: all ease-in-out 300ms;
  font-size: 16px;
  font-weight: normal;
}
.zz-header-newsitem:first-child,
.zz-header-newsitem:first-of-type {
  margin-right: 4%;
}
.zz-header-newsitem:hover {
  color: #3399cc;
}
.zz-header-newsitem:hover .text {
  color: #3399cc;
}
.zz-header-newsitem:hover .img:after {
  opacity: 1;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 7, 2019, 5:00:49 PM
    Author     : mv
*/
.zz-hdr-adm {
  position: relative;
}
.zz-hdr-adm.is-open .zz-icn {
  transform: rotate(180deg);
}
.zz-hdr-adm .zz-header-popup {
  right: 0;
  top: 0;
}
.zz-hdr-adm .zz-header-popup {
  padding-top: 48px;
  border-radius: 0;
}
.zz-hdr-adm-btn {
  background: #f3eb7d;
  padding: 2px 6px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #4a4a4a;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999999;
}
.zz-hdr-adm-btn .zz-icn {
  float: right;
  font-size: 18px;
}
/*
#homepage .leaderboard,
.leaderboard{
	display: block;
}
*/
.hd_tabs {
  padding-top: 10px;
  height: auto;
}
