@font-face {
  font-family: "Metropolis Bold";
  src: url('https://cdn.statically.io/gh/chrismsimpson/Metropolis/85fa6252/Fonts/Webfonts/WOFF/Metropolis-SemiBold.woff');
}

* {
  border-radius: 0px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  outline: none !important;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-family: 'Metropolis Bold', sans-serif;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

i,
#logo {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#body {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

#body #logo {
  width: 126px;
  height: 45px;
  margin: 40px auto 50px auto;
  background: none;
}

#body #logo .logo-content {
  height: 45px;
  float: left;
  line-height: 45px;
  background: none;
}

#body #logo #img {
  width: 45px;
  height: 45px;
  padding: 7.5px;
}

#body #logo #logo-divider {
  width: 1px;
  height: 20px;
  margin-top: 12.5px;
  background: #fff;
}

#body #logo #app-name {
  width: 80px;
  height: 45px;
  padding: 0px 7.5px;
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
}

#body .search-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  width: 300px;
  height: 0px;
  border-radius: 5px !important;
  margin: 45px auto 0px auto;
  overflow: hidden;
}

#body .search-wrapper .search-elements {
  float: left;
}

#body .search-wrapper .search-input {
  background-color: transparent;
  width: 265px;
  height: 35px;
  border: none;
  padding: 0px 10px;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}

#body .search-wrapper .search {
  background-color: transparent;
  width: 35px;
  height: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 25px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

#body .toggled-search {
  height: 35px;
}

#body #main-data {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  padding: 15px;
  border-radius: 5px !important;
  text-align: center;
  overflow: hidden;
}

#body #main-data p {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #3498db;
  background: none;
}

#body #main-data #status {
  width: 40px;
  height: 40px;
  margin: 15px auto;
  display: none;
  background: none;
}

#body #main-data h1 {
  color: #3498db;
  margin-bottom: 35px;
  background: none;
}

#body #main-data .errorMsg {
  margin: auto;
  width: 70%;
  line-height: 2;
  color: #fff;
  background: none;
}

#body #main-data table {
  display: none;
  border: none;
  border-collapse: collapse;
  width: 90%;
  margin: auto;
  background: none;
}

#body #main-data table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#body #main-data table td {
  border: none;
  color: #fff;
  padding: 3px;
}

#body #main-data table td:first-of-type {
  text-align: left;
}

#body #main-data table td:last-of-type {
  text-align: right;
}

#body .collapsed-data {
  height: 175px;
  margin: 35px auto 20px auto;
}

#body .expanded-data {
  height: 360px;
  margin: -25px auto 20px auto;
}

#body #menus {
  width: 300px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  margin: 25px auto 5px auto;
  border-radius: 2.5px !important;
  overflow: hidden;
}

#body #menus .options {
  width: 50px;
  height: 30px;
  cursor: pointer;
  float: left;
  color: #3498db;
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
  user-select: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  border-left: 0.5px solid rgba(255, 255, 255, 0.2);
}

#body #menus .options:first-of-type {
  border: none;
}

#body #menus .underline {
  width: 50px;
  height: 1px;
  display: block;
  border-radius: 0.5px !important;
  background: #fff;
  position: relative;
  top: 49px;
  transition-timing-function: cubic-bezier(0.65, 0.25, 0.18, 1.35);
}

#body .dev {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  min-height: 60px;
  margin: 10px auto;
  display: none;
  border-radius: 2.5px !important;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
}

#body .dev a {
  color: #3498db;
}

#body .dev:before {
  float: right;
  content: '';
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
  margin: -22.5px 15px 0px 0px;
}

#body .display {
  display: block;
}

.feather {
  width: 18px;
}

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