html {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
}
body {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
  line-height: 1.4285em;
  font-smoothing: antialiased;
}

.logo {
  height: 30px !important;
  width: auto !important;
}

.ui.stacked.segment:after, .ui.stacked.segment:before, .ui.stacked.segments:after, .ui.stacked.segments:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  border-top: none;
  background: none;
  width: 100%;
  height: 6px;
  visibility: visible;
}

#menu {
  font-size: 1rem;
  height: 60px;
  line-height: 60px;
  border-bottom: 3px solid #165f9d;
  margin-bottom: 10px;
  background: rgb(19,79,133);
  /* background: linear-gradient(180deg, rgba(19,79,133,1) 96%, rgba(22,95,158,1) 100%);   */
}
#menu .container {
  display: flex;
}
#menu .container .links-wrap {
  flex-grow: 1;
  display: flex;
  align-self: center;
  justify-content: space-evenly;
}

#menu .container .logo-wrapper {

}


#menu .container .right-wrap {
  align-self: flex-end;
}

#menu a, #menu a:visited, #menu a:hover, #menu a:focus {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  outline: 0;
  font-weight: 900;
}

.back-btn-image {
  height: 20px;
}

img.ui.image {
  display: block;
}
.ui.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent;
}

i.icon, i.icons {
  font-size: 1em;
}
i.icon {
  display: inline-block;
  opacity: 1;
  margin: 0 .25rem 0 0;
  width: 1.18em;
  height: 1em;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
i.icon.chevron.left:before {
  content: "\f053";
}
i.icon:before {
  background: 0 0!important;
}

/* FORMS */

.btn-login {
  color: #fff;
  font-weight: 800;
  background-color: #cf1616;
  border-color: #ff0100;
}

.field {
  margin-bottom: 5px;
}

.field input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.game-tile a img {
  height: 100px
}

@media (min-width: 470px) {
  .game-tile a img {
    width: calc((100vw - 40px) / 4);
    height: auto;
  }
}

.form-control {
  font-size: 16px !important;
}

.game-container {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(1,39,73,1) 97%, rgba(0,42,78,1) 100%);
}

.balances {
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(1,39,73,1) 51%, rgba(0,0,0,1) 100%);
}
.balance-group {
  margin: 10px calc(100vw * .02) 10px;
  min-width: 166px;
}
.balance-title {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}
.balance-number {
  font-size: 2rem;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: rgb(5,24,41);
  background: linear-gradient(180deg, rgba(5,24,41,1) 5%, rgba(0,0,0,1) 100%);
}
.balance-add-more {
  height: 23px;
  margin-top: 5px;
}

.add-more-btn {
  height: 25px;
  background: linear-gradient(0deg,rgb(117, 226, 0) 0%,rgb(83, 173, 0) 50%,rgb(41, 107, 0) 100%);
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.7;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.28);
}

.has-help div.field {
  margin-bottom: 0;
}

#odinBingo .bingoCardSpot {
  width: 23px;
  height: 23px;
  margin: 1px;
  color: white;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#odinBingo .bingoCardSpotOn {
  color: black;
  background: url("/imgs/bingo/cardspoton.png") 0px 0px no-repeat;
  background-size: 23px 23px;
}

#odinBingo > table {
  table-layout: fixed;
  margin: auto 0;
}

#bingoCard {
  height: 135px;
  width: 135px;
  background: url("/imgs/bingo/bingocard.png") 0px 0px no-repeat;
  padding: 4px 5px;
}

#odinBingo #bingoballs {
  min-height: 30px
}

#odinBingo .bingoBall {
  height: 23px;
  width: 24px;
  background: url("/imgs/bingo/bingoballs.png") 0px 0px;
  display: inline-block;
}

#odinBingo .bingoBallGold {
  height: 23px;
  width: 24px;
  background: url("/imgs/bingo/bingoballsgold.png") 0px 0px;
  display: inline-block;
}