body {
  padding-top: 5px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0.80em;
}
*, .text {
  color: white;
  text-shadow: 1px 1px 1px black;
}
.mb-30 {
  margin-bottom: 30px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.console {
  font-family: 'Azeret Mono', monospace;
}
.container {
  /* max-width: 780px; */
  max-width: 480px;
  margin: auto;
}
textarea {
  height: 100px;
}
textarea:focus, input:focus, select:focus{
  outline: none;
}
.img-round {
  border-radius: 50%;
  box-shadow: 0px 3px #E7E5E3, 3px 6px #B4ABA1;
}
.lists {
  list-style: none;
  padding-left: 0px;
}
.lists li {
  clear: both;
  padding: 5px;
  background: #F7D480;
  border-radius: 10px;
  margin: 6px 0px;
  box-shadow: -1px -1px gray;
}
.lists li.bg-success {
  background: #C2EF80;
}
.lists li.bg-disabled {
  background: #6F6F6F;
}
.lists li.bg-success {
  background: #A7E351;
}
.lists li.bg-danger {
  background: #FF6046;
}
.lists li.bg-primary {
  background: #65C3DC;
}
input[type="text"], input[type="password"], input[type="number"], input[type="date"], select, textarea {
  text-shadow: 0px 0px 0px;
  color: #666;
  display: block;
  border: 1px solid gray;
  border-radius: 16px;
  padding: 6px;
  margin: 5px 0;
  width: 100%;
}
option {
  color: #666;
}
.results {
  background: #F7D480;
  border-radius: 10px;
  margin: 6px 0px;
  box-shadow: -1px -1px gray;
}
.results tr td {
  padding: 5px 10px;
}
.pull-right {
  float: right;
}
small {
  font-size: 0.75em;
}
.hidden {
  display: none;
}
.container {
  margin-top: 10px;
}
header {
  font-size: 0.92em;
}
header .btn {
  margin-right: 0px !important;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
.bet-number, .bet-amount, #clear-bet-amount {
  cursor: pointer;
}
.alert {
  padding: 5px;
  border-radius: 5px;
}
.alert-primary {
  background: #abd6e0;
  border: 2px dotted #05AFDA;
}
.alert-danger {
  background: #e1c7c3;
  border: 2px dotted #FF6046;
}
.alert-success {
  background: #A7E351;
}
h1, h2, h3 {
  color: #FFC939;
  text-shadow: 0px 3px #C99B22, 3px 6px white;
  margin: 5px;
  text-align: center;
}
.text-lg {
  font-size: 1.5em;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
a {
  text-decoration: none;
}
.nav-btn {
  padding: 10px 10px;
  border-radius: 20px;
  background: #FFC939;
  outline: 3px solid white;
  border: 3px solid #A7E351;
}
.nav-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  border: 2px solid #ccc;
}
.btn {
  padding: 6px 15px;
  color: white;
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  border: 0px;
}
a.btn {
    display: inline-block;
}
.btn-sm {
  font-size: 0.8em;
  padding: 3px 7px;
}
.btn-lg {
  font-size: 1.2em;
}
.btn:active, .nav-btn:active {
  transform: scale(0.90);
}
a.btn:active {
  transform: scale(0.9);
}
.btn-success {
  background: #A7E351;
  box-shadow: 0px 3px #88BD3E, 3px 6px white;
}
.btn-warning {
  background: #FFC939;
  box-shadow: 0px 3px #C99B22, 3px 6px white;
}
.btn-primary {
  background: #05AFDA;
  box-shadow: 0px 3px #177f8d, 3px 6px white;
}
.text-warning {
  color: #FFC939;
}
.text-shadow-white {
  text-shadow: 0px 3px #c99b22, 3px 6px white;
}
.btn-danger {
  background: #FF6046;
  box-shadow: 0px 3px #C43620, 3px 6px white;
}
.text-danger {
  color: #FF6046;
  text-shadow: 1px 1px 1px white;
}
.text-success {
  color: #A7E351;
}
.btn-disabled {
  background: #6F6F6F;
  box-shadow: 0px 3px #52504E, 3px 6px white;
}
.number {
  border-radius: 50%;
  padding: 15px 20px;
  border: 2px dotted #7F4903;
}
.selected {
  background-color: #7F4903;
  color: white;
}
.card {
  background: #F6E4AB;
  border-radius: 20px;
  box-shadow: 0px 3px #EECF77, 3px 6px white;
  padding: 10px;
  margin: 30px 14px 5px 5px;
}
.mt-45 {
  margin-top: 45px !important;
}
.card-header {
  border-radius: 5px 5px 20px 20px;
  padding: 5px;
  width: 60%;
  text-align: center;
  margin: auto;
  top: -20px;
  position:relative;
}
.card-header-success {
  background: #A7E351;
  box-shadow: 0px 3px #88BD3E, 3px 6px white;
}
.card-header-danger {
  background: #FF6046;
  box-shadow: 0px 3px #C43620, 3px 6px white;
}
.card-footer {
  bottom: -30px;
  position:relative;
}
.footer {
  font-size: 0.60em;
  position: fixed;
  left: 0;
  bottom: 0;
  color: white;
  width: 80%;
  margin-left: 9%;
  text-align: center;
  background: #F6E4AB;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  /* box-shadow: -3px -3px #EECF77, -6px -6px white; */
  border: 3px solid white;
}
.footer-header {
  top: -20px;
  position: relative;
}
