.clear{
	clear:both;
}

.hidden{
	display:none!important;
}

#wrapper{
	min-width:1360px;
}


.temp-waiting{
	margin: 0 auto;
	display: block;
	position:relative;
	top:50px;
}

body{
	/*background-color: #dcf3f3;*/
	background-color: #fcf8f6;
	font-size:14px;
}
#header{
	height:117px;
	/*background-color:#2d8182;*/
	background-color: #da5216;
	/*border-bottom:2px solid #ff5500;*/
}

#header-bk-line{
	min-width: 1310px;
	width:100%;
	height:6px;
	background-color:#e9f7f8;
	position:absolute;
	top:0px;
}

#header-bk-line2{
	min-width: 1310px;
	width:100%;
	height:35px;
	/*background-color:#215b5b;*/
	background-color: #a34217;
	position:absolute;
	top:6px;
}

#header .header-left{
	width:210px;
	height:10px;
	float:left;
	position: relative;
	text-align: center;
}

#header .header-left .logo{
	position: relative;
}

#header .header-right{
	width:955px;
	position: relative;
	float:left;
}

body.lang-vn #header .header-right{
	width:1165px;
}

#header .header-right > .top .inner-left{
	float:left;
	padding-top:15px;
}

#header .header-right > .top .inner-left .txt-link{
	color:#FFF;
	cursor:pointer;
	font-family: arial,"微軟正黑體";
	font-size:12px;
}

#header .header-right > .top .inner-left .txt-link.free-tv{
	color:#ec615f;
	font-weight: bold;
}

#header .header-right > .top .inner-left .txt-link:hover{
	color:gold;
}

#header .header-right > .top .inner-left .separator{
	height: 12px;
	border-left: 2px solid #e1e5ec;
	margin: 0 6px 0px 6px;
	display:inline-block;
	position:relative;
	top:1px;
}

body.lang-vn #header .header-right > .top .inner-left .separator{
	margin: 0px;
}

#header .header-right > .top .inner-right{
	float:right;
}

#header .my-acc{
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	background-color:#e9f7f8;
	padding:10px;
	display:inline-block;
}

#my-acc-user{
	display:inline-block;
	vertical-align: middle;
}

#header .my-acc .separator{
	height: 12px;
	border-left: 2px solid #9aafc4;
	margin: 0 8px 0px 8px;
	vertical-align: middle;
	display:inline-block;
}

body.lang-vn #header .my-acc .separator{
	margin: 0px;
}

#my-acc-use-credit{
	display:inline-block;
	vertical-align: middle;
	color:#078e00;
}

#header .my-acc .action{
	display:inline-block;
	vertical-align: middle
}

#header .my-acc .action .logout-div{
	margin-top: 9px;
    text-align: center;
}

#my-acc-use-credit .black-txt{
	color:#44402e;
}

#tickets-credits{
	color:red;
}

#logout{
    cursor: pointer;
    padding: 1px 8px;
    background: #50c4c5;
    border: 1pt solid #50c4c5;
    /* border-top: 2px solid #38397a; */
    box-shadow: 0px 1px 3px #333;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

#header .header-right > .bottom{
	margin-top:15px;
	background-color: #FFF;
	border-radius: 20px;
	padding: 5px;
}

#header .header-right > .bottom .marquee-img{
	width:15px;
	float:left;
	position: relative;
    top: 2px;
}

#header .header-right > .bottom .marquee{
	cursor: pointer;
	width: 97%;
	margin-left:5px;
	float:left;
	position: relative;
    top: 1px;
}

#container{
	margin-top:5px;
}

#left{
	width:200px;
	padding:0px 5px;
	float:left;
}

#left-menu{
	overflow-y:auto;
	font-family: 微軟正黑體, Arial;
}

#left-menu div.rev-title{
	padding: 7px 8px;
    /*background-color: #39a8a9;*/
	background-color: #fe8754;
    color: #FFF;
    font-size: 16px;
}

#left-menu div.rev-title .chevron-sign-down{
	width:20px;
	float:right;
}

#left-menu ul.menu-list-lev1 {
	background: #1e2737;
}

#left-menu ul.menu-list-lev1 > li{
	border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #cdcdcd;
    background-color: #ddd;
}

#left-menu ul.menu-list-lev1 > li > div.text{
	cursor: pointer;
    position: relative;
    height: 36px;
}

#left-menu ul.menu-list-lev1 > li > div.text:hover{
	background-color: #f7f7f7;
}


#left-menu ul.menu-list-lev1 > li > div.text > a{
	color: #000;
    padding-left: 35px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    top: 9px;
	font-size:16px;
}

#left-menu ul.menu-list-lev1 > li > div.text span.game-count{
	float: right;
    margin-right: 8px;
    background-color: #FFF;
    padding: 2px 0px;
    border-radius: 11px;
    position: relative;
    top: 9px;
    width: 40px;
    text-align: center;
	font-size: 13px;
	font-weight:bold;
}

#left-menu a:hover{
	text-decoration:none;
}

/**上方已check**/
#left-menu ul.menu-list-lev2 {
	background-color: /*#efefef*/#f7f7f7;
	display:none;    
}

#left-menu ul.menu-list-lev2 > li{
	border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
}

#left-menu ul.menu-list-lev2 > li:last-child{
    border-bottom: 0px solid #ccc;
}


#left-menu ul.menu-list-lev2 > li > div.text{
	cursor: pointer;
	padding:10px 0px;
	position:relative;
}

#left-menu ul.menu-list-lev2 > li > div.text:hover{
	background-color: white;
}

#left-menu ul.menu-list-lev2 > li > div.text > span.arrowhead-pointing-to-the-right{
	position: absolute;
    left: 16px;
	width:12px;
}

#left-menu ul.menu-list-lev2 > li > div.text > a{
	color: #000;
	padding-left:35px;
	text-decoration:none;
	font-weight:bold;
}

#left-menu ul.menu-list-lev2 > li > div.active > a{
	color:#dc1d1a;
}
/* hao add start */
#left-menu ul.menu-list-lev1 .sub-menu-list{
	cursor: pointer;
	padding: 10px 0px 10px 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size:16px;
}

#left-menu ul.menu-list-lev1 .sub-menu-list:hover{
	background-color: #da5216;
	color: #fff !important;
}

/* hao add end */
#main{
	float:left;
	/*padding-top:1px;*/
}

#events-area{
	width:950px;
	float:left;
	position:relative;
}


@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

#events-div{
	overflow-y:auto;
	position:relative;
}

.red-txt{
	color:red;
}

.text-red{
	color:red;
}