@font-face {
  font-family: "MaisonNeue";
  src: url("/assets/fonts/MaisonNeue-Book.woff"); }
@font-face {
  font-family: "MaisonNeue";
  src: url("/assets/fonts/MaisonNeue-Bold.woff");
  font-weight: bold; }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/assets/fonts/MaterialIcons-Regular.woff) format("woff"), url(/assets/fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25vh;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

html,
body {
  min-height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }

body {
  background: #e0e1e0;
  font-family: MaisonNeue, sans-serif;
  font-size: 2.5vh;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

#outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top: solid 1vh #870000; }

#header {
  height: 3vh;
  padding: 2.5vh 2vh;
  background-color: #bf360c;
  color: rgba(255, 255, 255, 0.85); }
  #header img {
    width: 40%; }
  #header #balance {
    float: right;
    font-size: 2.5vh; }

button {
  padding: 0;
  margin: 0;
  background: linear-gradient(to bottom, #339ca5 0%, #00838f 100%);
  /* W3C */
  border: none;
  border-radius: 0.4vh;
  position: relative;
  border-bottom: 0.5vh solid #004f56;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-family: 'MaisonNeue', sans-serif;
  text-shadow: 0.15vh 0.15vh 0.15vh rgba(0, 0, 0, 0.4);
  text-align: center;
  text-indent: 0.25vh;
  box-shadow: 0px 0.25vh 0px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* Just for presentation */
  font-size: 1em; }

button:active {
  box-shadow: 0px 0.15vh 0px 0px rgba(0, 0, 0, 0.2);
  top: 0.15vh; }

button:disabled {
  opacity: 0.3; }

#pageerror #message {
  position: absolute;
  top: 38vh;
  width: 80vw;
  text-align: center;
  font-size: 1.5em;
  padding-left: 10vw;
  padding-right: 10vw;
  color: #bf360c; }
#pageerror #buttons {
  position: absolute;
  top: 79vh;
  width: 100%;
  text-align: center; }
  #pageerror #buttons button {
    padding-left: 5vw;
    padding-right: 5vw;
    min-width: 40vw;
    height: 9vh; }

#pagelogin #inputs {
  position: absolute;
  top: 14vh;
  width: 100%;
  text-align: center; }
  #pagelogin #inputs .label {
    padding: 1em 0 0.5em 0;
    text-align: center;
    font-size: 1.5em; }
  #pagelogin #inputs .userpin {
    text-align: center; }
    #pagelogin #inputs .userpin .pinentry {
      font-weight: bold;
      display: inline-block;
      background: #f5f6f5;
      border: solid 0.25em #bf360c;
      border-radius: 0.5em;
      margin: 0.5em;
      padding: 0.5em;
      color: #005662;
      width: 2vh;
      height: 2.5vh; }
#pagelogin #keyboard {
  position: absolute;
  top: 60vh; }
  #pagelogin #keyboard .row {
    min-height: 10vh; }
    #pagelogin #keyboard .row .key {
      width: 9vw;
      height: 9vh;
      margin: 0.5vw; }
    #pagelogin #keyboard .row .delkey {
      width: 18vw;
      height: 9vh;
      margin: 0.5vw;
      float: right; }
      #pagelogin #keyboard .row .delkey span.material-icons {
        font-size: 1.2em; }

#pagereload {
  position: absolute;
  width: 100%;
  font-size: 1.5em;
  top: 40vh;
  text-align: center; }

#pagehome h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 11vh;
  text-align: center;
  font-size: 3.5vh; }
#pagehome #info {
  position: absolute;
  top: 16vh;
  left: 5vw;
  width: 87vw;
  height: 35vh;
  border: solid 0.66vh #bf360c;
  border-radius: 1.5vh;
  color: #005662;
  background-color: #f5f6f5; }
  #pagehome #info .spinner {
    margin-top: 11vh;
    width: 12vh;
    height: 12vh; }
  #pagehome #info #odds .name {
    font-size: 3.25vw;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 2vh 1vw 1.5vh 1vw; }
  #pagehome #info #odds .runners {
    width: 100%;
    margin-bottom: 1vh; }
    #pagehome #info #odds .runners tr {
      padding: 0;
      margin: 0;
      height: 3.3vh; }
      #pagehome #info #odds .runners tr td {
        padding: 0;
        margin: 0;
        overflow: hidden; }
      #pagehome #info #odds .runners tr .vacant {
        opacity: 0.5; }
      #pagehome #info #odds .runners tr td.num {
        padding-left: 10vw;
        width: 5vh; }
        #pagehome #info #odds .runners tr td.num img {
          width: 2.5vh;
          height: 2.5vh; }
      #pagehome #info #odds .runners tr td.name,
      #pagehome #info #odds .runners tr td.odds {
        padding-top: 0.5vh;
        font-weight: normal;
        font-size: 2vh; }
      #pagehome #info #odds .runners tr td.name {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #pagehome #info #odds .runners tr td.odds {
        text-align: right;
        padding-right: 10vw; }
  #pagehome #info #betssummary {
    background-color: #bf360c;
    color: #e0e1e0;
    font-size: 0.75em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 1vh 1vw; }
  #pagehome #info #resultssummary {
    font-size: 0.75em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.75vh 1vw 0.5vh 1vw; }
    #pagehome #info #resultssummary .respos {
      display: inline-block;
      margin-left: 3vw; }
      #pagehome #info #resultssummary .respos img.num {
        width: 2.5vh;
        height: 2.5vh;
        margin-left: 1vw; }
#pagehome #buttons {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  top: 54vh;
  margin-left: 5vw;
  margin-right: 5vw; }
  #pagehome #buttons #tl,
  #pagehome #buttons #tr,
  #pagehome #buttons #bl,
  #pagehome #buttons #br,
  #pagehome #buttons #bbl,
  #pagehome #buttons #bbr {
    width: 42vw;
    height: 12vh; }
  #pagehome #buttons #tl,
  #pagehome #buttons #bl,
  #pagehome #buttons #bbl {
    float: left; }
  #pagehome #buttons #tr,
  #pagehome #buttons #br,
  #pagehome #buttons #bbr {
    float: right; }
  #pagehome #buttons #tl,
  #pagehome #buttons #tr,
  #pagehome #buttons #bl,
  #pagehome #buttons #br {
    margin-bottom: 2vh; }
  #pagehome #buttons #bb,
  #pagehome #buttons #bbl,
  #pagehome #buttons #bbr {
    height: 6vh; }
  #pagehome #buttons #bbl,
  #pagehome #buttons #bbr {
    padding-top: 0.75vh;
    font-size: 1.75vh; }

#pagetopup #info {
  padding-left: 5vw;
  padding-right: 5vw;
  text-align: center;
  font-size: 1.25em;
  color: #00838f; }
  #pagetopup #info h1 {
    font-size: 1em;
    color: #bf360c; }
  #pagetopup #info .spaceabove {
    margin-top: 5vh; }
  #pagetopup #info #account {
    display: inline-block;
    border: solid 0.66vh #bf360c;
    border-radius: 1.5vh;
    color: #005662;
    background-color: #f5f6f5;
    padding: 2vh 5vw;
    font-size: 2em;
    font-weight: bold; }
  #pagetopup #info .under18 {
    margin-top: 1em;
    width: 30vw; }
#pagetopup #buttons {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  top: 82vh;
  margin-left: 5vw;
  margin-right: 5vw; }
  #pagetopup #buttons #bb {
    width: 89vw;
    height: 6vh; }

#pageactivebets h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 11vh;
  text-align: center;
  font-size: 3.5vh; }
#pageactivebets h3 {
  font-weight: normal;
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 2.5vh;
  color: #bf360c; }
#pageactivebets h3.betscost {
  top: 75vh; }
#pageactivebets #info {
  position: absolute;
  top: 16vh;
  left: 5vw;
  width: 87vw;
  height: 58.5vh;
  border: solid 0.66vh #bf360c;
  border-radius: 1.5vh;
  color: #005662;
  background-color: #f5f6f5;
  overflow: scroll; }
  #pageactivebets #info .none {
    font-weight: bold;
    text-align: center;
    margin-top: 30vh; }
  #pageactivebets #info .spinner {
    margin-top: 24vh;
    width: 12vh;
    height: 12vh; }
  #pageactivebets #info #scrolling {
    margin: 1.5vh 2vw;
    width: 83vw;
    font-size: 1.75vh;
    line-height: 2.5vh;
    color: #00838f; }
    #pageactivebets #info #scrolling .race {
      width: 9vw; }
    #pageactivebets #info #scrolling .desc {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #pageactivebets #info #scrolling .unitstake {
      width: 20vw;
      text-align: right; }
    #pageactivebets #info #scrolling .cost {
      width: 15vw;
      text-align: right; }
#pageactivebets #buttons {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  top: 82vh;
  margin-left: 5vw;
  margin-right: 5vw; }
  #pageactivebets #buttons #bb {
    width: 89vw;
    height: 6vh; }

#pageresults h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 11vh;
  text-align: center;
  font-size: 3.5vh; }
#pageresults #info {
  position: absolute;
  top: 16vh;
  left: 5vw;
  width: 87vw;
  height: 62.5vh;
  border: solid 0.66vh #bf360c;
  border-radius: 1.5vh;
  color: #005662;
  background-color: #f5f6f5;
  overflow: scroll; }
  #pageresults #info .none {
    font-weight: bold;
    text-align: center;
    margin-top: 30vh; }
  #pageresults #info .spinner {
    margin-top: 24vh;
    width: 12vh;
    height: 12vh; }
  #pageresults #info #scrolling {
    margin: 1.5vh 2vw;
    width: 83vw; }
    #pageresults #info #scrolling .race {
      text-align: center;
      width: 14vw;
      float: left;
      font-size: 3.5vh;
      font-weight: bold; }
      #pageresults #info #scrolling .race .time {
        font-size: 1.5vh;
        font-weight: normal; }
    #pageresults #info #scrolling .result {
      font-size: 2.25vh;
      width: 69vw;
      float: right; }
      #pageresults #info #scrolling .result .respos {
        width: 23vw;
        float: left; }
    #pageresults #info #scrolling .payoff {
      font-size: 1.25vh;
      text-align: left;
      width: 23vw;
      float: left;
      margin-top: 0.3vh; }
    #pageresults #info #scrolling hr {
      margin-top: 0.8vh;
      margin-bottom: 0.8vh;
      height: 0.2vh;
      color: #005662;
      background: #005662;
      font-size: 0;
      border: 0; }
    #pageresults #info #scrolling img.num {
      width: 2.5vh;
      height: 2.5vh; }
#pageresults #buttons {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  top: 82vh;
  margin-left: 5vw;
  margin-right: 5vw; }
  #pageresults #buttons #bb {
    width: 89vw;
    height: 6vh; }

#pagestatement h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 11vh;
  text-align: center;
  font-size: 3.5vh; }
#pagestatement h3 {
  font-weight: normal;
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 2.5vh;
  color: #bf360c; }
#pagestatement h3.betscost {
  top: 71vh; }
#pagestatement h3.netdeposits {
  top: 75vh; }
#pagestatement #info {
  position: absolute;
  top: 16vh;
  left: 5vw;
  width: 87vw;
  height: 54.5vh;
  border: solid 0.66vh #bf360c;
  border-radius: 1.5vh;
  color: #005662;
  background-color: #f5f6f5;
  overflow: scroll; }
  #pagestatement #info .none {
    font-weight: bold;
    text-align: center;
    margin-top: 30vh; }
  #pagestatement #info .spinner {
    margin-top: 24vh;
    width: 12vh;
    height: 12vh; }
  #pagestatement #info #scrolling {
    margin: 1.5vh 2vw;
    width: 83vw;
    font-size: 1.75vh;
    line-height: 2.5vh;
    color: #00838f; }
    #pagestatement #info #scrolling .ts {
      width: 14vw; }
    #pagestatement #info #scrolling .desc {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #pagestatement #info #scrolling .value, #pagestatement #info #scrolling .negvalue {
      width: 15vw;
      text-align: right; }
    #pagestatement #info #scrolling .negvalue {
      color: #bf360c; }
#pagestatement #buttons {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  top: 82vh;
  margin-left: 5vw;
  margin-right: 5vw; }
  #pagestatement #buttons #bb {
    width: 89vw;
    height: 6vh; }

#pagebet h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 11vh;
  text-align: center;
  font-size: 3vh; }
#pagebet h2 {
  font-weight: bold;
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 12.5vh;
  text-align: center;
  font-size: 3vh;
  color: #005662; }
#pagebet h3 {
  top: 16.5vh; }
#pagebet h3,
#pagebet #stakerow {
  font-weight: normal;
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 2.5vh;
  color: #bf360c; }
#pagebet #disclaimer {
  font-weight: normal;
  position: absolute;
  width: 80%;
  margin-left: 10vw;
  margin-right: 10vw;
  text-align: center;
  font-size: 2vh;
  color: #bf360c;
  top: 52vh; }
#pagebet #poolbuttons {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  top: 22vh;
  margin-left: 5vw;
  margin-right: 5vw; }
  #pagebet #poolbuttons #btn-win,
  #pagebet #poolbuttons #btn-place,
  #pagebet #poolbuttons #btn-winplace,
  #pagebet #poolbuttons #btn-forecast,
  #pagebet #poolbuttons #btn-revforecast,
  #pagebet #poolbuttons #btn-trio,
  #pagebet #poolbuttons #btn-awtrio {
    width: 42vw;
    height: 12vh;
    margin-bottom: 2vh; }
  #pagebet #poolbuttons #btn-win,
  #pagebet #poolbuttons #btn-winplace,
  #pagebet #poolbuttons #btn-forecast,
  #pagebet #poolbuttons #btn-trio {
    float: left; }
  #pagebet #poolbuttons #btn-place,
  #pagebet #poolbuttons #btn-revforecast,
  #pagebet #poolbuttons #btn-awtrio {
    float: right; }
#pagebet #backbutton {
  position: absolute;
  width: 90vw;
  height: 6vh;
  top: 82vh;
  margin-left: 5vw;
  margin-right: 5vw; }
#pagebet #selectionbuttons {
  top: 32vh; }
#pagebet #selections {
  top: 23vh; }
#pagebet #selectionbuttons,
#pagebet #selections {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  margin-left: 5vw;
  margin-right: 5vw; }
  #pagebet #selectionbuttons .selectionrow .label,
  #pagebet #selections .selectionrow .label {
    font-size: 2.5vh;
    width: 10vw;
    text-align: right;
    display: inline-block;
    vertical-align: middle; }
  #pagebet #selectionbuttons .selectionrow button,
  #pagebet #selections .selectionrow button {
    height: 6vh; }
  #pagebet #selectionbuttons .selectionrow button,
  #pagebet #selectionbuttons .selectionrow .chosen,
  #pagebet #selections .selectionrow button,
  #pagebet #selections .selectionrow .chosen {
    height: 6vh;
    width: 9vw;
    margin: 1vh 1vw 1vh 1vw;
    vertical-align: middle; }
  #pagebet #selectionbuttons .selectionrow .chosen,
  #pagebet #selections .selectionrow .chosen {
    display: inline-block;
    text-align: center;
    background-image: url(/assets/img/tick.svg);
    background-size: contain;
    font-weight: bold;
    font-size: 4vh;
    height: 4vh; }
  #pagebet #selectionbuttons .selectionrow .trapimg,
  #pagebet #selections .selectionrow .trapimg {
    height: 3.5vh;
    margin: 1vh 1vw 1vh 1vw;
    vertical-align: middle; }
  #pagebet #selectionbuttons .selectionrow .trapname,
  #pagebet #selections .selectionrow .trapname {
    display: inline-block;
    vertical-align: middle; }
  #pagebet #selectionbuttons .selectionrow .field,
  #pagebet #selections .selectionrow .field {
    display: inline-block;
    vertical-align: middle;
    padding-left: 4.6vh; }
#pagebet #stakerow {
  top: 43vh;
  font-weight: bold; }
#pagebet #costrow {
  top: 47vh;
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 2.5vh; }
#pagebet #cost {
  vertical-align: middle;
  display: inline-block;
  border: solid 0.66vh #bf360c;
  border-radius: 1.5vh;
  color: #005662;
  background-color: #f5f6f5;
  height: 8vh;
  width: 30vw;
  padding: 1vh 2vw; }
#pagebet .costval {
  padding-top: 1vh;
  font-size: 4.5vh; }
#pagebet .costsummary {
  font-weight: bold;
  text-align: center;
  font-size: 3vh;
  color: #005662; }
#pagebet .inc {
  margin-left: 2vw; }
#pagebet .dec {
  margin-right: 2vw; }
#pagebet .inc,
#pagebet .dec {
  height: 11vh;
  width: 10.85vw;
  vertical-align: middle; }
#pagebet #stakeshortcuts {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  margin-left: 5vw;
  margin-right: 5vw;
  top: 59vh; }
  #pagebet #stakeshortcuts button {
    height: 6vh;
    width: 10.85vw;
    margin: 1vh 1vw 1vh 1vw;
    vertical-align: middle; }
#pagebet #nextbutton {
  position: absolute;
  top: 68vh;
  left: 53vw;
  width: 42vw;
  height: 12vh;
  margin-bottom: 2vh; }
@keyframes animatedNext {
  from {
    background: linear-gradient(to bottom, #339ca5 0%, #00838f 100%);
    border-bottom: 0.5vh solid #004f56; }
  to {
    background: linear-gradient(to bottom, #cc5e3d 0%, #bf360c 100%);
    border-bottom: 0.5vh solid #732007; } }
#pagebet #nextbutton:enabled {
  animation: animatedNext 1s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 5s; }

#pagehelpinfo #info {
  padding-left: 5vw;
  padding-right: 5vw;
  text-align: center;
  font-size: 1.25em;
  color: #00838f; }
  #pagehelpinfo #info h1 {
    font-size: 1em;
    color: #bf360c; }
#pagehelpinfo #buttons {
  padding: 2vh 5vw; }
  #pagehelpinfo #buttons button {
    height: 6vh;
    font-size: 1.75vh;
    padding-top: 0.75vh;
    width: 42vw;
    margin-bottom: 2vh; }
  #pagehelpinfo #buttons #tl,
  #pagehelpinfo #buttons #bl {
    float: left; }
  #pagehelpinfo #buttons #tr,
  #pagehelpinfo #buttons #br {
    float: right; }
#pagehelpinfo #bb {
  position: absolute;
  width: 90vw;
  overflow: hidden;
  top: 82vh;
  margin-left: 5vw;
  margin-right: 5vw;
  width: 89vw;
  height: 6vh; }
#pagehelpinfo #retentions {
  font-size: 2vh;
  margin-left: 20vw;
  margin-right: 20vw;
  margin-top: 5vh;
  width: 50vw; }
  #pagehelpinfo #retentions td {
    padding-bottom: 1vh; }
  #pagehelpinfo #retentions .name {
    text-align: left;
    color: #bf360c;
    font-weight: bold; }
  #pagehelpinfo #retentions .retention {
    text-align: right;
    color: #00838f; }
#pagehelpinfo .rules {
  font-size: 2.25vh;
  line-height: 3.25vh; }
#pagehelpinfo .info {
  font-size: 1.5vh;
  line-height: 2.25vh; }
  #pagehelpinfo .info em {
    color: #bf360c; }
  #pagehelpinfo .info .furtherinfo {
    color: #bf360c;
    font-weight: bold; }
#pagehelpinfo .bettypes {
  font-size: 2vh; }
  #pagehelpinfo .bettypes .poolname {
    font-weight: bold;
    color: #bf360c; }

/*# sourceMappingURL=style.css.map */
