@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/open-sans/light.eot');
  src: url('../../fonts/open-sans/light.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans/light.woff') format('woff'), url('../../fonts/open-sans/light.ttf') format('truetype'), url('../../fonts/open-sans/light.svg#open_sanslight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/open-sans/regular.eot');
  src: url('../../fonts/open-sans/regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans/regular.woff') format('woff'), url('../../fonts/open-sans/regular.ttf') format('truetype'), url('../../fonts/open-sans/regular.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/open-sans/semibold.eot');
  src: url('../../fonts/open-sans/semibold.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans/semibold.woff') format('woff'), url('../../fonts/open-sans/semibold.ttf') format('truetype'), url('../../fonts/open-sans/semibold.svg#open_sanssemibold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/open-sans/bold.eot');
  src: url('../../fonts/open-sans/bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans/bold.woff') format('woff'), url('../../fonts/open-sans/bold.ttf') format('truetype'), url('../../fonts/open-sans/bold.svg#open_sansbold') format('svg');
  font-weight: 600;
  font-style: normal;
}
html.Example {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0px 0px;
  padding: 0px 0px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
html.Example body {
  overflow: visible;
  margin: 0px 0px;
  padding: 40px 0px;
  background-color: #FFFFFF;
}
.Hidden {
  display: none !important;
}
.Invisible {
  visibility: hidden !important;
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}
.pixelProof {
  position: relative;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 970px;
  margin: 0px auto;
  -webkit-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  -moz-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  -o-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
}
.pixelProof.Loaded {
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.pixelProof * {
  border: 0px;
  outline: 0px;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pixelProof *:before,
.pixelProof *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pixelProof .Btn {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  padding: 12px 22px;
  background-color: #215A97;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms, background 350ms ease 0ms;
  -moz-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms, background 350ms ease 0ms;
  -o-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms, background 350ms ease 0ms;
  transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms, background 350ms ease 0ms;
}
.pixelProof .Btn[data-action] {
  cursor: pointer;
}
.pixelProof .Btn.Darken {
  background-color: #092F57;
}
.pixelProof .Btn.Disabled {
  cursor: default;
  background-color: #9A9A9A;
}
.pixelProof .Btn:not(.Disabled):hover {
  background-color: #18416d;
}
.pixelProof .Btn:not(.Disabled):hover.Darken {
  background-color: #041629;
}
.pixelProof .Popup {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.pixelProof .Popup .Btn[data-action="start"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.pixelProof .Popup .Txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  color: #000000;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  border: 4px solid #215A97;
  padding: 25px 25px;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.pixelProof .Popup .Txt b {
  font-size: 18px;
  line-height: normal;
}
.pixelProof .Popup .Txt a {
  font-size: 14px;
  line-height: normal;
}
.pixelProof .Game {
  position: relative;
  z-index: auto;
}
.pixelProof .Game .Row {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 40px;
  -webkit-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  -moz-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  -o-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
}
.pixelProof .Game .Row:last-child {
  margin-bottom: 0px;
}
.pixelProof .Game .Row .Col {
  position: relative;
  display: table-cell;
  width: 50%;
  font-size: 0px;
  vertical-align: top;
}
.pixelProof .Game .Row .Col:first-of-type {
  text-align: left;
  padding-right: 10px;
}
.pixelProof .Game .Row .Col:last-of-type {
  text-align: right;
  padding-left: 10px;
}
.pixelProof .Game .Row .Col:only-of-type {
  width: 100%;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}
.pixelProof .Game .Row:nth-child(1) .Col:first-of-type {
  width: 80%;
  padding-right: 0px;
}
.pixelProof .Game .Row:nth-child(1) .Col:last-of-type {
  width: 20%;
  padding-left: 20px;
}
.pixelProof .Game .Row:nth-child(1) .Col:only-of-type {
  width: 100%;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}
.pixelProof .Game .Row:nth-child(2) {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: auto;
  overflow: hidden;
}
.pixelProof .Game .Row:nth-child(2) .Col {
  display: block;
}
.pixelProof .Game .Menu {
  position: absolute;
  z-index: 110;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pixelProof .Game .Menu:before,
.pixelProof .Game .Menu:after {
  content: '';
  display: table;
}
.pixelProof .Game .Menu:after {
  clear: both;
}
.pixelProof .Game .Menu.Under {
  z-index: 99;
}
.pixelProof .Game .Menu .Tab {
  width: 20%;
  height: 100%;
  cursor: pointer;
  border: 4px solid #EAEAEA;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 80%;
  -o-background-size: auto 80%;
  background-size: auto 80%;
  -webkit-transition: border-color 350ms ease 0ms;
  -moz-transition: border-color 350ms ease 0ms;
  -o-transition: border-color 350ms ease 0ms;
  transition: border-color 350ms ease 0ms;
}
.pixelProof .Game .Menu .Tab:last-child {
  margin-right: 0px;
}
.pixelProof .Game .Menu .Tab.Active {
  border-color: #215A97;
}
.pixelProof .Game .Menu .Tab.Disabled {
  cursor: default;
}
.pixelProof .Game .Menu .Tab:not(.Active):not(.Disabled):hover {
  border-color: #d1d1d1;
}
.pixelProof .Game .Menu .Tab a {
  display: none;
}
.pixelProof .Game .Score {
  display: inline-block;
}
.pixelProof .Game .Score table {
  width: auto;
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse;
}
.pixelProof .Game .Score table tr th {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 8px 16px;
  background-color: #215A97;
}
.pixelProof .Game .Score table tr th:first-of-type {
  background-color: #092F57;
}
.pixelProof .Game .Score table tr td {
  color: #FFFFFF;
  font-size: 27px;
  text-align: center;
  white-space: nowrap;
  padding: 8px 16px;
  background-color: #215A97;
}
.pixelProof .Game .Score table tr td:last-of-type {
  background-color: #092F57;
}
.pixelProof .Game .Image {
  position: relative;
  min-height: 280px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.pixelProof .Game .Image p {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.pixelProof .Game .Image p a {
  position: absolute;
  z-index: auto;
  display: block;
  font-size: 0px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.pixelProof .Game .Image p a:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: '';
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  -moz-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  -o-transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
  transition: opacity 350ms ease 0ms, visibility 350ms ease 0ms;
}
.pixelProof .Game .Image p a[data-shape="dot"] {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.pixelProof .Game .Image p a[data-shape="dot"]:before {
  background-image: url('../../images/default/dot.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.pixelProof .Game .Image p a[data-shape="bar"]:before {
  background-color: rgba(33, 90, 151, 0.5);
}
.pixelProof .Game .Image p a.Selected:before {
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.pixelProof .Game .Image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.pixelProof .Game .Image img:focus {
  outline: 0px;
}
.pixelProof .Game .Image .Lens {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 165px;
  height: 165px;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.85), 0px 0px 7px 7px rgba(0, 0, 0, 0.25), inset 0px 0px 40px 2px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.85), 0px 0px 7px 7px rgba(0, 0, 0, 0.25), inset 0px 0px 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.85), 0px 0px 7px 7px rgba(0, 0, 0, 0.25), inset 0px 0px 40px 2px rgba(0, 0, 0, 0.25);
}
.pixelProof .Game .Scaner {
  position: absolute;
  left: 0px;
  top: -65px;
  z-index: 50;
  display: block;
  width: 100%;
  height: 65px;
  content: '';
  background-image: url('../../images/default/scaner.png');
  background-repeat: repeat-x;
  background-position: 50% 50%;
}
