.red {
  color: red;
}
.sg-main > div {
  margin-bottom: 5px;
  text-align: center;
}
.sg-main > div .btn {
  width: 140px;
}
#sg-modal,
#modal-sg-logo {
  width: auto;
  background-color: transparent;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
#sg-modal .modal-header,
#modal-sg-logo .modal-header,
#sg-modal .modal-body,
#modal-sg-logo .modal-body,
#sg-modal .modal-footer,
#modal-sg-logo .modal-footer {
  padding: 5px;
}
#sg-modal .modal-dialog,
#modal-sg-logo .modal-dialog {
  width: 800px;
}
#sg-match-category {
  position: absolute;
  right: 60px;
  top: 5px;
}
.sg-game-main-wrapper .game-types {
  text-align: center;
  margin: 15px 0;
}
.sg-game-main-wrapper .game-types .active {
  background-color: #428bca;
  color: white;
}
.sg-game-main-wrapper .logo {
  text-align: center;
  margin: 25px 0;
}
.sg-user-list > tbody > tr.active > td {
  background-color: yellow;
  border-color: yellow;
  color: black;
}
.sg-user-list-full {
  margin-bottom: 10px;
}
.sg-user-list-full .current-user {
  background-color: yellow;
}
.sg-user-list-full tr.rewarded {
  background-color: #b8ffd4;
}
.sg-user-list-full.favorite tr.row-1 {
  background-color: #aee7f8;
}
.sg-user-list-full.favorite tr.row-2 {
  background-color: #c8effa;
}
.sg-user-list-full.favorite tr.row-3 {
  background-color: #dcf5fc;
}
.sg-user-list-full td,
.sg-user-list-full th {
  vertical-align: middle !important;
  text-align: center;
}
.sg-user-list-full td.display-name,
.sg-user-list-full th.display-name {
  width: 130px;
}
.sg-user-list-full img.avatar {
  border-radius: 16px;
}
.sg-user-list-full th {
  background-color: #3c3c3c;
  color: white;
}
.sg-user-list-full.favorite caption,
.sg-user-list-full.step caption {
  background-color: #09649f;
  color: white;
  padding: 10px 0;
}
.sg-user-list-full td.name {
  position: relative;
}
.sg-user-list-full td.name .icon-badge {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.sg-user-list-full td.name .icon-vip {
  position: absolute;
  top: 0;
  left: 0;
}
.table.sg-today-game {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.table.sg-today-game th,
.table.sg-today-game td {
  border: none;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
.table.sg-today-game .step {
  padding: 0 0.5em;
}
.table.sg-today-game .win {
  color: #02387e;
}
.table.sg-today-game .lose {
  color: red;
}
.table.sg-today-game .draw {
  color: gray;
}
.sg-user-stat-list {
  font-size: 12px;
}
.sg-user-stat-list.favorite caption {
  background-color: #09649f;
  color: white;
}
.sg-user-stat-list caption {
  text-align: left;
  padding: 10px;
}
.sg-user-stat-list img.icon {
  width: 30px;
  margin-bottom: 5px;
}
.sg-user-stat-list th,
.sg-user-stat-list td {
  vertical-align: middle !important;
  text-align: center;
}
.sg-user-stat-list .display_name {
  color: yellow;
}
.sg-user-stat-list .total-points {
  float: right;
}
.sg-user-stat-list .total-points a,
.sg-user-stat-list .total-points .point {
  color: yellow;
}
.sg-user-stat-list .total-points a {
  text-decoration: underline;
  padding-right: 1em;
}
.sg-user-stat-list .odds {
  color: red;
  font-weight: bold;
}
.sg-user-stat-list .user-choice {
  background-color: #ebf1ff;
  border-color: #ebf1ff;
}
.sg-user-stat-list .step {
  font-family: 'DB Helvethaica', sans-serif;
  font-size: 22px;
  background-color: #4b4b4b;
  color: yellow;
}
.sg-user-stat-list .step td {
  padding: 15px;
}
.sg-user-stat-list .step td:nth-child(1) {
  text-align: right;
}
.sg-user-stat-list .step td:nth-child(2) {
  color: white;
}
.sg-user-stat-list .step td:nth-child(3) {
  color: red;
  background-color: #ebf1ff;
  border-color: #ebf1ff;
}
.sg-pagination {
  overflow: hidden;
}
.sg-pagination nav {
  float: right;
}
.sg-pagination .pagination {
  margin: 0;
}
.sg-pagination .current,
.sg-pagination .current:hover {
  background-color: #09649f;
  border-color: #09649f;
  color: white;
}
#modal-required-user-info {
  background: none;
  border: none;
  box-shadow: none;
  overflow: hidden;
}
#modal-required-user-info .modal-title {
  text-align: center;
  font-size: 20px;
}
#modal-required-user-info .modal-dialog {
  margin-top: 120px;
  width: 400px;
}
#modal-required-user-info label {
  font-family: "DB Helvethaica", sans-serif;
  font-size: 18px;
}
.sg-favorite-user-league .nav-tabs {
  width: 100%;
}
.sg-favorite-user-league .nav-tabs li {
  width: 50%;
  margin-bottom: 0;
}
.sg-favorite-user-league .nav-tabs a {
  background-color: #07649f;
  color: white;
  text-align: center;
  border-top: 2px solid white;
  border: none;
  border-radius: 0;
  border-top: 8px solid white;
  margin: 0;
  line-height: 1.3em;
}
.sg-favorite-user-league .nav-tabs .active a,
.sg-favorite-user-league .nav-tabs .active a:hover,
.sg-favorite-user-league .nav-tabs a:hover,
.sg-favorite-user-league .nav-tabs .active a:focus {
  background-color: #034774;
  color: white;
  border: none;
  border-radius: 0;
  margin: 0;
  border-top: 8px solid #034774;
}
.sg-bill {
  width: 360px;
  margin: 0 auto 30px;
}
.sg-bill h1 {
  color: #676767;
  text-align: center;
}
.sg-bill table + table {
  border-top: none;
}
.sg-bill table {
  width: 100%;
  font-size: 24px;
  font-family: 'DB Helvethaica', sans-serif;
  border: 1px solid #676767;
}
.sg-bill table caption,
.sg-bill table th,
.sg-bill table td {
  padding: 15px;
  position: relative;
}
.sg-bill table caption {
  background-color: #145889;
  color: #fff;
}
.sg-bill table tr.stat > td {
  width: 50%;
  max-width: 180px;
  word-break: break-word;
}
.sg-bill table tr.odd > td {
  color: #f00;
}
.sg-bill table th {
  text-align: center;
}
.sg-bill table th.favorite {
  background-color: #40b3df;
  color: #fff;
}
.sg-bill table th.step {
  background-color: #a8cb17;
  color: #fff;
}
.sg-bill table th.stat {
  background-color: #d5d5d5;
  color: #000;
}
.sg-bill table th small {
  position: absolute;
  right: 15px;
  bottom: 5px;
  font-weight: normal;
  font-size: 18px;
}
.sg-bill table td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sg-bill table td.favorite {
  background-color: #40b3df;
  color: #fff;
}
.sg-bill table td.step {
  background-color: #a8cb17;
  color: #fff;
}
.sg-bill table td.font-normal {
  font-weight: normal;
}
.sg-bill table td.icon {
  text-align: right;
  width: 80px;
}
.sg-bill table td.handicap {
  width: 100px;
}
.sg-bill table td small {
  position: absolute;
  right: 5px;
  bottom: -5px;
  font-weight: normal;
  font-size: 12px;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.sg-bill table div.step {
  float: left;
  width: 50%;
}
.sg-bill table div.step:nth-child(even) {
  float: right;
}
.sg-bill table div.step:nth-child(odd) {
  clear: both;
}
.edit-display-name {
  text-decoration: underline;
}
.btn-update-display-name {
  display: block;
  width: 100%;
  margin-top: 5px;
}
#sg-logo-preview > img {
  width: 100px;
  height: 20px;
}
#modal-sg-logo .modal-dialog {
  width: 360px;
}
#modal-sg-logo .modal-title {
  font-size: 20px;
}
.opinion-list small {
  color: #aaa;
}
.opinion-full-list .time > .live,
.opinion-list .time > .live {
  position: relative;
}
.opinion-full-list .time > .live::after,
.opinion-list .time > .live::after {
  content: "'";
  display: block;
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-animation: blinker 0.5s infinite;
  -moz-animation: blinker 0.5s infinite;
  -o-animation: blinker 0.5s infinite;
  animation: blinker 0.5s infinite;
}
.opinion-full-list .time > .live.no-animate::after,
.opinion-list .time > .live.no-animate::after {
  display: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.opinion-full-list td {
  position: relative;
}
.soundfx {
  display: none;
}
.btn-yesterday {
  display: block;
  margin: 15px auto;
}
.opinion-full-list .cards {
  position: absolute;
  bottom: -8px;
  left: 12px;
}
.opinion-full-list .home .cards {
  left: auto;
  right: 12px;
}
.cards .yellow-card,
.cards .red-card {
  background: #c1fd33 none repeat scroll 0 0;
  border-radius: 1px;
  display: inline-block;
  color: #555;
  font-size: 10px;
  line-height: 1em;
  text-align: center;
  margin: 0 1px;
  width: 8px;
  height: 10px;
}
.cards .red-card {
  background: #d6181f none repeat scroll 0 0;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
