* {
  margin: 0;
  padding: 0;
  font-family: Arial;
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #f7f7f7;
}
body.block-scroll {
  overflow: hidden;
}
ul {
  list-style: none;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.errorPage {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: large;
}
.errorPage .oops {
  font: bold xx-large Arial;
}
.error {
  padding: 1em 0.5em;
  margin: 1em 0.2em;
  background-color: #f00;
  text-align: center;
  font: bold xx-large Arial;
  color: #fff;
}
.loader {
  width: 800px;
  height: 800px;
  margin: auto;
  background: url("../img/load1.gif") center/90% no-repeat;
}
.main-container {
  position: relative;
  color: #73879c;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #2a3f54;
  z-index: 5;
}
header .logo {
  display: inline-block;
  font-size: 22pt;
}
.wrapper {
  position: relative;
  word-spacing: -5px;
}
.wrapper > nav,
.wrapper > section {
  word-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.wrapper > section {
  top: 50px;
  position: relative;
  width: 100%;
  padding: 5px;
  overflow: overlay;
}
#CURRENT_TIME, #CURRENT_BALANCE {
  display: none;
  float: right;
  font: 400 20pt Arial;
  color: #fff;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a3f54;
  z-index: 10;
  color: #fff;
  overflow: auto;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
nav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
nav .logo {
  width: calc(100% - 20px);
  max-width: 300px;
  margin: 10px auto;
}
nav .nav-content {
  height: auto;
  text-align: left;
}
nav .list-menu li {
  position: relative;
}
nav .list-menu li:not(.active):hover .menu-link {
  background: rgba(255,255,255,0.06);
}
nav .list-menu li div,
nav .list-menu li a {
  padding: 5px 0 5px 10px;
  cursor: pointer;
  display: block;
  color: #73879c;
  text-decoration: none;
}
nav .list-menu li.active .menu-link {
  box-shadow: rgba(0,0,0,0.25) 0 1px 0, inset rgba(255,255,255,0.16) 0 1px 0;
  background: linear-gradient(#334556, #2c4257), #2a3f54;
  text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
}
nav .list-menu li.active .menu-link,
nav .list-menu li.active .menu-link > a {
  color: #fff;
}
nav .list-menu li .menu-link {
  padding: 10px 0 10px 10px;
}
nav .list-menu li .menu-link a {
  padding: 0;
}
nav .list-menu li .border-right {
  border-right: 5px solid #ff9333;
}
nav .list-menu li .list-menu {
  display: none;
}
nav .list-menu li .list-menu li {
  padding-left: 20px;
}
nav .list-menu li .list-menu li::before,
nav .list-menu li .list-menu li::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #425668;
}
nav .list-menu li .list-menu li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
nav .list-menu li .list-menu li::after {
  left: 18px;
  width: 2px;
  height: 100%;
}
nav .list-menu li .list-menu li:hover,
nav .list-menu li .list-menu li.active {
  background: rgba(255,255,255,0.06);
}
nav .list-menu li .list-menu li.active div,
nav .list-menu li .list-menu li.active a {
  color: #fff;
}
input,
select {
  min-width: 200px;
  max-width: 400px;
  color: #73879c;
}
input,
select option {
  padding-left: 2px;
}
input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 31px;
  padding: 5px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin-top: 10px;
  background: #ff9333;
  color: #fff;
  padding: 7px 5px;
  border: 0;
}
label {
  display: block;
  color: #2a3f54;
  margin: 5px 0 0 0;
}
select {
  width: 100%;
  height: 31px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
}
.search-form {
  word-spacing: -5px;
}
.search-form > * {
  word-spacing: normal;
}
.search-form .row {
  position: relative;
  height: 70px;
}
.search-form input,
.search-form select {
  max-width: initial;
}
.search-form input {
  display: block;
  width: 100%;
  outline: 0;
}
.search-form input[type='number'] {
  border: 1px solid #ccc;
  -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);
}
.search-form input[type="button"] {
  margin: 0;
  position: absolute;
  bottom: 7px;
  left: 0;
  border-radius: 5px;
}
.search-form.BPOC {
  background: #f9f9f9;
}
.table-list {
  margin: 30px auto 0;
  font-size: 10pt;
}
.table-list,
.table-list #report {
  width: 100%;
  border-collapse: collapse;
}
.table-list #report .status-bet th,
.table-list #report .status-win th,
.table-list #report .status-bet td,
.table-list #report .status-win td {
  color: #fff;
}
.table-list #report .status-bet {
  background: #1e90ff;
}
.table-list #report .status-win {
  background: #1abb9c;
}
.table-list thead tr {
  background: rgba(52,73,94,0.94);
}
.table-list thead tr th {
  padding: 8px;
  color: #fff;
}
.table-list tbody tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.table-list tbody tr:hover {
  background: rgba(38,185,154,0.07);
}
.table-list tbody th,
.table-list tbody td {
  padding: 8px;
  border: 1px solid #ddd;
  color: #73879c;
}
.table-list input {
  width: auto;
}
.table-list input:first-of-type {
  margin-top: 0;
}
.table-list .link {
  cursor: pointer;
  color: #1e90ff;
}
.table-list.BPOC {
}
.table-list-tr-bc {
  background-color: #f0e68c;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  padding: 30px 10px 10px 10px;
  border: 1px solid #73879c;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.7);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.7);
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.7);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  word-wrap: break-word;
  font-size: 11pt;
  color: #73879c;
}
.popup.qr {
  max-width: 300px;
  text-align: center;
}
.popup.qr img {
  display: block;
  width: 100%;
}
.popup .close-popup {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.popup .close-popup::before,
.popup .close-popup::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #2a3f54;
  border-radius: 5px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.popup .close-popup::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.popup .close-popup::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.icon {
  width: 24px;
  height: 24px;
}
.hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.input-group.date input[type="text"].form-control {
  color: #73879c;
}
@media (min-width: 600px) {
  .search-form .row.inline {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 5px);
  }
  .search-form .row.inline input[type='button'] {
    display: inline-block;
    vertical-align: bottom;
  }
  .search-form .row.inline:nth-of-type(even) {
    margin-left: 10px;
  }
}
@media (min-width: 900px) {
  #CURRENT_TIME, #CURRENT_BALANCE {
    display: block;
  }
  .hamburger {
    display: none;
  }
  .wrapper > nav {
    top: 0;
    width: 260px;
  }
  .wrapper > section {
    margin-left: 260px;
  }
  .search-form .row.inline {
    width: calc(100% / 4 - 20px);
  }
  .search-form .row.inline:nth-of-type(even) {
    margin-left: 0;
  }
  .search-form .row.inline:not(:nth-of-type(5n+1)) {
    margin-left: 10px;
  }
  .popup {
    width: 600px;
    left: calc((100% - 260px) / 2 + 260px);
  }
  .popup.qr {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .search-form .row.inline {
    width: calc(100% / 3 - 10px);
  }
  .search-form .row.inline:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
  .search-form .row.inline:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
}
@media (min-width: 1500px) {
  .search-form .row.inline {
    width: calc(100% / 4 - 10px);
  }
  .search-form .row.inline:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .search-form .row.inline:not(:nth-of-type(4n+1)) {
    margin-left: 10px;
  }
}
@media (min-width: 1800px) {
  .search-form .row.inline {
    width: calc(100% / 5 - 10px);
  }
  .search-form .row.inline:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
  .search-form .row.inline:not(:nth-of-type(5n+1)) {
    margin-left: 10px;
  }
}
.data-form .row + .title {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding-left: 3em;
}
.data-form .row input[type=text], .data-form .row input[type=password], .data-form .row input[type=number], .data-form .row select {
  margin-left: 1em;
}

.data-form .row input[type=checkbox] {
  padding: 0;
  margin: 0;
  height: 1em;
  width: 1em;
  margin-left: -5em;
  position: absolute;
}

.rollOn-label, .rollOn-number {
  position: absolute;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 10px;
  font-family: Lato;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
}

.rollOn-label {
  width: 54px;
  height: 18px;
  background: linear-gradient(109.58deg, #ff3a81, #ff753a 101.54%), #cc3aff;
  z-index: 2;
}

.rollOn-number {
  color: #0d131d;
  display: flow-root;
  padding-top: 18px;
  padding-left: 8px;
  padding-bottom: 8px;
  background: linear-gradient(109.58deg, #fffa81, #ff753a 101.54%), #cc3aff;
  min-width: 100px;
  border-radius: 8px;
  font-size: 8pt;
  z-index: 1;
}

.rollOn-number-hide {
  display: none !important;
}