/* Minification failed. Returning unminified contents.
(557,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

EraserDust.ttf html{
    height: 100%;
}


img{
    border: none;
}

textarea{
    overflow: auto;
    resize: none;
}

a:focus,
a:hover,
a:active{
    text-decoration: none;
    outline: none;
    transition: .3s;
    behavior: expression(this.onFocus=this.blur());
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover{
    outline: 0px !important;
    -webkit-appearance: none;
    border-style: hidden; /*Sean: �קKPC�Ȥ��focus�ɷ|�h�X�Ŧ����*/
}

button:focus{
    outline: 0px !important;
    -webkit-appearance: none;
}

.clearfix:before,
.clearfix:after{
    display: table;
    content: "";
}

.clearfix:after{
    clear: both;
}

.clearfix{
    *zoom: 1;
}

.fl{
    float: left;
}

.fr{
    float: right;
}
.tc{
    text-align: center;
}
.tl{
    text-align: left;
}

.tr{
    text-align: right;
}

.inflex{
    display: inline-flex;
}
.inblock{
    display: inline-block;
}
.abs{
    position: absolute;
}

.rel{
    position: relative;
}
.show{
    display: block;
}
.hide{
    display: none;
}

.fz12{
	font-size: 12px;
}
.fz14{
	font-size: 14px;
}
.fz15{
    font-size: 15px;
}
.fz16{
    font-size: 16px;
}
.fz17{
    font-size: 17px;
}
.fz18{
	font-size: 18px;
}
.fz24{
	font-size: 24px;
}
b{
    font-weight: bold;
}
.red-text{
    color:#ff0000 !important;
}
.green-text{
    color: green !important;
}
.gold-text {
	color: #ffc456;
}
.yellow-text {
    color: #f8ee96;
}
.black {
    background-color: black !important;
}
.padding-none {
    padding: 0 !important;
}
.vcenter {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}
.flex {
    align-items: center;
    justify-content: center;
    display: flex;
}
.ellipsis {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table-ellipsis{
    max-width: 0;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body, html {
    font-family: "Arial","微軟正黑體","微软正黑体";
    -ms-overflow-style: scrollbar;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}
.wrap {
	min-height: 100%;
	min-width: 1200px;
}
.main-icon {
	background: url(/Content/images/main/mian-icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle
}
.bet-icon {
    background: url(/Content/images/bet/bet-icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.bgmain {
    background: url(/Content/images/main/backimage.jpg) top center;
    background-attachment: fixed;
    min-height: 100vh;
    overflow-y: auto;
}
.red-btn,.brown-btn:hover,.brown-btn:focus,.red-bg {
	background: #d1001b;
	background: -moz-linear-gradient(top, #d1001b 0%, #980000 100%);
	background: -webkit-linear-gradient(top, #d1001b 0%,#980000 100%);
	background: linear-gradient(to bottom, #d1001b 0%,#980000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1001b', endColorstr='#980000',GradientType=0 );
	color: #fff;
	border-radius : 3px;
}
.red-btn:hover {
	background: #d1001b;
	background: -moz-linear-gradient(bottom, #d1001b 0%, #980000 100%);
	background: -webkit-linear-gradient(bottom, #d1001b 0%,#980000 100%);
	background: linear-gradient(to top, #d1001b 0%,#980000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980000', endColorstr='#d1001b',GradientType=0 );
	color: #fff;
}
.red-btn2 {
	background: #920007;
	background: -moz-linear-gradient(top, #920007 0%, #440000 100%);
	background: -webkit-linear-gradient(top, #920007 0%,#440000 100%);
	background: linear-gradient(to bottom, #920007 0%,#440000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920007', endColorstr='#440000',GradientType=0 );
	color: #fff;
	border-radius: 3px;
}
.red-btn2:hover{
    color:#ffffff;
    background: #ae1c1c;
}

.red-btn2:focus{
    color:#ffffff;
    background: #d1001b;
	background: -moz-linear-gradient(bottom, #d1001b 0%, #980000 100%);
	background: -webkit-linear-gradient(bottom, #d1001b 0%,#980000 100%);
	background: linear-gradient(to top, #d1001b 0%,#980000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980000', endColorstr='#d1001b',GradientType=0 );
}
.gold-btn {
	background: rgba(90,62,37,1);
	background: -moz-linear-gradient(top, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90,62,37,1)), color-stop(18%, rgba(165,116,37,1)), color-stop(29%, rgba(254,221,91,1)), color-stop(45%, rgba(178,127,39,1)), color-stop(65%, rgba(103,70,39,1)), color-stop(100%, rgba(26,26,20,1)));
	background: -webkit-linear-gradient(top, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
	background: -o-linear-gradient(top, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
	background: -ms-linear-gradient(top, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
	background: linear-gradient(to bottom, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3e25', endColorstr='#1a1a14', GradientType=0 );
	box-shadow: 1px 5px 2px rgba(0,0,0,0.65);
	border: 1px solid #000;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.55);
}
.gold-btn:hover, .exclude_bettype.active .gold-btn {
	background: rgba(26,26,20,1);
	background: -moz-linear-gradient(top, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,26,20,1)), color-stop(35%, rgba(103,70,39,1)), color-stop(55%, rgba(178,127,39,1)), color-stop(71%, rgba(254,221,91,1)), color-stop(82%, rgba(165,116,37,1)), color-stop(100%, rgba(90,62,37,1)));
	background: -webkit-linear-gradient(top, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
	background: -o-linear-gradient(top, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
	background: linear-gradient(to bottom, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a14', endColorstr='#5a3e25', GradientType=0 );
	color: #fff;
}
.gold-btn:focus {   /*add 20180601 by 信宏 解決按鈕不會彈回來問題*/
	color: #fff;
}
.yellow-btn2{
    border:0;
    color:#ffffff;
    background: rgba(255,175,0,1);
    background: -moz-linear-gradient(top, rgba(255,175,0,1) 0%, rgba(173,120,45,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,0,1)), color-stop(100%, rgba(173,120,45,1)));
    background: -webkit-linear-gradient(top, rgba(255,175,0,1) 0%, rgba(173,120,45,1) 100%);
    background: -o-linear-gradient(top, rgba(255,175,0,1) 0%, rgba(173,120,45,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,175,0,1) 0%, rgba(173,120,45,1) 100%);
    background: linear-gradient(to bottom, rgba(255,175,0,1) 0%, rgba(173,120,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf00', endColorstr='#ad782d', GradientType=0 );
}
.yellow-btn2:hover{
    color:#ffffff;
    background: #ad772d;
}
.yellow-btn2:focus{
    color:#ffffff;
    background: rgba(173,120,45,1);
    background: -moz-linear-gradient(top, rgba(173,120,45,1) 0%, rgba(255,175,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(173,120,45,1)), color-stop(100%, rgba(255,175,0,1)));
    background: -webkit-linear-gradient(top, rgba(173,120,45,1) 0%, rgba(255,175,0,1) 100%);
    background: -o-linear-gradient(top, rgba(173,120,45,1) 0%, rgba(255,175,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(173,120,45,1) 0%, rgba(255,175,0,1) 100%);
    background: linear-gradient(to bottom, rgba(173,120,45,1) 0%, rgba(255,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad782d', endColorstr='#ffaf00', GradientType=0 );
}
.brown-btn {
	background: rgba(138,81,34,1);
	background: -moz-linear-gradient(top, rgba(138,81,34,1) 0%, rgba(94,65,42,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,81,34,1)), color-stop(100%, rgba(94,65,42,1)));
	background: -webkit-linear-gradient(top, rgba(138,81,34,1) 0%, rgba(94,65,42,1) 100%);
	background: -o-linear-gradient(top, rgba(138,81,34,1) 0%, rgba(94,65,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(138,81,34,1) 0%, rgba(94,65,42,1) 100%);
	background: linear-gradient(to bottom, rgba(138,81,34,1) 0%, rgba(94,65,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5122', endColorstr='#5e412a', GradientType=0 );
}
.header { /* 20180612 Kenny Modify - header要固定 */
    height: 50px;
    background: #5e412a;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.header .contain,.mianbody {
	width: 1200px;
	margin: 0 auto;
}
.mianbody {
	padding: 5px 0;
}
.header .logo {
	width: 156px;
	height: 49px;
}
.header .changebgbtn {
	display: inline-block;
	vertical-align: middle;
	width: 92px;
	text-align: center;
	position: relative;
}
.header .changebgbtn > span {
	padding: 1px;
	display: inline-block;
	background: rgba(224,156,38,1);
	background: -moz-linear-gradient(top, rgba(224,156,38,1) 0%, rgba(234,185,6,1) 16%, rgba(229,165,38,1) 31%, rgba(119,70,15,1) 70%, rgba(9,9,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,156,38,1)), color-stop(16%, rgba(234,185,6,1)), color-stop(31%, rgba(229,165,38,1)), color-stop(70%, rgba(119,70,15,1)), color-stop(100%, rgba(9,9,1,1)));
	background: -webkit-linear-gradient(top, rgba(224,156,38,1) 0%, rgba(234,185,6,1) 16%, rgba(229,165,38,1) 31%, rgba(119,70,15,1) 70%, rgba(9,9,1,1) 100%);
	background: -o-linear-gradient(top, rgba(224,156,38,1) 0%, rgba(234,185,6,1) 16%, rgba(229,165,38,1) 31%, rgba(119,70,15,1) 70%, rgba(9,9,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(224,156,38,1) 0%, rgba(234,185,6,1) 16%, rgba(229,165,38,1) 31%, rgba(119,70,15,1) 70%, rgba(9,9,1,1) 100%);
	border-radius: 38px;
}
.header .changebgbtn button{
	font-size: 12px;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	text-align: center;
	line-height: 15px;
	color: #e8d68e;
	background: #5e412a;
	border-width: 1px;
    border-style: solid;
    border: 0;
    padding: 0 2px;
}
.header .changefourcolors {
	position: absolute;
	border: 1px solid #f8ee96;
	width: 115px;
	background: #5e412a;
	height: 33px;
	border-radius: 5px;
	padding-top: 4px;
	top: 46px;
}
.header .changefourcolors span {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	vertical-align:  middle;
	cursor:  pointer;
}
.header .changefourcolors span.purple {
	background: rgba(110,63,190,1);
	background: -moz-linear-gradient(top, rgba(110,63,190,1) 0%, rgba(62,42,102,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(110,63,190,1)), color-stop(100%, rgba(62,42,102,1)));
	background: -webkit-linear-gradient(top, rgba(110,63,190,1) 0%, rgba(62,42,102,1) 100%);
	background: -o-linear-gradient(top, rgba(110,63,190,1) 0%, rgba(62,42,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(110,63,190,1) 0%, rgba(62,42,102,1) 100%);
	background: linear-gradient(to bottom, rgba(110,63,190,1) 0%, rgba(62,42,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e3fbe', endColorstr='#3e2a66', GradientType=0 );
}
.header .changefourcolors span.green {
	background: rgba(15,213,193,1);
	background: -moz-linear-gradient(top, rgba(15,213,193,1) 0%, rgba(42,111,117,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,213,193,1)), color-stop(100%, rgba(42,111,117,1)));
	background: -webkit-linear-gradient(top, rgba(15,213,193,1) 0%, rgba(42,111,117,1) 100%);
	background: -o-linear-gradient(top, rgba(15,213,193,1) 0%, rgba(42,111,117,1) 100%);
	background: -ms-linear-gradient(top, rgba(15,213,193,1) 0%, rgba(42,111,117,1) 100%);
	background: linear-gradient(to bottom, rgba(15,213,193,1) 0%, rgba(42,111,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fd5c1', endColorstr='#2a6f75', GradientType=0 );
}
.header .changefourcolors span.brown {
	background: rgba(93,65,43,1);
	background: -moz-linear-gradient(top, rgba(93,65,43,1) 0%, rgba(46,28,14,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93,65,43,1)), color-stop(100%, rgba(46,28,14,1)));
	background: -webkit-linear-gradient(top, rgba(93,65,43,1) 0%, rgba(46,28,14,1) 100%);
	background: -o-linear-gradient(top, rgba(93,65,43,1) 0%, rgba(46,28,14,1) 100%);
	background: -ms-linear-gradient(top, rgba(93,65,43,1) 0%, rgba(46,28,14,1) 100%);
	background: linear-gradient(to bottom, rgba(93,65,43,1) 0%, rgba(46,28,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d412b', endColorstr='#2e1c0e', GradientType=0 );
}
.header .changefourcolors span.gold {
	background: rgba(175,157,119,1);
	background: -moz-linear-gradient(top, rgba(175,157,119,1) 0%, rgba(89,76,50,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(175,157,119,1)), color-stop(100%, rgba(89,76,50,1)));
	background: -webkit-linear-gradient(top, rgba(175,157,119,1) 0%, rgba(89,76,50,1) 100%);
	background: -o-linear-gradient(top, rgba(175,157,119,1) 0%, rgba(89,76,50,1) 100%);
	background: -ms-linear-gradient(top, rgba(175,157,119,1) 0%, rgba(89,76,50,1) 100%);
	background: linear-gradient(to bottom, rgba(175,157,119,1) 0%, rgba(89,76,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9d77', endColorstr='#594c32', GradientType=0 );
}
.header .changefourcolors span.active:after{
	content: "";
	display: inline-block;
	height: 12px;
	margin: 3px;
	width: 12px;
	border-radius: 100%;
	text-align: center;
	/* position: absolute; */
	background: url(/Content/images/main/mian-icon.png) 2px -215px;
	vertical-align: middle;
}
.header .changefourcolors i {
	position: absolute;
	top: -5px;
	width: 8px;
	height: 8px;
	border: 1px solid #f8ee96;
	border-width: 1px 1px 0 0;
	display: inline-block;
	transform: rotate(-45deg);
	background: #5e412a;
	right: 51px;
	z-index: 0;
}
.header .mainlistmenu {
	display: inline-block;
	vertical-align: middle;
}
.header .mainlistmenu > li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.header .mainlistmenu > li > a {
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 0 10px;
	line-height: 44px;
	border-radius: 3px;
}
.header .mainlistmenu > li a:hover {
	background: #d1001b;
	background: -moz-linear-gradient(top, #d1001b 0%, #980000 100%);
	background: -webkit-linear-gradient(top, #d1001b 0%,#980000 100%);
	background: linear-gradient(to bottom, #d1001b 0%,#980000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1001b', endColorstr='#980000',GradientType=0 );

}
.header .mainlistmenu > li > a{
	color: #e8d68e;
}
.header .mainlistmenu dl {
	display: none;
	width: 302px;
	position: absolute;
	top: 43px;
	background: #5e412a;
	border: 1px solid #f8ee96;
	border-radius: 3px;
	left: -113px;
	z-index: 1;
}

.header .mainlistmenu dd {
	width: 33.33%;
	float: left;
	padding: 3px 4px;
	border-bottom: 1px solid #f8ee96;
	height: 34px;
}
.header .mainlistmenu dd a {
	color: #f8ee96;
	font-size: 13px;
	text-align: center;
	line-height: 26px;
	width: 100%;
	display: block;
	cursor: pointer;
}
.header .mainlistmenu dd a:hover {
	background: #d1001b;
	background: -moz-linear-gradient(top, #d1001b 0%, #980000 100%);
	background: -webkit-linear-gradient(top, #d1001b 0%,#980000 100%);
	background: linear-gradient(to bottom, #d1001b 0%,#980000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1001b', endColorstr='#980000',GradientType=0 );
	color: #fff;
	border-radius : 3px;
}
.header .mainlistmenu dl i {
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #f8ee96;
    border-width: 1px 1px 0 0;
    display: inline-block;
    transform: rotate(-45deg);
    background: #5e412a;
    right: 142px;
    z-index: -1;
}
.header .mainlistmenu > li:hover dl {
	display: block;
}
.LEFTBOX {
	width: 158px;
	border-radius: 10px;
	background: #503623;
	float: left;
	padding: 8px 0 19px 0;0000000
}
.LEFTBOX .menutitle {
	font-size: 12px;
	text-align: center;
	color: #e8d68e;
	line-height: 25px;
}
.LEFTBOX .menutitle i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-position: 0px -69px;
	margin-right: 5px;
}
.LEFTBOX .menus {
	
}
.LEFTBOX .menus > li {
	border-top: 1px solid #5e412a;
}
.LEFTBOX li .mtab {
	color: #e8d68e;
	font-size: 18px;
	padding: 0 20px;
	line-height: 31px;
	font-weight:  bold;
	position: relative;
    cursor:pointer; /*滑鼠移到左側選單標題時 Section*/
}
.LEFTBOX li .mtab:after {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/Content/images/main/mian-icon.png);
	background-position: 0px -88px;
	position: absolute;
	right: 4px;
	top: 7px;
	content: "";
}
.LEFTBOX li.active .mtab:after {
	background-position: -23px -88px; /*左側選單箭頭 Section*/
}
.LEFTBOX li .mtab.hot:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 13px;
	position: absolute;
	left: 1px;
	top: 7px;
	background: url(/Content/images/bet/bet-icon.png);
}
.LEFTBOX li .fire {
	display: inline;
}
.LEFTBOX li .fire img {
	position: absolute;
    width: 20px;
    margin-top: 2px;
}
.LEFTBOX li .new {
	display: inline;
}
.LEFTBOX li .new img {
	position: absolute;
    width: 20px;
    margin-top: 8px;
    margin-left: -20px;
}
.LEFTBOX .subcontent {
    display:none; /*左側選單預設關閉 Section*/
	background: #2e1c0e;
}
.LEFTBOX .subcontent li {
	line-height: 25px;
	padding-left: 24px;
	font-size: 13px;
	border-top: 1px solid #4e3422;
}
.LEFTBOX .subcontent li.active, .LEFTBOX .subcontent li.active:hover{
	background: #5e412a url(/Content/images/main/mian-icon.png);
	background-position: 20px -137px;
	text-indent: 8px;
}
.LEFTBOX .subcontent li:hover {
	background: #5e412a;
}
.LEFTBOX .subcontent li a {
	color: #fff;
	display: inline-block;
	width: 100%;
	position:  relative;
} 
.LEFTBOX .subcontent li a.hot:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 6px;
	background: url(/Content/images/bet/bet-icon.png);
} 
.RIGHTBOX {
	width: 1035px;
	float: right;
}
.announcebar { /* 20180612 Kenny Modify - 公告箭頭樣式 */
    line-height: 24px;
    border-radius: 10px;
    padding: 0 10px;
    color: #e8d68e;
    font-size: 12px;
    background: rgba(26,15,6,0.5);
    position: relative;
}
.announcebar span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
    display: block;
}
.announcebar a, .announcebar a:hover {    
    color: #e8d68e;    
}
.announcebar .bx-controls {
	position:  absolute;
	right: 5px;
	top: 0;
}
.announcebar .bx-controls a {
	width: 12px;
	height: 12px;
	cursor:  pointer;
}
.announcebar .bx-controls a.bx-prev {
	background-position: 0 -111px;
}
.announcebar .bx-controls a.bx-next {
	background-position: -23px -111px;
	margin: 0 7px;
}

.maincontent  {
	background: rgba(26,15,6,0.5);
	color: #e8d68e;
	margin-top: 5px;
	padding: 18px 25px;
	min-height:  700px;
}
.maincontent .mauntitle {
	color: #e8d68e;
	font-size: 21px;
	font-weight: bold;
}


a,a:focus, a:active,a:hover{
	color:initial;
	text-decoration: none;
}
input,select{
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input::-ms-clear {
    display: none;
}
.field-validation-error, .validation-summary-errors {
    display: block;
    text-align: left;
    color: #ff0000;
    font-size: 13px;
    line-height: 21px;
}

/*datatable*/
table.dataTable {width: 100% ;text-align: center; font-size: 12px;}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right;padding:10px 10px;}
table.dataTable thead .sorting{background-image:url("/Content/images/datatable/sort_both.png")}
table.dataTable thead .sorting_asc{background-image:url("/Content/images/datatable/sort_asc.png")}
table.dataTable thead .sorting_desc{background-image:url("/Content/images/datatable/sort_desc.png")}
table.dataTable thead .sorting_asc_disabled{background-image:url("/Content/images/datatable/sort_asc_disabled.png")}
table.dataTable thead .sorting_desc_disabled{background-image:url("/Content/images/datatable/sort_desc_disabled.png")}
table.dataTable, table.dataTable th, table.dataTable td { -webkit-box-sizing: content-box; box-sizing: content-box; }
table.dataTable td {line-height: 25px;color: #f8ee96;line-height: 20px;text-align: center;font-size: 12px; padding: 10px 0; word-break: break-word;}
table.dataTable thead {border: 1px solid #5e412a}
table.dataTable thead tr {text-align: center;}
table.dataTable thead th {text-align: center;background: #362315;color:  #fff;line-height: 20px; padding: 10px 0;}
table.dataTable tbody tr {background: #362315;}
table.dataTable tbody tr.even {background-color: #48301f; }
.dataTables_paginate{padding: 0px 0;text-align: center;display: inline-block;border: 1px solid #f8ee96;margin: 19px 0;font-size: 12px;}
.dataTables_paginate .paginate_button{display:inline-block;margin: 0 0px;min-width: 32px;height: 25px;line-height: 25px;color: #f8ee96;font-weight: bold;background: transparent;border-right: 1px solid #f8ee96;border-radius: 0px;vertical-align:  middle;padding: 0 7px;cursor:pointer;}
.dataTables_paginate .paginate_button:hover{background: #bead8e;color: #eee;}
.dataTables_paginate .paginate_button.current{line-height: 25px;color: #271a0e;background: #f8ee96;}
.dataTables_paginate .paginate_button.previous,.dataTables_paginate .paginate_button.next{}
.datatableBlock .bottom {position: relative; }
.dataTables_info {position: absolute; display: inline-block; right: 0; top: 20px; font-size: 13px; }
   
/*dailog*/
.ui-widget-header {
	background: #ad772d;
  }
.ui-dialog {
    font-family: '微软雅黑','微软正黑体','微軟正黑體',"Microsoft YaHei",Helvetica,Arial,"Microsoft JhengHei","Microsoft YaHei UI",sans-serif;
    color: #fff;
    background: #2e1c0e;
    border: 2px solid #ffc456;
}
  .ui-dialog .ui-dialog-titlebar {
	float: none;
	padding: 0 10px;
	height: 35px;
	text-align: left;
	border: 0;
	border-radius: 0;
  }
  .ui-dialog .ui-dialog-title {
	float: none;
	line-height: 32px;
	font-size: 14px;
	color:#000000;
  }
  .ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 0;
	top: 10px;
	width: 40px;
	height: 33px;
	border: 0;
	background-color: #ad772d;
	background-image: url(/Content/images/d-close.png);
	background-position: center;
	background-repeat: no-repeat;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
  }
  .ui-dialog .ui-dialog-titlebar-close .ui-icon {
	display: none;
  }
  .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
	display: none;
  }
  .ui-dialog .ui-dialog-buttonpane {
	text-align: center;
    background: #2e1c0e;
    border: 0;
  }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	border: 0;
	min-width: 90px;
	color: #ffffff;
  }
  .ui-dialog .ui-button.orange-btn {
	border: 0;
  }
  
/* 20180626 by Section 統一變更dialog按鈕樣式 */
.ui-dialog .ui-dialog-buttonset .ui-button {
    border: 1px solid #000;
    color: #ffffff;
    background: rgba(90,62,37,1);
    background: -moz-linear-gradient(top, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90,62,37,1)), color-stop(18%, rgba(165,116,37,1)), color-stop(29%, rgba(254,221,91,1)), color-stop(45%, rgba(178,127,39,1)), color-stop(65%, rgba(103,70,39,1)), color-stop(100%, rgba(26,26,20,1)));
    background: -webkit-linear-gradient(top, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
    background: -o-linear-gradient(top, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
    background: -ms-linear-gradient(top, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
    background: linear-gradient(to bottom, rgba(90,62,37,1) 0%, rgba(165,116,37,1) 18%, rgba(254,221,91,1) 29%, rgba(178,127,39,1) 45%, rgba(103,70,39,1) 65%, rgba(26,26,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3e25', endColorstr='#1a1a14', GradientType=0 );
    box-shadow: 1px 5px 2px rgba(0,0,0,0.65);
    text-shadow: 0px 0px 6px rgba(0,0,0,0.55);
}
.ui-dialog .ui-dialog-buttonset .ui-button:hover {
    background: rgba(26,26,20,1);
    background: -moz-linear-gradient(top, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,26,20,1)), color-stop(35%, rgba(103,70,39,1)), color-stop(55%, rgba(178,127,39,1)), color-stop(71%, rgba(254,221,91,1)), color-stop(82%, rgba(165,116,37,1)), color-stop(100%, rgba(90,62,37,1)));
    background: -webkit-linear-gradient(top, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
    background: -o-linear-gradient(top, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
    background: linear-gradient(to bottom, rgba(26,26,20,1) 0%, rgba(103,70,39,1) 35%, rgba(178,127,39,1) 55%, rgba(254,221,91,1) 71%, rgba(165,116,37,1) 82%, rgba(90,62,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a14', endColorstr='#5a3e25', GradientType=0 );
    color: #fff;
}
/* 20180626 by Section 統一變更dialog按鈕樣式 END */

.ui-widget-content {
    color: #fff;
    padding: 1px;
    z-index: 1050 !important; /*add 20180530 by 信宏 dialog視窗應顯示在最上層*/
    word-wrap: break-word; /*Sean dialog內容太長自動換行*/
    word-break: break-all;
}
  
  .ui-state-hover.black-btn, .ui-widget-content .ui-state-hover.black-btn, .ui-widget-header .ui-state-hover.black-btn, .ui-state-focus.black-btn, .ui-widget-content .ui-state-focus.black-btn, .ui-widget-header .ui-state-focus.black-btn {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	color: #ffffff;
  }
  .ui-state-hover.black-btn:hover, .ui-widget-content .ui-state-hover.black-btn:hover, .ui-widget-header .ui-state-hover.black-btn:hover, .ui-state-focus.black-btn:hover, .ui-widget-content .ui-state-focus.black-btn:hover, .ui-widget-header .ui-state-focus.black-btn:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	color: #000;
  }
  

/*radio-checkbox*/
.demo--label {
  display: inline-block;
}
.demo--radio {
  display: none;
  display: inline-block\9; /*IE8*/
}
.demo--radioInput {
    background-color: #1a0f06;
    border-radius: 100%;
    display: inline-block;
    height: 22px;
    margin: 1px 5px;
    vertical-align: middle;
    width: 22px;
    line-height: 1;
    display: none\9; /*IE8~10*/
    border: 2px solid #b90101;
}
.demo--radio:checked + .demo--radioInput:after {
    background-color: #b90101;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 3px;
    width: 15px;
    border-radius: 100%;
    text-align: center;
}
.demo--checkbox.demo--radioInput, .demo--radio:checked + .demo--checkbox.demo--radioInput:after {
  border-radius: 3px;
  background: #1a0f06;
}
.demo--checkbox.demo--radioInput {
	border: 1px solid #4e3422;
}
.demo--radio:checked + .demo--checkbox.demo--radioInput:after {
    background: #1a0f06 url(/Content/images/main/mian-icon.png) 2px -215px;
}
/*modal*/
.modal-dialog {
	border: 2px solid #ffc456;
}
.modal-dialog.w815 {
	width: 815px;
}
.modal-dialog.w500 {
	width: 500px;
}
.modal-dialog.w620 {
	width: 620px;       /* 20180903 add by Section 宇御神器下載 */
}
.modal-header {
	background: #ad772d;
	font-size: 16px;
	color: #000;
	line-height: 44px;
	padding: 0;
	padding-left: 20px;
	border-bottom: 0px solid #000;
}
.modal-body {
	background: #2e1c0e;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: auto;
	min-height: 0;
	max-height: 532px;
}
.modal-header .close {
	opacity: 0.9;
	position: absolute;
	right: 10px;
	top: 10px;
}
.modal-header .close span {
    background-position: 2px -180px;
    width: 18px;
    height: 18px;
}




/*select*/
.mainselect{
    position: relative;
    display: inline-block;
    line-height: 23px;
}
.mainselect .selectdown {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}
.mainselect select {
    height: 23px;
    text-align-last: left;
    padding-left: 8px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;    
    line-height: 23px;
    background: #1a0f06;
}
.mainselect select::-ms-expand{
	display: none;
}
input.maininput {
	line-height: 28px;
	height: 30px;
	background: #1a0f06;
	color: #fff;
	border: 1px solid #4e3422;
	border-radius: 3px;
	padding-left: 10px;
	padding: 0;
}

.browntable {
    width: 100%;
}
.browntable td {line-height: 25px;color: #f8ee96;line-height: 30px;text-align: center;font-size: 12px;}
.browntable tr {text-align: center;border-bottom: 2px solid #2e1c0e;background: #362315;}
.browntable th {font-size: 14px;text-align: center;background: #362315;color:  #fff;line-height: 30px;}
.browntable thead tr {border: 1px solid #5e412a;}
.browntable tr:nth-child(2n) {background-color: #48301f; }

.indexright{
	width: 995px;
}

/*幫助中心*/

#advicebox{
	line-height: 2em;
	color:#ffffff;
}

#advicebox textarea{
	resize: none;
	width: calc(100% - 85px);
	background: #1a0f06;
	line-height: 1.5em;
	border:1px solid #4e3422; 
	vertical-align: top;
}

#advicebox .modal-body span{
	width: 80px;
    display: inline-block;
}

.border-input{
	background: #1a0f06;
	border:1px solid #4e3422; 
}

.refresh-btn{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/Content/images/main/mian-icon.png) no-repeat;
	background-position: -128px -322px;
}
.refresh-btn:focus,.refresh-btn:active{
	background: url(/Content/images/main/mian-icon.png) no-repeat;
	background-position: -128px -322px;
}

#advicebox .btn-wrapper{
	padding:10px 0;
}
#advicebox .btn-wrapper img{
	width: 100px;
	height: 35px;
	border:1px solid #ad772d;
	border-radius: 5px;
}
#advicebox .gold-btn{
	padding: 0px 20px;
}

/*scroll bar*/

.scrollbar{
    overflow-y: auto;
    height: 100%;
}

.dataTables_scrollBody{
	width: calc(100% - 12px) !important;
}

.scrollbar::-webkit-scrollbar,.modal-body::-webkit-scrollbar,.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
}

.scrollbar::-webkit-scrollbar-track,.modal-body::-webkit-scrollbar-track, .dataTables_scrollBody::-webkit-scrollbar-track {
    background: #5e412a; 
}

.scrollbar::-webkit-scrollbar-thumb,.modal-body::-webkit-scrollbar-thumb, .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #ffc456; 
    border:1px solid #5e412a;
}

/*下载中心*/
.downloadmodal .download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.downloadmodal .download-list li{
	padding: 0 10px;
	width:25%;
	/*color:#ffffff;*/
	text-align: center;
}

.downloadmodal .download-list.sm li {
    width: 50%;
}

.download-new, .download-apple,.download-an,.download-pc,.download-bigpc{
	display: inline-block;
	background: url("/Content/images/download.png")no-repeat;
}
.download-new{
	width: 30px;
	height: 22px;
	background-position: 2px -161px;
}
.download-apple{
	width: 17px;
	height: 22px;
	background-position: 0px -190px;
	vertical-align: middle;
}
.download-an{
	width: 17px;
	height: 22px;
	background-position: -48px -190px;
	vertical-align: middle;
}

.download-pc{
	width: 17px;
	height: 22px;
	background-position: -94px -190px;
	vertical-align: middle;
}

.download-bigpc {
    margin: 15px 0 54px 0; /* 20180628 Kenny Modify - 下載頁面跑版 */
    width: 110px;
    height: 110px;
    background-position: -115px 0;
}

.downloadmodal .qrcode img {
    margin: 5px 0;
    width: 120px;
    height: 120px;
    /*border: 3px solid #9d9d9d;*/
    border-radius: 5px;
    background:#ffffff;
}

.downloadmodal .download-list .title{
	height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.downloadmodal .txt{
	height: 60px;
	line-height: 1.7em;
}

.downloadmodal input {
    padding: 3px;
    height: 30px;
    border-radius: 5px;
    line-height: 10px;
}

.downloadmodal .bigtxt{
	color:#50C301;
}

.downloadmodal .btn{
	margin:5px 0;
	width: 100%;
}

.ui-widget-overlay{
	background: #000000;
}

.download-title {
    font-size: 17px;
}

.serverbigtxt {
    font-size: 48px;
    line-height: 90px;
}

/* 20180903 add by Section 宇御神器下載 */
.downloadImg {
    display: inline-block;
    background: url("/Content/images/download_2.png")no-repeat;
}

.downloadImg.ios {
    width: 30px;
	height: 22px;
	background-position: -110px -10px;
}

.downloadImg.android {
    width: 30px;
	height: 22px;
	background-position: -140px -10px;
}

.downloadImg.pc {
    width: 30px;
	height: 22px;
	background-position: -174px -10px;
}

.downloadImg.pcDownload {
    width: 110px;
	height: 110px;
    margin: 2px 0px 67px 0px;
}

.downloadmodal .title.title-gray {
    color: #cfcfcf;
}

.downloadmodal .download-list.download-list2 li {
    width: 33%;
}

.downloadmodal .alert{
    font-size: 25px;
    text-align: center;
    color: red;
    font-weight: bold;
    margin:0;
}

/*確定撤單提示訊息*/
.detailbutton .popover {
    background-color: #2e1c0e;
    border: 1px solid rgba(173, 119, 45, 0.5);
}
.detailbutton .popover-title {
    background-color: #ad772d;
    color: #fff;
    border-bottom: 1px solid #ad772d;
}
.detailbutton .btn-danger {
    color: #fff;
    background-color: #ad772d;
    border-color: #ad772d;
}
.detailbutton .btn-default {
    color: #f8ee96;
    background-color: #714826;
    border-color: #714826;
}
.detailbutton .popover.right>.arrow:after {
    border-right-color: #2e1c0e;
}

.popover-content{   /*add 20180529 by 信宏 popover字體改白色*/
    color: white;
}

/*download*/
/* 20180612 Kenny Add - 首頁下載頁套版 */

.downloadmodal .title {
    color: #920007;
}

.downloadmodal input {
    background: #ffffff;
    border: 1px solid #cb9e3f;
    color: #2e1c0e;
}

.download-apple {
    width: 17px;
    height: 22px;
    background-position: 0px -125px;
    vertical-align: middle;
}

.download-an {
    width: 17px;
    height: 22px;
    background-position: -48px -125px;
    vertical-align: middle;
}

.download-pc {
    width: 17px;
    height: 22px;
    background-position: -94px -125px;
    vertical-align: middle;
}


/*play a game*/

.modal-dialog .modal-header {
    font-size: 16px;
}

.modal-dialog .modal-body {
    color: #ffffff;
    line-height: 30px;
}

.gamecheck li {
    margin: 0 10px;
    display: inline-block;
}

.gamecheck ul {
    margin-bottom: 10px;
}

.gamecheck li span {
    color: #ff0000;
}

.gamecheck input {
    width: 250px;
    height: 30px;
    padding: 3px 5px;
    border: 1px solid #dcd6c7;
    background: #ececec;
    border-radius: 5px;
    color: #2e1c0e;
}

.index-arrow {
    display: inline-block;
    background: url(/Content/images/index.png);
    background-repeat: no-repeat;
    background-position: -667px -195px;
    width: 25px;
    height: 24px;
    margin: 5px 5px -7px 5px;
}

/****我的消息****/
.header .chatMsg {
    border-radius: 9px;
    background-color: #b4000d;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin: 0 4px;
    text-align: center;
    color: #e8d68e;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size:13px;
}

.header .chatMsg .message {
    width: 110px;
    background: #2e1c0e;
    color: #fff;
    padding: 0 5px;
    z-index: 15;
    position: absolute;
    right: -42px;
    top: 25px;
}
.header .chatMsg .message li {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(248, 238, 150);
    border-radius: 3px;
    height: 28px;
    display: block;
    margin: 5px 0;
    padding: 0 10px;
    text-align: initial;
    cursor: pointer;
    line-height: 28px;
    position: relative;
}
.header .chatMsg .message li a{ 
	display:inline-block;
    width:100%;
    text-align:left;
    color: #fff;

}
.header .chatMsg .message li a:hover{ 
	background:none;
}
.header .chatMsg .message li .cnum {
    background: #b4000d;
    width: 21px;
    height: 21px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    vertical-align: middle;
    top: 2px;
    right: 6px;
}

.LEFTBOX li .mtabForAS {
    color: #e8d68e;
    font-size: 18px;
    padding: 0 20px;
    line-height: 31px;
    font-weight: bold;
    position: relative;
    cursor: pointer; /*滑鼠移到左側選單標題時 Section*/
}

