﻿.btn {
  margin: 5px;
}

.page-header {
  color: #0b5ed7;
  font-weight: 700;
}

.loto-sub-title {
  color: #0b5ed7;
}

.row-btn-container {
  align-content: flex-end;
}
.row-btn-container .btn {
  margin-bottom: 0px;
}

#header-nav-wrap {
  width: auto;
}

#home {
  background: url("../images/hero-bg.png") no-repeat center;
}

.container main {
  background-color: white;
}

.hidden {
  display: none !important;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.adminMenuItem {
  /*    text-decoration: double;
      text-decoration-color: red;
      text-decoration-line: underline;
  */
}

.adminMenuItems {
  background-color: #4E3546;
  height: 40px;
  padding-left: 18px;
  display: inline-table;
  margin-right: 10px;
  position: relative;
}

.adminMenuLabel {
  position: absolute;
  left: 20px;
  bottom: 0;
  top: 0px;
  left: 36px;
  color: red;
  height: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
