/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 1.9.1
Updated: 2021-11-23 03:46:50

*/

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Noto Sans HK", \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
    background-color: transparent !important;
}

.site {
  background-color: transparent !important;
  margin: 0px !important;
  padding: 0px !important;
}

.site-content {
  padding: 0px !important;
}

.content {
    border-radius: 20px;
    padding: 15px;
    margin: 20px 0px;
    background-color: rgba(255,255,255,0.8);
}

.banner img {
    border-radius: 20px;
}

.banner img, .content img {
  width: 100%;
  height: auto;
}

.content h1 {
    color: #fe9923;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.textbox input[type=file] {
  margin: 50px;
}

.btn, .btn:hover, .btn:active, .btn:focus, .btn:link  {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFF !important;
  border-radius: 20px;
  padding: 15px 5px;
  width: 100%;
  display: block;
  margin: 0px auto;
  text-decoration: none;
  text-align: center;
  background: rgb(255,200,50);
  background: linear-gradient(180deg, rgba(255,200,50,1) 0%, rgba(254,163,39,1) 100%);
}

.display td:first-child {
  width: 35px;
}

#incentive .display td:first-child {
  width: auto;
}

.display {
  table-layout: auto !important;
}

#no_btn {
  background: #f2f2f2 !important;
  color: #666 !important;
  margin-bottom: 15px;
  margin-bottom: 15px;
}

.history {
    width: 100%;
    line-height: 1.2;
    border: none;
}

.history th {
  font-size: 14px;
  font-weight: bold;
  border: none;
  vertical-align: top;
}

.history td {
    vertical-align: top;
    border: none;
}

.table_icon {
    text-align: right;
    font-weight: bold;
    color: #fe9923;
}

.table_icon img {
    width: 20px;
    float: right;
    margin-left: 5px;
}

.table_icon div {
  display: block !important;
}

.table_icon select {
  display: none !important;
}

.history .date {
    color: #0092d6;
    font-size: 12px;
}

.history .title {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 30px;
}

.history .title span {
    font-size: 13px;
    font-weight: normal;
}

.history .point {
    color: #fe9923;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    padding-bottom: 30px;
}

.history th:first-child {
  width: 80px;
}

.history th:last-child {
  width: 60px;
}

.history_btn {
  background: linear-gradient(180deg, #289eff 0%, #1fbcff 100%) !important;
  line-height: 1;
}

.upload_photo_table, .upload_photo_table td {
  border: none;
}

.upload_photo_table button, .dotnew_box button {
  background: transparent !important;
  padding: 0px;
  margin: 0px;
}

.page-template:before {
  display: none !important;
}

.dotnew_home_bg {
  background-image: url(images/dotss_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
}

.dotnew_home {
  max-width: 360px;
  width: 100%;
  margin: 0px auto;
  padding-top: 50px;
}

.dotnew_home table {
  max-width: 300px;
  width: 100%;
  margin: 0px auto !important;
}

.dotnew_home table, .dotnew_home td {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.dotnew_home table tr:first-child td {
  padding-top: 20px;
}

.dotnew_home table tr:last-child td {
  padding-top: 30px;
}

.dotnew_box_bg {
  background-image: url(images/dotss_header_with_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

.dotnew_box_bg_noimg {
  background-image: url(images/dotss_header.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

.dot_back_btn {
  position: absolute;
  left: 20px;
  top: 25px;
  width: 45px;
}

.dot_home_btn {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 45px;
}

.dot_back_btn img, .dot_home_btn img {
  width: 100%;
  height: auto;
}

.dot_title {
  color: #fff;
  letter-spacing: 10px;
  font-weight: 100;
  font-size: 2em;
  padding: 20px 0px 10px 0px;
  text-align: center;
}

.dot_title img {
  width: 62px;
  height: auto;
  display: block;
  margin: 0px auto;
}

.dotnew_box {
  margin: 0px 15px 40px 15px;
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 16px 3px #9f9fb3;
  overflow: hidden;
  color: #797a7a;
}

.dotnew_box table {
  max-width: 300px;
  width: 100%;
  margin: 0px auto;
}

.dotnew_box table, .dotnew_box td {
  border: 0px;
  padding: 0px;
}

.dotnew_box button {
  padding: 0px !important;
  margin: 0px !important;;
  border-radius: 0px !important;
  background: transparent !important;
}

.dotnew_box #submit_btn {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0px auto !important;
}

.dotnew_box img {
  width: 100%;
}

.dotnew_box h2 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #666;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.inputdigit input, .inputdigit input[disabled], .inputdigit input:disabled {
  width: 11%;
  height: 60px;
  float: left;
  margin-left: 0.6%;
  margin-right: 0.6%;
  border: 1px #ccc solid;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 0px;
  color: #000;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
}

.inputdigit:after {
  clear:both;
  display: table;
  content: " ";
}

.clearnumber {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  color: #478fd4;
  padding-top: 20px;
  text-align: center;
  text-decoration: underline;
}

#sn, .submitcode {
  opacity: 0.1;
  width: 1px;
  height: 1px;
  border: 0px;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#msg_box span {
  display: block;
  color: #fff;
  text-align: center;
  width: 120%;
  margin-left: -10%;
  background-color: #FFF;
  font-size: 16px;
  padding: 10px 0px;
}

.verifly_tick, .verifly_cross {
  display:none;
}

.errormsg span {
  background-color: #912f31 !important;
}

.successmsg span {
  background-color: #5fb257 !important;
}

#loading {
  text-align: center;
}

.loading {
    position: relative;
}

.loading:after {
  content: "載入中，請稍後...";
  font-weight: bold;
  line-height: 400px;
  font-size: 18px;
  color: #000;
  text-align: center;
  display: block;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  position: absolute;
  width: 100%;
  height: 488px;
  border-radius: 15px;
  opacity: 0.9;
  z-index: 1000;
}

.dothistory table {
  max-width: 480px;
}

.display, .display td {
  border:none;
  font-size: 14px;
  line-height: 20px;
}

.display td {
  padding: 15px 0px;
}

.display {
  border-top: 1px #478fd4 solid !important;
  border-bottom: 1px #478fd4 solid !important;
  margin-bottom: 20px !important;
}

.display td span {
  border-radius: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #000;
  color: #FFF;
  display: block;
}

.display td b {
  display: inline-block;
  padding-left: 20px;
  background-image: url(images/dollar_icon.png);
  background-size: 15px 15px;
  color: #c49c38;
  background-repeat: no-repeat;
  background-position: left;
}

.display td img {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.display td:last-child {
  text-align: right;
}

.gotoinput {
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  padding: 20px 0px;
}

.gotoinput a {
  color: #666;
}

.dothistory h1 {
  font-size: 30px;
  text-align: center;
  padding: 50px 0px;
}

.dothistory h1 span {
  font-weight: bold;
  color: #478fd4;
}

#loophistory {
  font-size: 13px;
}

#loophistory h2 {
  font-size: 15px;
  color: #fff;
  background: rgb(35,89,163);
  background: linear-gradient(90deg, rgba(35,89,163,1) 0%, rgba(124,179,224,1) 100%);
  padding: 5px;
  display: block;
  text-align: left;
  position: relative;
  line-height: 20px;
}

.uploadhistory td {
  padding: 10px 0px;
  border-bottom: #ccc 1px solid;
  text-align: right;
}

.uploadhistory td:first-child {
  width: 40%;
  text-align: left;
}

.uploadhistory td b {
  display: inline-block;
  padding-left: 20px;
  background-image: url(images/dollar_icon.png);
  background-size: 15px 15px;
  color: #c49c38;
  background-repeat: no-repeat;
  background-position: left;
}

.uploadhistory .moredetail, .uploadhistory th {
  display: none;
}

.dothistory #loophistory table {
    max-width: 1280px;
}

.history_detail {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(images/open_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  right: 0px;
  top: 0px;
}

.open_detail {
  background-image: url(images/close_btn.png);
}

.dotfilter {
  padding: 5px 0px 20px 0px;
}

.dotfilter:after {
  display: table;
  content: " ";
  clear: both;
}

.dotfilter select {
  border: 1px #ccc solid;
  max-width: 100%;
  font-family: "Noto Sans HK", \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
  font-size: 13px;
}

.dotfilter select option {
  font-family: "Noto Sans HK", \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
  font-size: 13px;
  border: 1px #ccc solid;
}

#selecttp {
  width: 59%;
  float: left;
}

.dotsort {
  width: 40%;
  font-size: 12px;
  line-height: 30px;
  float: right;
  text-align: right;
}

#pinpad {
}

#pinpad button {
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
	width: 31%;
	line-height:40px;
	background-color: #f1f1f1 !important;
	color:#666 !important;
    border-radius: 10px !important;
    border: 1px #ccc solid !important;
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 20px;
    display: inline-block;
}

#inputarea h2 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.clear i {
    display: block;
    width: 100%;
    height: 40px;
    background-size: 29px 20px;
    background-image: url(images/backspace.png);
    background-repeat: no-repeat;
    background-position: center;
}

#incentive .display {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

#incentive .display td {
  padding: 5px 0px;
}

.non_scan {
    text-align: center !important;
    line-height: 40px !important;
    border-top: 1px #FFF solid !important;
    border-bottom: 1px #FFF solid !important;
}

body {
    touch-action: pan-y;
}

#special_prize {
    position: relative;
    margin: 20px 0px;
}

.special_text {
    position: absolute;
    text-align: center;
    padding: 5%;
    margin-top: 20%;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    width: 100%;
}

.special_text span {
    font-size: 20px;
    color: crimson;
}
