@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

a.email-home:link {
border-bottom: none !important;
}

a.email-home:hover {
border-bottom: 1px solid #39f !important;
}

:root {
  font-size: 16px;
  --primary-font: "jost", Lato, Verdana, Arial, Helvetica, sans-serif;
}

html,
body {
  /* height: 100%; */
}

.outerBorderTable {
  border: solid 5px #cccccc;
}

.innerBorderTable {
  border: solid 10px #ffffff;
}

#navigation_links {
  margin: 4px 0px 4px 0px;
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 16px;
  font-variant: small-caps;
  /*background-color: #ffd700;*/
  background-color: #ffbc3d;
}

#navigation_links ul {
  padding: 6px 0px 6px 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
}

#navigation_links li {
  /* border:solid 1px #ff0000; */
  display: inline;
}

#navigation_links li a {
  padding: 6px 10px 6px 10px;
  margin: 4px;
  text-decoration: none;
  color: #000066;
}

#navigation_links li a:hover {
  border-bottom: solid 4px #000066;
  color: #000066;
}

#nav_home .nav_home,
#nav_about .nav_about,
#nav_news .nav_news,
#nav_season .nav_season,
#nav_teams .nav_teams,
#nav_join .nav_join {
  //border-top: solid 4px #000066;
  color: #ffffff !important;
  background-color: #000066;
}

#navigation_box {
  padding-bottom: 2px;
  margin-bottom: 4px;
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 9px;
  color: #999999;
  text-align: center;
}

.homeLeftSideBorder {
  border-right: solid 1px #cccccc;
  background: #f7f7f7;
}

#homeleftside {
  width: 220px;
  margin: 10px 10px 5px 10px;
  font-family: var(--primary-font);
  font-size: 9px;
  color: #000066;
}

#homeleftside a {
  color: #3399ff;
  //color: #2e8ae5;
  text-decoration: none;
}

#homebody {
  width: 620px;
  margin: 0px 15px 0px 15px;
  font-family: var(--primary-font);
  font-size: 1rem;
  color: #000066;
  //text-align: justify;
  //letter-spacing: -0.5px;
}

#homebody a {
  text-decoration: none;
  font-weight: bold;
  color: #3399ff;
  //color: #3fcc14;
}

#homebody a:hover {
  text-decoration: underline;
}

#homebody ul {
  margin-top: 0px;
  margin-bottom: 0px;
  //margin-left: -4px;
  list-style-type: none;
}

#homebody li {
  /* background: url(../bullet_orange_black2.GIF) no-repeat 4px 4px; */
  margin: 0px -10px 0px 0px;
  /* padding: 0px 0px 0px 20px; */
  border: solid 5px #ff0000;
}

.homeRightSideBorder {
  border-left: solid 1px #cccccc;
  background: #f7f7f7;
}

#homerightside {
  width: 220px;
  position: relative;
  margin: 5px 10px 5px 10px;
  font-family: var(--primary-font);
  font-size: 9px;
  color: #000066;
}

#homerightside a {
  color: #3399ff;
  text-decoration: none;
}

#footer_links {
  font-family: var(--primary-font);
  font-size: 10px;
  color: #000066;
}

#footer_links a {
  text-decoration: none;
  font-weight: bold;
  color: #999999;
}

#footer_links a:hover {
  color: #666666;
}

.tableTextSmall {
  font-family: var(--primary-font);
  font-size: 16px;
  color: #000066;
}

#statsdivs {
  display: flex;
  width: 100%;
  /* min-width: 800px; */
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px 20px;
}

#statsdivs > div > span {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  color: #000066;
}

.leaderboard {
  flex-basis: 1;
  margin-top: 0.5rem;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  max-width: 300px;
  width: 300px;
  padding-bottom: 0.2rem;
}

.leaderboard tr {
  margin: 100px;
}

.leaderboard tr:first-child {
  background-color: #0082bb;
  /* background: -webkit-linear-gradient(90deg, #00006699 0%, #000066ff 100%) !important; */
  /* background-attachment: fixed; */
  /* background: transparent; */
}

.leaderboard tr:nth-child(2n + 3) {
  background-color: #0082bb22;
}

.leaderboard tr td {
  vertical-align: middle;
}

.leaderboard tr:first-child td {
  padding: 0.75rem 0rem 0.75rem 0rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  background: transparent;
}

.leaderboard tr:first-child td:first-child {
  border-top-left-radius: 5px;
  padding-left: 1rem;
  /* border-left: 1rem solid #0082bb; */
  text-align: left;
}

.leaderboard tr:first-child td:last-child {
  border-top-right-radius: 5px;
  padding-right: 1rem;
  /* border-right: 1rem solid #0082bb; */
  text-align: right;
}

.leaderboard tr td:first-child {
  /* padding: 1.5em 0.5rem 1.5em 0.5rem; */
  text-align: center;
  /* font-size: 1em; */
  /* white-space: nowrap; */
}

.leaderboard tr:not(:first-child) td {
  font-size: 1rem;
}

.leaderboard tr:not(:first-child) td:first-child {
  padding: 0.5em 0 0.5em 0.5rem;
  font-weight: bold;
  /* border-left: 1rem solid #ffffff; */
}

.leaderboard tr:not(:first-child) td:nth-child(2) {
  padding: 0.5em 0 0.5em 0.5rem;
  /* font-size: 1em; */
}

.leaderboard tr:not(:first-child) td:last-child {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  text-align: right;
  white-space: nowrap;
  color: #000066;
  /* border-right: 1rem solid #ffffff; */
  font-weight: bold;
  font-size: 0.9rem;
}

.leaderboard .player_name {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* color: red;
background-color: limegreen; */
}

.leaderboard tr:not(:first-child) a:link,
.leaderboard tr:not(:first-child) a:visited {
  text-decoration: none;
  border-bottom: transparent !important;
  color: #000066 !important;
  font-weight: normal !important;
}

.leaderboard tr:first-child a:link,
.leaderboard tr:first-child a:visited {
  text-decoration: none;
  border-bottom: transparent !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

.leaderboard tr:not(:first-child) a:hover {
  text-decoration: underline;
  border-bottom: solid 1px #000066 !important;
  /* color: #ffffff !important;
  font-weight: 900 !important; */
}

.leaderboard tr:first-child a:hover {
  text-decoration: underline;
  border-bottom: solid 1px #ffffff !important;
}

.viewall {
  color: #0082bb;
  background-color: #ffffff;
  /* padding: 5px !important; */
  /* outline: 1px solid #000066; */
  /* outline-offset: -0.5rem; */
  /* border-bottom-left-radius: 1rem; */
  /* border-bottom-right-radius: 0.5rem; */
  text-align: center;
  text-transform: uppercase;
}

.viewallz a:link {
  font-size: 1rem;
  /* line-height: 1.5rem; */
  font-weight: bold !important;
  text-decoration: none !important;
  /* transition: scale 0.1s ease-in-out; */
}

.viewallz a:hover {
  /* font-size: 1.2rem; */
  /* line-height: 1.2rem; */
  /* scale: 1.5; */
  font-weight: bold !important;
}

.viewalllink {
  display: block;
  font-weight: bold !important;
  /* font-size: 3rem; */
  text-decoration: none;
  color: #000066;
  justify-content: center;
  /* align-items: center; */
  padding: 1rem 0.5rem;
  border: 1px solid #000066;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.1rem;
  transition: font-size 0.1s ease-in-out;
}

.viewalllink:hover {
  /* display: flex; */
  background-color: #0082bb11;
  font-size: 1.1rem;
  text-decoration: none !important;
}

/* .viewalllink a:hover {
  scale: 1.5;
  font-size: 1.1rem !important;
} */

.val {
  width: 100%;
  border: 1px solid #000066;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
}

.val a {
  transition: font-size 0.1s ease-in-out;
}

.val span:hover a {
  /* scale: 1.1; */
  font-size: 1.1rem;
  /* transform: translateY(0.1rem); */
}

#sub_body, #content-body {
  /* font-weight: bold; */
  /* width: 805px; */
  /* height: 100%; */
  margin: 0px 20px 0px 15px;
  font-family: var(--primary-font);
  font-size: 16px;
  color: #000066;
}

#sub_body p, #content-body p {
  margin: 0em 0em 1.5em 0em;
}

h3 {
  margin-bottom: 1rem;
}

#sub_body a:link, #content-body a:link {
  text-decoration: none;
  border-bottom: solid 1px #ffffff;
  font-weight: bold;
  color: #39f;
}

#sub_body a:visited, #content-body a:visited {
  text-decoration: none;
  border-bottom: solid 1px #ffffff;
  font-weight: bold;
  color: #39c;
}

#sub_body a:link:hover, #content-body a:link:hover {
  /* text-decoration: none; */
  border-bottom: solid 1px #39f;
}

#sub_body a:visited:hover, #content-body a:visited:hover {
  /* text-decoration: none; */
  border-bottom: solid 1px #39f;
}

.subLeftColumn {
  width: 170px;
  font-family: var(--primary-font);
  font-size: 10px;
  background: url(../lhsbg2.PNG) top left repeat-y;
}

#subpage_links {
  width: 170px;
  background-color: #ffffff;
  padding-bottom: 20px;
}

#subpage_links #subsub .hiddenSubLink {
  display: none;
}

#subpage_links li a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: block;
  letter-spacing: 1px;
  margin: 2px 0px 0px 0px;
  padding: 4px 10px 4px 10px;
  border-right: solid 4px #ffffff;
  border-bottom: solid 1px #dddddd;
  background-color: #f7f7f7;
  /*color: #f60;*/
  color: #0082bb;
  text-decoration: none;
  /*width: 100%;*/
}

html > body #subpage_links li a {
  width: auto;
}

#subpage_links li a:hover {
  background: #ccccff;
  border-right: solid 4px #000066;
  border-bottom: solid 1px #dddddd;
  color: #000066;
}

#subpage_links ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: left;
}

/*
#subpage_links li {
display: block;
}
*/

#subpage_links .indexLink {
  color: #ffffff;
  background: #3399ff;
  border-right: solid 4px #000066;
  border-bottom: solid 1px #ccccff;
}

#subpage_links .indexLink:hover {
  color: #ffffff;
  background: #000066;
  border-right: solid 4px #000066;
  border-bottom: solid 1px #ccccff;
}

#subpage_links .activeLink,
#subnav_1 .subnav_1,
#subnav_2 .subnav_2,
#subnav_3 .subnav_3,
#subnav_4 .subnav_4,
#subnav_5 .subnav_5,
#subnav_6 .subnav_6,
#subnav_7 .subnav_7,
#subnav_8 .subnav_8,
#subnav_9 .subnav_9,
#subnav_10 .subnav_10,
#subnav_11 .subnav_11,
#subnav_12 .subnav_12 {
  color: #000066;
  background: #ccccff;
  border-right: solid 4px #000066;
  border-bottom: solid 1px #ccccff;
}

#subpage_links #subsub ul li {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 10px;
  display: block;
  letter-spacing: 1px;
  margin: 0px 0px 0px 0px;
  padding: 4px 10px 4px 10px;
  border-right: solid 4px #ffffff;
  background-color: #eeeeee;
  color: #3399ff;
  text-decoration: none;
  /*width: 100%;*/
}

#subpage_links #subsub ul li a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: block; /* check this one? */
  background: url(../bullet_orange_black.png) no-repeat 0 1px;
  letter-spacing: 0px; /* over-riding previous 1px from inherited above */
  margin: 0px 0px 0px 0px;
  padding: 1px 2px 2px 17px;
  border: solid 0px #cccccc;
  background-color: #eeeeee;
  color: #ff9933;
  text-decoration: none;
  /*width: 100%;*/
}

form {
  margin: 1px 0px;
}

select {
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 10px;
  /* width: 100%; */
  color: #3399ff;
}

#subpage_links select {
  font-size: 10px;
}

select:focus {
  /* width: 300px; */
}

option {
  /* width: 300px; */
}

optgroup {
  color: #cccccc;
}

#sub_body ul, #content-body ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.5em;
  list-style-type: none;
}

#sub_body li, #content-body li {
  /* background: url(../bullet_orange_black2.GIF) no-repeat 0px 4px; */
  margin: 0px 0px 0px 2rem;
  padding: 0px 0px 0px 0em;
  /* border: solid 1px; */
  list-style-type: disc;
}

#sub_body li::marker, #content-body li::marker {
  color: #ffbc3d;
  /* font-size: 1em; */
}

/*
#subleftnav {
width: 170px;
font-family: var(--primary-font);
font-size: 9px;
color: #000066;
border-right: solid 4px #dddddd;
background: url(../lefthandnavbg.JPG);
}
*/

#subpage_others {
  font-family: var(--primary-font);
  font-size: 9px;
  color: #000066;
  margin: 10px 14px 10px 10px;
}

/*
#bottomlink {
margin: 10px;
f!loat: right;
position: absolute;
bottom: 0px;
background: #ccccff;
}
*/

hr {
  width: 100%;
  height: 0px;
  color: #cccccc;
  border: dashed #cccccc;
  border-width: 1px 0 0 0;
  margin: 5px 0px 5px 0px;
  padding: 0;
}

#homeleftside hr {
  margin: 0px 0px;
}

#homerightside hr {
  margin: 10px 0px;
}

.subLeftColumnHeader {
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 10px;
  color: #999999;
  vertical-align: top;
  line-height: 1.4em;
  border-right: solid 4px #ffffff;
  border-bottom: solid 1px #999999;
  margin-bottom: 2px;
}

p2 {
  letter-spacing: 1px;
  line-height: 2em;
}

.headingsmall {
  font-size: 10px;
  font-weight: bold;
  color: #999999;
  border-left: solid 4px #cccccc;
  padding-left: 4px;
  text-transform: uppercase;
}

h1 {
  font-family: "Lato", var(--primary-font);
  font-size: clamp(1.5rem, 0.5rem + 2.6667vw, 2.5rem);
  letter-spacing: 1px;
  font-weight: 900;
  color: #999999;
  background: #eeeeee;
  border-left: solid 4px #cccccc;
  padding: 1rem;
  margin-top: 0px;
  margin-bottom: 1rem;
  text-wrap: balance;
}

h2 {
  font-family: "Lato", var(--primary-font);
  font-size: 1.5rem;
  font-weight: bold;
  /*color: #ff9933;*/
  color: #0082bb;
}

.block {
  display: inline-block;
  margin: 1px;
  width: 30px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  cursor: help;
}

.blockywin {
  background: #00cc00;
}

.blockylose {
  background: #cc0000;
}

.blockydraw {
  background: #cccccc;
}

.blockyprogress {
  background: #cccc00;
}

.blockmatch {
  display: inline-block;
  width: 2.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
}

.blocky2d {
  background: #0099ff;
}

.blocky1d {
  background: #ff9933;
}

.blockyt20 {
  background: #00cc66;
}

.blockys8s {
  background: #ff9999;
}

/* p:first-line {
  font-variant: small-caps;
  font-weight: bold;
}

p:first-letter {
  font-size: 300%;
  float: left;
} */

.matchByMatchTable td {
  font-size: 1rem !important;
  border-bottom: solid 1px #f0f0f0;
  border-bottom: solid 1px #cccccc;
  font-variant-numeric: tabular-nums;
  padding: 5px;
}

.matchByMatchTable tr:first-child {
  background-color: #002395;
}

.matchByMatchTable tr:first-child td {
  color: #ffffff;
  font-weight: bold;
}

.matchByMatchTable tr:nth-child(2n + 2) {
  background-color: #f7f7f7;
}

.matchByMatchTable .totalRow tr {
  background: #f0f0f0;
  background: #990000;
}

span.blockmatch {
  cursor: help;
}

.thumbwrap {
  border: 1px solid #999;
  margin: 0em 0em 1em 0em;
}
.thumbwrap li {
  display: -moz-inline-box;
  display: inline-block;
  /*\*/
  vertical-align: top; /**/
  margin: 0px 10px 0.5em 0px;
  border: 1px solid #999;
  background: #f7f7f7;
}
/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti p'lemi a text resize (risolubili con refresh) */
.thumbwrap li > div {
  /*\*/
  display: table; /**/
  /* width: 199px; */
}
.thumbwrap a {
  padding: 5px;
  display: block;
  text-decoration: none;
  border-bottom: 0px !important;
  color: #000 !important;
}
/*\*/
.thumbwrap > li .wrimg {
  display: table-cell;
  vertical-align: middle;
  /* wid!th: 199px; */
  /* hei!ght: 199px; */
}
/**/
.thumbwrap img {
  vertical-align: middle;
}
.thumbwrap a:hover {
  background-color: #ddd;
}
/*\*/ /*/
* html .thumbwrap li .wrimg {
    display: block;
    font-size: 1px;
}
* html .thumbwrap .wrimg span {
    display: inline-block;
    vertical-align: middle;
    hei!ght: 199px;
    width: 1px;
}
/**/
.thumbwrap .caption {
  padding-top: 5px;
  display: block;
  font-size: 10px;
  /* Moz, IE6 */
  /* width: 189px; */
}
/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
  html:first-child .thumbwrap a {
    display: inline-block;
    vertical-align: top;
  }
  html:first-child .thumbwrap {
    border-collapse: collapse;
    display: inline-block; /* non deve avere margin */
  }
}

.endGallery {
  clear: both;
}

.images {
  margin: 0px 15px 0.5em 0px;
  padding: 5px;
  background: #eeeeee;
  border: solid 1px #cccccc;
  height: auto;
  width: 120px;
  /*float: left;*/
  font-family: var(--primary-font);
  font-size: 12px;
}

.images img {
  display: inline;
  margin-bottom: 5px;
}

.nocaption img {
  margin-bottom: 0px;
}

.caption {
  text-align: center;
  margin-top: 5px;
}

.committee {
  margin: 3px 0px 0.5em 0px;
  padding: 5px;
  background: #eeeeee;
  border: solid 1px #cccccc;
  height: auto;
  width: 120px;
  font-family: var(--primary-font);
  font-size: 12px;
}

#sub_body .content_tabs {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  min-height: 1px;
}

* html #sub_body .content_tabs {
  height: 1px;
}

#sub_body .content_tabs:after {
  height: 0;
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
}

#sub_body .content_tabs li {
  margin: 2px 0;
  padding: 0;
  float: left;
  height: 20px;
  display: inline;
}

#sub_body .content_tabs a {
  display: block;
  height: 20px;
  margin: 0 5px;
  color: #025297;
  font-size: 10px;
}

* html #sub_body .content_tabs a {
  float: left;
}

#sub_body .content_tabs a strong {
  display: block;
  height: 20px;
  padding: 0 10px;
  cursor: pointer;
}

* html #sub_body .content_tabs a strong {
  float: left;
}

#sub_body .content_tabs .selected a {
  color: #fff;
  background: #025297 url(../season/tester.gif) no-repeat left 0;
}

#sub_body .content_tabs .selected a strong {
  background: url(../season/tester_strong.gif) no-repeat right 0;
}

#sub_body .content_tabs ul {
  display: none;
}

#sub_body .content_tabs a:hover {
  border-bottom: none;
}

/*
    #sub_body #tester {
      f!loat:left;
      width:100%;
      font-size: 10px;
      }
    #sub_body #tester ul {
      margin:0;
      padding:0;
      list-style:none;
      }
    #sub_body #tester li {
    list-style:none;
      float:left;
      background:url("../season/tester.gif") no-repeat left top;
      margin-right:6px;
      padding:0 0 0 4px;
      width:50px;
      text-align:center;
      }
    #sub_body #tester a {
      display:block;
      background:url("../season/tester_strong.gif") no-repeat right top;
      padding:4px 5px 4px 1px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
      }
    #sub_body #tester a:hover {
      color:#ccc;
      border-bottom: none;
      }
    #sub_body #tester #current {
      background-image:url("../season/tester2.gif") !important;
      background: #f93;
      }
    #sub_body #tester #current a {
      background-image:url("../season/tester_strong2.gif");
      padding-bottom:4px;
      color: #fff;
      }
    #sub_body #tester #disabled {
      background-image:url("../season/tester3.gif") !important;
      background: #eee;
      }
    #sub_body #tester #disabled a {
      background-image:url("../season/tester_strong3.gif");
      padding-bottom:4px;
      color: #ccc;
      }

*/

.class6-4 {
  text-align: left;
  font-size: 9px;
}

div.tabBox {
}

div.tabArea {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #eeeeee;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #000000;
  -moz-border-radius: 0.75em 0.75em 0em 0em;
  border-radius: 0.75em 0.75em 0em 0em;
  /* border-top-left-radius: 0.75em; */
  /* border-top-right-radius: 0.75em; */
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab,
a.tab:visited {
  color: #000066;
}

a.tab:hover {
  background-color: #a080d0;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #ffe0ff;
}

a.tab.activeTab,
a.tab.activeTab:hover,
a.tab.activeTab:visited {
  background-color: #ff0000;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  color: #ffe0ff;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: #9070c0;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #9070c0;
  width: 100%;
  height: 36ex;
}

body {
  background-color: #002395;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23002395' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23002a99' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%2300319d' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%230038a1' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23003ea5' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230044a8' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230049ab' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23004fad' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%230054af' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23005ab1' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23005fb3' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%230064b5' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%230069b6' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23006eb8' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%230073b9' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%230078b9' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23007dba' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%230082BB' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

@font-face {
  font-family: "open_sans_condensedbold";
  src: url("OpenSans-CondBold-webfont.eot");
  src:
    url("OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"),
    url("OpenSans-CondBold-webfont.woff") format("woff"),
    url("OpenSans-CondBold-webfont.ttf") format("truetype"),
    url("OpenSans-CondBold-webfont.svg#open_sans_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

#runsdiv > span, #wktsdiv > span, #innsdiv > span, #figsdiv > span {
  display: flex;
  justify-content: center;
}

.boxHeader {
  text-align: center;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #000066;
  padding: 3px;
  display: block;
  margin-bottom: -1px;
  text-transform: uppercase;
}

#allnav {
  position: absolute;
  width: 1140px;
  margin: 4px auto;
  /* border: solid 1px #ff0000; */
}

#navcontainer {
  width: 1140px;
  top: 0px;
  left: 0px;
  float: left;
  margin: 0px 0px 0px 0px;
  font-family:
    "Open Sans Condensed", "Lato", "open_sans_condensedbold", "Latoz",
    "Open Sans Condensed", "Open Sansz", "Source Sans Proz",
    "Ubuntu Condensedz", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #ffd700;
  /* border: solid 1px #ff0000; */
  /* letter-spacing: 1px; */
}

#navcontainer ul#topnav {
  float: left;
  width: 100%;
  list-style: none;
  padding: 6px 0px 6px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: none;
  //background-color: #00ff00;
}

#navcontainer ul#topnav li {
  display: inline;
  text-align: center;
  margin: 0px;
  font-size: 120%;
  //background-color: #0000ff;
}

.lower {
  font-size: 80%;
}

#navcontainer ul#topnav li a {
  padding: 6px 18px 6px 18px;
  margin: 0px;
  text-decoration: none;
  color: #000066;
  border-top: solid 4px #ffffff;
  //border-left: solid 4px #ffd700;
  //border-right: solid 4px #ffd700;
  //border-bottom: none;
  //font-variant: small-caps;
  //text-transform: uppercase;
  //border-bottom: solid 4px #000;
}

#navcontainer ul#topnav li a:hover {
  border-top: solid 4px #006;
  color: #000067 !important; /* borders only show when color is different (even if slight) ???!!! */
  background-color: #eee !important;
  //border-bottom: solid 4px #ccc;
}

#navcontainer ul#topnav li a#sub_home {
}

#navcontainer ul#topnav li a#sub_home:hover {
  border-top: solid 4px #fff;
  background-color: #39f !important;
  color: #fff !important;
}

#navcontainer ul#topnav li a.current {
  border-bottom: solid 4px #ccc;
  color: #fff; /* borders only show when color is different (even if slight) ???!!! */
  background-color: #006;
  //border: solid 4px #000066;
  //border-top: solid 4px #39f;
}

#navcontainer ul#topnav li a.active {
  border-top: solid 4px #006;
  color: #000066; /* borders only show when color is different (even if slight) ???!!! */
  background-color: #eee;
  //border: solid 4px #000066;
  //border-bottom: solid 4px #006;
}

#show_nav {
  position: relative;
  left: 0;
  width: 1140px;
  z-index: 600;
  border-bottom: solid 4px #006;
  background-color: #eee;
  //border-top: solid 4px #000000;
  //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#cccccc'); /* for IE */
  //background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eeeeee),
    to(#dddddd)
  ); /* for webkit browsers */
  //background: -moz-linear-gradient(
    top,
    #ffd700,
    #000000
  ); /* for firefox 3.6+ */
}

#sub_nav1,
#sub_nav2,
#sub_nav3,
#sub_nav4,
#sub_nav5 {
  zoom: 1; /* to give hasLayout and auto-calculated height of divs for slideDown feature in nav */
}

#sub_nav1 ul,
#sub_nav2 ul,
#sub_nav3 ul,
#sub_nav4 ul,
#sub_nav5 ul {
  text-align: left;
  padding-left: 15px;
  //list-style: circle;
  //border: solid 1px #0f0;
  /* width:890px; */
}

#sub_nav1 ul li,
#sub_nav2 ul li,
#sub_nav3 ul li,
#sub_nav4 ul li,
#sub_nav5 ul li {
  width: 200px;
  padding-left: 10px;
  list-style: none;
  //border: solid 1px #c00;
  //float: left;
  //position: relative;
  //margin: 0px;
}

#sub_nav1 ul li a,
#sub_nav2 ul li a,
#sub_nav3 ul li a,
#sub_nav4 ul li a,
#sub_nav5 ul li a {
  display: block;
  color: #006;
  text-decoration: none;
  margin-left: -5px;
  padding-left: 5px;
}

ul.joinprevcol li.colheading {
  margin-left: -15px;
  padding-right: 15px;
  //border: solid 1px #000;
  //padding-left: 20px !important;
}

#sub_nav1 ul li a:hover,
#sub_nav2 ul li a:hover,
#sub_nav3 ul li a:hover,
#sub_nav4 ul li a:hover,
#sub_nav5 ul li a:hover {
  background-color: #39f;
  color: #fff;
}

.zcolheading {
  background-color: #002395;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", "open_sans_condensedbold";
  font-size: 12px;
  /* position:relative;
  float:left;
  left:0px; */
}
.colheading {
  background-color: #002395;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", "open_sans_condensedbold";
  font-size: 12px;
  /* position:relative;
  float:left;
  left:0px; */
}
.blankcol {
  float: left;
  width: 10px;
  /* border:solid 1px #000;
  background-color:#fff;
  position:relative;
  left:0px; */
}

.zcol1,
.zcol2,
.zcol3,
.zcol4,
.zcol5 {
  line-height: 2em;
}

.footer {
  padding: 4rem;
  font-family: Lato;
  color: #002395;
}

.footerwrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.footercontent {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.footer li {
  list-style-type: none;
  padding: 0 2rem;
}

.footer .zcolheading {
  padding: 0 1rem;
}

.footersection {
  font-size: 1.7rem;
  font-weight: 900;
  color: #0082bb;
}

.zcolheading {
  background-color: #0082bb33;
  color: #ffbc3d;
  border-radius: 0.5rem;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 900;
  list-style-type: none;
  margin-top: 2em;
}

.footer a:link,
.footer a:visited {
  color: #f7f7f7;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.copyrightwrapper {
  text-align: center;
}

.copyright {
  display: inline-block;
  margin-top: 2rem;
  font-weight: bold;
  color: #ffbc3dcc;
  text-align: center;
  background-color: #0082bb33;
  border-radius: 10rem;
  padding: 1rem 2rem;
  font-size: 0.8rem;
}

.drawsteams {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.drawsteams li {
  flex-basis: 1;
  display: inline-flex;
  list-style-type: none;
  min-width: 2rem;
  min-height: 2rem;
  background-color: #ccc;
  font-size: 1rem;
  padding: 0.25em;
  margin-left: 0.5em !important;
  margin-bottom: 0.5em !important;
  margin-right: 0.5em;
  margin-top: 0.5em;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 0.5em;
}

.drawsteams li:hover {
  cursor: help;
}

.drawsteams li:nth-child(-n + 4),
.drawsteams li:nth-child(6),
.drawsteams li:nth-child(7),
.drawsteams li:nth-child(8) {
  background-color: #0082bb;
  color: #fff;
}

.drawsteams li:nth-child(5),
.drawsteams li:nth-child(9),
.drawsteams li:nth-child(10),
.drawsteams li:nth-child(11) {
  /* opacity: 0.5; */
  color: #000;
}

/* Status-based styling for draw teams */
.drawsteams .team-status-full_draw {
  background-color: #0082bb !important;
  color: #fff !important;
  opacity: 1 !important;
}

.drawsteams .team-status-partial_draw {
  background-color: #80c1dd !important;
  color: #000066 !important;
  opacity: 1 !important;
}

.drawsteams .team-status-no_draw {
  background-color: #ccc !important;
  color: #666 !important;
  opacity: 1 !important;
}

.drawsteams .team-status-no_game {
  background-color: #ccc !important;
  color: #666 !important;
  text-decoration: line-through !important;
  opacity: 1 !important;
}

.resultsteams {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.resultsteams li {
  flex-basis: 1;
  display: inline-flex;
  list-style-type: none;
  min-width: 2rem;
  min-height: 2rem;
  background-color: #ccc;
  font-size: 1rem;
  padding: 0.25em;
    margin-left: 0.5em !important;
  margin-bottom: 0.5em !important;
margin-right: 0.5em;
  margin-top: 0.5em;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 0.5em;
}

.resultsteams li:hover {
  cursor: help;
}

ul.player_results_list {
  list-style: none;
  padding-inline-start: 0;
}

ul.player_results_list li:hover {
background-color: #e5e5e5;
cursor: pointer;
}

ul.player_results_list li a:link {
  display: block;
  border-bottom: none !important;
  width: 100%;
}

ul.player_results_list li a:hover {
  border-bottom: none !important;
  /* text-decoration: underline #ffffff 2px !important; */
  /* color: green !important; */
background-color: none !important;
}

/* #search_results ul {
  list-style: none;
  padding-inline-start: 0;
  border: 1px solid red;
  margin: 0;
}

#search_results li {
  list-style: none !important;
  border: 1px solid green;
}

#search_results li::marker {
  content: '' !important;
} */

ul.player_results_list li {
  /* padding-left: 2em !important; */
  /* position: relative; */
  list-style: none;
  display: flex;
  align-items: center !important;
  /* margin-left: 1em !important; */
  margin: 0 !important;
}

ul.player_results_list li::before {
  content: '';
  /* position: absolute; */
  /* left: 0; */
  /* top: 0.1em; */
  width: 2em;
  height: 2em;
  background-image: url('../../images/person-silhouette.svg');
  background-size: 2em 2em;
  background-repeat: no-repeat;
  filter: invert(13%) sepia(77%) saturate(3696%) hue-rotate(224deg) brightness(86%) contrast(114%);
margin-left: 10px;
  padding-right: 4px;
}

ul.player_results_list li a span {
  display: inline-block;
  vertical-align: middle;
}

ul.player_result_list li a span {
  color: #002395 !important;
}

.more_results, .no_results {
list-style: none !important;
}

.more_results::before,
.no_results::before {
  content: '';
  background-image: none !important;
  width: 0 !important;
  margin-left: 0;
}

/* .player_result {
  list-style: none;
  padding-left: 1.4em;
  position: relative;
}

.player_result::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1em;
  height: 1em;
  background-image: url('../../images/person-silhouette.svg');
  background-size: 1em 1em;
  background-repeat: no-repeat;
} */

/* .player_result a {
  margin-left: 0;
} */

/* Status-based styling for results teams */
.resultsteams .team-status-win {
  background-color: #009900 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.resultsteams .team-status-loss {
  background-color: #990000 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.resultsteams .team-status-tie {
  background-color: #80c1dd !important;
  color: #000066 !important;
  opacity: 1 !important;
}

.resultsteams .team-status-no_result {
  background-color: #ccc !important;
  color: #666 !important;
  opacity: 1 !important;
}

.resultsteams .team-status-day1 {
  background-color: #f5e6a6 !important;
  color: #6b5500 !important;
  opacity: 1 !important;
}

.resultsteams .team-status-abandoned {
  background-color: #ccc !important;
  color: #666 !important;
  text-decoration: line-through !important;
  opacity: 0.6 !important;
}

.resultsteams .team-status-cancelled {
  background-color: #ccc !important;
  color: #666 !important;
  text-decoration: line-through !important;
  opacity: 0.6 !important;
}

.resultsteams .team-status-bye {
  background-color: #ccc !important;
  color: #666 !important;
  opacity: 1 !important;
}

.resultsteams .team-status-not_submitted {
  background-color: #ccc !important;
  color: #666 !important;
  opacity: 1 !important;
}

.resultsteams .team-status-no_game {
  background-color: #ccc !important;
  color: #666 !important;
  text-decoration: line-through !important;
  opacity: 1 !important;
}

.col1 {
  float: left;
  line-height: 2em;
  /* position:relative;
  margin-left:10px;
  left:0px;
  border:solid 1px #000; */
}
.col2 {
  float: left;
  line-height: 2em;
  /* border:solid 1px #000;
  position:relative;
  left:250px; */
}
.col3 {
  float: left;
  line-height: 2em;
  /* position:relative;
  left:500px; */
}
.col4 {
  float: left;
  line-height: 2em;
  /* position:relative;
  left:500px; */
}

.clear {
  clear: both;
}

#sub_nav1,
#sub_nav2,
#sub_nav3,
#sub_nav4,
#sub_nav5 {
  font-family: Lato, "Open Sans";
  font-weight: 700;
  font-size: 1rem;
  display: none;
}

ul#topnav li:hover a,
ul#topnav li a:hover {
  background-position: left bottom;
} /*--Hover State--*/

ul#topnav a.home {
  /* background: url(nav_home.png) no-repeat;
  width: 78px; */
}
ul#topnav a.products {
  /* background: url(nav_products.png) no-repeat;
  width: 117px; */
}
ul#topnav a.sale {
  /* background: url(nav_sale.png) no-repeat;
  width: 124px; */
}
ul#topnav a.community {
  /* background: url(nav_community.png) no-repeat;
  width: 124px; */
}
ul#topnav a.store {
  /* background: url(nav_store.png) no-repeat;
  width: 141px; */
}

ul#topnav li .sub,
.ztest {
  z-index: 99999;
  /*--Background gradient--*/
  /* background: #cccccc url(sub_bg.png) repeat-x; */
  float: left;
  width: 100%;
  /*--Important--*/
  /* position: relative;
	top: 100px; left: 0;
	border-top: solid 4px #000066;
	border-bottom: solid 4px #000066;
	padding: 20px 20px 20px;
   */
  /*--Bottom right rounded corner--*/
  /* -moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
   */
  /*--Bottom left rounded corner--*/
  /* -moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
*/ ul#topnav li .row {
  /*--If needed to break out into rows--*/
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

ul#topnav li .sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  /* width: 120px; */
}

ul#topnav .sub ul li {
  width: 100%; /*--Override parent list item--*/
  color: #fff;
}

ul#topnav .sub ul li h2 {
  /*--Sub nav heading style--*/
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
}

ul#topnav .sub ul li h2 a {
  /*--Sub nav heading link style--*/
  background-image: none;
  color: #e8e000;
  font-family: var(--primary-font);
  font-size: 9px;
  font-weight: bold;
  font-variant: normal;
  /* padding: 5px 0; */
}

ul#topnav .sub ul li a {
  float: none;
  text-indent: 0; /*--Override text-indent from parent list item--*/
  height: auto; /*--Override height from parent list item--*/
  background: url(navlist_arrow.png) no-repeat 5px 12px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 10px;
  font-weight: bold;
  font-variant: normal;
  /* padding: 7px 5px 7px 15px; */
}

ul#topnav .sub ul li a:hover {
  color: #ddd !important;
  background-color: #eee;
  background-position: 5px 12px; /*--Override background position--*/
  border: none !important;
}
