﻿@font-face {
  font-family: 'SegoeWP';
  src: url('/Content/fonts/SegoeWP.eot');
  src: url('/Content/fonts/SegoeWP.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/SegoeWP.svg') format('svg'), url('/Content/fonts/SegoeWP.woff') format('woff'), url('/Content/fonts/SegoeWP.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeBold';
  src: url('/Content/fonts/SegoeWP-Bold.eot');
  src: url('/Content/fonts/SegoeWP-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/SegoeWP-Bold.svg') format('svg'), url('/Content/fonts/SegoeWP-Bold.woff') format('woff'), url('/Content/fonts/SegoeWP-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeLight';
  src: url('/Content/fonts/SegoeWP-Light.eot');
  src: url('/Content/fonts/SegoeWP-Light.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/SegoeWP-Light.svg') format('svg'), url('/Content/fonts/SegoeWP-Light.woff') format('woff'), url('/Content/fonts/SegoeWP-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Numbers';
  src: url('/Content/fonts/ForzaNumbersBlack_101.eot');
  src: local('☺'), url('/Content/fonts/ForzaNumbersBlack_101.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/ForzaNumbersBlack_101.woff') format('woff'), url('/Content/fonts/ForzaNumbersBlack_101.ttf') format('truetype'), url('/Content/fonts/ForzaNumbersBlack_101.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Segoe UI', 'Segoe', 'Segoe WP', 'SegoeWP', 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
}
.rewards h1,
.rewards h2,
.rewards h3,
.rewards h4 {
  text-transform: uppercase;
  font-weight: normal;
}
h1,
h2 {
  font-family: 'Segoe UI Light', 'SegoeLight';
  font-weight: normal;
}
h1 {
  font-size: 48px;
}
h1.huge {
  font-size: 90px;
}
h1.huge span {
  color: #cf4335;
}
h2 {
  font-size: 36px;
}
h2.smaller_nt {
  text-transform: none;
  font-size: 32px;
}
h3 {
  font-size: 14px;
  font-family: 'Segoe UI Bold', 'Segoe UI', 'SegoeBold';
  font-weight: bold;
}
h3 span {
  font-family: 'Segoe UI', 'SegoeWP';
  font-weight: normal;
}
h4 {
  font-size: 22px;
}
input[type=text] {
  border: 1px solid #2e2e2e;
  background-color: #303439;
  color: #fff;
}
.btn.help {
  border: 1px solid #202020;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #808080;
}
.btn.help:hover {
  background-color: #2F333C;
  color: #FFF;
}
.btn.close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAA00lEQVRYw2NIjItgAGIhKD2QWAtEwxhPgFh9AB0TAnWDKLqA+gA6Rh0WQgPpKAw7CSqgp2OwOYhejsJpB8kaaOkYfA6ilaMImkmxAdR0DDEOopajiDaD6gZSqpdmBpOrh5a+JStUaZUeyI5iWiRSijIBtbMxxTmSmmULVcosapW+b4H4BTUK0GHnoEEVZYMqUQ+qbD+oCsZBVXUMqsp1UDU/BlUDbVA1YQdVI39QdYMGVUdxUHWlB9Vgw6AajnEaJANWt4GYDcThBGLFQTCkBx5WBAA0uOEcE5t3oAAAAABJRU5ErkJggg==);
  width: 35px;
  height: 35px;
  opacity: 0.5;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: opacity;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.btn.close:hover {
  opacity: 1;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: opacity;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.unit_toggle.disabled .unit_switch {
  opacity: 0.25;
}
.unit_toggle .unit_switch {
  position: relative;
  border: 1px solid #202020;
  color: #FFF;
  background-color: #101010;
  padding: 16px 20px;
  float: left;
  color: #808080;
}
.unit_toggle .unit_switch:hover {
  background-color: #191919;
  color: #FFF;
  cursor: pointer;
}
.unit_toggle .unit_switch.selected {
  background: #2F333C;
  color: #FFF;
  cursor: default;
}
.forza_helpui {
  border: 1px solid #202020;
  position: relative;
}
.forza_helpui .content {
  padding: 10px 20px 10px 10px;
}
.forza_helpui .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.forza_tooltip {
  border: 1px solid #414755;
  color: #FFF;
  background-color: #101010;
  padding: 13px 15px 15px 15px;
  font-size: 0.9em;
  max-width: 250px;
}
.forza_popup {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.forza_popup .valign {
  padding: 20px 0;
  width: 100%;
}
.forza_popup .valign .vac {
  text-align: center;
}
.forza_popup .valign .content {
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  border: 1px solid #202020;
  background-color: #171717;
  position: relative;
}
.forza_popup .valign .content h3 {
  margin-bottom: 10px;
}
.forza_popup .valign .content .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.forza_popup .valign .content .close_btn:after {
  content: "X";
}
.forza_popup .valign .content .ok_c {
  margin-top: 15px;
  text-align: center;
}
.forza_popup .valign .content .ok_c .ok_btn {
  display: inline-block;
  border: 1px solid #202020;
  background-color: #171717;
  padding: 5px;
}
.forza_popup .valign .content .ok_c .ok_btn:hover {
  background-color: #414141;
}
.arrow_css {
  width: 0px;
  height: 0px;
  border-style: solid;
  /* border-width (height and width) of each arrow should be set for the element on its own class*/
  /* examples (width=100, height=100):
        top arrow-> border-width: 0 50px 100px 50px;
        right arrow-> border-width: 50px 0 50px 100px;
        bottom arrow-> border-width: 100px 50px 0 50px;
        left arrow-> border-width: 50px 100px 50px 0;
    */
}
.arrow_css.b {
  border-color: #202020 transparent transparent transparent;
}
.arrow_css.t {
  border-color: transparent transparent #202020 transparent;
}
.arrow_css.l {
  border-color: transparent #202020 transparent transparent;
}
.arrow_css.r {
  border-color: transparent transparent transparent #202020;
}