body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
}

.main {
	padding-top: 30px;
}
.sidebar {
	/*width: 290px;*/
	width: 320px;
}

a:hover {
	text-decoration: none;
}

.group_item {
	width: 290px;
	height: 60px;
	background-image: url(../../assets/assetsx/images/menubtn.png);
	margin-bottom: 8px;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 39px;
	padding-top: 12px;
	letter-spacing: 5px;
}

.group_item
, .group_item:link
, .group_item:visited
{
	color: #7e318e;
}

.group_item:hover {
	color: #7e318e;
}

.group_item.active 
, .group_item.active:link
, .group_item.active:visited
{
	width: 290px;
	height: 60px;
	background-image: url(../../assets/assetsx/images/menubtn_o.png);
	color: #ffffff;
}
.group_item.active:hover {
	color: #ffffff;
}


at-stepbar {}

.at-stepbar ul {
  margin-left: 21px;
}

.at-stepbar ul li {
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  width: 176px;
  padding: 4px 8px;
  text-align: center;
  margin-left: -21px;
  color: #fff;
}

.at-body-title {
  font-size: 24pt;
  font-weight: bold;
  color: #0d6fb8;
  margin-top: 10px;
  margin-bottom: 10px;
}


.at-table {
  text-align: center;
  width: 1318px;
}

.at-table th {

}

.at-table td {
  padding: 4px 0px;
  border: 1px solid #ffc45e;
  background-color: #fad3925e;
}

.at-table td.at-head-list {
  width: 114px;
  color: #fff;
}

.at-table .at-data-row td {
  background-color: transparent;
  font-size: 14pt;
}

.at-lottery-result-box .at-table {
  width: 100%;
  font-size: 24pt;
}


.at-small-title {
	font-size: 14pt;
	font-weight: bold;
	color: #7e318e;
	margin-bottom: 10px;
}
.at-small-title-race-name
, .at-small-title-race-name_next
{
	font-size: 14pt;
	font-weight: bold;
	color: #e95098;
	margin-bottom: 10px;	
}



.at-step1-team-name {
	line-height: 40px;
	font-size: 18pt;
	padding-right: 30px;
}

.btn-next {
	width: 250px;
	height: 86px;
	display: block;
	background-size: contain;
}

.btn-next.step0 {
	background-image: url(../../assets/assetsx/images/btn_next.png);
}

.btn-next.step0:hover {
	background-image: url(../../assets/assetsx/images/btn_next_o.png);
}

.btn-next.step1 {
	background-image: url(../../assets/assetsx/images/btn_start.png);
}

.btn-next.step1:hover {
	background-image: url(../../assets/assetsx/images/btn_start_o.png);
}

.btn-next.restart {
	background-image: url(../../assets/assetsx/images/btn_restart.png);
}

.btn-next.restart:hover {
	background-image: url(../../assets/assetsx/images/btn_restart_o.png);
}

.login-form-holder {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
}

.login-form {
  text-align: center;
  padding: 70px 0;
  width: 350px;
  min-height: 250px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #f1880a;
  margin-top: 70px;
}

.login-form .btn {
  border: 1px solid #aaa;
  padding: 4px 8px;
}

.result_table_remarks {
	font-size: 14pt;
}