.item {
  position: relative;
  width: 68px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  border-radius: 6px;
  border: 2px solid #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.item.item-small {
  width: 62px;
  height: 59px;
  background-size: 54px;
  border-radius: 4px;
}
.item.item-medium {
  width: 78px;
  height: 75px;
  background-size: 70px;
}
.item.item-quality-0 {
  border-color: #b2b2b2;
  background-color: rgba(178, 178, 178, 0.2);
}
.item.item-quality-1 {
  border-color: #4d7455;
  background-color: rgba(77, 116, 85, 0.2);
}
.item.item-quality-2 {
  border-color: #c0392b;
  background-color: rgba(192, 57, 43, 0.2);
}
.item.item-quality-3 {
  border-color: #476291;
  background-color: rgba(71, 98, 145, 0.2);
}
.item.item-quality-5 {
  border-color: #6b3294;
  background-color: rgba(107, 50, 148, 0.2);
}
.item.item-quality-6 {
  border-color: #ffd700;
  background-color: rgba(255, 215, 0, 0.2);
}
.item.item-quality-7,
.item.item-quality-9 {
  border-color: #70b04a;
  background-color: rgba(112, 176, 74, 0.2);
}
.item.item-quality-8 {
  border-color: #a50f79;
  background-color: rgba(165, 15, 121, 0.2);
}
.item.item-quality-11 {
  border-color: #cf6a32;
  background-color: rgba(207, 106, 50, 0.2);
}
.item.item-quality-13 {
  border-color: #38f3ab;
  background-color: rgba(56, 243, 171, 0.2);
}
.item.item-quality-14 {
  border-color: #942525;
  background-color: rgba(148, 37, 37, 0.2);
}
.item.raritycommon {
  border-color: #b0c3d9 !important;
  background-color: rgba(176, 195, 217, 0.2) !important;
}
.item.rarityuncommon {
  border-color: #5e98d9 !important;
  background-color: rgba(94, 152, 217, 0.2) !important;
}
.item.rarityrare {
  border-color: #4b69ff !important;
  background-color: rgba(75, 105, 255, 0.2) !important;
}
.item.raritymythical {
  border-color: #8847ff !important;
  background-color: rgba(136, 71, 255, 0.2) !important;
}
.item.raritylegendary {
  border-color: #d32ce6 !important;
  background-color: rgba(211, 44, 230, 0.2) !important;
}
.item.rarityancient {
  border-color: #eb4b4b !important;
  background-color: rgba(235, 75, 75, 0.2) !important;
}
.item.raritycontraband {
  border-color: #e4ae33 !important;
  background-color: rgba(228, 174, 51, 0.2) !important;
}
.item > .item-price {
  position: absolute;
  bottom: -15px;
  left: -2px;
  right: -2px;
  display: block;
  text-align: center;
  font-size: 8pt;
  margin: -2px 0 0;
  background: #333;
  color: #fff;
  border-radius: 0 0 4px 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.item > .item-price:before,
.item > .item-price:after {
  display: block;
  content: ' ';
  background: inherit;
  position: absolute;
  width: 2px;
  height: 2px;
  top: -2px;
}
.item > .item-price:before {
  left: 0;
}
.item > .item-price:after {
  right: 0;
}
.item.item-quality-0 > .item-price {
  background: #b2b2b2;
}
.item.item-quality-1 > .item-price {
  background: #4d7455;
}
.item.item-quality-2 > .item-price {
  background: #c0392b;
}
.item.item-quality-3 > .item-price {
  background: #476291;
}
.item.item-quality-5 > .item-price {
  background: #6b3294;
}
.item.item-quality-6 > .item-price {
  background: #ffd700;
  color: #333;
}
.item.item-quality-7 > .item-price,
.item.item-quality-9 > .item-price {
  background: #70b04a;
}
.item.item-quality-8 > .item-price {
  background: #a50f79;
}
.item.item-quality-11 > .item-price {
  background: #cf6a32;
}
.item.item-quality-13 > .item-price {
  background: #38f3ab;
}
.item.item-quality-14 > .item-price {
  background: #942525;
}
.item.raritycommon > .item-price {
  background: #b0c3d9;
}
.item.rarityuncommon > .item-price {
  background: #5e98d9;
}
.item.rarityrare > .item-price {
  background: #4b69ff;
}
.item.raritymythical > .item-price {
  background: #8847ff;
}
.item.raritylegendary > .item-price {
  background: #d32ce6;
}
.item.rarityancient > .item-price {
  background: #eb4b4b;
}
.item.raritycontraband > .item-price {
  background: #e4ae33;
}
.item.item-selectable {
  opacity: 0.6;
}
.item.item-selectable:hover {
  opacity: 0.9;
}
.item.item-selectable.selected {
  opacity: 1 !important;
}
.item.item-selectable.disabled {
  opacity: 0.4 !important;
}
.item.item-selectable.disabled:hover {
  cursor: default !important;
  background-size: 60px !important;
}
.item.item-selectable:hover {
  cursor: pointer;
  background-size: 80px;
}
.item .item-series {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 6pt;
}
.item .item-multi {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
  top: -8px;
  right: -2px;
  opacity: 0.8;
}
.success {
  color: #069410;
}
.danger {
  color: #ac3a2d;
}
.user-avatar {
  display: inline-block;
}
.user-avatar.user-avatar-medium {
  width: 32px;
  height: 32px;
}
.user-avatar.user-avatar-medium img {
  border-radius: 4px;
}
.user-avatar.user-avatar-large {
  width: 64px;
  height: 64px;
}
.user-avatar.user-avatar-large img {
  border-radius: 8px;
}
.user-avatar img {
  width: 100%;
  height: 100%;
}
.user-link {
  color: #eee;
  font-weight: 500;
}
.user-link .user-avatar {
  margin-right: 6px;
}
.user-link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.user-banned {
  background-color: #c10;
  margin-left: 4px;
  font-weight: 300;
}
.user-dev {
  background-color: #069410;
  margin-left: 4px;
  font-weight: 300;
}
.user-manager {
  background-color: #3886e0;
  margin-left: 4px;
  font-weight: 300;
}
.user-support {
  background-color: #5e2ae0;
  margin-left: 4px;
  font-weight: 300;
}
.user-moderator {
  background-color: #e08c1e;
  margin-left: 4px;
  font-weight: 300;
}
.user-regular {
  margin-left: 4px;
  font-weight: 300;
}
.btn {
  font-weight: 300;
}
.btn.btn-success {
  background: #285187;
  color: #eee;
  border-color: #2d5a97;
}
.btn.btn-success:hover,
.btn.btn-success:active {
  background: #3164a6;
  color: #fff;
  border-color: #366db6;
}
.btn.btn-default {
  background: #444;
  color: #eee;
  border-color: #494949;
}
.btn.btn-default:hover,
.btn.btn-default:active {
  background: #585858;
  color: #fff;
  border-color: #5e5e5e;
}
.open > .dropdown-toggle.btn-success {
  background: #3164a6;
  color: #fff;
  border-color: #366db6;
}
label {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
strong {
  font-weight: 400;
}
.progress {
  background: rgba(0, 0, 0, 0.2);
}
.pagination > li > a {
  color: #285187;
  background-color: #1f1f1f;
  border-color: transparent;
  margin: 0 1px 0 0;
  color: #aaa;
}
.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > a:focus {
  background-color: #292929;
  border-color: transparent;
  color: #eee;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:active,
.pagination > .disabled > a:focus {
  background-color: #1a1a1a;
  border-color: transparent;
  color: #555;
}
.pagination > .active > a {
  background-color: #285187;
  border-color: #285187;
}
.pagination > .active > a:hover {
  cursor: pointer;
  background-color: #2f5f9f;
  border-color: #2f5f9f;
}
.pagination > .active > a:active,
.pagination > .active > a:focus {
  background-color: #254a7b;
  border-color: #254a7b;
}
.panel {
  background: #1f1f1f;
  border: 0;
}
.panel .panel-heading {
  background: #242424;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #1a1a1a;
}
.panel .panel-heading .panel-title {
  color: #eee;
  font-weight: 300;
}
.panel .panel-heading .close {
  color: #aaaaaa;
  text-shadow: none;
}
.panel .panel-footer {
  background: #242424;
  border: 0;
  border-top: 1px solid #1a1a1a;
}
.panel .panel-subheading {
  display: block;
  width: 100%;
  padding: 8px 15px;
  background: #242424;
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
}
.panel .panel-subheading h1,
.panel .panel-subheading h2,
.panel .panel-subheading h3,
.panel .panel-subheading h4,
.panel .panel-subheading h5,
.panel .panel-subheading h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel .panel-subheading:first-child {
  border-top: 0;
}
.modal label {
  margin: 0 0 5px 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
}
.modal-content {
  background: #1f1f1f;
}
.modal-content .modal-header {
  background: #242424;
  border-bottom: 1px solid #1a1a1a;
  border-radius: 3px 3px 0 0;
}
.modal-content .modal-header .modal-title {
  color: #eee;
  font-weight: 300;
}
.modal-content .modal-header .close {
  color: #aaaaaa;
  text-shadow: none;
}
.modal-content .modal-footer {
  background: #242424;
  border-top: 1px solid #1a1a1a;
  border-radius: 0 0 3px 3px;
}
.input-group-addon {
  background: rgba(255, 255, 255, 0.3);
  border: 0;
}
.input-group-addon i {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.form-control {
  background: rgba(255, 255, 255, 0.08);
  color: #ccc;
  height: 38px;
  border: 0;
  box-shadow: none !important;
}
.form-control[disabled],
.form-control[readonly] {
  background: rgba(255, 255, 255, 0.04);
}
.form-control:focus,
.form-control:active {
  background: rgba(255, 255, 255, 0.12);
}
.glyphicon-live {
  background: #ce2a0a;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #ce2a0a 0%, #ac3a2d 100%);
  background-image: -o-linear-gradient(top, #ce2a0a 0%, #ac3a2d 100%);
  background-image: linear-gradient(to bottom, #ce2a0a 0%, #ac3a2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce2a0a', endColorstr='#ffac3a2d', GradientType=0);
}
.glyphicon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
body {
  background: #222222;
  color: #aaaaaa;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 50px 0 0;
}
a {
  color: #739dd5;
}
a:hover,
a:focus {
  color: #5b8dce;
}
.jackpot-alert {
  line-height: 24px;
}
.modal {
  z-index: 10050;
}
.modal-backdrop {
  z-index: 10040;
}
.header {
  background: #222222;
  margin-bottom: 0;
}
.header .navbar-brand {
  position: relative;
  font-size: 14pt;
  font-weight: 400;
  padding: 10px 20px;
  opacity: 0.9;
}
.header .navbar-brand span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  color: #ddd;
}
.header .navbar-brand .header-logo {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.header .navbar-brand:hover {
  opacity: 1;
}
.header .dropdown-menu {
  min-width: 220px;
}
.header .dropdown-menu .glyphicon {
  width: 16px;
  margin-right: 10px;
  color: #888;
}
.header .dropdown-menu .badge-notify {
  float: right;
  background: #ce2a0a;
  font-weight: 400;
}
.header .dropdown-menu .user-banned {
  display: block;
  max-width: 200px;
  margin: 5px 10px 10px;
  padding: 10px;
  white-space: normal;
  line-height: 16px;
}
.header .dropdown-menu .user-banned a {
  color: rgba(255, 255, 255, 0.8);
}
.header .dropdown-menu .user-banned a:hover,
.header .dropdown-menu .user-banned a:active {
  color: #fff;
}
.header .header-deposit-button a.btn {
  margin: 9px 15px 7px;
  padding: 6px 16px;
  color: #fff;
  border: 0;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #069410 0%, #207115 100%);
  background-image: -o-linear-gradient(top, #069410 0%, #207115 100%);
  background-image: linear-gradient(to bottom, #069410 0%, #207115 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff069410', endColorstr='#ff207115', GradientType=0);
}
.header .header-deposit-button a.btn:hover {
  background-image: -webkit-linear-gradient(top, #07b113 0%, #207115 100%);
  background-image: -o-linear-gradient(top, #07b113 0%, #207115 100%);
  background-image: linear-gradient(to bottom, #07b113 0%, #207115 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff07b113', endColorstr='#ff207115', GradientType=0);
}
.header .header-deposit-button a.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
}
.header .header-deposit-button a.btn small {
  font-size: 8pt;
  color: rgba(255, 255, 255, 0.6);
}
.header .user-avatar {
  position: relative;
  margin: -10px 6px -10px;
}
.header .user-avatar .badge-notify {
  position: absolute;
  top: -6px;
  left: -8px;
  background: #ce2a0a;
  font-weight: 400;
}
.header .navbar-nav > .open > a,
.header .navbar-nav > .open > a:hover,
.header .navbar-nav > .open > a:focus {
  background: #181818;
}
main {
  background: #141414;
}
.footer {
  background: #222222;
  color: #999999;
  margin-bottom: 0;
  border-bottom: 0;
}
.footer .footer-buttons {
  margin: 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #313131;
}
.footer .footer-buttons .btn {
  background: #2c2c2c;
  width: 100%;
  border: 0;
  padding: 10px 20px;
  margin: 5px 0;
  color: #999999;
}
.footer .footer-buttons .btn:hover {
  background: #343434;
  color: #fff;
}
.footer .footer-buttons .btn:active {
  background: #1f1f1f;
}
.footer .footer-copyright {
  text-align: center;
  margin: 30px 0;
  color: #6b6b6b;
}
.announcements {
  padding: 0;
  margin: 0;
}
.announcements .panel:first-child {
  margin-top: 20px;
}
.announcements .panel:last-child {
  margin-bottom: 0;
}
.home-body .announcements {
  background: #34495e;
}
.home-body .announcements .panel {
  background: rgba(0, 0, 0, 0.4) !important;
}
.home-body .announcements .panel .panel-heading {
  background: rgba(0, 0, 0, 0.2) !important;
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.home .home-header {
  background: #34495e;
  margin: 0 0 30px 0;
}
.home .home-header .row > div {
  background: url('/asset/img/soldier.png') bottom right no-repeat;
  color: #fff;
  padding: 40px 400px 60px 15px;
}
.home .home-header .row > div.home-soldier-christmas {
  background-image: url('/asset/img/soldier-christmas.png');
}
.home .home-header .row > div h1,
.home .home-header .row > div h2 {
  font-family: Lato, sans-serif;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.home .home-header .row > div h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}
.home .home-header .row > div h2 {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.home .home-rip .home-alert-rip-api {
  margin: 0 0 30px;
}
.home .home-matches-label {
  margin: 0 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #616161;
}
.home .home-match {
  margin: 0 0 30px;
  border-radius: 6px;
}
.home .home-match .home-match-league {
  display: block;
  position: absolute;
  width: 190px;
  height: 120px;
  border-radius: 4px;
  margin-right: 20px;
  overflow: hidden;
}
.home .home-match .home-match-league .home-match-league-logo {
  background: #333;
  height: 50px;
  text-align: center;
}
.home .home-match .home-match-league .home-match-league-logo img {
  max-height: 50px;
}
.home .home-match .home-match-league .home-match-league-info {
  background: #444;
  color: #eee;
  padding: 10px 0;
  font-size: 15px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.home .home-match .home-match-league .home-match-league-info div {
  line-height: 25px;
  padding: 0 10px;
}
.home .home-match .home-match-league .home-match-league-info div .glyphicon {
  margin-right: 4px;
}
.home .home-match .home-match-info {
  display: block;
  position: relative;
  height: 120px;
  padding: 20px 5px;
  margin: 0 0 0 210px;
  background: #1f1f1f;
  color: #eee;
  text-decoration: none;
  border-radius: 4px;
}
.home .home-match .home-match-info .home-match-team {
  display: block;
  position: relative;
  padding: 8px;
}
.home .home-match .home-match-info .home-match-team span {
  vertical-align: middle;
}
.home .home-match .home-match-info .home-match-team .home-match-team-logo {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.home .home-match .home-match-info .home-match-team .home-match-team-logo img {
  max-height: 64px;
  border-radius: 4px;
}
.home .home-match .home-match-info .home-match-team .home-match-team-logo .home-match-team-winner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 64px;
  font-size: 32px;
  border-radius: 3px;
}
.home .home-match .home-match-info .home-match-team .home-match-team-logo .home-match-team-winner span {
  vertical-align: initial;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.home .home-match .home-match-info .home-match-team .home-match-team-logo .home-match-team-winner .glyphicon-ok {
  color: #069410;
}
.home .home-match .home-match-info .home-match-team .home-match-team-logo .home-match-team-winner .glyphicon-remove {
  color: #ac3a2d;
}
.home .home-match .home-match-info .home-match-team .home-match-team-name {
  display: block;
  font-size: 20px;
  font-weight: 200;
  margin-left: 85px;
  padding: 4px 0;
  white-space: nowrap;
}
.home .home-match .home-match-info .home-match-team .home-match-team-name span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .home-match .home-match-info .home-match-team .home-match-team-name span:last-child {
  font-size: 18px;
}
.home .home-match .home-match-info .home-match-team .home-match-team-favor {
  color: #999;
}
.home .home-match .home-match-info .home-match-team.home-match-team-alt .home-match-team-logo {
  left: auto;
  right: 0;
}
.home .home-match .home-match-info .home-match-team.home-match-team-alt .home-match-team-name {
  margin-left: 0;
  margin-right: 85px;
}
.home .home-match .home-match-info > span:nth-child(1) {
  display: block;
  text-align: left;
}
.home .home-match .home-match-info > span:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #444;
}
.home .home-match .home-match-info > span:nth-child(2) .home-match-middle {
  display: table;
  width: 100%;
  height: 80px;
}
.home .home-match .home-match-info > span:nth-child(2) .home-match-middle .home-match-middle-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.home .home-match .home-match-info > span:nth-child(2) .home-match-odds {
  background: #444;
  color: #eee;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 10px;
  margin: 0 10px;
  border-radius: 3px;
}
.home .home-match .home-match-info > span:nth-child(2) .home-match-odds small {
  color: #999;
  font-size: 14px;
}
.home .home-match .home-match-info > span:nth-child(2) .glyphicon {
  font-size: 16px;
  vertical-align: middle;
}
.home .home-match .home-match-info > span:nth-child(2) .home-match-advantage {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
}
.home .home-match .home-match-info > span:nth-child(2) .home-match-advantage strong {
  color: #b9b9b9;
}
.home .home-match .home-match-info > span:nth-child(2) .home-match-refunded {
  display: block;
  font-size: 14px;
  color: #666;
}
.home .home-match .home-match-info > span:nth-child(3) {
  display: block;
  text-align: right;
}
.home .home-match .home-match-info:hover {
  background: #222;
}
.home .home-match:after {
  display: block;
  content: ' ';
  visibility: hidden;
  clear: both;
}
.home .home-match.home-match-completed {
  opacity: 0.8;
}
.home .home-matches-empty {
  margin: 0 0 30px;
}
.error,
.loot,
.bets,
.help,
.terms,
.support,
.settings,
.profile,
.dashboard {
  padding: 30px 0;
}
.help {
  line-height: 24px;
}
.help p:last-child,
.help ul:last-child {
  margin: 0;
}
.help .help-leading {
  font-size: 14pt;
  font-weight: 300;
  color: #bbb;
  padding: 5px 0;
  line-height: 30px;
}
.help .panel-body {
  border-bottom: 1px solid #191919;
}
.help .panel-body.panel-body-noborder,
.help .panel-body:last-child {
  border: 0;
}
.terms {
  line-height: 24px;
}
.terms .terms-tos > li {
  margin-top: 10px;
  font-weight: 400;
}
.support .panel {
  border-radius: 4px;
  overflow: hidden;
}
.support .panel .panel-subheading:nth-child(2) {
  border-top: 0;
}
.support .support-nav {
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0 20px;
}
.support .support-nav li {
  background: #1f1f1f;
  position: relative;
  height: 48px;
  line-height: 28px;
}
.support .support-nav li a {
  display: block;
  padding: 10px 10px 9px;
  color: #999;
  text-decoration: none;
}
.support .support-nav li a .glyphicon {
  line-height: 28px;
  color: #777;
  margin-right: 4px;
}
.support .support-nav li a small {
  color: #666;
  font-size: 14px;
}
.support .support-nav li a:hover,
.support .support-nav li a:active {
  background: #222;
  color: #ccc;
}
.support .support-nav li a:hover .glyphicon,
.support .support-nav li a:active .glyphicon {
  color: #aaa;
}
.support .support-nav li.support-nav-selected a {
  background: #222;
  color: #ccc !important;
}
.support .support-nav li.support-nav-selected a .glyphicon {
  color: #aaa !important;
}
.support .support-empty {
  display: block;
  text-align: center;
  padding: 45px;
  color: #666;
}
.support .support-ticket-create textarea {
  height: 160px;
}
.support .support-ticket-create.panel-footer {
  padding: 15px;
}
.support .support-ticket-create.panel-footer .btn {
  width: 160px;
  margin-right: 5px;
}
.support .support-tickets {
  padding: 0;
}
.support .support-tickets .support-tickets-ticket-box {
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #191919;
  padding: 15px;
}
.support .support-tickets .support-tickets-ticket-box .support-tickets-ticket-summary {
  display: block;
  color: #ccc;
}
.support .support-tickets .support-tickets-ticket-box .support-tickets-ticket-summary small {
  color: #888;
  font-size: 14px;
}
.support .support-tickets .support-tickets-ticket-box .support-tickets-ticket-info {
  display: block;
  margin: 4px 0 0;
}
.support .support-tickets .support-tickets-ticket-box .support-tickets-ticket-info > span {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #888;
}
.support .support-tickets .support-tickets-ticket-box .support-tickets-ticket-info > span .glyphicon {
  margin-right: 4px;
}
.support .support-tickets .support-tickets-ticket-box .badge-notify {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -9px 0 0 0;
  padding: 4px 10px;
  background: #ce2a0a;
  font-weight: 400;
}
.support .support-tickets .support-tickets-ticket-box.support-tickets-ticket-closed {
  opacity: 0.6;
}
.support .support-tickets .support-tickets-ticket-box:hover {
  background: #222;
}
.support .support-tickets .support-tickets-ticket-box:last-child {
  border-bottom: 0;
}
.support .support-tickets .support-tickets-ticket-box:last-child:hover {
  border-radius: 0 0 4px 4px;
}
.support .support-ticket-info .row {
  margin-bottom: 8px;
}
.support .support-ticket-info .row:last-child {
  margin-bottom: 0;
}
.support .support-ticket-info .row .support-ticket-label {
  color: #777;
}
.support .support-ticket-history.panel-body {
  border-top: 1px solid #1a1a1a;
}
.support .support-ticket-history.panel-subheading {
  border-bottom: 0;
}
.support .support-ticket-history.panel-subheading small {
  margin: 0 10px;
  font-size: 12px;
}
.support .support-ticket-history.panel-subheading span {
  font-size: 14px;
}
.support .support-ticket-history.panel-subheading.support-ticket-history-state-change {
  padding: 15px;
}
.support .support-ticket-history.panel-subheading.support-ticket-history-state-change strong {
  color: #eee;
}
.support .support-ticket-reply-panel {
  overflow: visible;
}
.support .support-ticket-reply-panel .support-ticket-reply textarea {
  height: 120px;
}
.support .support-ticket-reply-panel .support-ticket-reply .btn-group {
  display: inline-block;
}
.support .support-ticket-reply-panel .support-ticket-reply .support-ticket-reply-btn {
  width: 160px;
}
.support .support-ticket-reply-panel .support-ticket-reply .support-ticket-status-change {
  float: right;
}
.support .support-ticket-reply-panel .support-ticket-reply .support-ticket-status-change select {
  display: inline-block;
  width: 220px;
  height: 34px;
}
.support .support-ticket-reply-panel .support-ticket-reply .support-ticket-status-change small {
  color: #777;
  line-height: 34px;
  margin: 0 10px 0 0;
}
.loot .loot-overflow-alert .loot-overflow-timer {
  font-weight: 600;
}
.loot .loot-overflow-alert p:last-child {
  margin-bottom: 0;
}
.loot .loot-overflow-alert p:last-child small {
  font-style: italic;
  margin-left: 10px;
  color: #888;
}
.loot .panel .panel-subheading:nth-child(2) {
  border-top: 0;
}
.loot .panel .panel-right {
  color: #888;
}
.loot .panel .panel-right strong {
  color: #ccc;
}
.loot .panel .loot-grid {
  padding: 10px;
}
.loot .panel .loot-grid .item {
  margin: 4px 4px 19px;
  float: left;
  border-radius: 4px;
}
.loot .panel .loot-grid-overflow {
  border-top: 1px dashed #2e2e2e;
  padding: 14px 14px 0;
  color: #999;
  text-transform: uppercase;
  font-size: 8pt;
}
.loot .panel .panel-footer .btn {
  width: 160px;
}
.loot .panel .panel-footer .loot-select-all {
  float: right;
  font-weight: normal;
  text-transform: uppercase;
  color: #888;
  font-size: 9pt;
  line-height: 34px;
  margin: 0 6px 0 0;
  cursor: pointer;
}
.loot .panel .panel-footer .loot-select-all input[type=checkbox] {
  margin: 0 6px 0 0;
}
.bets .bets-label {
  margin: 0 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #616161;
}
.bets .bets-match {
  margin: 0 0 30px;
}
.bets .bets-match .bets-match-link {
  display: block;
  background: #242424;
  border-bottom: 1px solid #1a1a1a;
  padding: 15px;
  color: #999;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}
.bets .bets-match .bets-match-link p:last-child {
  margin-bottom: 0;
}
.bets .bets-match .bets-match-link time {
  float: right;
  color: #666;
}
.bets .bets-match .bets-match-link strong {
  color: #b9b9b9;
}
.bets .bets-match .bets-match-link:hover {
  background: #292929;
  color: #aaa;
}
.bets .bets-match .bets-match-team {
  display: inline-block;
}
.bets .bets-match .bets-match-team span {
  vertical-align: middle;
}
.bets .bets-match .bets-match-team .bets-match-team-logo {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.bets .bets-match .bets-match-team .bets-match-team-logo img {
  max-height: 32px;
}
.bets .bets-match .bets-match-team .bets-match-team-name {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 6px;
}
.bets .bets-match .bets-match-team .bets-match-team-name .bets-match-team-favor {
  color: #777;
  font-size: 14px;
}
.bets .bets-match .bets-match-versus {
  margin: 0 20px;
  color: #777;
}
.bets .bets-match .bets-match-odds-wrapper {
  float: right;
  color: #888;
  line-height: 32px;
  vertical-align: middle;
}
.bets .bets-match .bets-match-odds-wrapper .bets-match-odds {
  background: #444;
  color: #eee;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 10px;
  border-radius: 3px;
}
.bets .bets-match .bets-match-odds-wrapper .bets-match-odds small {
  color: #aaa;
  font-size: 14px;
}
.bets .bets-match .bets-match-odds-wrapper span {
  margin: 0 0 0 4px;
}
.bets .bets-match .bets-items-row {
  margin: 0;
}
.bets .bets-match .bets-items-row .col-md-6 {
  padding: 0;
}
.bets .bets-match .bets-items-row .col-md-6 .panel-subheading {
  border-top: 1px solid #1a1a1a !important;
}
.bets .bets-match .bets-items-row .col-md-6:first-child {
  border-right: 1px dashed #1a1a1a;
}
.bets .bets-match .bets-items-row .bets-grid {
  padding: 10px;
}
.bets .bets-match .bets-items-row .bets-grid .item {
  margin: 4px 4px 19px;
  float: left;
  border-radius: 4px;
}
.bets .bets-match .bets-items-row .bets-grid.bets-grid-lost .item {
  opacity: 0.4;
}
.bets .bets-match .bets-items-row .bets-grid-empty {
  display: block;
  text-align: center;
  color: #444;
  margin: 30px 0;
}
.bets .bets-match .panel-footer .btn {
  width: 160px;
}
.bets .bets-match:last-child {
  margin: 0;
}
.bets .pagination {
  margin: 0;
}
.match .match-header {
  position: relative;
  padding: 40px 0;
  color: #eee;
  border-radius: 4px;
}
.match .match-header .match-header-team {
  display: block;
  position: relative;
  padding: 8px;
  text-decoration: none;
}
.match .match-header .match-header-team span {
  vertical-align: middle;
}
.match .match-header .match-header-team .match-header-team-logo {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 8px;
  left: 0;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.match .match-header .match-header-team .match-header-team-logo img {
  max-height: 80px;
  border-radius: 4px;
}
.match .match-header .match-header-team .match-header-team-logo .match-header-team-winner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  border-radius: 3px;
}
.match .match-header .match-header-team .match-header-team-logo .match-header-team-winner span {
  vertical-align: initial;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.match .match-header .match-header-team .match-header-team-logo .match-header-team-winner .glyphicon-ok {
  color: #069410;
}
.match .match-header .match-header-team .match-header-team-logo .match-header-team-winner .glyphicon-remove {
  color: #ac3a2d;
}
.match .match-header .match-header-team .match-header-team-name {
  display: block;
  background: #1c1c1c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  padding: 10px 20px 10px 90px;
  border-radius: 0 3px 3px 0;
  white-space: nowrap;
}
.match .match-header .match-header-team .match-header-team-name span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match .match-header .match-header-team .match-header-team-name span:first-child {
  color: #ccc;
}
.match .match-header .match-header-team .match-header-team-name span:last-child {
  font-size: 18px;
}
.match .match-header .match-header-team .match-header-team-name:after {
  display: block;
  content: 'MAKE BET';
  position: absolute;
  top: 32px;
  right: -16px;
  width: 80px;
  background: #222;
  color: #666;
  font-size: 10px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.match .match-header .match-header-team .match-header-team-favor {
  color: #999;
}
.match .match-header .match-header-team.match-header-team-alt .match-header-team-logo {
  left: auto;
  right: 0;
}
.match .match-header .match-header-team.match-header-team-alt .match-header-team-name {
  padding-left: 20px;
  padding-right: 94px;
  border-radius: 3px 0 0 3px;
}
.match .match-header .match-header-team.match-header-team-alt .match-header-team-name:after {
  right: auto;
  left: -16px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.match .match-header .match-header-team.match-header-team-disabled .match-header-team-name:after {
  display: none;
}
.match .match-header .match-header-team.match-header-team-disabled:hover {
  cursor: default;
}
.match .match-header .match-header-team.match-header-team-disabled:hover .match-header-team-name {
  background: #1c1c1c !important;
}
.match .match-header .match-header-team:hover .match-header-team-name {
  background: #222;
}
.match .match-header .match-header-team:hover .match-header-team-name:after {
  background: #2a2a2a;
}
.match .match-header .row > div:nth-child(1) {
  text-align: left;
}
.match .match-header .row > div:nth-child(2) {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #444;
}
.match .match-header .row > div:nth-child(2) .match-header-middle {
  display: table;
  width: 100%;
  height: 96px;
}
.match .match-header .row > div:nth-child(2) .match-header-middle .match-header-middle-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.match .match-header .row > div:nth-child(2) .match-header-odds {
  background: #444;
  color: #eee;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 10px;
  margin: 0 10px;
  border-radius: 3px;
}
.match .match-header .row > div:nth-child(2) .match-header-odds small {
  color: #999;
  font-size: 14px;
}
.match .match-header .row > div:nth-child(2) .glyphicon {
  font-size: 16px;
  vertical-align: middle;
}
.match .match-header .row > div:nth-child(2) .match-header-advantage {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
}
.match .match-header .row > div:nth-child(2) .match-header-advantage strong {
  color: #b9b9b9;
}
.match .match-header .row > div:nth-child(2) .match-header-refunded {
  display: block;
  font-size: 14px;
  color: #666;
}
.match .match-header .row > div:nth-child(3) {
  text-align: right;
}
.match .match-header .match-header-bet-info {
  background: #1f1f1f;
  color: #888;
  margin: 20px 0 0;
  padding: 20px;
  border-radius: 4px;
}
.match .match-header .match-header-bet-info .glyphicon {
  margin-right: 10px;
  color: #777;
}
.match .match-header .match-header-bet-info strong {
  color: #b9b9b9;
}
.match .match-details .match-stream-provider {
  padding: 20px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.match .match-details .match-stream-provider .match-stream-provider-empty {
  opacity: 0.7;
}
.match .match-details .match-time,
.match .match-details .match-region,
.match .match-details .match-league {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0 0 0 40px;
  line-height: 60px;
  float: right;
}
.match .match-details .match-time .glyphicon,
.match .match-details .match-region .glyphicon,
.match .match-details .match-league .glyphicon {
  margin-right: 4px;
}
.match .match-stream {
  background: #1c1c1c;
  padding: 30px 0;
}
.match .match-stream .match-stream-frame {
  border-radius: 4px;
  overflow: hidden;
}
.match .match-stream .match-stream-frame iframe {
  background: #000;
  display: block;
  border-radius: 4px;
}
.match .match-writeup {
  background: #1f1f1f;
  line-height: 28px;
}
.match .match-writeup .match-writeup-advantage-explanation {
  padding: 20px 0 0;
  margin: 0 0 -10px;
  color: #ccc;
}
.match .match-writeup .match-writeup-wrapper {
  padding: 20px 0;
}
.match .match-writeup .match-writeup-wrapper .match-writeup-empty {
  opacity: 0.7;
}
.match .match-writeup .match-writeup-wrapper .match-writeup-buttons {
  margin: 20px 0 0;
}
.match .match-writeup .match-writeup-wrapper .match-writeup-buttons .btn {
  font-weight: 300;
  padding: 8px 14px;
  margin-right: 8px;
}
.match .match-writeup .match-writeup-wrapper .match-writeup-buttons .btn .glyphicon {
  margin-right: 4px;
}
.match .match-writeup .match-writeup-wrapper .match-writeup-buttons .match-writeup-bets {
  background: #333;
  color: #ccc;
  border-color: #333;
}
.match .match-writeup .match-writeup-wrapper .match-writeup-buttons .match-writeup-bets:hover,
.match .match-writeup .match-writeup-wrapper .match-writeup-buttons .match-writeup-bets:focus,
.match .match-writeup .match-writeup-wrapper .match-writeup-buttons .match-writeup-bets:active {
  background: #333;
  color: #ccc;
  border-color: #333;
  box-shadow: none;
  cursor: default;
}
.match .match-writeup .match-writeup-wrapper .match-writeup-buttons .match-writeup-bets strong {
  color: #eee;
}
.match .match-bets {
  padding: 40px 0;
}
.match .match-bets .match-bets-bet {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}
.match .match-bets .match-bets-bet .match-bets-bet-info {
  padding: 20px 20px 15px;
}
.match .match-bets .match-bets-bet .match-bets-bet-info strong {
  color: #b9b9b9;
}
.match .match-bets .match-bets-bet .match-bets-bet-grid {
  margin: 0;
  padding: 0 20px 20px;
}
.match .match-bets .match-bets-bet .match-bets-bet-grid .item {
  margin: 4px 4px 19px;
  float: left;
  border-radius: 4px;
}
.match .match-bets .match-bets-bet .match-bets-bet-grid:after {
  display: block;
  content: ' ';
  clear: both;
  visibility: hidden;
}
.match .match-bets .match-bets-bet .match-bets-bet-actions {
  background: #1b1b1b;
  padding: 0 15px;
  border-radius: 0 0 4px 4px;
}
.match .match-bets .match-bets-bet .match-bets-bet-actions .btn {
  background: none;
  border: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #999;
}
.match .match-bets .match-bets-bet .match-bets-bet-actions .btn span {
  margin-right: 4px;
}
.match .match-bets .match-bets-bet .match-bets-bet-actions .btn .glyphicon-cog {
  margin: 0 !important;
}
.match .match-bets .match-bets-bet .match-bets-bet-actions .btn:hover,
.match .match-bets .match-bets-bet .match-bets-bet-actions .btn:active {
  color: #fff;
}
.match .match-bets .match-bets-bet .match-bets-bet-actions em {
  color: #999;
  font-size: 12px;
  margin: 0 12px 0 0;
}
.match .match-bets .match-bets-bet .match-bets-bet-actions .match-raise-bet-disabled {
  background: #333 !important;
  border-color: #333 !important;
  color: #999 !important;
  cursor: default;
}
.match .match-bets .match-bets-bet:last-child {
  margin: 0;
}
.match .match-bets .match-bets-bet.match-bets-bet-self {
  background: #262626;
}
.match .match-bets .match-bets-empty {
  padding: 60px 30px;
  text-align: center;
  color: #666;
}
.match .match-bets .match-bets-empty strong {
  color: #b9b9b9;
}
.match .match-bets .match-bets-extra {
  padding: 10px 0 0;
  text-align: center;
  color: #666;
}
.settings .panel .panel-body small {
  display: block;
  margin: 10px 0 0;
}
.settings .panel .panel-footer .btn {
  width: 160px;
}
.profile .profile-header {
  margin: 0 0 30px;
}
.profile .profile-header .user-avatar {
  position: absolute;
  display: block;
  margin: -15px 20px -15px -15px;
  border-radius: 4px 0 0 4px;
  padding: 15px;
  width: 100px;
  height: 99px;
  background-color: #333;
}
.profile .profile-header .profile-header-info {
  margin-left: 100px;
}
.profile .profile-header .profile-header-info h2 {
  display: block;
  margin: 0;
  font-size: 20pt;
  line-height: 33px;
}
.profile .profile-header .profile-header-info .profile-header-buttons {
  margin: 6px 0 0;
  height: 30px;
}
.profile .profile-header .profile-header-info .profile-header-buttons .label {
  font-size: 12px;
  padding: 8px 10px 9px;
  display: inline-block;
}
.profile .profile-header .profile-header-info .profile-header-actions {
  float: right;
}
.profile .profile-header .profile-header-info .profile-header-actions .btn span {
  margin-right: 4px;
}
.profile .profile-header .profile-header-info .profile-header-actions em {
  color: #999;
  font-size: 12px;
  margin: 0 12px 0 0;
}
.profile .profile-user-banned {
  display: block;
  padding: 15px;
  margin: 0 0 30px;
  white-space: normal;
  line-height: 16px;
  color: #fff;
  border-radius: 4px;
}
.profile .profile-user-banned a {
  color: rgba(255, 255, 255, 0.8);
}
.profile .profile-user-banned a:hover,
.profile .profile-user-banned a:active {
  color: #fff;
}
.profile .profile-user-banned strong {
  font-weight: 400;
}
.profile .profile-user-banned em {
  color: rgba(255, 255, 255, 0.8);
}
.profile .profile-user-banned p {
  margin: 10px 0 0;
}
.profile .profile-entries {
  padding: 0;
}
.profile .profile-entries .profile-entries-entry {
  position: relative;
  padding: 12px 15px;
  color: #888;
  border-bottom: 1px solid #191919;
}
.profile .profile-entries .profile-entries-entry:last-child {
  border: 0;
}
.profile .profile-entries .profile-entries-entry span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  margin: 0 70px 0 0;
}
.profile .profile-entries .profile-entries-entry span strong {
  color: #b9b9b9;
}
.profile .profile-entries .profile-entries-entry span small {
  color: #666;
  margin-left: 4px;
}
.profile .profile-entries .profile-entries-entry .profile-entries-entry-value {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 45px;
  color: #b9b9b9;
  font-weight: 300;
}
.profile .profile-entries .profile-entries-empty {
  display: block;
  text-align: center;
  color: #777;
  margin: 50px 0;
}
.profile .profile-winnings {
  padding: 0;
}
.profile .profile-winnings .profile-winnings-profit,
.profile .profile-winnings .profile-winnings-loss {
  display: block;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #191919;
}
.profile .profile-winnings .profile-winnings-profit span,
.profile .profile-winnings .profile-winnings-loss span {
  display: block;
  font-size: 20pt;
}
.profile .profile-winnings .profile-winnings-profit small,
.profile .profile-winnings .profile-winnings-loss small {
  display: block;
  text-transform: uppercase;
  font-size: 9pt;
  color: #777;
  margin: 2px 0 0;
}
.profile .profile-winnings .profile-winnings-placed,
.profile .profile-winnings .profile-winnings-won {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.profile .profile-winnings .profile-winnings-placed span,
.profile .profile-winnings .profile-winnings-won span {
  display: block;
  font-size: 14pt;
}
.profile .profile-winnings .profile-winnings-placed small,
.profile .profile-winnings .profile-winnings-won small {
  display: block;
  text-transform: uppercase;
  font-size: 7pt;
  color: #777;
  margin: 2px 0 0;
}
.profile .profile-winnings .profile-winnings-placed {
  border-right: 1px solid #191919;
}
.profile .profile-winnings .profile-winnings-profit span,
.profile .profile-winnings .profile-winnings-won span {
  color: #5cb85c;
}
.profile .profile-winnings .profile-winnings-loss span {
  color: #ac3a2d;
}
.profile .profile-winnings .profile-winnings-empty {
  display: block;
  text-align: center;
  color: #777;
  margin: 50px 0;
}
.profile .profile-actions {
  padding: 0;
}
.profile .profile-actions .profile-actions-entry {
  position: relative;
  padding: 12px 15px;
  color: #888;
  border-bottom: 1px solid #191919;
}
.profile .profile-actions .profile-actions-entry:last-child {
  border: 0;
}
.profile .profile-actions .profile-actions-entry small {
  font-size: 9pt;
  color: #666;
}
.profile .profile-actions .profile-actions-entry .profile-actions-entry-reason {
  margin: 4px 0 0;
  color: #777;
  font-size: 13px;
}
.profile .profile-actions .profile-actions-empty {
  display: block;
  text-align: center;
  color: #777;
  margin: 50px 0;
}
.profile .panel {
  overflow: hidden;
}
.profile .panel [data-toggle] {
  cursor: pointer;
}
.profile .panel .close {
  font-size: 16px;
  line-height: 20px;
}
.dashboard .panel .panel-subheading:nth-child(2) {
  border-top: 0;
}
.dashboard .dashboard-profit-panel {
  position: relative;
  overflow: hidden;
}
.dashboard .dashboard-profit {
  position: relative;
  display: block;
  text-align: center;
  margin: -15px;
  padding: 0 30px;
  height: 100px;
  overflow: hidden;
}
.dashboard .dashboard-profit span {
  display: block;
  font-size: 30pt;
  line-height: 40px;
  text-align: right;
  margin: 24px 0 0;
  color: #5cb85c;
}
.dashboard .dashboard-profit small {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: 9pt;
  color: #777;
}
.dashboard .dashboard-profit strong {
  position: absolute;
  top: -25px;
  left: 15px;
  display: block;
  text-transform: uppercase;
  font-size: 100pt;
  color: #333;
  margin: 2px 0 0;
}
.dashboard .dashboard-history {
  padding: 0;
}
.dashboard .dashboard-history .dashboard-history-row {
  position: relative;
  padding: 10px;
  color: #ccc;
  border-bottom: 1px solid #191919;
  height: 48px;
  line-height: 28px;
}
.dashboard .dashboard-history .dashboard-history-row:last-child {
  border-bottom: 0;
}
.dashboard .dashboard-history .dashboard-history-row small {
  font-weight: normal;
  font-size: 14px;
  color: #888;
}
.dashboard .dashboard-history .dashboard-history-row strong {
  float: right;
  font-size: 14pt;
  font-weight: 300;
  color: #5cb85c;
  line-height: 28px;
}
.dashboard .dashboard-free-slots {
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: -15px -15px 20px;
  border-bottom: 1px solid #191919;
}
.dashboard .dashboard-free-slots span {
  display: block;
  font-size: 18pt;
}
.dashboard .dashboard-free-slots small {
  display: block;
  text-transform: uppercase;
  font-size: 8pt;
  color: #777;
  margin: 2px 0 0;
}
.dashboard .dashboard-used-slots {
  color: #aaa;
  font-style: normal;
}
.dashboard .dashboard-bot .dashboard-bot-name {
  display: block;
  color: #888;
  text-transform: uppercase;
  font-size: 9pt;
  margin: 0 0 4px;
}
.dashboard .dashboard-bot:last-child .progress {
  margin-bottom: 0;
}
.dashboard .dashboard-nav {
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
}
.dashboard .dashboard-nav li {
  display: block;
  list-style: none;
  position: relative;
  color: #888;
  border-bottom: 1px solid #191919;
  height: 48px;
  line-height: 28px;
}
.dashboard .dashboard-nav li a {
  display: block;
  padding: 10px 10px 9px;
  color: #999;
  text-decoration: none;
}
.dashboard .dashboard-nav li a .glyphicon {
  float: right;
  line-height: 28px;
  color: #777;
}
.dashboard .dashboard-nav li a:hover {
  color: #ccc;
}
.dashboard .dashboard-nav li a:hover .glyphicon {
  color: #aaa;
}
.dashboard .dashboard-nav li.dashboard-nav-selected a {
  background: #222;
  color: #ccc !important;
}
.dashboard .dashboard-nav li.dashboard-nav-selected a .glyphicon {
  color: #aaa !important;
}
.dashboard .dashboard-empty {
  display: block;
  text-align: center;
  padding: 30px 30px 50px;
  color: #666;
}
.dashboard .dashboard-pending-actions {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard .dashboard-pending-actions .dashboard-empty {
  padding: 30px;
  font-size: 12px;
  line-height: 20px;
}
.dashboard .dashboard-pending-actions .dashboard-pending-action {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #191919;
}
.dashboard .dashboard-pending-actions .dashboard-pending-action .dashboard-pending-match,
.dashboard .dashboard-pending-actions .dashboard-pending-action .dashboard-pending-status,
.dashboard .dashboard-pending-actions .dashboard-pending-action .dashboard-pending-time {
  display: block;
}
.dashboard .dashboard-pending-actions .dashboard-pending-action .dashboard-pending-match a {
  font-weight: 500;
  color: #eee;
  text-decoration: none;
}
.dashboard .dashboard-pending-actions .dashboard-pending-action .dashboard-pending-match a:hover {
  color: #fff;
  opacity: 0.8;
}
.dashboard .dashboard-pending-actions .dashboard-pending-action .dashboard-pending-status {
  margin: 4px 0;
}
.dashboard .dashboard-pending-actions .dashboard-pending-action .dashboard-pending-status .glyphicon {
  margin: 0 4px;
  font-size: 12px;
  color: #555;
}
.dashboard .dashboard-pending-actions .dashboard-pending-action .dashboard-pending-time {
  font-size: 12px;
  color: #777;
}
.dashboard .dashboard-pending-actions .dashboard-pending-action:last-child {
  border-bottom: 0;
}
.dashboard .dashboard-leagues {
  padding-bottom: 0;
}
.dashboard .dashboard-leagues .dashboard-league {
  display: block;
  height: 120px;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-logo {
  background: #fff;
  height: 50px;
  text-align: center;
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-logo img {
  max-height: 50px;
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-info {
  position: relative;
  background: #444;
  color: #eee;
  padding: 10px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-info div {
  line-height: 25px;
  padding: 0 10px;
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-info div .glyphicon {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-info .dashboard-league-actions {
  position: absolute;
  top: 0;
  right: 5px;
  height: 70px;
  line-height: 70px;
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-info .dashboard-league-actions a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #eee;
  padding: 0 14px;
  line-height: 40px;
  border-radius: 4px;
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-info .dashboard-league-actions a .glyphicon {
  margin: 0;
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-info .dashboard-league-actions a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.dashboard .dashboard-leagues .dashboard-league .dashboard-league-info .dashboard-league-actions a:hover .glyphicon {
  color: #fff;
}
.dashboard .dashboard-leagues .dashboard-league.dashboard-league-deleted {
  opacity: 0.6;
}
.dashboard .dashboard-leagues .dashboard-league.dashboard-league-deleted:hover {
  opacity: 1;
}
.dashboard .dashboard-teams {
  padding-bottom: 0;
}
.dashboard .dashboard-teams .dashboard-team {
  position: relative;
  display: block;
  height: 70px;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-logo {
  position: absolute;
  height: 70px;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 4px;
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-logo img {
  max-height: 70px;
  border-radius: 4px;
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-info {
  position: relative;
  background: #444;
  color: #eee;
  padding: 10px 0 10px 75px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-info div {
  line-height: 25px;
  padding: 0 10px;
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-info div .glyphicon {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-info .dashboard-team-actions {
  position: absolute;
  top: 0;
  right: 5px;
  height: 70px;
  line-height: 70px;
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-info .dashboard-team-actions a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #eee;
  padding: 0 14px;
  line-height: 40px;
  border-radius: 4px;
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-info .dashboard-team-actions a .glyphicon {
  margin: 0;
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-info .dashboard-team-actions a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.dashboard .dashboard-teams .dashboard-team .dashboard-team-info .dashboard-team-actions a:hover .glyphicon {
  color: #fff;
}
.dashboard .dashboard-teams .dashboard-team.dashboard-team-deleted {
  opacity: 0.6;
}
.dashboard .dashboard-teams .dashboard-team.dashboard-team-deleted:hover {
  opacity: 1;
}
.dashboard .dashboard-matches {
  padding-bottom: 0;
}
.dashboard .dashboard-matches .dashboard-match {
  position: relative;
  display: block;
  background: #444;
  color: #eee;
  height: 94px;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-icons {
  position: absolute;
  background: #333;
  border-radius: 4px;
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 74px;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-icons img {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-icons .dashboard-match-icon-one {
  top: 5px;
  left: 5px;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-icons .dashboard-match-icon-two {
  bottom: 5px;
  right: 5px;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-info {
  color: #aaa;
  padding: 10px 0 10px 90px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-info strong {
  color: #eee;
  font-weight: 300;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-info div {
  line-height: 25px;
  padding: 0 10px;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-info div .glyphicon {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-actions {
  position: absolute;
  top: 0;
  right: 25px;
  height: 94px;
  line-height: 94px;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-actions a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  padding: 0 14px;
  line-height: 40px;
  border-radius: 4px;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-actions a .glyphicon {
  margin: 0;
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-actions a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.dashboard .dashboard-matches .dashboard-match .dashboard-match-actions a:hover .glyphicon {
  color: #fff;
}
.dashboard .dashboard-matches .dashboard-match.dashboard-match-deleted {
  opacity: 0.6;
}
.dashboard .dashboard-league-create,
.dashboard .dashboard-team-create,
.dashboard .dashboard-match-create {
  float: right;
  margin-top: -46px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.dashboard .dashboard-support-panel {
  padding: 0;
}
.dashboard .dashboard-support-panel .dashboard-empty {
  padding: 45px;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #191919;
  padding: 15px;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket .dashboard-support-ticket-summary {
  display: block;
  color: #ccc;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket .dashboard-support-ticket-summary small {
  color: #888;
  font-size: 14px;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket .dashboard-support-ticket-info {
  display: block;
  margin: 4px 0 0;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket .dashboard-support-ticket-info > span {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #888;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket .dashboard-support-ticket-info > span .glyphicon {
  margin-right: 4px;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket.dashboard-support-ticket-awaiting {
  opacity: 0.6;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket:hover {
  background: #222;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket:last-child {
  border-bottom: 0;
}
.dashboard .dashboard-support-panel .dashboard-support-ticket:last-child:hover {
  border-radius: 0 0 4px 4px;
}
.bet-modal .modal-body .bet-modal-loading {
  text-align: center;
  margin: 15px 0 3px;
  height: 60px;
}
.bet-modal .modal-body .bet-modal-loading .glyphicon {
  font-size: 32pt;
  color: #444444;
}
.bet-modal .modal-body .bet-modal-empty {
  text-align: center;
  margin: 28px 0 30px;
  height: 20px;
  color: #919191;
}
.bet-modal .modal-body .alert {
  margin: 0;
}
.bet-modal .modal-body:before,
.bet-modal .modal-body:after {
  display: table;
  content: '';
  line-height: 0;
}
.bet-modal .modal-body:after {
  clear: both;
}
.bet-modal .bet-modal-grid {
  padding: 10px;
  max-height: 420px;
  overflow-y: scroll;
}
.bet-modal .bet-modal-grid .item {
  margin: 4px 4px 19px;
  float: left;
  border-radius: 4px;
}
.bet-modal .modal-footer small {
  text-align: left;
  width: 560px;
  color: #777777;
}
.match-nullify-bet-modal textarea {
  height: 160px;
}
.dashboard-league-edit-modal .dashboard-league-edit-logo {
  display: block;
  background: #333;
  margin-bottom: 5px;
  border-radius: 4px;
  text-align: center;
  height: 50px;
  vertical-align: middle;
}
.dashboard-league-edit-modal .dashboard-league-edit-logo img {
  max-height: 50px;
  vertical-align: middle;
}
.dashboard-team-edit-modal .dashboard-team-edit-logo {
  display: block;
  background: #333;
  margin-bottom: 5px;
  border-radius: 4px;
  text-align: center;
  height: 100px;
  vertical-align: middle;
}
.dashboard-team-edit-modal .dashboard-team-edit-logo img {
  max-height: 100px;
  vertical-align: middle;
}
.dashboard-match-edit-modal .dashboard-input-time .input-group-addon {
  color: #ccc;
}
.dashboard-match-edit-modal .dashboard-input-writeup {
  height: 140px;
}
.dashboard-match-edit-modal .dashboard-input-radio {
  line-height: 34px;
  margin: 6px 0 0;
}
.dashboard-match-edit-modal .dashboard-input-radio input[type=radio] {
  margin-right: 6px;
}
.dashboard-match-queue-modal .dashboard-match-verified-points {
  display: none;
  padding: 0 0 10px;
}
.dashboard-match-queue-modal .dashboard-match-verified-advantage {
  padding: 0 40px;
  text-align: center;
  color: #888;
}
.dashboard-match-queue-modal .dashboard-match-verified-winner {
  padding: 20px 40px 0;
  text-align: center;
  font-size: 18px;
}
.profile-ban-modal textarea {
  height: 140px;
}
@media only screen and (max-device-width: 992px) and (min-device-width: 768px) {
  .home .home-match .home-match-league {
    position: static;
    width: auto;
    margin: 0;
    border-radius: 4px 4px 0 0;
  }
  .home .home-match .home-match-info {
    margin: 0;
    border-radius: 0 0 4px 4px;
  }
  .home .home-match .home-match-info > span:nth-child(2) {
    padding: 0;
  }
  .bets .bets-match .bets-match-odds-wrapper {
    float: none;
    margin: 20px 0 0;
  }
  .match .match-details .match-stream-provider {
    padding: 20px 0 0;
  }
  .match .match-details .match-time,
  .match .match-details .match-region,
  .match .match-details .match-league {
    display: inline-block;
    float: none;
    padding: 0 20px 0 0;
    line-height: 24px;
  }
  .match .match-details .row > div:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .match .match-bets .row > div {
    margin-bottom: 20px;
  }
  .match .match-bets .row > div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-device-width: 767px) {
  body {
    padding: 0;
  }
  .navbar-fixed-top {
    position: relative;
    top: auto;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
  .navbar-inverse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-nav .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu {
    background: #181818;
    padding-bottom: 15px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
    border-bottom: 1px dashed #222222;
  }
  .home .home-header .row > div {
    background-size: 100px;
    background-position: 95% bottom;
    padding: 10px 30px 30px;
  }
  .home .home-header .row > div h1 {
    font-size: 30px;
  }
  .home .home-header .row > div h2 {
    font-size: 18px;
  }
  .home .home-match .home-match-league {
    position: static;
    width: auto;
    margin: 0;
    border-radius: 4px 4px 0 0;
  }
  .home .home-match .home-match-info {
    height: auto;
    margin: 0;
    border-radius: 0 0 4px 4px;
  }
  .support .support-ticket-info {
    margin-bottom: -10px;
  }
  .support .support-ticket-info .support-ticket-value {
    margin-bottom: 10px;
  }
  .support .support-ticket-info .row {
    margin-bottom: 0;
  }
  .support .support-ticket-reply-panel .support-ticket-reply.panel-footer {
    padding: 15px;
  }
  .support .support-ticket-reply-panel .support-ticket-reply .btn {
    width: 100%;
  }
  .support .support-ticket-reply-panel .support-ticket-reply .btn-group .btn {
    width: auto;
  }
  .support .support-ticket-reply-panel .support-ticket-reply .btn-group .support-ticket-reply-btn {
    width: 160px;
  }
  .support .support-ticket-reply-panel .support-ticket-reply .support-ticket-status-change {
    float: none;
    margin: 15px 0 0;
  }
  .support .support-ticket-reply-panel .support-ticket-reply .support-ticket-status-change select {
    width: 100%;
  }
  .support .support-ticket-create.panel-footer .btn {
    width: 100%;
  }
  .support .support-ticket-create.panel-footer .btn.btn-success {
    margin-bottom: 10px;
  }
  .bets .bets-match .bets-match-odds-wrapper {
    float: none;
    margin: 20px 0 0;
  }
  .match .match-details .match-stream-provider {
    padding: 20px 0 0;
  }
  .match .match-details .match-time,
  .match .match-details .match-region,
  .match .match-details .match-league {
    display: inline-block;
    float: none;
    padding: 0 20px 0 0;
    line-height: 24px;
  }
  .match .match-details .row > div:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .match .match-writeup .match-writeup-wrapper .match-writeup-buttons {
    margin: 0;
  }
  .match .match-writeup .match-writeup-wrapper .match-writeup-buttons .btn {
    margin: 20px 0 0;
  }
  .match .match-bets .row > div {
    margin-bottom: 20px;
  }
  .match .match-bets .row > div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .loot .loot-overflow-alert p:last-child small {
    display: block;
    margin: 10px 0 0;
    line-height: 20px;
  }
  .loot .panel .panel-footer .loot-select-all {
    float: none;
    margin: 10px 0 0;
    line-height: 24px;
  }
  .bet-modal .bet-modal-grid {
    height: 260px;
    overflow-y: auto;
  }
  .bet-modal .modal-footer {
    text-align: left;
  }
  .bet-modal .modal-footer small {
    display: block;
    width: auto;
    float: none !important;
    margin: 0 0 20px;
  }
  .dashboard .dashboard-history .dashboard-history-row {
    height: auto;
  }
  .dashboard .dashboard-history .dashboard-history-row strong {
    float: none;
    display: block;
  }
}
