/* EBUCC18
@ebuccTextColor: #5c6668;
@ebuccDarkGreen: #50a282; // table th ==> also in detail-chart.blade.php
@ebuccDarkBlue: #0aa7c3; // scoreboard headers
@ebuccDarkYellow: #deaf2f; // buttons
@ebuccDarkRed: #c56f63; //#a25c50; // extra, secondar headers ==> also in detail-chart.blade.php
@ebuccTableBg:#eff7fb; // tbody rows
@ebuccTableBottomFade:55%;
*/
.stats-title-flag {
  height: 21px;
  margin-left: 1px;
  vertical-align: baseline;
}
.cellborder {
  border: 1px solid #e0e0e0;
}
.gs {
  min-width: 10px;
  margin: 0 10px 10px 0;
  max-width: 370px;
  min-width: 220px;
  min-height: 168px;
  overflow: hidden;
  width: 32.6%;
  float: left;
}
@media screen and (min-width: 750px) and (max-width: 850px) {
  .gs {
    float: none;
    margin: 0 auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 850px) {
  .gs {
    width: 98%;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  .gs {
    min-height: 94px;
  }
}
.gs p {
  margin-bottom: 0;
}
.gs table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin: 0;
}
.gs td {
  border: 1px solid #e0e0e0;
  padding: 2px 4px;
  vertical-align: middle;
  line-height: 1.25;
}
.gs-d {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.gs-d td {
  border: 0;
  font-size: .9em;
  line-height: 1.2em;
  background: #4270b7;
  color: #fff;
  padding: 4px 6px 3px;
}
.gs-d .div {
  text-align: right;
}
.gs-d .div a {
  color: #fff;
}
.st-1 .gs-d td {
  background: #faaf41;
  color: #fff;
}
.st-1 .gs-d td a {
  color: #fff;
  font-weight: bold;
}
.st-3 .gs-d td {
  background: #c7ced4;
  background: #cacaca;
  background: -moz-linear-gradient(top, #cacaca 0, #e1e2e2 53%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cacaca), color-stop(53%, #e1e2e2));
  background: -webkit-linear-gradient(top, #cacaca 0, #e1e2e2 53%);
  background: -o-linear-gradient(top, #cacaca 0, #e1e2e2 53%);
  background: -ms-linear-gradient(top, #cacaca 0, #e1e2e2 53%);
  background: linear-gradient(to bottom, #cacaca 0, #e1e2e2 53%);
  background: #ddd;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#e1e2e2', GradientType=0);
  color: #747474;
}
#content div.st-3 .gs-d td a {
  color: #747474;
}
.st-2 .gs-d td {
  background: #4270b7;
  color: #fff;
}
td.gs-cnt {
  width: 115px;
  padding-left: 6px;
  white-space: nowrap;
  background: -moz-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 221, 221, 0.2)), color-stop(33%, rgba(221, 221, 221, 0)), color-stop(100%, rgba(221, 221, 221, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6dddddd', endColorstr='#00dddddd', GradientType=0);
  /* IE6-9 */
  position: relative;
  font-size: 1em;
}
.st-3 td.gs-cnt {
  width: 85%;
}
td.gs-cnt img {
  margin-right: 5px;
  position: relative;
  top: .25em;
  box-shadow: 1px 1px 3px #ccc;
}
td.gs-cnt .nomo {
  display: inline;
}
@media (min-width: 850px) and (max-width: 1020px) {
  td.gs-cnt .nomo {
    display: none;
  }
}
@media (min-width: 650px) and (max-width: 725px) {
  td.gs-cnt .nomo {
    display: none;
  }
}
td.gs-cnt.winner {
  background: #d0f8d0;
  font-weight: bold;
}
td.gs-cusc {
  padding-top: 1px;
  width: 21px;
  font-weight: bold;
  background-color: #eee;
  text-align: center;
}
.gs td.gs-cusc {
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.gs.changed td.gs-cusc {
  background-color: #ff9;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
td.gs-rec {
  background: -moz-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 221, 221, 0.2)), color-stop(33%, rgba(221, 221, 221, 0)), color-stop(100%, rgba(221, 221, 221, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6dddddd', endColorstr='#00dddddd', GradientType=0);
  /* IE6-9 */
  border-right: 0;
  font-size: .8em;
}
.st-3 td.gs-rec {
  text-align: center;
  white-space: nowrap;
  color: #999;
}
td.gs-gh {
  padding: 1px 0 1px 4px;
  vertical-align: top;
  background: -moz-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 221, 221, 0.2)), color-stop(33%, rgba(221, 221, 221, 0)), color-stop(100%, rgba(221, 221, 221, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0) 33%, rgba(221, 221, 221, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6dddddd', endColorstr='#00dddddd', GradientType=0);
  /* IE6-9 */
}
.st-3 td.gs-gh {
  border-left: 0;
  width: 0;
}
td.gs-gh table {
  width: auto;
}
td.gs-gh td {
  padding: 1px 2px 0;
  border: 0;
  width: 20px;
  min-width: 19px;
  font-size: 1em;
  text-align: center;
}
.gs-lower {
  border: 1px solid #e0e0e0;
  border-top-width: 0;
  padding: 2px 6px;
  font-size: 1em;
  line-height: 1.4em;
  background: #fff;
}
.gs-lower span {
  font-weight: bold;
}
.gs-lower.gs-stats span {
  display: inline-block;
  min-width: 70px;
}
.gs.min td.gs-gh {
  display: none;
}
.st-3.gs.min td.gs-gh {
  display: table-cell;
  padding-top: 1px;
  width: 21px;
  font-weight: bold;
  background-color: #eee;
  text-align: center;
  padding: 0;
  width: 0;
}
.gs.min .gs-lower {
  display: none;
}
.st-2.gs.min .time {
  display: none;
}
.gs.min.st-1 .gs-gmlnk {
  display: block;
  line-height: 1.3em;
}
.gs.min.st-1 .gs-gmlnk a {
  text-decoration: underline;
  color: #999999;
}
.scores_scoreboard .gs {
  width: 153px;
  float: left;
  /*TINY*/
}
.scores_scoreboard .gs td.gs-gh {
  display: none;
}
.st-3.scores_scoreboard .gs td.gs-gh {
  display: table-cell;
  padding-top: 1px;
  width: 21px;
  font-weight: bold;
  background-color: #eee;
  text-align: center;
  padding: 0;
  width: 0;
}
.scores_scoreboard .gs .gs-lower {
  display: none;
}
.st-2.scores_scoreboard .gs .time {
  display: none;
}
.scores_scoreboard .gs.st-1 .gs-gmlnk {
  display: block;
  line-height: 1.3em;
}
.scores_scoreboard .gs.st-1 .gs-gmlnk a {
  text-decoration: underline;
  color: #999999;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .scores_scoreboard .gs {
    width: 130px;
  }
}
.score_scoreboard.scores_scoreboard .gs:nth-of-type(2n+1) {
  margin-right: 0;
  /*TABLET*/
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
  .score_scoreboard.scores_scoreboard .gs:nth-of-type(2n+1) {
    margin-right: 4px;
  }
}
.scores_scoreboard .gs .div .pl {
  display: none;
}
.scb-fi {
  margin: 8px 0 5px;
  text-align: center;
}
.scb-fi > div {
  margin-left: .3em;
  display: inline-block;
}
.scb-fi > div:first-child {
  margin-right: .5em;
}
.scb-fi select {
  margin: 2px 1px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
#fp-sb {
  clear: both;
  width: auto;
  padding: 0 1em;
}
@media screen and (min-width: 810px) {
  #fp-sb {
    margin: 0 auto;
  }
}
#fp-sb .scb-loading-text {
  float: none;
  position: absolute;
  box-sizing: border-box;
  z-index: 9999;
  margin-top: 15px;
  width: 26%;
  min-width: 220px;
  left: calc(50% - 110px);
  padding: 3%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  top: -3em;
}
#fp-sb .scb-no-games {
  float: none;
  font-style: italic;
}
#fp-sb .gs .gs-sc td {
  height: 25px;
  background: #fff;
}
#fp-sb .gs .gs-sc td.winner {
  background: #d0f8d0;
  font-weight: bold;
}
@media (min-width: 1003px) {
  #fp-sb .gs:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 851px) and (max-width: 1003px) {
  #fp-sb .gs {
    width: 48%;
    max-width: 350px;
  }
}
@media (max-width: 650px) {
  #fp-sb .gs {
    margin-right: 0;
  }
}
.scb-fiday {
  display: none;
}
.gs-gmlnk {
  padding-left: 2px;
  font-size: .85em;
  line-height: 1.4em;
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
}
.scb-loading-text {
  display: block;
  border: 1px dotted #ccc;
  clear: both;
  padding: 4px 10px;
  border-width: 1px 0;
  color: #888;
  background: #fafafa;
  font-style: italic;
  margin: 5px 0 10px;
  float: left;
  text-align: center;
  width: 89%;
  /*PHONE WIDE*/
  display: none;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .scb-loading-text {
    width: 93%;
  }
}
.loading .scb-loading-text {
  display: block;
}
.scb-no-games {
  display: block;
  border: 1px dotted #ccc;
  clear: both;
  padding: 4px 10px;
  border-width: 1px 0;
  color: #888;
  background: #fafafa;
  font-style: italic;
  margin: 5px 0 10px;
  float: left;
  text-align: center;
  width: 89%;
  /*PHONE WIDE*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .scb-no-games {
    width: 93%;
  }
}
.no-live-games > .gs {
  min-height: 160px;
}
.only-upcoming-games > .gs {
  min-height: 112px;
}
.mxn-scb-info {
  display: block;
  border: 1px dotted #ccc;
  clear: both;
  padding: 4px 10px;
  border-width: 1px 0;
  color: #888;
  background: #fafafa;
  font-style: italic;
  margin: 5px 0 10px;
  float: left;
  text-align: center;
  width: 89%;
  /*PHONE WIDE*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .mxn-scb-info {
    width: 93%;
  }
}
/*****************  FRONT SCOREBOARDS *********************/
.scores_scoreboard .scb-fi {
  margin-top: -5px;
  width: 100%;
}
.scores_scoreboard .scb-fi > div {
  font-size: 1em;
}
.scores_scoreboard .scb-fi button {
  float: right;
  height: 2em;
  margin: 0 16px 0 6px;
}
.scores_scoreboard .scb-fi.st-1 .scb-gd {
  display: none;
}
.scores_scoreboard .scb-cnt {
  margin-left: 45px;
  /*PHONE WIDE*/
  /*TINY*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .scores_scoreboard .scb-cnt {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .scores_scoreboard .scb-cnt {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .scores_scoreboard .scb-gd {
    margin-left: 45px;
  }
}
.scores_scoreboard .gs {
  float: left;
  font-size: .8em;
  margin: 0 4px 9px 0;
  max-width: 91px;
  /*PHONE WIDE*/
  /*TINY*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .scores_scoreboard .gs {
    max-width: 91px;
    margin-right: 11px;
  }
}
.scores_scoreboard .gs:nth-of-type(2n) {
  margin-right: 4px;
  /*PHONE WIDE*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .scores_scoreboard .gs:nth-of-type(2n) {
    margin-right: 11px;
  }
}
.scores_scoreboard .gs:nth-of-type(3n) {
  margin-right: 0px;
  /*PHONE WIDE*/
  /*TINY*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .scores_scoreboard .gs:nth-of-type(3n) {
    margin-right: 11px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .scores_scoreboard .gs:nth-of-type(3n) {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .scores_scoreboard .gs:nth-of-type(2n-1) {
    margin-left: 36px;
  }
}
.scores_scoreboard .gs.st-1 .gs-d .status {
  display: none;
}
.scores_scoreboard .gs.st-1 .gs-d .div .fld {
  right: 0;
}
.scores_scoreboard .gs .gs-d {
  display: table;
  color: #999999;
}
.scores_scoreboard .gs .gs-d .status {
  background: transparent;
  color: #999999;
  line-height: 1.3em;
  padding: 0 0 0 1px;
  width: 60%;
  vertical-align: bottom;
  white-space: nowrap;
}
.scores_scoreboard .gs .gs-d .div {
  display: table-cell;
  background: #fff;
  text-align: right;
  padding-right: 0;
  color: #999999;
  width: 38%;
}
.scores_scoreboard .gs .gs-d .div .fld {
  position: relative;
  right: -0.6em;
}
.scores_scoreboard .gs .gs-d .div a {
  color: #999999;
  text-decoration: underline;
}
.scores_scoreboard .gs td.gs-rec {
  display: none;
  width: 21px;
  background: #eee;
  overflow: hidden;
  font-size: 1px;
  color: #eee;
  border: 1px solid #e0e0e0;
}
.scores_scoreboard td.gs-cnt {
  width: 50px;
}
#content table.gs-d .div a {
  color: #fff;
  font-weight: 300;
}
#content table.gs-d a.time {
  color: #fff;
}
/***************** MIXINS ********************/