

@font-face {
    font-family: 'Jet Set';
    font-weight: 400;
    src: local('Jet Set'), url('https://fonts.cdnfonts.com/s/73298/Jet Set Italic.woff') format('woff');
}

body
{
    font-size: 13px;
    font-family: 'Jet Set', sans-serif;
    font-style: italic !important;
    color: #e6e6e6;
    background-color: #ef9a01;
    margin: 0px;
}

 div#header {
    position: relative;
    background-color: #f8af0a;
    overflow: hidden;
    /* margin-bottom: 8px; */
    transition: height 0.5s ease;
    cursor: s-resize;
    margin: 0px;
 }
 
 @keyframes gridScroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}

.line {
    position: absolute;
    top: 0;
    bottom: 0;
    animation: move-left 5s linear infinite;
}

@keyframes move-left {
    0% {
        left: 100%;
    }

    100% {
        left: -90px;
    }
}

@keyframes fadeOutBorder {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#wrapper {height: 30px;cursor: help; width: 30px;}  

#wrapper .text {
position:relative;
bottom:68px;
left:12px;
visibility:hidden;
}

#wrapper:hover .text {
visibility:visible;
color: #000;
font-size: 12px;
background-color: #ffffff;
border-radius: 10px;
border: 2px solid #000;
padding-top: 8px;
padding-bottom: 8px;
width: fit-content;
padding-left: 8px;
padding-right: 8px;
box-shadow: 0 0 10px #0000008f;
}

div.inline_box {
    padding: 8px;
    margin: 16px;
    margin-top: 12px;
    margin-bottom: 4px;
    display: inline-block;
}

.centered {
    text-align: center;
}

.left_align {
    text-align: left;
}

.right_align {
    text-align: right;
}

.full_justify {
    text-align: justify;
}

img.small_flag {
    position: relative;
    top: -1px;
    height: 20px;
    vertical-align: middle;
}

table.table {
    /* background-color: rgba(32, 5, 46, 0.6); */
    width: 100%;
    /* font-size: 95%; */
    border-collapse: separate;
    border-spacing: 0 10px;
}

table.table td {
    border-bottom: #000000 2px solid;
    padding: 4px 4px;
    border-top: #000000 2px solid;
    /* border-top-left-radius: 10px; */
}

table.table td.shade1 {
    background-color: rgba(26, 3, 35, 0.6);
}

table.table td.shade2 {
    background-color: rgb(0 0 0);
}

table.table td.shade3 {
    background-color: rgba(14, 1, 19, 0.6);
}

table.table td.shade4 {
    background-color: rgba(10, 1, 12, 0.6);
}

table.table tr.header td {
    background-color: rgba(45, 10, 64, 0.6);
    font-weight: bold;
}

table.table tr.header td.shade1 {
    background-color: rgba(32, 5, 47, 0.6);
}

table.table tr.header td.shade2 {
    background-color: rgba(32, 5, 46, 0.6);
}

table.table tr.header td.shade3 {
    background-color: rgba(29, 4, 40, 0.6);
}

table.table tr.header td.shade4 {
    background-color: rgba(20, 2, 28, 0.6);
}

table.table tr.highlight td {
    background-color: rgba(63, 17, 88, 0.6);
}

table.table td.highlight {
    background-color: rgba(63, 17, 88, 0.6);
}

table.table tr:first-of-type td {
    /* border-top: #000000 1px solid; */
}

div.panel {
    padding: 12px 12px 12px 12px;
    /* margin: 8px -8px; */
    background-color: #ffbe0c61;
    border-radius: 10px;
    border: 2px solid #ffb81a;
    box-shadow: 0 0 20px #00000030;
    /* margin: 8px; */
    /* width: 10px; */
}

  div#mainAAA {
    #margin-top: 10px;
    margin-bottom: 16px;
    border-radius:10px;
    background-color:#101010;
    /* padding-top: 8px; */
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    #border-right: 1px
    solid #2a2a2a;
	#border-bottom: 1px
    solid #2a2a2a;
	#border-left: 1px
    solid #000000;
	#border-top: 1px
    solid #000000;
    width: fit-content;
    margin: auto;
    width: 80%;
    text-align:center;
 }
 
  div#mainAAAAA {
    #margin-top: 10px;
    margin-bottom: 16px;
    border-radius:10px;
    background-color:#101010;
    border-right: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    width: fit-content;
    margin: auto;
    width: 402px;
    height: 250px;
    height: 207px;
    text-align:center;
 } 
 
  div#mainHOME {
    #margin-top: 10px;
    margin-bottom: 20px;
    border-radius:10px;
    background-color: #101010;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-right: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    width: fit-content;
    margin-top: 40px;
	  margin-bottom:25px;
    auto;
    text-align:center;
    /* margin-bottom:15px; */
 } 
 
#nav .updates a,
#sidebar .updates a		{ background-image: url(/images/icons/medal.png); background-position: 10px 5px; } 
 
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border-bottom: 1px solid #2a2a2a;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 0px solid #000000;
  padding: 6px;
  height: 20px;
  border-radius: 10px 0 0 10px;
  outline: none;
  color: #9DBFAF;
  background: #101010;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 34px;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  border-top: 1px solid #000000;
  border-left:0px;
  background: #198aad;
  text-align: center;
  color: #fff;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-size: 18px;
}

.searchbox{
width:25%;
padding-bottom:18px;
margin:0;
} 
 

/**** Boxes ****/

.dual-box {
	float: left;
	width: 480px;
	margin: 0 20px 20px 0; */
	overflow: hidden;
	/* padding-right:70px; */
}

.dual-box.last {
	margin-right: 0;
}

.with-sidebar .dual-box {
	width: 365px;
}

.triplet-container:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.triplet-box {
	float: left;
	width: 33.333333%;
	margin: 0 20px 20px 0;
	overflow: hidden;
	margin: auto
}

.triplet-box.last {
	margin-right: 0;
}

.with-sidebar .triplet-box {
	width: 236px;
}

.flex-row {
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-onethird {
	width: 32%;
	margin: 0 0 20px;
}

.flex-twothirds {
	width: 65%;
	margin: 0 0 20px;
}

.flex-half {
	width: 49%;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

/************/

/* width */
::-webkit-scrollbar {
  width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f5a706;
  border: 2px solid #000000;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f5a706; 
}  

#container {
    width: 980px;
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    #box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    margin:auto;
    background: #1A1A1c;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    padding-bottom:20px;
    -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0);
    box-shadow: 0px 0px 15px 5px rgb(0 0 0);
}

.misc {
  #background-color: #030506;
  #border: solid 1px #333;
  #border-radius: 5px;
  margin: auto;
 width:200px;
	padding-bottom:27px;
	padding-top:4px;
  }
  
.misc a {
  background-color: #101010;
  border-right: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
  border-radius: 10px;
  padding-left: 6px;
	padding-right:6px;
	padding-bottom: 6px;
	padding-top: 6px;
  }
  
.misc a:hover {
  background-color: #2b2c2f;
  text-decoration:none
  } 
  
.misc a.active {
  background-color: #1a1a1c;
	border: solid 2px #e6e6e6;
	color:#e6e6e6;

  }
  
  .miscfg {
  #background-color: #030506;
  #border: solid 1px #333;
  #border-radius: 5px;
  margin: auto;
 width:565px;
  max-width:100%;
	padding-bottom:20px;
	padding-top:4px;
  }
  
.miscfg a {
  background-color: #101010;
  border-right: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
  border-radius: 10px;
  padding-left: 6px;
	padding-right:6px;
	padding-bottom: 6px;
	padding-top: 6px;
  }
  
.miscfg a:hover {
  background-color: #2b2c2f;
  text-decoration:none
  } 
  
.miscfg a.active {
  background-color: #1a1a1c;
	border: solid 2px #e6e6e6;
	color:#e6e6e6;

  }
  
  .mischome {
  #background-color: #030506;
  #border:
  solid 1px #333;
  #border-radius: 5px;
  margin: auto;
  /* padding-bottom:20px; */
  /* padding-top:4px; */
	  font-size:16px;
  }
  
.mischome a {
  background-color: #101010;
  /* border-right: 1px solid #2a2a2a; */
  /* border-bottom: 1px solid #2a2a2a; */
  /* border-left: 1px solid #000000; */
  /* border-top: 1px solid #000000; */
  /* border-bottom-left-radius: 10px; */
  padding-left: 169px;
  padding-right: 169px;
  padding-bottom: 6px;
  padding-top: 6px;
  }
  
.mischome a:hover {
  background-color: #2b2c2f;
  text-decoration:none
  } 
  
.mischome a.active {
  background-color: #1a1a1c;
	border: solid 2px #e6e6e6;
	color:#e6e6e6;

  } 
  
  .miscicon {
  #background-color: #030506;
  #border: solid 1px #333;
  #border-radius: 5px;
  margin: auto;
	padding-bottom:4px;
	padding-top:4px;
  }
  
.miscicon a {
  /* background-color: #010101; */
  border-radius: 10px;
  padding-left: 6px;
  padding-right:6px;
  padding-bottom: 6px;
  padding-top: 27px;
  }
  
.miscicon a:hover {
  background-color: #2b2c2f;
  text-decoration:none
  } 
  
.miscicon a.active {
  background-color: #1a1a1c;
	border: solid 2px #e6e6e6;
	color:#e6e6e6;

  }
  
  .miscruns {
  #background-color: #030506;
  #border: solid 1px #333;
  #border-radius: 5px;
  margin: auto;
	padding-bottom:4px;
	padding-top:4px;
  }
  
.miscruns a {
  background-color: #01010100;
  border-radius: 10px;
  padding-left: 6px;
  padding-right:6px;
  padding-bottom: 6px;
  padding-top: 6px;
  }
  
.miscruns a:hover {
  background-color: #2b2c2f2;
  text-decoration:none
  } 
  
.miscruns a.active {
  background-color: #1a1a1c;
	border: solid 2px #e6e6e6;
	color:#e6e6e6;

  }

.miscsmallicons a {
  background-color: #01010100;
  border-radius: 10px;
  padding-left: 6px;
  padding-right:6px;
  padding-bottom: 4px;
  padding-top: 10px;
  }

a:link {color: #000000;text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}

a, a:hover, a:focus{
  text-decoration: none;
    #color: #aaf;
  text-shadow: none;
  -webkit-transition: 200ms linear 0s;
  -moz-transition: 200ms linear 0s;
  -o-transition: 200ms linear 0s;
  transition: 200ms linear 0s;
  outline: 0 none;
 
  }

a:hover, a:focus
{
	color: #39e0fa;
  #text-shadow: -1px 1px 8px #ffffccc9, 1px -1px 8px #ffffff9e;
	background-color: #40b6b8;
}

.tricons img {filter:brightness(1.25);}

.tricons:hover img {
 
 filter: brightness(2);
   -webkit-transition: 200ms linear 0s;
  -moz-transition: 200ms linear 0s;
  -o-transition: 200ms linear 0s;
  transition: 200ms linear 0s;
  outline: 0 none;
}

.tricons:hover:after {opacity: 1;}

#nav {
    color: rgb(0 0 0);
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
    ox-shadow:
    2px 2px 0.5em rgba(0, 0, 0, 0.55),
    inset 1px 1px 0 rgba(255, 255, 255, 0.55),
    inset -1px -1px 0 rgba(0, 0, 0, 0.5);
    background:
    -moz-repeating-linear-gradient(
    top, #e70000, #131313 2px, #6c6c6c 1px
  );
    background:
    -o-repeating-linear-gradient(
    top, #c20000, #131313 2px, #6c6c6c 1px
  );
    background: -webkit-repeating-linear-gradient(top, #4e4c53, #131313 2px, #6c6c6c 1px);
    background:
    repeating-linear-gradient(
    top, #ff0000, #131313 2px, #6c6c6c 1px
  );
    font-size: 20px;
    text-decoration:none;
    text-shadow:0px -1px 0px #2b665e;
    list-style: none;
    padding: 0px;
    margin-bottom:0;
    margin-top: -4px;
    width: fit-content;
    float: left;
    width:100%;
    }

#nav > li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	zoom: 1;
}

#nav > li > a {
	display: block;
	float: left;
	zoom: 1.0;
	padding: 15px 20px;
	border-right: solid 1px #1a1a1c;
	color: #ccc;
	text-decoration: none;
	font-size: 16px;
}

.active-home #nav2 {
  box-shadow:inset 0px 1px 1px 0px #00000000;
	background-color:#1a1a1c;
}
.active-fg #nav3 {
  box-shadow:inset 0px 1px 1px 0px #00000000;
	background-color:#1a1a1c;
}

.active-tr #nav4 {
  box-shadow:inset 0px 1px 1px 0px #00000000;
	background-color:#1a1a1c;
}

.active-stats #nav5 {
  box-shadow:inset 0px 1px 1px 0px #00000000;
	background-color:#1a1a1c;
}

#nav > li:hover > a:hover {
box-shadow:inset 0px 0px 3px 0px #0d0d0dc2;
	background:#04a2ee
	background-color:#bcbcbc;
	border-top-right-radius: auto;
	border-top-left-radius: fit-content;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}

#nav .right {
	float: right;
}

/* Dropdown nav */

#nav ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
	position: absolute;
	z-index: 4;
	top: 100%;
	font-size:12px;
	left: -1px;
	text-align: left;
	border: solid 1px #242424;
	border-top: 0;
	background: #101010;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 125px;
    font-weight:normal;
    color: #cdcdcd;
}

#nav li:hover ul {
	display: block;
	
}

#nav li li {
	float: none;
}

#nav li li a {
	display: block;
	color: #ccc;
	background-color: #101010;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin:0px;
	border-radius: 0;
}

#nav li li a:hover {
	background-color: #2b2c2f;
	text-decoration: none;

}

li#nav5 > a {
	background-image: url("down.png");
    background-repeat: no-repeat;
 background-position: center right;
	padding-right: 37px;
	
}

div#header a:link {
  color: #cdcdcd;
  text-decoration: none;
  text-shadow: 3px 2px 4px #232323;
  }
div#header a:visited {color: #cdcdcd;text-decoration:none;}
div#header  a, a:hover, a:focus
{
color: #fff;
}
div#header  a:hover, a:focus
{
    color: #fff;
	#text-shadow: -1px 1px 8px #fd03036e, 1px -1px 8px #26262659;
}

div#header img {
 margin: -10px;
 padding-top: 3px;
 padding-left:10px;
 padding-right:10px;
 height: 30px;
 filter: drop-shadow(0px 0px 10px #00000087);
}

p
{
 text-align:center;
}

h1,h2,h3
{
 color: #fff;
 background-color: #010101;
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 text-align: center;
 width:100%;
 font-size:20px;
}

table
{
 margin: 0px auto;
 /* border-collapse: collapse; */
 color: black;
 background-color: #00000000;
 /* border: 0px; */
 border-spacing: 0;
}

table.fg
{
 margin: 0px auto;
 border-collapse: collapse;
 color: black;
 background-color: #00000000;
}

table.fg td
{
 /* padding-left:0.2em; */
 padding: 5px;
 padding-left: 10.4px;
 padding-right: 10px;
 padding-top:8px;
 padding-bottom:8px;
 color: #ffffff;
 /* white-space:normal; */
 height:27px;
}


th
{
 padding: 5px;
 padding-left: 10px;
 padding-right: 10px;
 color: white;
 background-color: #101010;
 /* font-family: sans-serif; */
 font-weight: normal;
}

th.missing
{
 background-color: white;
}

tr:nth-child(even) {background-color: #0f9395;}
tr:nth-child(odd) {background-color: #0f9395;}

td
{
 /* padding-left:0.2em; */
 padding: 5px;
 padding-left: 10px;
 padding-right: 10px;
 color: #ffffff;
 white-space:nowrap;
 /* height:20px; */
 border-collapse:separate;
 border-spacing:0 5px;
}

td a
{border-radius: 10px;padding:6px;}

td.i a
{border-radius: 0px;padding-top: 12px;padding-bottom: 12px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}

th.r
{
 text-align:right;
}

td.r
{
 text-align:center;
}

td.c
{
 text-align:center;
 padding:0px;
}

td.w
{
 color: white;
 background-color: white;
 border: none;
}

table.track{
border-collapse:collapse;
width: 100%;

}
table.track td{border: 0px;/* background-color: #030506; */width:100%;}


table.trackrank td{border: 0px;background-color:#ffffff00;}

table.track td.lap{text-align: right;/* font-size: 190%; */ padding-right:0px; padding-left:20px;}

table.players{
border-collapse:collapse;
width: 100%;

}
table.players td{border: 0px;/* background-color: #030506; */}


table.playersrank td{border: 0px;background-color:#ffffff00;}

table.players td.play{text-align: right;/* font-size: 190%; */ padding-right:0px; padding-left:20px;}

#.table-hover>tbody>tr:hover>td {
    background-color: #222325;
}

#.box-hover div:hover {
  background-color: #222325;
	margin:-8px;
	border-radius:5px;
	padding-top:12px;
	padding-bottom:12px;
}

#graph
{
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width:100%;
    height:auto;
}

#history-graph
{
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:100%;
    height:75vh;
}

#chartContainer
{
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width:100%;
    height:auto;
}

#lang-ctn
{
  padding: 10px;
  text-align: center;
}

#lang-ctn div
{
 background-color: #ccc;
 display: inline-block;
 padding-top: 10px;
 padding-bottom: 5px;
 padding-right: 5px;
 padding-left: 5px;
}

.flag-lang
{
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
  height: 20px;
}