﻿/* CSS歸零,統一字型 */
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, font, 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 {/*  margin: 0px;padding: 0px; */
    border: 0px;
    outline: 0px;
    font-family:"微軟正黑體", Arial, Helvetica, Microsoft JhengHei, sans-serif;
    background: transparent;
}
p {margin:0px;}
html, body {width:100%;max-width:100%;height:100%;}

/*main css start*/
h1 {color:#007F33; font-size:28px;position:relative;}
h1 small {font-size: 65%;}

body{
    font-family:"微軟正黑體", serif;
    margin:0px;
}
.entry-bg{
	background-image:url(../img/entrybg.jpg);
	background-size:cover;
	box-shadow: inset 0px -10px 20px rgba(0,0,0,0.2);
	/*min-height:600px;*/
	height:100%;
	width:100%;
	display:table;
}
.dot {background:url(../img/dot.jpg);}
.main {padding-bottom:20px;margin:0px auto;text-align:center;padding:40px;max-width:800px;}
.title{padding:20px;}

.search {position:absolute;top:60px; right:20%;color:white;cursor:pointer;}
.search p {text-align:center;}
.search b {display:block;}
.search_img {
    padding: 10px;
    border-radius: 100px;
    background: #3CA867;
    height: 80px;
    width: 80px;
    text-align:center;
    vertical-align:middle;
    display: table-cell;
}
.search_img img {width:35px;}
.GetNoInfo {font-size:14px;color:#555;letter-spacing:0.1em;}
.Grdot {
    color: #007F33;
    font-size: 40px;
    height: 20px;
    line-height: 20px;
    display: -webkit-inline-box;
    margin-left:10px;
}
.unit {
    padding: 10px;
    background: #3CA867;
    color: white;
    border-radius: 5px;
    border: 0px;
    font-size: 100%;
    margin: 0px auto;
}
.box{display:inline-block;padding:10px;margin:0px 4%;}
.box.outer {border:solid 1px #007F33;border-radius:5px;background:#FFF;width:270px;margin:4%;} /*#FAFFF5*/
.box.outer .btn {width:100%;}
.box.info b {color:#007F33;}
.box.info h3{/*h2~h3*/}
.box.info h2{color:gray;}
.btn {
	padding:10px;
	background:#3CA867; 
	color:white; 
	border-radius:5px;     
	border:0px;
	font-family: "微軟正黑體";
	font-size:100%;
	margin:0px auto;
    cursor: pointer;
}  
.btn_DeepGr {
	background:-webkit-linear-gradient(top, #2AB5AD 0%, #229595 100%);
	background:linear-gradient(to top, #229595 0%,#2AB5AD 100%);
}
.btn_Disable {
    background:#EEE;
	color:#AAA;
	cursor:no-drop;
}
.btn_Print {position: absolute;top: 0px;right: 0%;font-size:20px;}

.text-left {text-align:left;}
.pull-left {float:left !important;}

.input {width:80%;max-width:450px; padding:10px;border-radius:5px;border:solid 1px #BBB;}
.caution ol {padding-left:20px;}
.final{padding:20px 40px;border:solid 1px #EEE;background:#FFF;width:100%;max-width:480px;margin:0px auto;display:table;box-sizing:border-box;}
.num{font-size:72px;}
.box-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background:#3CA867;
	font-size:24px;/*same as h2*/
	color:white;
}
.text-nowrap {white-space:nowrap;}
.padding {
    padding:20px 0px;
}
/* 錯誤訊息 */
.MsgBox_pos {
    max-width: 300px;
    border: 1px solid #DDD;
    padding: 10px 30px 0px 30px;
    margin: 10% auto;
    background: #FFF;
    border-radius: 5px;
}
.MsgBox_R {width: 130px;font-size: 13px;float: right}
.MsgBox_R .warning{font-size:45px;color:#E53935;}
.MsgBox_R #Title {color:#F44336;font-size:16px;margin-bottom:10px;}
.MsgBox_R #Msg {margin-bottom:10px;}

.tPassed {color:#FFC107 !important;text-decoration:line-through;}
.tGreen {color:#007F33;}
.tGray {color:gray;}
.tLarge {
    font-size: 45px;
    color: #5F584B;
    letter-spacing: 0.05em;
    text-shadow: 0px -1px 0px #9E9E9E, 1px 1px 0px #DDD;
}

/* Loading動畫 */
#LoadingDiv {
    margin-top:10px;
    color: #666;
    letter-spacing: 0.1em;
}
[class^="shaft-load"] > div {
    float: left;
    background: #666;
    height: 100%;
    width: 5px;
    margin-right: 1px;
    display: inline-block;
  
}
[class^="shaft-load"] .shaft1 {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
[class^="shaft-load"] .shaft2 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
[class^="shaft-load"] .shaft3 {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
[class^="shaft-load"] .shaft4 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
[class^="shaft-load"] .shaft5 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[class^="shaft-load"] .shaft6 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
[class^="shaft-load"] .shaft7 {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
[class^="shaft-load"] .shaft8 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
[class^="shaft-load"] .shaft9 {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
[class^="shaft-load"] .shaft10 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}


.shaft-load2 {
  margin:20px auto;
  width: 60px;
  height: 20px;
}

.shaft-load2 > div {
    background-color: #337A5B;
    -webkit-animation: loading2 1.8s infinite ease-in-out;
    -moz-animation: loading2 1.8s infinite ease-in-out;
    -o-animation: loading2 1.8s infinite ease-in-out;
    animation: loading2 1.8s infinite ease-in-out;
    -webkit-transform: scaleY(0.05) translateX(-5px);
    -moz-transform: scaleY(0.05) translateX(-5px);
    -ms-transform: scaleY(0.05) translateX(-5px);
    -o-transform: scaleY(0.05) translateX(-5px);
    transform: scaleY(0.05) translateX(-5px);
}
/* Shaft 2 */
.shaft-load2 > div {
  background-color: #694C35;
  -webkit-animation: loading2 1.5s infinite ease-in-out;
  -moz-animation: loading2 1.5s infinite ease-in-out;
  -o-animation: loading2 1.5s infinite ease-in-out;
  animation: loading2 1.5s infinite ease-in-out;
  -webkit-transform: scaleY(0.05) translateX(-5px);
  -moz-transform: scaleY(0.05) translateX(-5px);
  -ms-transform: scaleY(0.05) translateX(-5px);
  -o-transform: scaleY(0.05) translateX(-5px);
  transform: scaleY(0.05) translateX(-5px);
}


@-webkit-keyframes loading2 {
  10% {
    background: #B48B69;
  }
  15% {
    -webkit-transform: scaleY(1.2) translateX(10px);
    -moz-transform: scaleY(1.2) translateX(10px);
    -ms-transform: scaleY(1.2) translateX(10px);
    -o-transform: scaleY(1.2) translateX(10px);
    transform: scaleY(1.2) translateX(10px);
    background: #B48b69;
  }
  90%, 100% {
    -webkit-transform: scaleY(0.05) translateX(-5px);
    -moz-transform: scaleY(0.05) translateX(-5px);
    -ms-transform: scaleY(0.05) translateX(-5px);
    -o-transform: scaleY(0.05) translateX(-5px);
    transform: scaleY(0.05) translateX(-5px);
  }
}
@-moz-keyframes loading2 {
  10% {
    background: #B48B69;
  }
  15% {
    -webkit-transform: scaleY(1.2) translateX(10px);
    -moz-transform: scaleY(1.2) translateX(10px);
    -ms-transform: scaleY(1.2) translateX(10px);
    -o-transform: scaleY(1.2) translateX(10px);
    transform: scaleY(1.2) translateX(10px);
    background: #B48B69;
  }
  90%, 100% {
    -webkit-transform: scaleY(0.05) translateX(-5px);
    -moz-transform: scaleY(0.05) translateX(-5px);
    -ms-transform: scaleY(0.05) translateX(-5px);
    -o-transform: scaleY(0.05) translateX(-5px);
    transform: scaleY(0.05) translateX(-5px);
  }
}
@-o-keyframes loading2 {
  10% {
    background: #B48B69;
  }
  15% {
    -webkit-transform: scaleY(1.2) translateX(10px);
    -moz-transform: scaleY(1.2) translateX(10px);
    -ms-transform: scaleY(1.2) translateX(10px);
    -o-transform: scaleY(1.2) translateX(10px);
    transform: scaleY(1.2) translateX(10px);
  }
  90%, 100% {
    -webkit-transform: scaleY(0.05) translateX(-5px);
    -moz-transform: scaleY(0.05) translateX(-5px);
    -ms-transform: scaleY(0.05) translateX(-5px);
    -o-transform: scaleY(0.05) translateX(-5px);
    transform: scaleY(0.05) translateX(-5px);
  }
}
@keyframes loading2 {
  10% {
    background: #007F33;
  }
  15% {
    -webkit-transform: scaleY(1.2) translateX(10px);
    -moz-transform: scaleY(1.2) translateX(10px);
    -ms-transform: scaleY(1.2) translateX(10px);
    -o-transform: scaleY(1.2) translateX(10px);
    transform: scaleY(1.2) translateX(10px);
    background: #4CAF50;
  }
  90%, 100% {
    -webkit-transform: scaleY(0.05) translateX(-5px);
    -moz-transform: scaleY(0.05) translateX(-5px);
    -ms-transform: scaleY(0.05) translateX(-5px);
    -o-transform: scaleY(0.05) translateX(-5px);
    transform: scaleY(0.05) translateX(-5px);
  }
}

/*以下為POPUP */
.overlay {
    /*display: none;*/
    position: fixed;
    z-index: 1;
    padding-top: 220px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

/* POPUP Modal Content */
.confirm-dialog-container {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width:330px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.modal-header {
    padding:10px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding:16px;
    text-align:center;
}
.modal-body .btn {width: 5em;}






/* RWD */
.mobile {display:none;}
@media screen and (max-width:768px) {
	.pc {display:none;}
	.entry-bg {min-height:auto;}
}
@media only screen and (max-width: 480px){
    h2 {font-size:20px;}
    .MsgBox_pos img {width: 100px;}
    .MsgBox_pos {padding:10px 15px 0px 15px;}
    .main {padding:0px;max-width:100%;}
    .entry-bg {height:100%;}
    .search {right:2%;top:25px;}
    .tLarge {font-size:40px;}
    .btn_Print {position:relative;margin-top:20px;}
}

@media print {
  body * {visibility: hidden;}
  .print-area, .print-area * {visibility: visible;}
  .print-area {
    position: absolute;
    left: 0;
    top: 0;
  }
  #LB_BHName {color:#000 !important;}
}

/* 圖形驗證碼 */
#imgCaptcha{
    vertical-align:middle;
    display:inline-block;
}
.inputCaptcha{
    width:80px;
    padding:10px;
    border-radius:5px;
    border:solid 1px #BBB;
}