@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

fieldset {
  border: none;
}

section,
aside,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
div,
dl,
dd,
dt,
table,
td,
th,
fieldset,
label,
input,
textarea {
  padding: 0;
  margin: 0;
}

.table table,
.table td,
.table th,
.table thead th {
  padding: 0;
  border: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

img {
  width: auto;
  height: auto;
}

a,
a:hover {
  color: inherit;
  outline: 0;
}

a:not(footer a),
a:not(footer a):hover {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

strong {
  font-weight: bold;
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #191919 url("../images/elements/bg-body.jpg") no-repeat left top;
  background-size: cover;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  color: #191919;
}

table, td, th {
  font-family: "Roboto", Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  color: #191919;
}

.wrapper {
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.wrapper.loaded {
  opacity: 1;
}

#wrapper-login {
  height: 100%;
}
#wrapper-login .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
#wrapper-login .content {
  width: 94vw;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
}

#wrapper .content {
  width: 100vw;
  background: #ffffff;
  padding: 20px 20px 60px 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 10px 0;
}

h1 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 16px;
}

input {
  font-size: 16px;
  line-height: 21px;
}

.table-tools {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 24px 0;
}
.table-tools .tt-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px 0 0;
}
.table-tools .tt-switch {
  padding: 0 0 0 8px;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}
.table-tools .tt-switch span {
  display: block;
  background: #6896db;
  border: 1px solid #6896db;
  text-indent: -9999px;
  width: 40px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
}
.table-tools .tt-switch span.active {
  background: #2769cc;
  border-color: #2769cc;
  text-indent: 0;
}
.table-tools .tt-switch span:nth-child(1) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.table-tools .tt-switch span:nth-child(2) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.button .btn {
  cursor: pointer;
  display: inline-block;
  background: #2769cc;
  border: 1px solid #2769cc;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
}
.button .btn:hover {
  background: #6896db;
  border-color: #6896db;
}

#player-table {
  margin: 0 0 60px 0;
}

table[data-tabletype=switch].switch-essential th:not(th[data-essential=yes]),
table[data-tabletype=switch].switch-essential td:not(td[data-essential=yes]) {
  display: none;
}

table[data-tabletype=switch].switch-favorites tbody tr:not(tr[data-favorites=yes]) {
  display: none;
}

table[data-tabletype=switch].switch-topdeals tbody tr:not(tr[data-topdeals=yes]) {
  display: none;
}

.fav-me {
  position: relative;
  display: inline-block;
  color: #2769cc;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
  padding: 0 10px;
}
.fav-me:hover:before, .fav-me.active:before {
  content: "★";
  position: absolute;
  top: 0;
  left: 10px;
}

.popup-container .popup-container-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup-container .popup-container-inner {
  position: fixed;
  left: 5vw;
  top: 5vh;
  width: 90vw;
  height: 90vh;
  background: #ffffff;
  padding: 20px;
  overflow: auto;
}
.popup-container .popup-container-inner .tables {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup-container .popup-container-inner table {
  margin: 0 0 20px 0;
}
.popup-container .popup-container-inner th {
  font-weight: bold;
  font-size: 12px;
}
.popup-container .popup-container-inner th,
.popup-container .popup-container-inner td {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding: 10px 20px 10px 20px;
}
.popup-container .popup-container-inner th select,
.popup-container .popup-container-inner th input:not(input[type=checkbox]),
.popup-container .popup-container-inner td select,
.popup-container .popup-container-inner td input:not(input[type=checkbox]) {
  margin: 0;
}
.popup-container .popup-container-inner th.right,
.popup-container .popup-container-inner td.right {
  text-align: right;
}
.popup-container .popup-container-inner tr:nth-child(even) td {
  background: #d4e1f5;
}
.popup-container .popup-container-inner tr:nth-child(odd) td {
  background: #a9c3eb;
}

.info-popup .info-popup-inner .popup-player-info .info-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.info-popup .info-popup-inner .popup-player-info .info-container .infos-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.info-popup .info-popup-inner .popup-player-info .info-container h3 {
  width: 100%;
  padding-bottom: 40px;
}
.info-popup .info-popup-inner .popup-player-info .info-container .img {
  margin: 0 40px 20px 0;
}
.info-popup .info-popup-inner .popup-player-info .info-container .img img {
  width: 250px;
  height: auto;
}
.info-popup .info-popup-inner .popup-player-info .info-container .infos dl {
  overflow: hidden;
  padding: 0 60px 20px 0;
}
.info-popup .info-popup-inner .popup-player-info .info-container .infos dl dt {
  clear: both;
  float: left;
  width: 170px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.info-popup .info-popup-inner .popup-player-info .info-container .infos dl dd {
  float: left;
  padding: 0 0 10px 0;
}
.table-popup .table-popup-inner .popup-export-json label {
  font-weight: bold;
  font-size: 12px;
}
.table-popup .table-popup-inner .popup-export-json label:not(.checkbox label) {
  display: block;
}
.table-popup .table-popup-inner .popup-export-json select,
.table-popup .table-popup-inner .popup-export-json input:not(input[type=checkbox]) {
  width: 150px;
  margin: 0 20px 0 0;
  border: 1px solid #ccc;
  background: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 10px;
  display: block;
}
.table-popup .table-popup-inner .popup-export-json textarea {
  border: 1px solid #ccc;
  background: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 10px;
  display: block;
  width: 100%;
  height: 300px;
}
.table-popup .table-popup-inner .export-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  padding: 0 0 20px 0;
}
.table-popup .table-popup-inner .json-settings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 20px 0;
}
.table-popup .table-popup-inner .player-rows {
  margin: 0 0 20px 0;
  border-spacing: 1px;
  max-width: 100%;
  font-size: 12px;
  line-height: 14px;
}
.table-popup .table-popup-inner .player-rows .player-row {
  vertical-align: center;
  padding: 0 0 10px 0;
}
.table-popup .table-popup-inner .button-row {
  padding: 0 0 20px 0;
}

.main-menu .menu-opener {
  position: fixed;
  right: 0;
  top: 0;
  background: #ffffff;
  padding: 10px;
  display: block;
}
.main-menu .menu-opener span {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 16px;
  border-top: 2px solid #2769cc;
  position: relative;
}
.main-menu .menu-opener span:before, .main-menu .menu-opener span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #2769cc;
}
.main-menu .menu-opener span:before {
  top: 6px;
}
.main-menu .menu-opener span:after {
  top: 14px;
}
.main-menu .menu {
  position: fixed;
  right: 0;
  top: 36px;
  height: calc(100vh - 36px);
  background: #ffffff;
  border-top: 2px solid #2769cc;
  border-left: 2px solid #2769cc;
  transform: translate(100%, 0);
  transition: all 0.3s ease-out;
}
.main-menu .menu.open {
  transform: translate(0, 0);
}
.main-menu .menu .menu-inner {
  width: 300px;
  padding: 20px;
}
.main-menu .menu p {
  padding: 0 0 24px 0;
}
.main-menu .menu ul li {
  list-style: none;
}
.logout-bar {
  width: 50px;
  height: 40px;
  background: #2769cc;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.logout-bar form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 40px;
  padding: 10px;
  text-align: right;
}
.logout-bar:hover {
  width: 100%;
  overflow: hidden;
}

.login-box {
  width: 40vw;
  background: #ffffff;
  margin: 0 auto;
  align-self: center;
  padding: 20px;
  border: 4px solid #2769cc;
  border-radius: 8px;
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.75);
}
.login-box fieldset {
  display: flex;
  justify-content: space-between;
  padding: 0 0 16px 0;
  align-items: center;
}
.login-box fieldset .form-wrapper {
  width: 47%;
}
.login-box fieldset .form-wrapper label {
  display: block;
  padding: 0 0 8px 0;
}
.login-box fieldset .form-wrapper label.input-label {
  padding: 0;
}
.login-box fieldset .form-wrapper label.input-label input {
  margin-right: 4px;
}
.login-box fieldset .form-wrapper input:not(input[type=checkbox]) {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 8px;
  height: 30px;
  padding: 10px 5px;
}
.login-box fieldset .form-wrapper .btn-primary {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background: #2769cc;
  border: 1px solid #2769cc;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}
.login-box fieldset .form-wrapper .btn-primary:hover {
  background: #6896db;
  border-color: #6896db;
}

.table {
  overflow: auto;
}
.table table {
  min-width: 100%;
  margin: 0;
}
.table tr:hover td {
  background: #bfd2f0 !important;
}
.table tr.is-marked td {
  background-color: #d4e1f5;
}
.table th {
  height: 46px;
  background-color: #6896db !important;
}
.table th,
.table td {
  padding-left: 4px !important;
  font-size: 12px;
  line-height: 19px;
}
.table th.buy-price,
.table td.buy-price {
  background-color: #efedd2 !important;
}
.table th.sell-price,
.table td.sell-price {
  background-color: #eaf0fa !important;
}
.table td {
  vertical-align: middle !important;
}
.table td.player {
  min-width: 200px;
}
.table td.player .info {
  text-indent: -9999px;
  font-size: 1px;
  line-height: 1px;
  margin: 0 20px 0 0;
  cursor: pointer;
}
.table td.player .info:after {
  text-indent: 0;
  content: "i";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2769cc;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.table td.player .img {
  width: 50px;
}
.table td.player img {
  height: 40px;
  width: auto;
  display: inline-block;
}
.table td.player .flex {
  display: flex;
  align-items: center;
}
.table .highlight span {
  color: green;
  font-weight: bold;
  border-top: 2px solid green;
  border-bottom: 2px solid green;
}
.table .cur-bin {
  font-size: 14px;
}
.table .right {
  text-align: right;
}

/*# sourceMappingURL=styles.css.map */
