@charset "UTF-8";
.rise {
  background: #72C591 !important;
  color: #FFFFFF !important;
}

.fall {
  background: #F15E58 !important;
  color: #FFFFFF !important;
}

.text-lightblue {
  color: #0065e3 !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2px;
}

.col-4 {
  flex: 0 0 38%;
  max-width: 38%;
}

.col-8 {
  flex: 0 0 62%;
  max-width: 62%;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.icon-s-alert {
  background: url(../../images/icon/icon-s-alert.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-s-file {
  background: url(../../images/icon/icon-s-file.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-s-document {
  background: url(../../images/icon/icon-s-document.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-s-search {
  background: url(../../images/icon/icon-s-search.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-heart-o {
  background: url(../../images/icon/icon-heart-o.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-heart {
  background: url(../../images/icon/icon-heart.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-camera {
  background: url(../../images/icon/icon-camera.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-download-b {
  background: url(../../images/icon/icon-download-b.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.icon-remove-b {
  background: url(../../images/icon/icon-remove-b.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.icon-result-file {
  background: url(../../images/icon/icon-result-file.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.icon-remove-db {
  background: url(../../images/icon/icon-remove-db.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.icon-warning {
  background: url(../../images/icon/icon-warning.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.btn-gradient-b {
  display: inline-flex;
  width: 120px;
  padding: 5px 12px;
  align-items: center;
  justify-content: center;
  color: #444;
  background: linear-gradient(to bottom, #d5eaf9 0%, #addafa 100%);
}

.btn-sport {
  border-radius: 0;
  font-size: 16px;
}
.btn-sport:active, .btn-sport.active {
  background: linear-gradient(to bottom, #0e348f 10%, #0b1769 100%);
  color: #fff;
}

.btn-gamble {
  border-radius: 0;
  background: linear-gradient(to bottom, #6699cc 10%, #426a93 100%);
  color: #fff;
}
.btn-gamble:active, .btn-gamble:hover, .btn-gamble:focus {
  background: linear-gradient(to bottom, #6699cc 10%, #426a93 100%);
  color: #fff;
}

.btn-gamble-cancel {
  border-radius: 0;
  background: #e4e4e4;
  color: #2976c4;
}
.btn-gamble-cancel:active, .btn-gamble-cancel:hover, .btn-gamble-cancel:focus {
  background: #e4e4e4;
  color: #2976c4;
}

.sb-main {
  width: 100%;
  min-height: 782px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../../images/sb-betting/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.sb-main .container {
  position: relative;
  padding: 0;
}

.right-float {
  position: absolute;
  top: 60px;
  right: -85px;
  display: block;
  width: 65px;
  box-shadow: 0 0 15px white;
}
@media (max-width: 1200px) {
  .right-float {
    right: 0;
    z-index: 1;
  }
}

.right-float-btn {
  display: block;
}

.sport-b-content {
  display: flex;
}
.sport-b-content .left {
  flex: 0 0 240px;
  max-width: 240px;
}
.sport-b-content .right {
  padding-left: 10px;
  flex: 0 0 950px;
  max-width: 950px;
  position: relative;
}

.s-marquee {
  height: 40px;
}
.s-marquee .marquee-list {
  padding: 9px 0;
  color: #029391;
  font-size: 14px;
  font-family: 'Microsoft YaHei', Arial, sans-serif !important;
}
.s-marquee .marquee-list + .marquee-list {
  margin-left: 16px;
}
.s-marquee .swiper-container {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.s-marquee .swiper-slide {
  line-height: 40px;
  white-space: nowrap;
  position: relative;
}
.s-marquee .swiper-slide span {
  position: absolute;
  z-index: 1;
  left: 0;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  color: #029391;
}
.s-marquee .swiper-slide span i {
  font-style: normal;
  color: #029391;
}
.s-marquee .marquee-outer {
  display: flex;
}
.s-marquee .marquee-outer .ui-marquee {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 8px;
  color: #029391;
}
.s-marquee .marquee-outer .icon-box {
  padding-top: 8px;
  text-align: center;
  width: 30px;
}

.s-betting-wrap .topbar {
  display: flex;
}
.s-betting-wrap .topbar .left {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
}
.s-betting-wrap .topbar .right {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: right;
}
.s-betting-wrap .topbar .livesearch {
  margin: 0;
  position: relative;
}
.s-betting-wrap .topbar .livesearch .icon-s-search {
  position: absolute;
  top: 5px;
  left: 8px;
}
.s-betting-wrap .topbar .livesearch .form-control {
  width: 266px;
  border-radius: 35px;
  display: inline-block;
  border: 0;
  padding-left: 30px;
}
.s-betting-wrap .topbar .livesearch .form-control:focus {
  box-shadow: none;
}
.s-betting-wrap .topbar .btn-box, .s-betting-wrap .topbar .pagination-area {
  display: inline-block;
}

.chip {
  color: #0000ff;
  display: block;
}
.chip:hover {
  color: #c80009;
}

.category-box .match-title {
  font-size: 18px;
  color: #002040;
}

.betting-table {
  background: #fff;
  height: 820px;
  overflow: auto;
}
.betting-table .table {
  margin: 0;
}
.betting-table .table p {
  font-size: 13px;
}
.betting-table .match {
  display: flex;
}
.betting-table .match .match-title {
  width: 100%;
  text-align: left;
}
.betting-table .match .match-title .count {
  margin-right: 10px;
}
.betting-table .match .refresh {
  width: 45px;
}
.betting-table .match .fav {
  min-width: 90px;
}
.betting-table .match .fav {
  text-align: right;
}
.betting-table .refresh {
  text-align: center;
}
.betting-table .refresh i {
  color: #069fd4;
  font-size: 16px;
}
.betting-table thead {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to bottom, #6597ca 0%, #446d96 100%);
}
.betting-table thead th {
  vertical-align: middle !important;
  font-weight: normal;
  text-align: center;
  padding: 5px !important;
  width: 60px;
}
.betting-table tbody {
  font-size: 13px;
}
.betting-table tbody .link {
  display: flex;
  color: #0780f9;
  align-items: center;
  justify-content: center;
}
.betting-table tbody .link i {
  margin-right: 10px;
}
.betting-table tbody td {
  padding: 4px !important;
  text-align: center;
  width: 90px;
}
.betting-table tbody td:first-child {
  width: 60px;
}
.betting-table tbody td:nth-child(2) {
  width: 320px;
}
.betting-table tbody .icon-link {
  display: block;
}
.betting-table tbody .match-box {
  background: #eae9e9;
}
.betting-table tbody .team-group {
  display: flex;
  flex-wrap: wrap;
}
.betting-table tbody .team-group .text-right {
  max-width: 20px;
}
.betting-table tbody .flex-box {
  padding: 0 !important;
  color: #717171;
  width: 105px;
}
.betting-table tbody .flex {
  padding: 4px;
  border-top: 1px solid #ddd;
}
.betting-table tbody .flex .flex {
  padding: 0;
}
.betting-table tbody .flex:first-child {
  border: 0;
}
.betting-table tbody .flex .fav {
  width: 20px;
  text-align: right;
}
.betting-table tbody .two-grid {
  padding: 0;
  color: #717171;
}

.result-table {
  background: #fff;
  padding: 16px 16px 0;
  border: 1px solid #d7d7d7;
  height: 820px;
  overflow: auto;
}
.result-table .member-form, .result-table .ui-table {
  width: 80%;
}
.result-table .member-form .form-list {
  display: flex;
  position: relative;
  align-items: center;
}
.result-table .member-form .form-list + .form-list {
  margin-left: 20px;
}
.result-table .member-form .form-control {
  font-size: 14px;
}
.result-table .member-form .inner-icon {
  position: absolute;
  top: 7px;
  left: 100px;
}
.result-table .ui-table {
  border: 1px solid #b7b7b7;
  border-bottom: 0;
  padding-bottom: 0;
}
.result-table .table-header {
  padding: 0;
}
.result-table .table-subhead {
  background: #efefef;
  color: #444;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
}
.result-table .th {
  border-left: 1px solid #b7b7b7;
}
.result-table .th:first-child {
  border-left: 0;
}
.result-table .td, .result-table .th {
  text-align: center;
  width: 168px;
  vertical-align: middle;
}
.result-table .td:first-child, .result-table .th:first-child {
  width: 130px;
  text-align: left;
}
.result-table .td:nth-child(2), .result-table .th:nth-child(2) {
  width: 300px;
  text-align: left;
}

.category-box {
  padding: 8px;
}
.category-box .right-side {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.category-box .choice-box {
  width: 100px;
  position: relative;
}
.category-box .choice-box .link {
  color: #b20000;
  display: block;
  font-size: 14px;
  text-align: center;
}

.league {
  position: absolute;
  top: 25px;
  right: 16px;
  width: 780px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-shadow: 0 5px 8px rgba(150, 150, 150, 0.75);
  display: none;
}
.league.open {
  display: block;
}

.league-header {
  color: #444444;
  font-size: 18px;
  border: 1px solid #c4c4c4;
  box-shadow: 0 5px 8px rgba(150, 150, 150, 0.75);
  background: #b4ddfa;
  padding: 8px;
  text-align: center;
}
.league-header .league-header-right {
  position: absolute;
  right: 9px;
  top: 7px;
}
.league-header .league-header-right a {
  color: #444444;
  font-size: 16px;
}

.top-all {
  padding: 0 30px;
}

.ui-checkbox-all {
  position: relative;
  display: inline-block;
  outline: none;
}
.ui-checkbox-all .checkbox {
  display: inline-block;
}
.ui-checkbox-all .checkbox + .checkbox {
  margin-left: 20px;
}
.ui-checkbox-all .checkbox-original {
  outline: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ui-checkbox-all .checkbox-label {
  text-decoration: underline;
  color: #0780f9;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}

.league-list .place {
  background: #e3e3e3;
  text-align: center;
}
.league-list .place .ui-check-place {
  position: relative;
  display: inline-block;
  outline: none;
}
.league-list .place .checkbox {
  padding: 4px 0;
  margin: 0;
  cursor: pointer;
}
.league-list .place .checkbox-label {
  font-weight: normal;
}
.league-list .place .checkbox-label::before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 8px;
}
.league-list .place .checkbox-label::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 4px;
  opacity: 0;
  width: 7px;
  height: 7px;
  background: transparent;
  border-top: none;
  border-right: none;
  border-radius: 50%;
}
.league-list .place .checkbox-original {
  outline: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.league-list .place .checkbox-original:checked + .checkbox-label::after {
  opacity: 1;
  background: #717171;
  transition: all .35s;
}

.ui-checkbox-list .col-6 {
  padding: 0;
  border-left: 1px solid #d7d7d7;
}
.ui-checkbox-list .col-6:first-child {
  border-left: 0;
}
.ui-checkbox-list .checkbox {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.ui-checkbox-list .checkbox-label {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #002040;
  padding: 4px 0 4px 30px;
}
.ui-checkbox-list .checkbox-original {
  outline: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ui-checkbox-list .checkbox-original:checked + .checkbox-label {
  background: #fdecc7;
}

.game-type {
  display: flex;
  align-content: center;
  align-items: center;
  color: #ee8e06;
  margin-right: 10px;
}
.game-type:hover, .game-type:focus, .game-type:active {
  color: #ee8e06;
}
.game-type .text {
  margin-left: 5px;
  font-size: 16px;
  position: relative;
}
.game-type .text::after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 1px;
  background: #ee8e06;
}

.sport-form {
  display: inline-flex;
}
.sport-form .form-group {
  display: inline-block;
  margin-bottom: 0;
}
.sport-form .form-control {
  width: 107px;
  border-radius: 0;
  border-radius: 0;
  height: 27px;
  line-height: 27px;
  padding: 0 4px;
}
.sport-form .form-control:hover, .sport-form .form-control:focus, .sport-form .form-control:active {
  box-shadow: none;
  border: 1px solid #ccc;
}

.js-modal-open {
  overflow: hidden;
}
.js-modal-open .js-modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(200, 200, 200, 0.56);
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.js-modal {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 1030;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  display: none;
  -webkit-overflow-scrolling: touch;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.js-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
}
.js-modal .close:hover {
  outline: none;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modalcontainer {
  position: absolute;
  /* Stay in place */
  z-index: 1030;
  /* Sit on top */
  left: 50%;
  transform: translate(-50%, 0);
  top: 150px;
  width: 520px;
  /* Full width */
}

.js-modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.js-modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border-radius: 35px;
}
.js-modal .modal-content .modal-header {
  background: #eae9e9;
  color: #002040;
  padding: 8px 16px;
  text-align: center;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.js-modal .modal-content .modal-header .modal-title {
  font-size: 16px;
}
.js-modal .modal-content .title-box .game-title {
  font-size: 16px;
  text-align: center;
  color: #002040;
  padding: 8px 0;
}
.js-modal .modal-content .modal-body {
  padding: 0;
}

.ui-betting {
  border: 0;
  border-top: 1px solid #4587cd;
  font-size: 14px;
  display: table;
  width: 100%;
}
.ui-betting > li {
  float: inherit;
  display: table-cell;
}
.ui-betting > li > a {
  margin: 0;
  border: 0;
  padding: 4px;
  text-align: center;
  position: relative;
}
.ui-betting > li > a::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 43px;
  height: 3px;
  background: transparent;
}
.ui-betting > li > a:hover, .ui-betting > li > a:active, .ui-betting > li > a:focus {
  margin: 0;
  border: 0 !important;
  background: transparent;
  color: #4587cd;
}
.ui-betting > li.active > a {
  border: 0;
  font-size: 18px;
  color: #4587cd;
  font-weight: 600;
}
.ui-betting > li.active > a:hover, .ui-betting > li.active > a:active, .ui-betting > li.active > a:focus {
  color: #4587cd;
}
.ui-betting > li.active > a::before {
  background: #4587cd;
}

.ui-table {
  display: table;
  width: 100%;
  font-size: 14px;
  padding-bottom: 60px;
}

.table-header, .sub-thead {
  display: block;
  background: #c7e5f9;
  padding: 0 10px;
}

.table-header {
  background: #c7e5f9;
}

.sub-thead {
  background: #e1f2fd;
  text-align: center;
}
.sub-thead .th:first-child {
  width: 194px;
}

.table-group:last-child {
  border-bottom: 1px solid #b7b7b7;
}

.table-body {
  display: block;
  color: #002040;
}

.td-group {
  display: table;
  width: 100%;
  text-align: center;
}

.m-title, .m-betting {
  display: table-cell;
  vertical-align: middle;
}

.m-title {
  min-width: 60px;
}
.m-title p:first-child::after {
  content: "/";
}

.table-team {
  border-bottom: 1px solid #b7b7b7;
}
.table-team .td {
  width: 103px;
  padding: 8px 4px;
}

.autocomplete-suggestions {
  box-shadow: 0 5px 8px rgba(150, 150, 150, 0.75);
  background: #FFF;
  overflow: auto;
  color: #002040;
  top: 180px !important;
  width: 444px !important;
}

.autocomplete-suggestion {
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}

.autocomplete-selected {
  background: #cee9fc;
}

.autocomplete-suggestions strong {
  font-weight: normal;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.sport-submenu {
  width: 220px !important;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.27);
  list-style-type: none;
  padding: 0;
  min-height: 500px;
}
.sport-submenu .list .item-link, .sport-submenu .submenu-list .item-link {
  cursor: pointer;
  padding: 12px 20px;
  display: flex;
  border-radius: 0;
  align-items: center;
  transition: all .3s;
  font-size: 16px;
  position: relative;
  background: linear-gradient(to bottom, #0e348f 10%, #0b1769 100%);
  color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.sport-submenu .list .icon-heart-o, .sport-submenu .submenu-list .icon-heart-o {
  position: absolute;
  right: 10px;
}
.sport-submenu .btn-box {
  display: table;
  width: 100%;
  box-shadow: inset 0 2px 5px rgba(150, 150, 150, 0.15);
  border-bottom: 1px solid #d8d8d8;
}
.sport-submenu .btn-box .btn {
  display: table-cell;
}
.sport-submenu .submenu-toggle .item-link::before {
  font-family: fontawesome;
  content: "\f106";
  position: absolute;
  left: 16px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sport-submenu .submenu-toggle .item-link::after {
  content: " ";
}
.sport-submenu .submenu-toggle .item-link .text {
  width: 75px;
}
.sport-submenu .submenu-toggle .item-link .number {
  font-size: 16px;
  color: #fff000;
  padding-left: 15px;
}
.sport-submenu .submenu-toggle .item-link .live {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #ff0000;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sport-submenu .submenu-toggle.current .item-link {
  background: linear-gradient(to bottom, #0e348f 10%, #0b1769 100%);
  color: #fff;
}
.sport-submenu .submenu-toggle.current .item-link::before {
  content: "\f107";
  color: #fff;
}
.sport-submenu .submenu-toggle.current .item-link::after {
  content: " ";
}
.sport-submenu .submenu-toggle.current .item-link .number {
  color: #fff000;
}
.sport-submenu .submenu-toggle.current .submenu-menu {
  display: block;
  height: auto;
}
.sport-submenu .submenu-toggle .submenu-menu {
  display: none;
  list-style-type: none;
  padding: 0;
}
.sport-submenu .submenu-toggle .submenu-menu .submenu-list {
  margin-top: 0;
  border-bottom: 2px solid #fff;
  position: relative;
}
.sport-submenu .submenu-toggle .submenu-menu .submenu-list:last-child {
  border-bottom: 0;
}
.sport-submenu .submenu-toggle .submenu-menu .submenu-list .submenu-item-link {
  height: 42px;
  line-height: 1.5;
  padding-left: 20px;
  box-shadow: inset 0 -3px 7px rgba(175, 174, 174, 0.41);
  font-size: 14px;
}
.sport-submenu .submenu-toggle .submenu-menu .submenu-list .submenu-item-link .number {
  position: absolute;
  right: 15px;
  color: #0c70c5;
}
.sport-submenu .submenu-toggle .submenu-menu .submenu-list .submenu-item-link:hover {
  background: #fdecc7;
}
.sport-submenu .submenu-toggle .submenu-menu .submenu-list .submenu-item-link:focus, .sport-submenu .submenu-toggle .submenu-menu .submenu-list .submenu-item-link:active {
  color: #ff0000 !important;
}
.sport-submenu .submenu-toggle .submenu-menu .submenu-list.active .submenu-item-link {
  background: #fdecc7;
  color: #444;
}
.sport-submenu .list.curr .item-link {
  box-shadow: none;
  background: linear-gradient(to bottom, #6699cc 10%, #426a93 100%);
  color: #fff;
  border-radius: 0;
}
.sport-submenu .list .title-box {
  padding: 10px;
  background: linear-gradient(to bottom, #6699cc 10%, #426a93 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sport-submenu .list .title-box .title {
  margin-left: 10px;
}
.sport-submenu .list .tag {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  color: #47729c;
  text-align: center;
  padding: 4px;
}
.sport-submenu .list .alert-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.sport-submenu .list .alert-box.warning {
  background: #ffbfbf;
}
.sport-submenu .list .alert-box.warning .text {
  color: #002040;
}
.sport-submenu .list .alert-box.success {
  background: #c7e5f9;
}
.sport-submenu .list .alert-box.success .text {
  color: #0d9703;
}
.sport-submenu .list .alert-box i {
  margin-right: 8px;
}
.sport-submenu .result-list .result-item-link {
  border-top: 1px solid #d8d8d8;
  background: #e0ebf7;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #4b76a1;
}

.amount-box {
  padding: 16px;
  display: table;
  width: 100%;
  font-size: 16px;
  color: #045da9;
  border-bottom: 1px solid #d8d8d8;
}
.amount-box .amount, .amount-box .amount-refresh {
  display: table-cell;
}
.amount-box .amount-refresh {
  text-align: right;
  display: block;
  color: #045da9;
}
.amount-box .amount-refresh i {
  font-size: 20px;
}

.ui-sleft-tab {
  margin-top: 4px;
  border: 0;
  font-size: 16px;
  display: table;
  width: 100%;
}
.ui-sleft-tab > li {
  float: inherit;
  display: table-cell;
  width: 50%;
}
.ui-sleft-tab > li > a {
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 6px;
  text-align: center;
  position: relative;
  color: #777;
  background: #d8dadb;
}
.ui-sleft-tab > li > a:hover, .ui-sleft-tab > li > a:active, .ui-sleft-tab > li > a:focus {
  margin: 0;
  border: 0 !important;
  background: #d8dadb;
  color: #777;
}
.ui-sleft-tab > li.active > a {
  border: 0;
  color: #446e97;
  background: #c7e5f9;
}
.ui-sleft-tab > li.active > a:hover, .ui-sleft-tab > li.active > a:active, .ui-sleft-tab > li.active > a:focus {
  color: #446e97;
}
.ui-sleft-tab > li.active > a:active, .ui-sleft-tab > li.active > a:focus {
  color: #446e97;
  background: #c7e5f9;
}

.sleft-table .table {
  font-size: 14px;
  border: 1px solid #fff;
}
.sleft-table .table thead {
  background: #c7e5f9;
  color: #002040;
}
.sleft-table .table thead th {
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 0;
}
.sleft-table .table thead th:first-child {
  border-left: 0;
}
.sleft-table .table thead .refresh-link {
  display: block;
  color: #002040;
}
.sleft-table .table tbody {
  background: #e0f0fb;
}
.sleft-table .table tbody .cancel {
  background: #DEDEDE;
}
.sleft-table .table td {
  color: #002040;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.sleft-table .table td:first-child {
  border-left: 0;
}

.gamble-list {
  border-bottom: 1px solid #d7d7d7;
}

.gamble-item {
  padding: 20px;
  font-size: 14px;
  color: #002040;
  position: relative;
  text-align: center;
}
.gamble-item.fail {
  background: #fedfdf;
}
.gamble-item.success {
  background: #d8fefe;
}
.gamble-item p {
  line-height: 1.5;
}
.gamble-item .delete {
  position: absolute;
  top: 5px;
  right: 5px;
}

.switch-group {
  display: flex;
  align-items: center;
  padding: 16px 16px 10px;
}
.switch-group .text {
  color: #2976c4;
  margin-left: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 22px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  cursor: pointer;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #d1d6d9;
  border-radius: inherit;
  border: 1px solid #757575;
  transition: 0.15s ease-out;
}
.switch-label::before, .switch-label::after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  line-height: 1;
}
.switch-label::before {
  content: attr(data-off);
  right: 11px;
  color: #817979;
}
.switch-label::after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}

.switch-handle {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: linear-gradient(to bottom, #fbfbfb 10%, #d2d1d1 100%);
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
  transition: left 0.15s ease-out;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: linear-gradient(to bottom, #6699cc 10%, #426a93 100%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch-input:checked ~ .switch-handle {
  left: 37px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.stake-amount-group {
  padding: 0 16px;
}
.stake-amount-group .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.stake-amount-group .form-group .control-label {
  font-size: 14px;
  color: #2976c4;
  margin: 0;
  width: 56px;
}
.stake-amount-group .form-group .form-control {
  width: 122px;
  margin-left: 5px;
}
.stake-amount-group .form-group select.form-control {
  border-radius: 0;
  padding: 0 12px;
  height: auto;
}
.stake-amount-group .form-group select.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}
.stake-amount-group .form-group input.form-control {
  color: #2976c4;
  border-radius: 35px;
}
.stake-amount-group .form-group .form-static {
  margin-left: 10px;
}

.ui-radio-stake {
  padding: 5px;
  margin-bottom: 15px;
}
.ui-radio-stake .radio {
  width: 37px;
  text-align: center;
  color: #2976c4;
  font-weight: normal;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 14px;
  border: 1px solid #48739d;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin: 0;
  line-height: 2;
}
.ui-radio-stake .radio .radio-input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.ui-radio-stake .radio .radio-input .radio-input-inner .radio-original {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.ui-radio-stake .radio.is-checked {
  background: #6597ca;
}
.ui-radio-stake .radio.is-checked .radio-label {
  color: #fff;
}

.betting-btn-box {
  display: table;
  width: 100%;
}
.betting-btn-box .btn {
  display: table-cell;
  padding: 8px 12px;
}

.w40 {
  width: 40px !important;
}

.w65 {
  width: 65px !important;
}

.w60 {
  width: 60px !important;
}

.announcement_box {
	background-color:#E5E4E9  !important;
	padding-left:8px;
	text-align:left;
}
.tb_history_td { /*day*/
	background-color:#F2F2F2;
	text-align:left;
	margin:10px 5px 5px 6px;
}
.headerFS {
  background: #b4ddfa;
  text-align: center;
  color: #444444;
  width: 100%;
  height: 30px;
  border: 1px solid #c4c4c4;
  box-shadow: 0 5px 8px rgba(150, 150, 150, 0.75);
}
.contentFS {
  color: #000;
  white-space: nowrap;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.divCloseFS {
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 2px;
  font-size: 19px;
}

.contentFS:hover {
  background: #cee9fc;
}

.textbetentry {
  color: #ff0000 !important;
}