* {
  margin: 0;
  font-family: "Trebuchet MS", sans;
  font-weight: bold;
}

body {
  background: #36393f;
  color: #dcddde;
}

input {
  width: 80%;
}

header {
  width: 90%;
  margin: auto;
  padding: 15px;
  color: white;
  background-color: #202225;
  border-radius: 10px;
}

.logo {
  float: left;
  font-size: 25px;
  margin-left: 30px;
  height: 70px;
  display: flex;
  align-items: center;
}

ul {
  list-style: none;
}

li {
  text-align: -webkit-match-parent;
}

.global_search {
  background: #202225;
  border-radius: 10px;
  margin: auto;
  padding: 15px;
  margin-bottom: 20px;
  width: 90%;
}

.global_search_cards {
  margin-left: 40px;
  margin-bottom: 15px;
  align-self: center;
}

.ui-menu-item-wrapper {
  font-family: "Trebuchet MS", sans;
  font-weight: normal;
  font-size: 80%;
  background: #202225;
  color: #dcddde;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  font-family: "Trebuchet MS", sans !important;
  font-weight: bold !important;
  font-size: 80% !important;
}

.ui-autocomplete-input {
  width: 30%;
  margin: auto;
}

.content {
  background: #202225;
  border-radius: 10px;
  margin: auto;
  padding: 15px;
  width: 90%;
}

.content .content_navigation {
  list-style: none;
  margin: auto;
  align-self: center;
}

.content .content_navigation li{
  list-style: none;
  display: inline-block;
  margin: auto;
  margin-right: 2rem;
}

.content .content_navigation li a {
  font-family: "Trebuchet MS", sans;
  font-weight: bold;
  color: #AAA;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 5px;  
}

.content .content_navigation_input {
  font-family: "Trebuchet MS", sans;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 0px;
  font-weight: bold;
  color: #AAA;
  border-radius: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #66bb6a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.content .content_navigation li a:hover, .content .content_navigation li a.active {
  background: #2f3136;
  color: #ff8800;
}
.content .content_navigation li a.active {
  background: #2f3136;
  color: #ff8800;
}

.console, .console i, .console li {
  display: inline-block;
  float: right;
  margin-right: 30px;
  height: 70px;
  align-self: center;
  align-items: center;
  text-align: center;
}

.console a {
    color: #FFF;
}

.playstation a.active, .content playstation a:hover {
    color: #006FCD;
    text-align: center;
}

.xone a.active, .console .xone a:hover {
    color: #0E7A0D;
}

.pc a.active, .pc a:hover {
    color: #ff6e40;
}

.content a:any-link {
  color: #dcddde;
  text-decoration: none;
}

.content a:-webkit-any-link {
  color: #dcddde;
  text-decoration: none;
}

.header {
  background: #151515;
}
.header .container {
  display: grid;
  height: 4rem;
  grid-template-columns: 3rem 6fr 1fr;
  grid-column-gap: 2rem;
}
.header .header_logo {
  width: 5rem;
  align-self: center;
  text-align: center;
}

.header .header_navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: center;
}

.header .header_navigation li {
  list-style: none;
  display: inline-block;
  margin-right: 0.5rem;
}

.header .header_navigation li a {
  font-family: "Trebuchet MS", sans;
  font-weight: bold;
  color: #AAA;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 5px;  
}

.header .header_navigation li a:hover, .header .header_navigation li a.active {
  background: #2f3136;
  color: #554cd5;
}
.header .header_navigation li a.active {
  color: #554cd5;
  background: #2f3136;
}

:topmenu ul{
  display:none;
}

#menu {
  font-size:14px;
  position:absolute;
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

#menu li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:120px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  padding:15px;
  color:white;
  font-weight:bold;
  text-decoration:none;
  background-color:#202225;
  margin:0;
}

.submenu a{
  font-size:12px;
  width:120px;
  position:relative;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
  color:white;
  background-color:#2f3136 !important;
}

.topmenu:hover ul {
  display:block;
  z-index:500;
}

.header .header_console {
  text-align: right;
  list-style: none;
  margin-right: 15px;
  padding: 0;
  align-self: center;
}
.header .header_console li {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}
.header .header_console li a {
  color: #FFF;
  font-size: 14px;
}
.header .header_console li a.activePs, .header .header_console li a.inactivePs:hover {
  color: #006FCD;
}

.header .header_console li a.activeXone, .header .header_console li a.inactiveXone:hover {
  color: #0E7A0D;
}

.header .header_console li a.activePc, .header .header_console li a.inactivePc:hover {
  color: #ff6e40;
}


.log-in {
  font-size: 14px;
  color: white;
  background-color: #7289da;
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: None;
}

.log-in:hover {
  cursor: pointer;
}

.response-block {
  margin: 15px;
  padding: .5em;
  word-wrap: break-word;
  width: 90%;
  background-color: #2f3136;
  border: 1px solid #202225;
  color: #b9bbbe;
}

.dataTables_wrapper {
  font-family: "Trebuchet MS", sans;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  color: #AAA;
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length input,
.dataTables_wrapper .dataTables_filter select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_info select,
.dataTables_wrapper .dataTables_info input,
.dataTables_wrapper .dataTables_paginate select,
.dataTables_wrapper .dataTables_paginate input {
  color: #AAA;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #AAA;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #333 !important;
  color: #E1E142 !important;
  border-radius: 5px;
  border: 0;
}
.dataTables_wrapper .dataTable {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dataTables_wrapper thead {
  margin-bottom: 1rem;
}
.dataTables_wrapper thead:after {
  content: "-";
  display: block;
  line-height: 0.5rem;
  color: transparent;
}
.dataTables_wrapper thead tr th {
  background: #333;
  color: #AAA;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.dataTables_wrapper thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.dataTables_wrapper thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.dataTables_wrapper tbody tr.odd, table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd  {
  background: #222;
  background-color:#222;
  text-align: left;
}
.dataTables_wrapper tbody tr.even, table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
  background: #333;
  background-color:#333;
}

table.player {
  margin: auto;
}

table.player tbody tr.odd  {
  background: #222;
  background-color:#222;
  text-align: left;
}

table.player tbody tr.even {
  background: #333;
  background-color:#333;
  text-align: left;
}

.dataTables_wrapper tbody tr td {
  color: #dcddde;
  text-align: left;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_filter {
  text-align:left;
  float:left;
}

h2 {
  width: 90%;
  margin: auto;
  padding: 15px;
}

.tooltip {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;  
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  font-size:x-small;
}