body {
  background: #2b3e50;
}

.btn-game-settings {
  outline: none !important;
}

.btn-game-settings:hover {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px solid;
}

.background-danger {
  background: #d9534f !important;
}

.background-danger:hover {
  color: white;
  background: rgb(186, 65, 61) !important;
}

.loader-container {
  z-index: 9999;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  padding: 50px;
  width: 100%;
  height: 100%;
  top:0;
}

.loader-handler {
  text-align: center;
  position: absolute;
  width: calc(100% - 100px);
  top: 40%;
}

.loader {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.nav-tabs.nav-justified>li>a {
  border: 0 !important;
}

.goog-tooltip {
  color: black;
  font-weight: bold;
}

.tournamentMatchDuration {
  padding-right: 1%;
}

.tournamentMatchDuration:last-child {
  padding-right: 0;
}

.tournamentMatchDurationLabel {
  margin-top: 10px;
}

.tournamentMatchDurationValue {
  margin-bottom: 10px;
  text-align: center;
}

.tournamentMatchDurationValueForm {
  background: rgba(0, 0, 0, 0.1);
}

.tournamentMatchDurationArithmetic {
  margin: 0;
  padding: 5px 12px;
  color: white !important;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.1);
}

.whiteNavPills > li.active > a {
  background: white !important;
  color: #080B0F !important;
}

.whiteNavPills > li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tournamentMatchDurationArithmetic:hover {
  text-decoration: none;
}

.colorA {
  background: #273848;
}

.colorB {
  background: #151F28;
}

.colorC {
  background: #080B0F;
}

.colorA-active {
  border-bottom: 2px solid #273848;
}

.colorB-active {
  border-bottom: 2px solid #151F28;
}

.colorC-active {
  border-bottom: 2px solid #080B0F;
}

.active-bg {
  border-bottom: 2px solid #5bc0de !important;
}

.white-active {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 2px solid #fff;
}

.colorA-text {
  color: #273848;
}

.colorB-text {
  color: #151F28;
}

.colorC-text {
  color: #080B0F;
}

.bobtn:hover {
  background: rgba(255, 255, 255, 0.85);
}

.bobtn2:hover {
  background: rgb(13, 18, 25);
}

/**
 * Custom scroll bar
 */
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: white;
}

.launcher-item-container {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 125px;
  overflow-x: scroll;
  overflow-y: hidden;
  border-top: 5px solid transparent;
}

.launcher-item-container:hover {
  border-top: 5px solid orange;
  background: #151F28;
}

.launcher-item {
  color: white;
  padding: 20px 5px;
}

.launcher-item:hover {
  text-decoration: none;
  color: orange;
  cursor: pointer;
}

.launcher-item:active {
  text-decoration: none;
  color: white;
}

.launcher-item
.launcher-image {
  max-width: 80px;
  max-height: 50px;
  position: absolute;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.launcher-info {
  margin-top: 50px;
  padding-bottom: 10px;
}

.launcher-info
.launcher-title {
  font-size: 12px;
  color: white;
}

.launcher-info
.launcher-id {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 9px;
}



.developer-portal-text {
  color: #2b3e50 !important;
}

.developer-portal-button a {
  background: rgba(0, 0, 0, 0.5) !important;
  color: white !important;
}

.developer-portal-button a:hover {
  background: rgba(0, 0, 0, 0.7) !important;
  color: white !important;
}

.google-visualization-tooltip {
    width: auto !important;
}

.chart {
  min-width: 50%;
  min-height: 40%;
}

.back-button, .forward-button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

@media (max-width: 767px) {
  .back-button {
    margin-top: 30px;
    margin-left: 0;
    background: rgba(0, 0, 0, .8);
  }
}

@media (min-width: 768px) {
  .back-button {
    margin-top: 0;
    margin-left: -15px;
    background: rgba(0, 0, 0, .8);
  }
}

.navbar .nav > .back-button:hover > a:hover {
  background: rgba(0, 0, 0, 1);
  color: white;
}

.forward-button {
  background: rgba(0, 0, 0, .8);
}

.navbar .nav > .forward-button:hover > a:hover {
  background: rgba(0, 0, 0, 1);
  color: white;
}

.hilo-container {
  padding: 20px 10px 10px 10px;
}

.hilo-card {
  padding-left: 10px;
  margin-left: 10px;
}

.scratch-symbol {
  padding: 50px 0;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.text-center thead th {
  text-align: center;
}

.content-container {
  margin-top: 77px;
}

#mainBreadcrumb {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 1000;
}

.winline-table {
  margin: 8px;
  border-color: white;
}

.winline-table
td {
  border: 1px solid white;
}

.winline {
  padding: 5px;
}

.winline-highlight {
  background: white;
}

.sortable-header:hover {
  cursor: pointer;
}

.error-img {
  margin: 0 auto;
  text-align: center;
}

.error-img
img {
  max-height: 400px;
}

.bg-cold {
  background: #2b3e50;
}

.small-border {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.no-border-top {
  border-top: 0;
}

/**
 * Ensure's the logo fits inside the navbar.
 */
.navbar
.navbar-header
.navbar-brand
img {
  margin-top: -10px;
  max-height: 75px;
  z-index: 9999;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -100px !important;  /* 50% of your logo width */
    display: block;
}

/**
 * Ensure's a responsive row is centered.
 */
.row
.row-center {
  float: none;
  margin: 0 auto;
}

/**
 * Ensures the text is aligned to the center.
 */
.table
.text-center
th {
  text-align: center;
}

/**
 * Adds the ability for elements to be inlined.
 */
.inline
.inline-element {
  display: inline-block;
}

/**
 * Ensure's a dropdown's clickables have a pointer cursor.
 */
.dropdown-menu
a:hover {
  cursor: pointer;
}

.breadcrumb {
  margin: 0;
}

.white-background {
  background: rgba(0, 0, 0, 0.1);
}

.wide-chart {
  width: 100%;
  height: 100%;
}

.login-container {
  margin-top: 5%;
}

.login-form {
  margin-top: 5%;
}

.login-logo {
  width: 80%;
}

.footer {
  position: fixed;
  bottom: -2px;
  font-size: 11px;
  width: 100%;
  /*background: #4e5d6c;*/
  background: black;
  color: white;
}

.noty_theme__orbit.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__orbit.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__orbit.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__orbit.noty_type__alert,
.noty_theme__orbit.noty_type__notification {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #D1D1D1;
  color: #000; }

.noty_theme__orbit.noty_type__warning {
  background-color: #F0AD4E;
  border-bottom: 1px solid #A87936;
  color: #000; }

.noty_theme__orbit.noty_type__error {
  background-color: #a94442;
  border-bottom: 1px solid #542221;
  color: #fff; }

.noty_theme__orbit.noty_type__info,
.noty_theme__orbit.noty_type__information {
  background-color: #273848;
  border-bottom: 1px solid #fff;
  color: #fff; }

.noty_theme__orbit.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

@font-face {
  font-family: 'Suit-Regular';
  src: url("../fonts/suit-regular.eot");
  src: url("../fonts/suit-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/suit-regular.woff") format('woff'), url("../fonts/suit-regular.ttf") format('truetype'), url("../fonts/suit-regular.svg#suit-regular") format('svg');
  font-weight: normal;
  font-style: normal;
}

.keno-ball {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 10px;
  text-align: center;
}
