@import url("http://fonts.googleapis.com/css?family=Noto+Sans:700");
body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477DCA;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.25em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  .tncs ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button,
input[type="submit"] {
  background-color: #ED193A;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  font-weight: bold;
  line-height: 1em;
  padding: 1em 1.5em; }
  button:hover:not(:disabled),
  input:hover:not(:disabled)[type="submit"] {
    background-color: #f32c4b;
    cursor: pointer; }
  button:active:not(:disabled),
  input:active:not(:disabled)[type="submit"], button:focus:not(:disabled),
  input:focus:not(:disabled)[type="submit"] {
    background-color: #d71634;
    cursor: pointer; }
  button:disabled,
  input:disabled[type="submit"] {
    opacity: 0.5;
    cursor: not-allowed; }

.submit-picks {
  width: 100%; }

a.button {
  background-color: #ED193A;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  margin: 0 auto; }
  a.button:hover:not(:disabled) {
    background-color: #f32c4b;
    cursor: pointer; }
  a.button:active:not(:disabled), a.button:focus:not(:disabled) {
    background-color: #d71634;
    cursor: pointer; }
  a.button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

button,
a.button {
  padding: 1em 1.5em; }

.facebook {
  background-color: #3B5998;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  margin-right: 2%; }
  .facebook:hover:not(:disabled) {
    background-color: #3d62af;
    cursor: pointer; }
  .facebook:active:not(:disabled), .facebook:focus:not(:disabled) {
    background-color: #385082;
    cursor: pointer; }
  .facebook:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.twitter {
  background-color: #55ACEE;
  border-radius: 3px;
  border: none;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  color: white; }
  .twitter:hover:not(:disabled) {
    background-color: #69b8f4;
    cursor: pointer; }
  .twitter:active:not(:disabled), .twitter:focus:not(:disabled) {
    background-color: #42a0e7;
    cursor: pointer; }
  .twitter:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.facebook,
.twitter {
  padding: 1em 1.5em;
  width: 49%; }
  .facebook img,
  .twitter img {
    height: 1em;
    margin-right: 0.5em; }

#alertify-ok {
  position: absolute;
  right: 0.5em;
  top: 0.2em;
  background-color: transparent;
  padding: 0;
  color: #333;
  text-align: right;
  font-size: 1.2em; }
  #alertify-ok:focus {
    outline: none; }

label {
  text-transform: uppercase;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 0; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  margin-bottom: 0; }

.input-helper-text {
  margin-top: 0.25em; }

h1, h2, h3, h4, h5, h6 {
  color: #30383f;
  margin-bottom: 0.25em;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, sans-serif; }

span.red,
.error {
  color: #D74859; }

.pink {
  color: #D74859; }

.tncs ol ol li > ol {
  list-style-type: lower-alpha;
  margin-top: 1em; }
  .tncs ol ol li > ol li > ol {
    list-style-type: lower-roman; }

.tncs ol li {
  margin-bottom: 1em; }

small {
  font-size: 0.75em;
  display: block;
  color: #b3b3b3;
  margin-bottom: 0;
  line-height: inherit;
  line-height: 1.5; }

a > img {
  border: 0; }

body,
html {
  min-height: 100%; }

.outer-wrap {
  position: relative;
  z-index: 2; }

.width-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0rem auto;
  border-radius: 4px;
  padding: 1.5rem 1rem;
  background-color: #FFFFFF; }

.header .width-wrap {
  margin-top: 2em;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 0;
  margin-bottom: 0; }

.content .width-wrap {
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  margin-top: 0; }

.footer .width-wrap {
  border-radius: 0 0 4px 4px;
  border-top: 0;
  background: #f4f4f4; }

.tncs .preamble,
.tncs .terms {
  width: 32em;
  margin: 1em auto;
  max-width: 100%; }

.tncs ol li > ol,
.tncs ol > ol {
  list-style-type: lower-alpha; }

.tncs ol > ol li > ol {
  list-style-type: lower-roman; }

.content h5 {
  margin-bottom: 0.75rem; }

.footer {
  margin-bottom: 2em;
  min-height: 360px; }

.matches .group {
  margin-top: 1rem;
  font-size: 1rem;
  text-transform: uppercase; }

.matches table {
  margin-top: 0; }
  .matches table + .group {
    margin-top: 2rem; }
  .matches table thead {
    text-transform: uppercase;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 24px; }
    .matches table thead td.draw {
      border-left: 0;
      border-right: 0; }
  .matches table td {
    padding: 0;
    box-sizing: border-box; }
  .matches table tr {
    border-left: 0;
    border-right: 0; }
  .matches table td.draw {
    text-align: center;
    width: 12.5%; }
    .matches table td.draw:before {
      left: 50%;
      margin-left: -9px; }
    .matches table td.draw:after {
      display: none; }
  .matches table .away {
    text-align: right;
    direction: rtl; }
  .matches table .home,
  .matches table .away {
    width: 42.25%; }

.matches .match {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 5px #CCCCCC;
  width: 100%;
  min-width: 470px;
  margin-bottom: 32px;
  border-radius: 4px;
  clear: both;
  overflow: hidden; }

.matches label {
  position: relative;
  text-transform: uppercase;
  line-height: 1rem;
  padding: 1.5rem 0 1.5rem 2.5rem;
  vertical-align: top;
  cursor: pointer;
  margin: 0;
  border-right: 1px dashed #DFDFDF; }
  .matches label img {
    height: 1rem;
    vertical-align: top; }
  .matches label:before {
    box-sizing: border-box;
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    border: 1px solid #DFDFDF;
    border-radius: 0.5rem;
    background-color: white; }
  .matches label.right {
    padding-left: 0;
    padding-right: 2.5rem;
    border-right: 0;
    border-left: 1px dashed #DFDFDF; }
    .matches label.right:before {
      right: 1rem; }
    .matches label.right:after {
      right: 0px; }
  .matches label.draw {
    padding-left: 0;
    border-right: 0; }
    .matches label.draw:before {
      top: 1.5rem;
      left: 50%;
      margin-left: -0.5rem; }

.matches input[type=radio] {
  display: none; }
  .matches input[type=radio]:checked + label {
    background: #fffae6; }
  .matches input[type=radio]:checked + label:before {
    content: '';
    text-align: center;
    font-size: 1.4rem;
    line-height: 0.9rem;
    background-color: #169353; }
  .matches input[type=radio]:checked + label:not(.draw):after {
    content: '';
    width: 0.25rem;
    height: 3.999rem;
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #169353; }

.matches.locked table tr td label {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .matches.locked table tr td label:after {
    height: 3rem !important; }

.matches.locked label:not(.draw) {
  padding-left: 1.5rem;
  cursor: default; }
  .matches.locked label:not(.draw).right {
    padding-right: 1.5rem; }

.matches.locked input[type=radio] + label:before {
  display: none; }

.matches.locked input[type=radio]:checked + label.draw:before {
  display: block;
  text-align: center;
  content: 'DRAW';
  width: 100%;
  left: 0;
  margin-left: 0;
  background-color: transparent;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8rem;
  top: 1rem; }

.abr {
  display: none; }

.trunc {
  display: none; }

.drag-handle {
  padding-right: 8px;
  padding-top: 9px;
  font: bold 20px sans-serif;
  color: #dddddd;
  display: inline-block;
  cursor: move;
  cursor: -webkit-grabbing;
  /* overrides 'move' */
  float: right;
  min-width: 60px;
  text-align: right; }

.drag-handle .icon {
  width: 20px;
  height: 20px; }

.drag-and-drop {
  fill: #dddddd; }

.bet-list {
  padding: 0px;
  margin: 0px;
  margin-left: 32px;
  list-style-type: none;
  counter-reset: ladder-place; }

.bet-list li {
  margin: 4px 0;
  background: #ffffff;
  position: relative; }
  .bet-list li::before {
    counter-increment: ladder-place;
    content: counter(ladder-place);
    position: absolute;
    left: -32px;
    width: 16px;
    text-align: right;
    color: #999999; }
  .bet-list li:nth-child(19)::before {
    content: "";
    color: transparent; }

.sortable-ghost {
  background: #cccccc !important; }

.draggable {
  padding: 8px;
  border-radius: 2px;
  box-shadow: 0 1px #eeeeee;
  min-height: 48px;
  line-height: 38px; }

.inline-icon {
  width: 16px;
  height: 16px; }

.ie8 .drag-icon,
.ie8 .drag-handle {
  display: inline-block;
  background-image: url("static/img/drag-and-drop.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px; }

.ie8 .drag-handle {
  margin-top: 8px; }

.alertify,
.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */ }

.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */ }

.alertify-log-hide {
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */ }

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  filter: alpha(opacity=0);
  opacity: 0; }

.alertify-cover-hidden {
  display: none; }

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1; }

.alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none; }

/* overwrite display: none; for everything except IE6-8 */
:root * > .alertify-hidden {
  display: block;
  visibility: hidden; }

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px; }

.alertify-logs-hidden {
  display: none; }

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0; }

.alertify-log-show {
  right: 0;
  opacity: 1; }

.alertify-log-hide {
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  transform: translate(300px, 0);
  opacity: 0; }

.alertify-dialog {
  padding: 1em; }

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.alertify-inner {
  text-align: center; }

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .alertify {
    left: 5%;
    margin: 0; } }

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
  font-family: sans-serif; }

.alertify {
  background: #FFF;
  border: 1px solid #DFDFDF;
  /* browsers that don't support rgba */
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */ }

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px; }

.alertify-button {
  background-color: #4294f0;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box; }
  .alertify-button:hover:not(:disabled) {
    background-color: #56a1f5;
    cursor: pointer; }
  .alertify-button:active:not(:disabled), .alertify-button:focus:not(:disabled) {
    background-color: #2f87ea;
    cursor: pointer; }
  .alertify-button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }

.alertify-log-error {
  background: #9c0e54; }

.alertify-log-success {
  background: #002e22; }

@media only screen and (max-width: 520px) {
  body {
    font-size: 12px; }
  .width-wrap {
    padding: 0;
    border: none;
    border-radius: 0; }
  .padding-wrap {
    padding: 1em 1.5em 0 1.5em; }
  fieldset {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0; }
  .content .padding-wrap {
    padding-bottom: 1em; }
  .header .width-wrap {
    margin-top: 0;
    border-radius: 0; }
    .header .width-wrap img {
      border-radius: 0; }
  .footer {
    margin-bottom: 0;
    min-height: 0; }
  .footer .width-wrap {
    padding-bottom: 1em;
    border-radius: 0; }
  button,
  .button {
    width: 100%; }
  .tncs .preample,
  .tncs .terms {
    font-size: 0.8rem;
    line-height: 1.2rem;
    width: 100%; }
  .twitter {
    width: 100%; }
  .kstyle:after {
    border: 0; }
  .kstyle select {
    width: 100%;
    -webkit-appearance: menulist; }
  .facebook {
    width: 100%; } }

@media only screen and (max-width: 720px) and (min-width: 520px) {
  .width-wrap {
    padding: 1rem 0.5rem; } }

body {
  font-size: 16px;
  margin: 0; }
  body * {
    box-sizing: border-box; }

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161411;
  z-index: 1; }

hr {
  width: 100%; }

.logo {
  width: 100px; }

.social {
  font-size: 1px;
  text-align: center; }
  .social iframe {
    vertical-align: middle; }
  .social > span {
    display: inline-block;
    width: 110px;
    line-height: 20px; }
  .social .fb_iframe_widget {
    margin-left: 20px; }

.ng-invalid:focus ~ .error {
  display: none; }

.alertify-inner p, .alertify-inner h6 {
  text-align: left; }

.alertify-inner h6 {
  margin-bottom: 1rem; }

.alertify-cover {
  background-color: black;
  opacity: 0.7; }

.header {
  position: relative;
  z-index: 1; }
  .header .banner {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px 4px 0 0; }
