Advertisement
Katsiree

left.css

Nov 21st, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 40.93 KB | None | 0 0
  1. /* @import url('https://fonts.googleapis.com/css?family=Bai+Jamjuree|Maitree|Sarabun|Trirong&display=swap'); */
  2.  
  3. * {
  4.     margin: 0;
  5.     padding: 0;
  6.     outline: 0;
  7.     border: 0;
  8. }
  9.  
  10. html,
  11. body {
  12.     height: 100%;
  13.     margin: 0;
  14.     width: 100%;
  15.     background-image: url(../Img/bigbodyBG.jpg);
  16.     font-family:  tahoma, sans-serif !important;
  17.     /* font-family: Tahoma,Helvetica,sans-serif; */
  18. }
  19.  
  20. html {
  21.     background-image: url(../Img/bigbodyBG.jpg);
  22.     background-size: 100% 200%;
  23.     height: 100%;
  24.     background-attachment: fixed;
  25. }
  26.  
  27. body {
  28.     font-size: 12px;
  29.     overflow: auto;
  30. }
  31.  
  32. .wfMain {
  33.     height: 100%;
  34.     width: 1180px;
  35.     overflow: hidden;
  36.     position: relative;
  37. }
  38.  
  39. input,
  40. button {
  41.     outline: none;
  42. }
  43.  
  44. button,
  45. input,
  46. optgroup,
  47. select,
  48. textarea {
  49.     margin: 0;
  50.     font: inherit;
  51. }
  52.  
  53. .header {
  54.     width: 1180px;
  55.     height: 135px;
  56.     overflow: hidden;
  57.     z-index: 999;
  58.     background-image: url(../Img/bigbodyBG.jpg);
  59.     background-size: 163% 700%;
  60. }
  61.  
  62. .header2 {
  63.     width: 1180px;
  64.     height: 40px;
  65.     position: fixed;
  66.     overflow: hidden;
  67.     z-index: 999;
  68.     background-image: url(../Img/bigbodyBG.png);
  69.     background-size: 163% 700%;
  70. }
  71.  
  72. .ophidden {
  73.     filter: alpha(opacity=0);
  74.     -moz-opacity: 0.0;
  75.     -khtml-opacity: 0.0;
  76.     opacity: 0.0;
  77. }
  78.  
  79. .hidden {
  80.     display: none !important;
  81. }
  82.  
  83. .hiddenc>* {
  84.     display: none !important;
  85. }
  86.  
  87. .hiddenc>div {
  88.     display: none !important;
  89. }
  90.  
  91. .Negative2 {
  92.     color: red;
  93. }
  94.  
  95. .Positive2 {
  96.     color: #002088;
  97. }
  98.  
  99. .topsmso {
  100.     width: 100%;
  101.     height: 30px;
  102.     overflow: hidden;
  103. }
  104.  
  105. .divMiddle {
  106.     vertical-align: middle;
  107.     display: table-cell;
  108. }
  109.  
  110. .marqueetopwei {
  111.     float: left;
  112.     margin-left: 172px;
  113.     position: relative;
  114. }
  115.  
  116. .header2 .marqueetopwei {
  117.     margin-left: 40px;
  118. }
  119.  
  120. .marqueetopwei::before {
  121.     content: "";
  122.     width: 18px;
  123.     height: 18px;
  124.     display: inline-block;
  125.     position: absolute;
  126.     top: 7px;
  127.     left: -7px;
  128.     background: url(../Img/marquee.png);
  129.     background-size: 100% 100%;
  130. }
  131.  
  132. .marquee_cs {
  133.     float: left;
  134.     margin-top: 10px;
  135.     width: 18px;
  136.     height: 18px;
  137.     margin-left: 10px;
  138. }
  139.  
  140. .marquee_cs1 {
  141.     float: left;
  142.     width: 100%;
  143.     height: 20px;
  144.     margin-top: 0;
  145. }
  146.  
  147. .header2 .marquee_cs1 {
  148.     width: 97%;
  149. }
  150.  
  151. .fl {
  152.     float: left;
  153.     display: inline;
  154.     border: none;
  155.     background: none;
  156. }
  157.  
  158. .fffff1 {
  159.     margin-left: 15px;
  160. }
  161.  
  162. .Message {
  163.     FONT-WEIGHT: normal;
  164.     FONT-SIZE: 14px;
  165.     COLOR: #2F2F4F;
  166.     FONT-STYLE: normal;
  167. }
  168.  
  169. A.Message:visited {
  170.     text-decoration: none;
  171. }
  172.  
  173. A.Message:link {
  174.     text-decoration: none;
  175. }
  176.  
  177. .timetopwei {
  178.     position: absolute;
  179.     right: 0;
  180.     margin-top: 35px;
  181. }
  182.  
  183. .marquee_cs1 {
  184.     float: left;
  185.     width: 100%;
  186.     height: 20px;
  187.     margin-top: 0;
  188. }
  189.  
  190. .message_down {
  191.     float: right;
  192.     margin-left: 10px;
  193.     color: #fff;
  194.     font-weight: bold;
  195.     position: relative;
  196. }
  197.  
  198. .message_down::before {
  199.     content: "";
  200.     width: 21px;
  201.     height: 21px;
  202.     display: inline-block;
  203.     position: absolute;
  204.     left: -21px;
  205.     top: -3px;
  206.     background: url(../Img/time.jpg) no-repeat center;
  207.     background-size: 100% 100%;
  208. }
  209.  
  210. .timeimg {
  211.     margin-top: -3px;
  212.     float: left;
  213. }
  214.  
  215. .timetopwei .marquee_cs1 {
  216.     width: auto;
  217. }
  218.  
  219. .timecontainer {
  220.     color: #fff;
  221.     font-weight: bold;
  222. }
  223.  
  224. .ShowFG_aa1 {
  225.     border-left: 1px #fff solid;
  226.     width: 10px;
  227.     height: 12px;
  228.     float: right;
  229.     margin-top: 14px;
  230. }
  231.  
  232. .pankou_select {
  233.     float: right;
  234.     margin-top: 10px;
  235. }
  236.  
  237. .styled-select {
  238.     width: 170px;
  239.     height: 35px;
  240.     overflow: hidden;
  241. }
  242.  
  243. .styled-select select {
  244.     overflow: hidden;
  245.     position: relative;
  246.     background-color: #ffffff;
  247.     border-width: 0;
  248.     border-top-style: none;
  249.     border-right-style: none;
  250.     border-left-style: none;
  251.     border-bottom-style: none;
  252.     display: block;
  253.     height: 29px;
  254.     color: #ccc;
  255. }
  256.  
  257. .accTpLsts option {
  258.     color: black;
  259. }
  260.  
  261. .styled-select_aa1 {
  262.     float: right;
  263.     margin-top: 6px;
  264. }
  265.  
  266. .selectdown_div {
  267.     border-left: 1px #fff solid;
  268.     width: 10px;
  269.     height: 12px;
  270.     float: right;
  271.     margin-top: 14px;
  272. }
  273.  
  274. .lstLang2 {
  275.     float: left;
  276.     width: 90px;
  277. }
  278.  
  279. .lstLang2 option {
  280.     color: black;
  281. }
  282.  
  283. .top-reg_aa1 {
  284.     margin-top: 12px;
  285.     color: #fff;
  286.     float: right;
  287.     margin-right: 10px;
  288.     text-transform: uppercase;
  289. }
  290.  
  291. .register2img {
  292.     width: 18px;
  293.     height: 16px;
  294.     float: right;
  295.     margin-top: 10px;
  296.     margin-right: 4px;
  297.     display: block;
  298.     background: url(../Img/register2.jpg) no-repeat;
  299.     background-size: 100% 100%;
  300. }
  301.  
  302. .register2img_downdiv {
  303.     border-left: 1px #fff solid;
  304.     width: 10px;
  305.     height: 12px;
  306.     float: right;
  307.     margin-top: 14px;
  308. }
  309.  
  310. .top-livechat_aa1 {
  311.     margin-top: 12px;
  312.     color: #fff;
  313.     float: right;
  314.     margin-right: 10px;
  315. }
  316.  
  317. .online_service_img {
  318.     width: 18px;
  319.     height: 18px;
  320.     float: right;
  321.     margin-top: 8px;
  322.     margin-right: 4px;
  323.     display: block;
  324.     background: url(../Img/online_service.jpg) no-repeat;
  325.     background-size: 100% 100%;
  326. }
  327.  
  328. .afb88logoleft {
  329.     width: 100%;
  330.     position: relative;
  331.     height: 73px;
  332. }
  333.  
  334. .header .logo {
  335.     width: 225px;
  336.     height: 88px;
  337.     margin-top: -29px;
  338. }
  339.  
  340. .pa {
  341.     position: absolute;
  342. }
  343.  
  344. .header .logo::before {
  345.     content: "";
  346.     display: block;
  347.     width: 170px;
  348.     height: 100px;
  349.     background: url(../Img/logo.png) no-repeat;
  350.     background-size: 100% 100%;
  351.     margin-left: 15%;
  352. }
  353.  
  354. .header .nav {
  355.     top: 12px;
  356.     height: 32px;
  357.     line-height: 32px;
  358.     font-size: 14px;
  359.     /* background-image: url(../Img/bigbg_menu.png); */
  360.     background-size: 100% 105%;
  361.     background-position-y: 0;
  362.     border-radius: 5px;
  363.     right: 0px;
  364.     position: absolute;
  365.     z-index: 111111111111;
  366.     width: 930px;
  367. }
  368.  
  369.  
  370.  
  371. .header .nav div:hover,
  372. .header .nav div.hover {
  373.     color: #ffffb9;
  374. }
  375.  
  376. .header .nav>div {
  377.     text-align: center;
  378.     height: 32px;
  379.     display: inline-block;
  380.     float: left;
  381.     color: #fff;
  382.     margin-left: 45px;
  383.     padding-left: 50px;
  384.     cursor: pointer;
  385. }
  386.  
  387. .header .nav div i {
  388.     display: inline-block;
  389.     height: 28px;
  390.     padding-right: 8px;
  391.     font-weight: bold;
  392.     text-transform: uppercase;
  393.     font-style: normal;
  394. }
  395.  
  396. .header .nav div:nth-child(2) {
  397.     margin-left: 140px;
  398. }
  399.  
  400.  
  401. .header .Note {
  402.     width: 100%;
  403.     top: 95px;
  404.     height: 32px;
  405.     line-height: 32px;
  406.     font-size: 14px;
  407.     background-image: url(../Img/bigbg_menu.png);
  408.     background-size: 100% 105%;
  409.     background-position-y: 0;
  410.     border-radius: 5px;
  411. }
  412.  
  413.  
  414.  
  415. .header .Note div:hover,
  416. .header .Note div.hover {
  417.     color: #ffffb9;
  418. }
  419.  
  420. .header .Note>div {
  421.     text-align: center;
  422.     height: 32px;
  423.     display: inline-block;
  424.     float: left;
  425.     color: #fff;
  426.     margin-left: 45px;
  427.     padding-left: 50px;
  428.     cursor: pointer;
  429. }
  430.  
  431. .header .Note div i {
  432.     display: inline-block;
  433.     height: 28px;
  434.     padding-right: 8px;
  435.     font-weight: bold;
  436.     text-transform: uppercase;
  437.     font-style: normal;
  438. }
  439.  
  440. .header .Note div:nth-child(2) {
  441.     margin-left: 140px;
  442. }
  443.  
  444. @media screen and (max-width: 1155px) {
  445.     .header {
  446.         width: 100%;
  447.     }
  448.  
  449.     .marquee_cs1 {
  450.         width: 520px;
  451.     }
  452. }
  453.  
  454. .top_cssstyle>img {
  455.     float: left;
  456.     margin-left: 20px;
  457.     margin-right: 6px;
  458.     margin-top: 2px;
  459. }
  460.  
  461.  
  462. .accTpLsts3 {
  463.     float: right;
  464.     margin-left: 4px;
  465. }
  466.  
  467. .lstLang3 {
  468.     float: left
  469. }
  470.  
  471. .Message {
  472.     color: #ffffff;
  473. }
  474.  
  475. .overhidden {
  476.     width: 229px;
  477.     overflow: hidden;
  478.     ms-flex: 0 229px;
  479.     flex: 0 229px;
  480.     position: relative;
  481. }
  482.  
  483. .mainleft {
  484.     width: 225px;
  485.     height: 100%;
  486.     overflow-x: hidden;
  487.     position: absolute;
  488.     left: 0;
  489.     top: 0;
  490. }
  491.  
  492. .scrolllefts {
  493.     height: 100%;
  494.     width: 242px;
  495.     overflow-y: scroll;
  496.     overflow-x: hidden;
  497. }
  498.  
  499. .welcomeuser {
  500.     width: 100%;
  501.     height: 26px;
  502.     background: #2277ff;
  503.     font-size: 11px;
  504.     font-weight: bold;
  505.     color: #fff;
  506.     line-height: 25px;
  507.     text-align: left;
  508.     text-indent: 20px;
  509. }
  510.  
  511. .NickNames {
  512.     color: #aba7a7;
  513.     padding: 0 4px;
  514.     cursor: pointer;
  515.     font-size: 12px;
  516.     text-transform: uppercase;
  517. }
  518.  
  519. .credit {
  520.     width: 100%;
  521.     height: 26px;
  522.     line-height: 26px;
  523.     /* padding: 5px 0; */
  524.     background: #d6e0ee;
  525.  
  526. }
  527.  
  528. .credit .balance {
  529.     float: left;
  530.     width: 88%;
  531.     text-align: left;
  532.     text-indent: 20px;
  533.     cursor: pointer;
  534.     text-overflow: ellipsis;
  535.     white-space: nowrap;
  536. }
  537.  
  538. .credit .balance_rush {
  539.     float: right;
  540.     padding-right: 10px;
  541.     position: relative;
  542. }
  543.  
  544. .betCreditFont {
  545.     font-size: 11px;
  546.     color: #002088;
  547.     text-transform: uppercase;
  548.     font-weight: bold;
  549. }
  550.  
  551. .Positive4 {
  552.     font-size: 13px;
  553.     font-weight: bold;
  554. }
  555.  
  556. .setting {
  557.     width: 100%;
  558.     height: 30px;
  559.     position: relative;
  560.     background-image: url(../Img/manual_setting.jpg);
  561.     background-size: 100%;
  562.     text-align: center;
  563.     /* line-height: 30px; */
  564.     cursor: pointer;
  565. }
  566.  
  567. .btnIsToday {
  568.     font-size: 14px;
  569.     text-decoration: none;
  570.     color: #000000;
  571.     font-weight: bold;
  572. }
  573.  
  574. .sblistbtn {
  575.     width: 100%;
  576.     background-image: url(../Img/tab_bg.jpg);
  577.     background-size: 100% 100%;
  578.     height: 30px;
  579.     position: relative;
  580.     cursor: pointer;
  581. }
  582.  
  583. .sblistbtn>div {
  584.     width: 50%;
  585.     height: 100%;
  586.     float: left;
  587.     position: relative;
  588.     color: #ffffff;
  589.     text-align: center;
  590.     line-height: 28px;
  591. }
  592.  
  593. .sblistbtn>div.active {
  594.     background-image: url(../Img/tab_selected.jpg);
  595.     background-size: 100% 100%;
  596.     height: 30px;
  597. }
  598.  
  599. .Psport {
  600.     width: 100%;
  601.     height: auto;
  602.     position: relative;
  603. }
  604.  
  605. ul {
  606.     list-style: none;
  607. }
  608.  
  609. .sportList li {
  610.     width: 100%;
  611.     line-height: 30px;
  612.     clear: both;
  613.     font-weight: bold;
  614.     margin: 1px 0;
  615.     background-size: 100%;
  616.     border-bottom: 1px solid #aba773;
  617.     position: relative;
  618.     cursor: pointer;
  619.     background-repeat: no-repeat;
  620.     color: #ffffff;
  621. }
  622.  
  623. .category-sub li {
  624.     height: 30px;
  625.     font-size: 10px;
  626.     margin-left: 0px;
  627.     background: url(../Img/menuLink.jpg);
  628.     color: #ffffff;
  629.     padding: 0;
  630. }
  631.  
  632. .category-sub li span {
  633.     text-transform: uppercase;
  634. }
  635.  
  636. .hasdata li.category-sub-list span.amount {
  637.     color: #ffffff !important;
  638. }
  639.  
  640. .hasdata li.category-sub-list.active span.amount {
  641.     color: #fffe51 !important;
  642. }
  643.  
  644. .sportList li span.sportName {
  645.     margin-left: 30px;
  646.     text-align: center;
  647.     line-height: 30px;
  648.     font-size: 14px;
  649.     height: 30px;
  650.     cursor: pointer;
  651.     color: #002088;
  652.     text-transform: uppercase;
  653. }
  654.  
  655. .sportList li span.amount {
  656.     margin-right: 10px;
  657.     font-weight: bold;
  658.     font-size: 10px;
  659.     position: absolute;
  660.     right: 3px;
  661.     color: #000000;
  662. }
  663.  
  664. .shows {
  665.     display: none;
  666. }
  667.  
  668. .menspan {
  669.     height: 30px;
  670.     float: left;
  671.     width: 33.33%;
  672.     line-height: 30px;
  673.     color: #ffffff;
  674.     margin-left: 0;
  675.     display: inline-block;
  676.     background-image: url(../Img/tab_selected.jpg);
  677.     background-size: 105% 100%;
  678.     text-align: center;
  679.     background-position-x: -5px;
  680.     background-repeat: no-repeat;
  681.     position: relative;
  682. }
  683.  
  684. .menChange {
  685.     color: #bcec99 !important;
  686. }
  687.  
  688. .menspan:first-child {
  689.     margin-left: 0;
  690. }
  691.  
  692. .jbtubiao::before {
  693.     content: '';
  694.     width: 15px;
  695.     height: 18px;
  696.     vertical-align: middle;
  697.     display: inline-block;
  698.     background: url(../Img/top_league_red.png) no-repeat;
  699.     background-size: 100%;
  700. }
  701.  
  702. .menspan.jbtubiao {
  703.     background-size: 120% 100%;
  704. }
  705.  
  706. .betTypeName {
  707.     font-size: 11px;
  708.     margin-left: 0px;
  709.     text-decoration: none;
  710.     padding-left: 27px;
  711.     font-weight: bold;
  712.     position: absolute;
  713. }
  714.  
  715. .category-sportList.active ul {
  716.     display: block;
  717.     position: relative;
  718. }
  719.  
  720. .category-sportList ul {
  721.     display: none;
  722. }
  723.  
  724. .sportList ul {
  725.     clear: both;
  726.     padding-top: 2px;
  727.     position: relative;
  728.     height: auto;
  729. }
  730.  
  731. @media screen and (max-width: 1366px) {}
  732.  
  733. .floatRight {
  734.     position: relative;
  735.     line-height: 30px;
  736.     margin-left: 130px;
  737.     width: 95px;
  738.     height: 30px;
  739. }
  740.  
  741. .live_redimg {
  742.     position: absolute;
  743.     height: 20px;
  744.     width: 40px;
  745.     top: 5px;
  746. }
  747.  
  748. .sportList li.active span.sportName {
  749.     color: #000e3d !important;
  750. }
  751.  
  752. .sportList li.active {
  753.     color: #fffe51 !important;
  754. }
  755.  
  756. .betlist_b {
  757.     width: 100%;
  758.     height: auto;
  759.     position: relative;
  760.     background: #E5E3E3;
  761.     text-align: center;
  762. }
  763.  
  764. #txtNickNames:hover {
  765.     color: darkcyan;
  766. }
  767.  
  768. li.MyFavoritess {
  769.     background-image: url(../Img/btn/favourite.jpg);
  770. }
  771.  
  772. .sportName_36 {
  773.     background-image: url(../Img/btn/soccer.jpg);
  774. }
  775.  
  776. .sportName_1 {
  777.     background-image: url(../Img/btn/soccer.jpg);
  778. }
  779.  
  780. .sportName_2 {
  781.     background-image: url(../Img/btn/basketball.jpg);
  782. }
  783.  
  784. .sportName_3 {
  785.     background-image: url(../Img/btn/tennis.jpg);
  786. }
  787.  
  788. .sportName_4 {
  789.     background-image: url(../Img/btn/financial.jpg);
  790. }
  791.  
  792. .sportName_5 {
  793.     background-image: url(../Img/btn/4dspecials.jpg);
  794. }
  795.  
  796. .sportName_33 {
  797.     background-image: url(../Img/btn/huaythai.jpg);
  798. }
  799.  
  800. .sportName_35 {
  801.     background-image: url(../Img/btn/muaythai.jpg);
  802. }
  803.  
  804. .sportName_34 {
  805.     background-image: url(../Img/btn/esport.jpg);
  806. }
  807.  
  808. .sportName_6 {
  809.     background-image: url(../Img/btn/keno.jpg);
  810. }
  811.  
  812. .sportName_8 {
  813.     background-image: url(../Img/btn/football.jpg);
  814. }
  815.  
  816. .sportName_9 {
  817.     background-image: url(../Img/btn/baseball.jpg);
  818. }
  819.  
  820. .sportName_10 {
  821.     background-image: url(../Img/btn/hockey.jpg);
  822. }
  823.  
  824. .sportName_11 {
  825.     background-image: url(../Img/btn/snooker.jpg);
  826. }
  827.  
  828. .sportName_12 {
  829.     background-image: url(../Img/btn/rugby.jpg);
  830. }
  831.  
  832. .sportName_13 {
  833.     background-image: url(../Img/btn/darts.jpg);
  834. }
  835.  
  836. .sportName_14 {
  837.     background-image: url(../Img/btn/boxing.jpg);
  838. }
  839.  
  840. .sportName_15 {
  841.     background-image: url(../Img/btn/motor.jpg);
  842. }
  843.  
  844. .sportName_16 {
  845.     background-image: url(../Img/btn/motor.jpg);
  846. }
  847.  
  848. .sportName_17 {
  849.     background-image: url(../Img/btn/golf.jpg);
  850. }
  851.  
  852. .sportName_19 {
  853.     background-image: url(../Img/btn/futsal.jpg);
  854. }
  855.  
  856. .sportName_20 {
  857.     background-image: url(../Img/btn/badminton.jpg);
  858. }
  859.  
  860. .sportName_21 {
  861.     background-image: url(../Img/btn/waterPolo.jpg);
  862. }
  863.  
  864. .sportName_22 {
  865.     background-image: url(../Img/btn/tableTennis.jpg);
  866. }
  867.  
  868. .sportName_23 {
  869.     background-image: url(../Img/btn/cricket.jpg);
  870. }
  871.  
  872. .sportName_24 {
  873.     background-image: url(../Img/btn/volleyBall.jpg);
  874. }
  875.  
  876. .sportName_25 {
  877.     background-image: url(../Img/btn/handball.jpg);
  878. }
  879.  
  880. .sportName_26 {
  881.     background-image: url(../Img/btn/cycling.jpg);
  882. }
  883.  
  884. .sportName_27 {
  885.     background-image: url(../Img/btn/beachball.jpg);
  886. }
  887.  
  888. .sportName_28 {
  889.     background-image: url(../Img/btn/entertainment.jpg);
  890. }
  891.  
  892. .sportName_29 {
  893.     background-image: url(../Img/btn/athelics.jpg);
  894. }
  895.  
  896. .sportName_30 {
  897.     background-image: url(../Img/btn/winterSport.jpg);
  898. }
  899.  
  900. .sportName_31 {
  901.     background-image: url(../Img/btn/squash.jpg);
  902. }
  903.  
  904. .sportName_lotto {
  905.     background-image: url(../Img/btn/lotto.jpg);
  906. }
  907.  
  908. .sportName_thai_lottery {
  909.     background-image: url(../Img/btn/thai_lottery.jpg);
  910. }
  911.  
  912. .sportName_muay_thai {
  913.     background-image: url(../Img/btn/muay_thai.jpg);
  914. }
  915.  
  916. .hasliveimg::before {
  917.     width: 40px;
  918.     height: 23px;
  919.     background-image: url(../Img/liveIcon.png);
  920.     background-size: 100% 100%;
  921.     background-repeat: no-repeat;
  922.     position: absolute;
  923.     top: 3px;
  924.     left: 3px;
  925. }
  926.  
  927. .category .liveam {
  928.     display: none;
  929. }
  930.  
  931. .category-sportList-container {
  932.     position: relative;
  933.     height: 30px;
  934. }
  935.  
  936. .category-sportList-container .sportName {
  937.     position: absolute;
  938.     left: 3px;
  939. }
  940.  
  941. .category-sportList-container .amount {
  942.     position: absolute;
  943.     top: 3px;
  944.     right: 3px;
  945. }
  946.  
  947. .today span.liveam:not(:empty)~span::before {
  948.     content: "";
  949.     position: absolute;
  950.     top: 1px;
  951.     right: 25px;
  952.     background-image: url(../Img/liveIcon.png);
  953.     background-size: 100% 100%;
  954.     background-repeat: no-repeat;
  955.     width: 40px;
  956.     height: 23px;
  957. }
  958.  
  959. .top_cssstyle::before {
  960.     content: '';
  961.     width: 15px;
  962.     height: 18px;
  963.     display: inline-block;
  964.     background: url(../Img/top_league_b.png) no-repeat;
  965.     position: absolute;
  966.     background-size: 100% 100%;
  967.     left: 15px;
  968.     top: 2px;
  969. }
  970.  
  971. .td_header {
  972.     height: 135px;
  973. }
  974.  
  975. .td_header2 {
  976.     height: 40px;
  977. }
  978.  
  979. .refreshColor::before {
  980.     content: "";
  981.     background-image: url(../Img/panelRefresh.png);
  982.     background-size: 100% 100%;
  983.     background-repeat: no-repeat;
  984.     width: 20px;
  985.     height: 20px;
  986.     position: absolute;
  987.     top: 4px;
  988.     right: 3px;
  989. }
  990.  
  991. .hideTopHeader .td_header {
  992.     height: 77px !important;
  993. }
  994.  
  995. .hideTopHeader .header {
  996.     height: 77px !important;
  997. }
  998.  
  999. .hideTopHeader .header .nav {
  1000.     margin-top: 15px !important;
  1001. }
  1002.  
  1003. .hideTopHeader .mainlayout {
  1004.     height: calc(100% - 77px) !important;
  1005.     height: -moz-calc(100% - 77px) !important;
  1006.     height: -webkit-calc(100% - 77px) !important;
  1007. }
  1008.  
  1009. .hideTopHeader .afb88logoleft {
  1010.     display: none;
  1011. }
  1012.  
  1013. .outloginnav {
  1014.     margin-top: 29px !important;
  1015. }
  1016.  
  1017. a {
  1018.     color: #666;
  1019.     text-decoration: none;
  1020. }
  1021.  
  1022. .leftcentercnt {
  1023.     min-width: 1155px;
  1024.     overflow: auto;
  1025. }
  1026.  
  1027. .mainlayout {
  1028.     min-width: 1180px;
  1029.     /* height: 100%; */
  1030.     height: calc(100% - 135px);
  1031.     height: -moz-calc(100% - 135px);
  1032.     height: -webkit-calc(100% - 135px);
  1033.     position: relative;
  1034.     margin-top: 7px;
  1035. }
  1036.  
  1037. .maincontent {
  1038.     position: absolute;
  1039.     height: 100%;
  1040.     overflow: hidden;
  1041.     left: 228px;
  1042.     top: 0;
  1043.     width: 952px;
  1044. }
  1045.  
  1046. .topmuens {
  1047.     width: 1180px;
  1048.     height: 26px;
  1049.     background-image: url(../Img/min_nav.png);
  1050.     background-size: 100% 100%;
  1051. }
  1052.  
  1053. .topmuens_ye>div>div {
  1054.     float: left;
  1055.     height: 25px;
  1056.     width: 9%;
  1057.     line-height: 25px;
  1058.     color: #875a00;
  1059.     margin-top: 2px;
  1060.     margin-right: 1px;
  1061.     font-size: 11px;
  1062.     display: inline-block;
  1063.     background-image: url(../Img/yellowbutton.png);
  1064.     background-size: 100% 100%;
  1065.     white-space: nowrap;
  1066.     text-overflow: ellipsis;
  1067.     overflow: hidden;
  1068.     text-align: center;
  1069.     font-weight: bold;
  1070.     cursor: pointer;
  1071.     position: relative;
  1072.     text-transform: uppercase;
  1073. }
  1074.  
  1075. .APImaincontent .topmuens_ye>div>div {
  1076.     width: 11%;
  1077. }
  1078.  
  1079. .topmuens_lo>div>div {
  1080.     float: right;
  1081.     height: 25px;
  1082.     width: 112px;
  1083.     line-height: 25px;
  1084.     color: #000000;
  1085.     margin-top: 2px;
  1086.     font-size: 11px;
  1087.     display: inline-block;
  1088.     white-space: nowrap;
  1089.     text-overflow: ellipsis;
  1090.     overflow: hidden;
  1091.     text-align: center;
  1092.     font-weight: bold;
  1093.     cursor: pointer;
  1094.     padding-left: 1px;
  1095. }
  1096.  
  1097. .topmuens_lo>div>div>input {
  1098.     width: 100%;
  1099.     height: 20px;
  1100.     background-color: #a9b8ac;
  1101.     border-radius: 1px;
  1102.     color: #866628;
  1103.     font-size: 13px;
  1104.     border: none;
  1105.     margin: 0 1px;
  1106.     text-align: center;
  1107.     line-height: 20px;
  1108. }
  1109.  
  1110. .topmuens_lo>div>div:first-child {
  1111.     width: 50px !important;
  1112. }
  1113.  
  1114. .topmuens_fix {
  1115.     z-index: 999;
  1116.     width: 1180px;
  1117.     height: 26px;
  1118.     background-image: url(../Img/min_nav.png);
  1119.     background-position-x: -80px;
  1120. }
  1121.  
  1122. .btnSignIn {
  1123.     color: #866628;
  1124.     width: 50px !important;
  1125.     height: 20px;
  1126.     cursor: pointer;
  1127.     background: url(../Img/livechat-btn1.png);
  1128.     background-size: cover;
  1129.     text-transform: uppercase;
  1130. }
  1131.  
  1132. .topmuens_ye>div>div:last-child {
  1133.     color: #866628;
  1134.     background-image: url(../Img/yellowbutton.jpg);
  1135. }
  1136.  
  1137. .lengchoose>div {
  1138.     float: left;
  1139. }
  1140.  
  1141. .oddcnt {
  1142.     position: relative;
  1143.     width: 100%;
  1144.     background: #e9fbdb;
  1145.     margin-top: 2px;
  1146.     height: 22px;
  1147. }
  1148.  
  1149. .buttonmarketLst {
  1150.     cursor: pointer;
  1151.     width: 21px;
  1152.     height: 18px;
  1153.     line-height: 18px;
  1154.     color: #000000;
  1155.     text-decoration: none;
  1156.     font-weight: normal;
  1157.     font-size: 11px;
  1158.     /* padding: 0px 6px; */
  1159.     cursor: pointer;
  1160.     -webkit-border-radius: 4px;
  1161.     -moz-border-radius: 4px;
  1162.     border-radius: 4px;
  1163.     border-width: 1px;
  1164.     border-style: solid;
  1165.     border-color: #bfbdbd;
  1166.     background-color: #FFFFFF;
  1167.     background-repeat: repeat-x;
  1168.     background-position: 0px 0px;
  1169.     position: relative;
  1170.     float: left;
  1171. }
  1172.  
  1173. .icon_AllMarkets {
  1174.     background-color: transparent;
  1175.     background-image: url(../Img/icon_AllMarkets.png);
  1176.     background-repeat: no-repeat;
  1177.     width: 18px;
  1178.     height: 18px;
  1179.     padding: 0 3px 0 3px;
  1180. }
  1181.  
  1182. .SelMenumarketLst,
  1183. .SelMenuSort {
  1184.     width: 126px;
  1185.     background-color: #FFFFFF;
  1186.     border: #afb6bc 1px solid;
  1187.     color: #000000;
  1188.     margin: 0;
  1189.     z-index: 999999;
  1190.     -webkit-border-radius: 3px;
  1191.     border-radius: 3px;
  1192.     position: absolute;
  1193.     left: 0;
  1194.     display: none;
  1195. }
  1196.  
  1197. .divmarketLst {
  1198.     width: 120px;
  1199.     left: 0;
  1200.     position: absolute;
  1201. }
  1202.  
  1203. .divmarketLst {
  1204.     display: none;
  1205. }
  1206.  
  1207. .SelMenuItemBgmarketLst {
  1208.     text-align: left;
  1209.     padding: 1px;
  1210.     cursor: pointer;
  1211.     white-space: nowrap;
  1212.     overflow: hidden;
  1213. }
  1214.  
  1215. .SelMenuSpanmarketLst {
  1216.     padding-left: 20px;
  1217.     font-size: 11px;
  1218.     color: #000000;
  1219. }
  1220.  
  1221. .sanMarkets {
  1222.     width: 93px;
  1223.     height: 17px;
  1224.     position: fixed;
  1225.     margin-left: -78px;
  1226.     margin-top: -1px;
  1227. }
  1228.  
  1229. .icon_MainMarkets {
  1230.     background-color: transparent;
  1231.     background-image: url(../Img/icon_MainMarkets.png);
  1232.     background-repeat: no-repeat;
  1233.     width: 18px;
  1234.     height: 18px;
  1235.     padding: 0 3px 0 3px;
  1236. }
  1237.  
  1238. .icon_OtherMarkets {
  1239.     background-color: transparent;
  1240.     background-image: url(../Img/icon_OtherBetMarkets.png);
  1241.     background-repeat: no-repeat;
  1242.     width: 18px;
  1243.     height: 18px;
  1244.     padding: 0 3px 0 3px;
  1245. }
  1246.  
  1247. .SelMenuItemBgSort {
  1248.     text-align: left;
  1249.     padding: 1px;
  1250.     cursor: pointer;
  1251.     white-space: nowrap;
  1252.     overflow: hidden;
  1253. }
  1254.  
  1255. .icon_NormalSorting {
  1256.     background-color: transparent;
  1257.     background-image: url(../Img/icon_NormalSorting.png);
  1258.     background-repeat: no-repeat;
  1259.     width: 18px;
  1260.     height: 18px;
  1261.     padding: 0 3px 0 3px;
  1262.     color: #000000;
  1263. }
  1264.  
  1265. .icon_SortByTime {
  1266.     background-color: transparent;
  1267.     background-image: url(../Img/icon_SortByTime.png);
  1268.     background-repeat: no-repeat;
  1269.     width: 18px;
  1270.     height: 18px;
  1271.     padding: 0 3px 0 3px;
  1272. }
  1273.  
  1274. .SelMenuSpanSort {
  1275.     padding-left: 20px;
  1276.     font-size: 11px;
  1277.     color: #000000;
  1278. }
  1279.  
  1280. .icon_SingleLine {
  1281.     background-color: transparent;
  1282.     background-image: url(../Img/icon_SingleLine.png);
  1283.     width: 18px;
  1284.     height: 18px;
  1285.     background-repeat: no-repeat;
  1286.     padding: 0px 3px;
  1287. }
  1288.  
  1289. .SelMenuItemBgSort:hover {
  1290.     background-color: #d6d6d6;
  1291.     color: #000000 !important;
  1292. }
  1293.  
  1294. .SelMenuItemBgmarketLst:hover {
  1295.     background-color: #d6d6d6;
  1296.     color: #000000 !important;
  1297. }
  1298.  
  1299. .byTimeSort {
  1300.     width: 105px;
  1301.     height: 17px;
  1302.     position: fixed;
  1303.     margin-left: -97px;
  1304.     margin-top: -1px;
  1305. }
  1306.  
  1307. .menuSortType {
  1308.     width: 25px;
  1309.     margin-left: 3px;
  1310. }
  1311.  
  1312. .menuSingleDouble {
  1313.     width: 25px;
  1314.     margin-left: 3px
  1315. }
  1316.  
  1317. .divSortType {
  1318.     display: none;
  1319.     width: 105px;
  1320.     left: 0;
  1321.     position: absolute
  1322. }
  1323.  
  1324. .SortingNormal {
  1325.     width: 105px;
  1326.     height: 17px;
  1327.     position: fixed;
  1328.     margin-left: -85px;
  1329.     margin-top: -1px;
  1330. }
  1331.  
  1332. .icon_DoubleLine {
  1333.     background-color: transparent;
  1334.     background-image: url(../Img/icon_DoubleLine.png);
  1335.     width: 18px;
  1336.     height: 18px;
  1337.     background-repeat: no-repeat;
  1338.     padding: 0px 3px;
  1339. }
  1340.  
  1341. .SelDoubleSingle {
  1342.     background-color: #FFFFFF;
  1343.     border: #afb6bc 1px solid;
  1344.     color: #000000;
  1345.     margin: 0;
  1346.     z-index: 999999;
  1347.     -webkit-border-radius: 3px;
  1348.     border-radius: 3px;
  1349.     /* left: 108px !important; */
  1350.     top: 18px !important;
  1351.     width: 120px;
  1352.     left: 0;
  1353.     position: absolute;
  1354.     display: none;
  1355. }
  1356.  
  1357. .divSingleDouble {
  1358.     display: none;
  1359.     width: 120px;
  1360.     left: 0;
  1361.     position: absolute;
  1362. }
  1363.  
  1364. .MatchOddtable {
  1365.     overflow-x: hidden;
  1366.     overflow-y: scroll;
  1367. }
  1368.  
  1369. .selectlang {
  1370.     width: 90px;
  1371.     height: 20px;
  1372.     /* line-height: 20px; */
  1373.     color: #000000;
  1374.     font-weight: normal;
  1375.     font-size: 11px;
  1376.     display: inline-block;
  1377.     margin-left: 3px;
  1378.     cursor: pointer;
  1379.     background-color: rgb(255, 255, 255);
  1380.     text-decoration: none;
  1381.     padding: 0px 6px;
  1382.     border-radius: 4px;
  1383.     border-width: 1px;
  1384.     border-style: solid;
  1385.     border-color: rgb(191, 189, 189);
  1386.     background-repeat: repeat-x;
  1387.     background-position: 0 0;
  1388. }
  1389.  
  1390. .lengchoose {
  1391.     width: 926px;
  1392.     height: 22px;
  1393.     position: fixed;
  1394.     z-index: 999;
  1395.     background: #e9fbdb;
  1396. }
  1397.  
  1398. .lengchoose>div {
  1399.     margin-top: 2px;
  1400. }
  1401.  
  1402. .lengueodds {
  1403.     width: 100%;
  1404.     height: auto;
  1405.     position: relative;
  1406. }
  1407.  
  1408. .topmuens_ye {
  1409.     width: 100%;
  1410. }
  1411.  
  1412. .topmuens_fix_ye {
  1413.     width: 952px;
  1414. }
  1415.  
  1416. .menutpeybtn {
  1417.     margin-left: 3px;
  1418. }
  1419.  
  1420. .btnOddslist {
  1421.     width: 100%;
  1422.     height: 20px;
  1423.     position: absolute;
  1424.     background: #ffffff;
  1425.     margin-top: 2px;
  1426. }
  1427.  
  1428. .btnOddslist>div {
  1429.     float: left;
  1430. }
  1431.  
  1432. .oddsTableHeader {
  1433.     width: 100%;
  1434.     height: 48px;
  1435.     position: relative;
  1436. }
  1437.  
  1438. .oddsTableScorll {
  1439.     overflow-y: scroll;
  1440.     overflow-x: hidden;
  1441.     width: 100%;
  1442.     position: relative;
  1443.     height: calc(100% - 47px);
  1444.     height: -moz-calc(100% - 47px);
  1445.     height: -webkit-calc(100% - 47px);
  1446.     background: #2f386f;
  1447.     margin-top: -1px;
  1448. }
  1449.  
  1450. .NotGuest .oddsTableScorll {
  1451.     height: 100%;
  1452. }
  1453.  
  1454. .buttonmarketLst :hover>div:nth-child(2) {
  1455.     display: block;
  1456. }
  1457.  
  1458. .FixoddsTableHeader {
  1459.     position: fixed;
  1460.     z-index: 99;
  1461.     width: 935px;
  1462. }
  1463.  
  1464. .betTypeName:hover {
  1465.     color: #fffe51;
  1466. }
  1467.  
  1468. .navzhedie {
  1469.     float: left;
  1470.     width: 12px;
  1471.     height: 12px;
  1472.     margin-right: 4px;
  1473.     margin-top: 11px;
  1474.     margin-left: 8px;
  1475.     display: block;
  1476.     background: url(../Img/zhedie.png) no-repeat;
  1477.     background-size: 100% 100%;
  1478. }
  1479.  
  1480. .hideTopHeader .navzhedie {
  1481.     transform: rotate(180deg);
  1482. }
  1483.  
  1484. .navzhedie_left {
  1485.     float: left;
  1486.     width: 12px;
  1487.     height: 12px;
  1488.     margin-right: 4px;
  1489.     margin-top: 11px;
  1490.     margin-left: 8px;
  1491.     display: block;
  1492.     background: url(../Img/zhedie_left.png) no-repeat;
  1493.     background-size: 100% 100%;
  1494. }
  1495.  
  1496. .hideLeftMnue .navzhedie_left {
  1497.     transform: rotate(180deg);
  1498. }
  1499.  
  1500. .panelBetBg {
  1501.     background-color: #FFF;
  1502.     border: #fffc00;
  1503.     border-collapse: collapse;
  1504.     width: 95%;
  1505.     height: 100%;
  1506. }
  1507.  
  1508. .GBHeading1 {
  1509.     background: url(../Img/b10.jpg) no-repeat;
  1510.     font-size: 11px;
  1511.     font-weight: normal;
  1512.     font-weight: bold;
  1513.     color: #fff;
  1514. }
  1515.  
  1516. tr.tvshowdown_aa1 {
  1517.     height: 16.4px;
  1518. }
  1519.  
  1520. .Normal1 {
  1521.     font-size: 11px;
  1522.     font-weight: normal;
  1523.     color: Gray;
  1524.     text-decoration: underline;
  1525.     /* padding: 10px 0; */
  1526.     /* font-weight: bold; */
  1527. }
  1528.  
  1529. .Bold {
  1530.     font-size: 11px;
  1531.     color: #000;
  1532.     font-weight: bold !important;
  1533. }
  1534.  
  1535. .Normal {
  1536.     font-size: 11px;
  1537.     font-weight: normal;
  1538.     height: 14px;
  1539.     color: #000;
  1540. }
  1541.  
  1542. .HDPBox {
  1543.     background-color: #E9FBDB;
  1544.     border: thin solid #FFF;
  1545.     text-align: center;
  1546.     width: 166px;
  1547.     height: 33px;
  1548.     line-height: 16px;
  1549. }
  1550.  
  1551. .HDPBox_downtable {
  1552.     border: 1px solid #b2b2b2;
  1553. }
  1554.  
  1555. .boldBg {
  1556.     font-size: 11px;
  1557.     color: Black;
  1558.     font-weight: bold;
  1559.     background-color: #90ee90;
  1560. }
  1561.  
  1562. .boldBg2 {
  1563.     font-size: 11px;
  1564.     color: Black;
  1565.     font-weight: bold;
  1566.     BORDER-TOP-WIDTH: 2px;
  1567.     BORDER-LEFT-WIDTH: 2px;
  1568.     BORDER-BOTTOM-WIDTH: 2px;
  1569.     /* BACKGROUND-COLOR: #9dda4f; */
  1570.     BACKGROUND-IMAGE: url(../Img/isOddsChangeBlink.gif);
  1571. }
  1572.  
  1573. .endtrPanNonParlay_aa1 {
  1574.     width: 225px;
  1575.     height: 17px;
  1576. }
  1577.  
  1578. .nLeft {
  1579.     font-size: 11px;
  1580.     font-weight: normal;
  1581.     color: black;
  1582.     border-left: 1px solid white;
  1583.     border-bottom: 1px solid white;
  1584.     border-top: 1px solid white;
  1585.     border-right: 1px solid white;
  1586.     background-color: #E9FBDB;
  1587. }
  1588.  
  1589. .nRight {
  1590.     font-size: 11px;
  1591.     font-weight: normal;
  1592.     color: black;
  1593.     border-right: 1px solid white;
  1594.     border-bottom: 1px solid white;
  1595.     border-top: 1px solid white;
  1596.     /* background-color: #D3F8C7; */
  1597. }
  1598.  
  1599. .nAll {
  1600.     font-size: 11px;
  1601.     font-weight: normal;
  1602.     color: black;
  1603.     border: 1px solid red;
  1604. }
  1605.  
  1606. .endtrPanNonParlay_aa2 {
  1607.     width: 225px;
  1608.     height: 25px;
  1609. }
  1610.  
  1611. input.BetTextBox {
  1612.     font-size: 14px;
  1613.     font-weight: bold;
  1614.     width: 100px;
  1615.     height: 25px;
  1616.     border: 1px solid #c1bcbc;
  1617. }
  1618.  
  1619. .Normal_aa1 {
  1620.     height: 4px;
  1621. }
  1622.  
  1623. .heigtbetlist_aa1 {
  1624.     height: 4px;
  1625. }
  1626.  
  1627. .cancel_btnm {
  1628.     display: inline-block;
  1629.     width: 85px;
  1630.     height: 30px;
  1631.     text-align: center;
  1632.     line-height: 30px;
  1633.     background-image: url(../Img/clear_EN-US.png);
  1634.     background-size: 100% 100%;
  1635.     color: #fff;
  1636.     font-weight: bold;
  1637.     cursor: pointer;
  1638. }
  1639.  
  1640. .ok_btnm {
  1641.     display: inline-block;
  1642.     width: 85px;
  1643.     height: 30px;
  1644.     text-align: center;
  1645.     line-height: 30px;
  1646.     background-image: url(../Img/bet_EN-US.png);
  1647.     background-size: 100% 100%;
  1648.     color: #fff;
  1649.     font-weight: bold;
  1650.     cursor: pointer;
  1651. }
  1652.  
  1653. .PARTipsInTable_downtdaa1 {
  1654.     height: 20px;
  1655.     line-height: 15px;
  1656.     font-size: 15px;
  1657.     font-weight: bold;
  1658.     color: red;
  1659. }
  1660.  
  1661. .nLeftHeading11 {
  1662.     font-size: 12px;
  1663.     font-weight: bold;
  1664.     color: red;
  1665.     border-left: 1px solid #9c9898;
  1666.     border-bottom: 1px solid #9c9898;
  1667.     border-top: 1px solid #9c9898;
  1668.     border-right: 1px solid #9c9898;
  1669.     /* background-color: #D3F8C7; */
  1670. }
  1671.  
  1672. .btn-group_aa1 {
  1673.     overflow-x: auto;
  1674.     overflow-y: hidden;
  1675.     display: flex;
  1676.     min-height: 45px;
  1677.     width: 228px;
  1678. }
  1679.  
  1680. .chip {
  1681.     min-width: 40px !important;
  1682.     height: 40px !important;
  1683. }
  1684.  
  1685. .btn-quickBet>.btn {
  1686.     background-color: transparent;
  1687. }
  1688.  
  1689. .btn-quickBet>.btn {
  1690.     color: #FFF;
  1691.     border: rgba(255, 255, 255, 0.12) 1px solid;
  1692.     font-weight: bold;
  1693.     font-size: 15px;
  1694.     -webkit-box-flex: 1;
  1695.     -ms-flex: 1;
  1696.     -webkit-flex: 1;
  1697.     flex: 1;
  1698. }
  1699.  
  1700. .btn-group-vertical>.btn,
  1701. .btn-group>.btn {
  1702.     position: relative;
  1703.     float: left;
  1704. }
  1705.  
  1706. .btn-group>.btn:first-child {
  1707.     margin-left: 0 !important;
  1708. }
  1709.  
  1710. .chip1,
  1711. .btn.chip1.active {
  1712.     background-image: url(../Img/Chips1.png);
  1713.     background-position: 0px 0px;
  1714.     background-repeat: no-repeat;
  1715.     background-size: contain;
  1716.     min-width: 45px;
  1717. }
  1718.  
  1719. .chip10,
  1720. .btn.chip10.active {
  1721.     background-image: url(../Img/Chips10.png);
  1722.     background-position: 0px 0px;
  1723.     background-repeat: no-repeat;
  1724.     background-size: contain;
  1725.     min-width: 45px;
  1726. }
  1727.  
  1728. .chip50,
  1729. .btn.chip50.active {
  1730.     background-image: url(../Img/Chips50.png);
  1731.     background-position: 0px 0px;
  1732.     background-repeat: no-repeat;
  1733.     background-size: contain;
  1734.     min-width: 45px;
  1735. }
  1736.  
  1737. .chip100,
  1738. .btn.chip100.active {
  1739.     background-image: url(../Img/Chips100.png);
  1740.     background-position: 0px 0px;
  1741.     background-repeat: no-repeat;
  1742.     background-size: contain;
  1743.     min-width: 45px;
  1744. }
  1745.  
  1746. .chip500,
  1747. .btn.chip500.active {
  1748.     background-image: url(../Img/Chips500.png);
  1749.     background-position: 0px 0px;
  1750.     background-repeat: no-repeat;
  1751.     background-size: contain;
  1752.     min-width: 45px;
  1753. }
  1754.  
  1755. .chip1000,
  1756. .btn.chip1000.active {
  1757.     background-image: url(../Img/Chips1000.png);
  1758.     background-position: 0px 0px;
  1759.     background-repeat: no-repeat;
  1760.     background-size: contain;
  1761.     min-width: 45px;
  1762. }
  1763.  
  1764. .chip5000,
  1765. .btn.chip5000.active {
  1766.     background-image: url(../Img/Chips5000.png);
  1767.     background-position: 0px 0px;
  1768.     background-repeat: no-repeat;
  1769.     background-size: contain;
  1770.     min-width: 45px;
  1771. }
  1772.  
  1773. .chip10000,
  1774. .btn.chip10000.active {
  1775.     background-image: url(../Img/Chips10000.png);
  1776.     background-position: 0px 0px;
  1777.     background-repeat: no-repeat;
  1778.     background-size: contain;
  1779.     min-width: 45px;
  1780.     height: 45px;
  1781. }
  1782.  
  1783. .chip50000,
  1784. .btn.chip50000.active {
  1785.     background-image: url(../Img/Chips50000.png);
  1786.     background-position: 0px 0px;
  1787.     background-repeat: no-repeat;
  1788.     background-size: contain;
  1789.     min-width: 45px;
  1790.     height: 45px;
  1791. }
  1792.  
  1793. .chip30000,
  1794. .btn.chip30000.active {
  1795.     background-image: url(../Img/Chips30000.png);
  1796.     background-position: 0px 0px;
  1797.     background-repeat: no-repeat;
  1798.     background-size: contain;
  1799.     min-width: 45px;
  1800.     height: 45px;
  1801. }
  1802.  
  1803. .chip100000,
  1804. .btn.chip100000.active {
  1805.     background-image: url(../Img/Chips100000.png);
  1806.     background-position: 0px 0px;
  1807.     background-repeat: no-repeat;
  1808.     background-size: contain;
  1809.     min-width: 45px;
  1810.     height: 45px;
  1811. }
  1812.  
  1813. .chipmax,
  1814. .btn.chipmax.active {
  1815.     background-image: url(../Img/ChipsMax.png);
  1816.     background-position: 0px 0px;
  1817.     background-repeat: no-repeat;
  1818.     background-size: contain;
  1819.     min-width: 45px;
  1820.     height: 45px;
  1821. }
  1822.  
  1823. .nLeftHeading111 {
  1824.     font-size: 12px;
  1825.     font-weight: bold;
  1826.     color: red;
  1827.     border-left: 1px solid #9c9898;
  1828.     border-bottom: 1px solid #9c9898;
  1829.     border-right: 1px solid #9c9898;
  1830. }
  1831.  
  1832. .nRightBold {
  1833.     font-size: 11px;
  1834.     color: Black;
  1835.     font-weight: bold;
  1836.     border-right: 1px solid #9c9898;
  1837.     border-bottom: 1px solid #9c9898;
  1838.     border-top: 1px solid #9c9898;
  1839. }
  1840.  
  1841. .nRightBold1 {
  1842.     font-size: 11px;
  1843.     color: Black;
  1844.     font-weight: bold;
  1845.     border-right: 1px solid #9c9898;
  1846.     border-bottom: 1px solid #9c9898;
  1847. }
  1848.  
  1849. .betPar {
  1850.     font-size: 11px;
  1851.     color: #000;
  1852.     font-weight: bold;
  1853. }
  1854.  
  1855. .betPar>div:nth-child(odd) {
  1856.     background-color: #E8FDEA;
  1857. }
  1858.  
  1859. .betPar>div:nth-child(even) {
  1860.     background-color: #D3FAD5;
  1861. }
  1862.  
  1863. .betParOdds_aa1 {
  1864.     height: 20px;
  1865. }
  1866.  
  1867. .odds-change {
  1868.     background-image: url(../Img/oddchangebg.gif) !important;
  1869.     background-size: 100% 100% !important;
  1870. }
  1871.  
  1872. .betParOdds_downaa1 {
  1873.     font-size: 16px;
  1874. }
  1875.  
  1876. /************NEW oddsBetWrap***********************/
  1877.  
  1878. .oddsBetWrap {
  1879.     clear: both;
  1880.     position: relative;
  1881.     z-index: 90;
  1882.     line-height: 1.2;
  1883. }
  1884.  
  1885. .oddsBetWrap .dhshowbet.showtop {
  1886.     bottom: 18px;
  1887.     top: unset;
  1888. }
  1889.  
  1890. .oddsBetWrap .dhshowbet.showtop::after {
  1891.     display: none;
  1892. }
  1893.  
  1894. .oddsBetWrap .dhshowbet.showbottom {
  1895.     top: 15px;
  1896.     bottom: unset;
  1897. }
  1898.  
  1899. .oddsBetWrap .dhshowbet.showright {
  1900.     left: -20px;
  1901.     right: unset;
  1902. }
  1903.  
  1904. .oddsBetWrap .dhshowbet.showleft {
  1905.     right: -2px;
  1906.     left: unset;
  1907. }
  1908.  
  1909. .oddsBetWrap .showright.cunzaiwys::after {
  1910.     left: 19px;
  1911.     right: unset;
  1912. }
  1913.  
  1914. .oddsBetWrap .showleft.cunzaiwys::after {
  1915.     right: 1px;
  1916.     left: unset;
  1917. }
  1918.  
  1919. .oddsBetWrap .showtop.cunzaiwys::after {
  1920.     bottom: -3px;
  1921.     top: unset;
  1922. }
  1923.  
  1924. .oddsBetWrap .showbottom.cunzaiwys::after {
  1925.     bottom: unset;
  1926.     top: -4px;
  1927. }
  1928.  
  1929. .dhshowbet {
  1930.     /*position:fixed;*/
  1931.     position: absolute;
  1932.     top: 18px;
  1933.     left: -100px;
  1934.     box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0.2rem 0px;
  1935.     cursor: default;
  1936.     font-weight: normal;
  1937.     color: black;
  1938.     text-align: left;
  1939.     background: rgb(245, 245, 245);
  1940.     padding: 0 3px;
  1941.     width: 200px !important;
  1942.     /*top: 300px;
  1943.     left: 555px;*/
  1944.     font-size: 16px;
  1945.     z-index: 99;
  1946. }
  1947.  
  1948. .bingobet,
  1949. .oddsBetWrap .divWrapBet+.oddsBet {
  1950.     background-color: #ffffff;
  1951.     /*border: 1px solid #cebaba;*/
  1952.     box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0.05rem 1px;
  1953. }
  1954.  
  1955. /************NEW tip***********************/
  1956. .tip-cust {
  1957.     width: 1180px;
  1958.     position: fixed;
  1959.     margin: auto;
  1960.     top: 0px;
  1961.     z-index: 999;
  1962.     padding: 3px 8px;
  1963.     max-height: 450px;
  1964.     overflow-y: auto;
  1965. }
  1966.  
  1967. .tip-cust .tmCountDown {
  1968.     float: right;
  1969.     color: blue;
  1970.     font-size: 13px;
  1971. }
  1972.  
  1973. .tip-cust .list-group {
  1974.     background-color: rgba(0, 0, 0, 0.12);
  1975.     border-radius: 4px;
  1976.     padding: 0 3px;
  1977.     max-width: 460px;
  1978.     margin: auto;
  1979. }
  1980.  
  1981. .tip-cust .list-group>.list-group-item {
  1982.     border-radius: 2px;
  1983.     border-style: none;
  1984.     background-color: #FAFAFA;
  1985.     margin: 4px 0;
  1986.     overflow: hidden;
  1987.     -webkit-box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12);
  1988.     box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12);
  1989.     border-top: 0;
  1990.     border-left: 0;
  1991.     border-right: 0;
  1992.     border-bottom: rgba(0, 0, 0, 0.12) 1px solid;
  1993.     margin-bottom: 0;
  1994.     padding: 12px;
  1995.     background-color: #FAFAFA;
  1996.     position: relative;
  1997.     display: block;
  1998.     padding: 2px 15px;
  1999.     margin-bottom: -1px;
  2000.     background-color: #fff;
  2001.     border: 1px solid #ddd
  2002. }
  2003.  
  2004. .tip-cust .list-group>.list-group-item:first-child {
  2005.     border-top-left-radius: 4px;
  2006.     border-top-right-radius: 4px
  2007. }
  2008.  
  2009. .tip-cust .list-group>.list-group-item:last-child {
  2010.     margin-bottom: 0;
  2011.     border-bottom-right-radius: 4px;
  2012.     border-bottom-left-radius: 4px
  2013. }
  2014.  
  2015. .tip-cust .list-group .btn.btn-clear>i {
  2016.     margin-top: 0
  2017. }
  2018.  
  2019. .tip-cust .list-group .btn.btn-clear {
  2020.     float: right;
  2021.     padding: 8px;
  2022.     width: 40px;
  2023.     height: 40px;
  2024.     min-height: auto;
  2025.     margin-right: -27px;
  2026.     margin-top: -11px;
  2027.     top: 3px;
  2028.     font-size: 16px;
  2029.     font-weight: bold;
  2030.     cursor: pointer;
  2031. }
  2032.  
  2033. .tip-cust .Sorcetable tr {
  2034.     line-height: 16px;
  2035. }
  2036.  
  2037. .tip-cust .Sorcetable tr .tipsnbright {
  2038.     width: 200px;
  2039.     text-align: right;
  2040. }
  2041.  
  2042. .tip-cust .Sorcetable tr .tipsnbleft {
  2043.     width: 200px;
  2044.     text-align: left;
  2045. }
  2046.  
  2047. .tip-cust .Sorcetable tr .tipsnbright {
  2048.     width: 200px;
  2049.     text-align: right;
  2050. }
  2051.  
  2052. .tip-cust .Sorcetable tr .tipsnbleft {
  2053.     width: 200px;
  2054.     text-align: left;
  2055. }
  2056.  
  2057. /************NEW tip***********************/
  2058.  
  2059. .lstMultiPar2 {
  2060.     border: 1px solid;
  2061. }
  2062.  
  2063. .hideLeftMnue .mainleft {
  2064.     display: none;
  2065. }
  2066.  
  2067. .hideLeftMnue .maincontent {
  2068.     left: 0;
  2069.     width: 1180px;
  2070. }
  2071.  
  2072. .hideLeftMnue .topmuens_fix_ye {
  2073.     width: 1179px;
  2074. }
  2075.  
  2076. .hideLeftMnue .FixoddsTableHeader {
  2077.     width: 1162px;
  2078. }
  2079.  
  2080. .hideLeftMnue .topmuens_ye>div>div {
  2081.     width: 10%;
  2082. }
  2083.  
  2084. .hideLeftMnue .FixoddsTableHeader {
  2085.     width: 1162px;
  2086. }
  2087.  
  2088. .hideLeftMnue.IsMobileWeb .FixoddsTableHeader {
  2089.     width: 1179px;
  2090. }
  2091.  
  2092. .IsMobileWeb .FixoddsTableHeader {
  2093.     width: 952px;
  2094. }
  2095.  
  2096. .FixoddsTableHeader>table {
  2097.     width: 100%;
  2098.     background: #4c984c;
  2099. }
  2100.  
  2101. .parlay-bar_dh .tab_dh>li {
  2102.     white-space: nowrap;
  2103.     display: table-cell;
  2104.     font-size: 14px;
  2105.     position: relative;
  2106.     text-align: center;
  2107. }
  2108.  
  2109. .parlay-bar_dh.filter-bardh .tab_dh>li {
  2110.     padding-right: 0;
  2111.     padding-left: 4px;
  2112.     max-width: 100px;
  2113. }
  2114.  
  2115. .parlay-bar_dh.filter-bardh .tab_dh>li:first-child {
  2116.     padding-left: 0;
  2117. }
  2118.  
  2119. .parlay-bar_dh ul.tab_dh {
  2120.     height: 40px;
  2121.     width: 100%;
  2122.     padding: 0;
  2123.     margin: 0;
  2124.     list-style: none;
  2125.     display: table;
  2126.     overflow-x: auto;
  2127.     overflow-y: hidden;
  2128. }
  2129.  
  2130. .parlay-bar_dh .btn_dh {
  2131.     display: inline-block;
  2132.     padding: 6px 12px;
  2133.     margin-bottom: 0;
  2134.     font-size: 14px;
  2135.     font-weight: 400;
  2136.     line-height: 1.42857143;
  2137.     text-align: center;
  2138.     white-space: nowrap;
  2139.     vertical-align: middle;
  2140.     -ms-touch-action: manipulation;
  2141.     touch-action: manipulation;
  2142.     cursor: pointer;
  2143.     -webkit-user-select: none;
  2144.     -moz-user-select: none;
  2145.     -ms-user-select: none;
  2146.     user-select: none;
  2147.     background-image: none;
  2148.     border: 1px solid transparent;
  2149.     border-radius: 4px;
  2150. }
  2151.  
  2152. .parlay-bar_dh.filter-bardh .tab_dh>li+li:before {
  2153.     content: "";
  2154.     position: absolute;
  2155.     left: 0;
  2156.     top: 10px;
  2157.     height: 20px;
  2158.     border-left: rgba(0, 0, 0, 0.12) 1px solid;
  2159. }
  2160.  
  2161. .betlist_b span.gb {
  2162.     display: inline-block;
  2163.     width: 100%;
  2164.     height: 20px;
  2165.     line-height: 20px;
  2166.     color: #666;
  2167.     BORDER-COLLAPSE: collapse;
  2168. }
  2169.  
  2170. .listbeton {
  2171.     padding: 12px;
  2172.     padding-top: 5px;
  2173.     width: 100%;
  2174.     border-bottom: 1px #aeaeae solid;
  2175.     box-shadow: 0 2px 0 #ffffff;
  2176.     border-top: 1px #cdcdcd solid;
  2177.     text-align: left;
  2178. }
  2179.  
  2180. .listbeton:nth-child(odd) {
  2181.     background-color: #fcfcfc;
  2182. }
  2183.  
  2184. .listbeton:nth-child(even) {
  2185.     background-color: #d8d8d8;
  2186. }
  2187.  
  2188. .TipsNO {
  2189.     float: right;
  2190.     font-size: 12px;
  2191.     font-weight: bold;
  2192.     color: #ff7d00;
  2193. }
  2194.  
  2195. .hide {
  2196.     display: none;
  2197. }
  2198.  
  2199. .gbGive {
  2200.     FONT-WEIGHT: bold;
  2201.     FONT-SIZE: 12px;
  2202.     COLOR: #ee2c2c;
  2203. }
  2204.  
  2205. .Accepted {
  2206.     font-size: 14px;
  2207.     font-weight: normal;
  2208.     color: white;
  2209.     background-color: green;
  2210. }
  2211.  
  2212. .tableBalance {
  2213.     background: #ffffff;
  2214.     padding: 10px;
  2215.     font-size: 12px;
  2216.  
  2217. }
  2218.  
  2219. .tableBalance .Positive2 {
  2220.     color: black;
  2221. }
  2222.  
  2223. .Select-League {
  2224.     width: 120px !important;
  2225. }
  2226.  
  2227. .top_cssstyle {
  2228.     width: 110px !important;
  2229. }
  2230.  
  2231. .HTabEarly {
  2232.     width: 100px !important;
  2233. }
  2234.  
  2235. .HTabResult {
  2236.     width: 98px !important;
  2237. }
  2238.  
  2239. .APImaincontent .Select-League {
  2240.     width: 110px !important;
  2241. }
  2242.  
  2243. APImaincontent .top_cssstyle {
  2244.     width: 105px !important;
  2245. }
  2246.  
  2247. APImaincontent .HTabEarly {
  2248.     width: 100px !important;
  2249. }
  2250.  
  2251. APImaincontent .HTabResult {
  2252.     width: 98px !important;
  2253.     margin-right: 0px;
  2254. }
  2255.  
  2256. .HLOGOUT {
  2257.     margin-right: 0 !important;
  2258. }
  2259.  
  2260. .hideLeftMnue .HTabResult {
  2261.     width: 132px !important;
  2262. }
  2263.  
  2264. .layui-layer-title {
  2265.     background-color: #1f5e1f;
  2266.     background: #1f5e1f;
  2267.     background: -webkit-gradient(linear, left top, left bottom, from(#1f5e1f), to(#1a881a)) !important;
  2268.     background: -moz-linear-gradient(top, #1f5e1f, #1a881a) !important;
  2269.     background: -o-linear-gradient(top, #1f5e1f, #1a881a) !important;
  2270.     background: -ms-linear-gradient(top, #1f5e1f, #1a881a) !important;
  2271.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f5e1f', endColorstr='#1a881a') !important;
  2272. }
  2273.  
  2274. ul.early li.rungun {
  2275.     display: none;
  2276. }
  2277.  
  2278. .bgshanshuo {
  2279.     background-color: #1f5e1f;
  2280.     animation: twinkling 1s infinite;
  2281.     -webkit-animation: twinkling 1s infinite;
  2282. }
  2283.  
  2284. @-webkit-keyframes twinkling {
  2285.     0% {
  2286.         background-color: #72c46d;
  2287.     }
  2288.  
  2289.     100% {
  2290.         background-color: #6c6c6c;
  2291.     }
  2292. }
  2293.  
  2294. @keyframes twinkling {
  2295.     0% {
  2296.         background-color: #72c46d;
  2297.     }
  2298.  
  2299.     100% {
  2300.         background-color: #6c6c6c;
  2301.     }
  2302. }
  2303.  
  2304. .badge {
  2305.     position: absolute;
  2306.     right: 0;
  2307.     top: 0;
  2308.     color: #FFF;
  2309.     height: 15px;
  2310.     font-size: 10px;
  2311.     line-height: 13px;
  2312.     min-width: 8px;
  2313.     border-radius: 8px;
  2314.     background-color: red;
  2315.     padding: 0px 2px;
  2316. }
  2317.  
  2318. .NotGuest .mainlayout {
  2319.     height: calc(100% - 161px);
  2320.     height: -moz-calc(100% - 161px);
  2321.     height: -webkit-calc(100% - 161px);
  2322. }
  2323.  
  2324. .NOtipsParlary {
  2325.     width: 480px;
  2326.     height: 100px;
  2327.     position: fixed;
  2328.     top: 0;
  2329.     left: 30%;
  2330.     margin-left: -100px;
  2331.     background: #FFF;
  2332.     border-bottom-left-radius: 8px;
  2333.     border-bottom-right-radius: 8px;
  2334.     transform: translateY(-100px);
  2335.     transition: 2s;
  2336.     z-index: 999;
  2337.     line-height: 100px;
  2338.     font-weight: bold;
  2339.     color: red;
  2340.     font-size: 16px;
  2341.     text-align: center;
  2342. }
  2343.  
  2344. .showTipParlary {
  2345.     transform: translateY(300px);
  2346. }
  2347.  
  2348. .Error {
  2349.     color: red !important;
  2350.     font-weight: bold;
  2351.     font-size: 11px;
  2352. }
  2353.  
  2354. .bResult {
  2355.     text-align: left;
  2356.     background: #fcfcfc;
  2357.     top: 100px;
  2358.     margin-left: auto;
  2359.     margin-right: auto;
  2360.     border: 2px solid #008000;
  2361.     padding: 10px;
  2362. }
  2363.  
  2364. .bResult th,
  2365. .bResult td {
  2366.     padding: 5px 10px 5px 10px;
  2367.     font-size: 15px;
  2368.     background: #A3A992;
  2369. }
  2370.  
  2371. body.IsMobileWeb {
  2372.     height: 120%;
  2373. }
  2374.  
  2375. .Rejected {
  2376.     color: red !important;
  2377.     font-weight: bold;
  2378. }
  2379.  
  2380. .tb_login {
  2381.     width: 655px;
  2382.     padding: 5px;
  2383. }
  2384.  
  2385. .tb_btnlogin {
  2386.     width: 305px;
  2387.     padding: 5px;
  2388. }
  2389.  
  2390. .btn_bt {
  2391.     background: linear-gradient(90deg, rgba(0, 138, 255, 1) 28%, rgba(48, 160, 255, 1) 100%) !important;
  2392. }
  2393.  
  2394. .btn_menu {
  2395.     width: 130px;
  2396.     padding: 5px;
  2397. }
  2398.  
  2399.  
  2400. .btn_deposit_b {
  2401.     width: 150px;
  2402.     padding: 5px 5px 5px 25px;
  2403. }
  2404.  
  2405. .btn_deposit {
  2406.     background: linear-gradient(180deg, rgba(255, 195, 34, 1) 0%, rgba(240, 110, 0, 1) 79%, rgba(241, 110, 0, 1) 100%) !important;
  2407. }
  2408.  
  2409. .btn-submit{
  2410.     cursor: pointer;
  2411.     border-radius: 5px;
  2412.     padding: 2px 5px;
  2413.     border: #a5a3a3 1px solid; 
  2414. }
  2415.  
  2416.  
  2417.  
  2418. .tb_wfStakevoid0{
  2419.     background: #dce7fe;
  2420.     border-bottom: solid #2277ff 1px;
  2421.     width: 100%;
  2422. }
  2423.  
  2424. .th_wfStakevoid0{
  2425.     background: #2277ff;
  2426.     color: #dce7fe;
  2427.     text-align: center;
  2428.     width: 20%;
  2429. }
  2430.  
  2431. .th_wfStakevoid0_f{
  2432.     background: #2277ff;
  2433.     color: #dce7fe;
  2434.     text-align: center;
  2435.     width: 5%;
  2436. }
  2437.  
  2438. .tb_wfStakevoid0.table-striped tbody tr:nth-of-type(odd) {
  2439.     background-color: #ffffff;
  2440. }
  2441.  
  2442.  
  2443. .tb_wfStakevoid0.table-bordered td, .tb_wfStakevoid0.table-bordered th {
  2444.     border-right: solid #2277ff 1px !important;
  2445.     border-left: 1px solid #2277ff !important;
  2446. }
  2447.  
  2448. .tb_wfAccHistory0{
  2449.     background: #dce7fe;
  2450.     border-bottom: solid #2277ff 1px;
  2451.     width: 100%;
  2452. }
  2453.  
  2454. .th_wfAccHistory0{
  2455.     background: #2277ff;
  2456.     color: #dce7fe;
  2457.     text-align: center;
  2458.     width: 20%;
  2459. }
  2460.  
  2461. .th_wfAccHistory0_f{
  2462.     background: #2277ff;
  2463.     color: #dce7fe;
  2464.     text-align: center;
  2465.     width: 5%;
  2466. }
  2467.  
  2468. .tb_wfAccHistory0.table-striped tbody tr:nth-of-type(odd) {
  2469.     background-color: #ffffff;
  2470. }
  2471.  
  2472.  
  2473. .tb_wfAccHistory0.table-bordered td, .tb_wfAccHistory0.table-bordered th {
  2474.     border-right: solid #2277ff 1px !important;
  2475.     border-left: 1px solid #2277ff !important;
  2476. }
  2477.  
  2478. span#txtbtnMANUALSETTING {
  2479.     top: -5px;
  2480.     position: relative;
  2481. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement