﻿/*-----------Default Setting-----------*/
@charset "utf-8";
body,
html{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	border: none;
}
/*追加字型*/
@font-face { 
    font-family: Roboto-Light;
    src:url('../fonts/Roboto-Light.ttf');
}
/*追加字型*/
@font-face { 
    font-family: Roboto-Regular;
    src:url('../fonts/Roboto-Regular.ttf');
}
body{
    font-family: Roboto-Regular,"微軟正黑體", "新細明體", "細明體";
    font-size: 16px;
    line-height: 24px;
    position: relative;
    width: 1200px;
    height: 100%;
    overflow: auto;
    background: #aaa;
    margin: 0 auto;
}
h1, h2, h3, h4, h5{
    margin: 0;
}
p{
	margin: 0;
}
h1{
	font-size: 36px;
	line-height: 40px;
}
h2{
	font-size: 20px;
	line-height: 24px;
}
h3{
	font-size: 14px;
	line-height: 24px;
}
select{
    outline: none;
}
select::-ms-expand {
    display: none;
}
a{
	color:#707070;
}
a:hover,
a:focus{
	color:#707070;
	outline: none !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="reset"],
input[type="submit"],
select{
    border-radius: 0;
    box-shadow: none ;
    -webkit-box-shadow: none;
    appearance: none;
    -moz-appearance:  none;
    -webkit-appearance: none;
    -o-appearance:  none;
}
input[type="file"]{
    display: none;
}
textarea:focus,
input:focus,
select:focus,
.form-control:focus{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-color:rgba(0, 92, 184, 0.6) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 92, 184, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px  rgba(0, 92, 184, 0.6);
}
.no_ul,
.no_ul>li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.html_edit{
    overflow: hidden;
}
.html_edit table
{
    height: auto;
    table-layout: fixed;
}
.html_edit img{
    max-width: 100%;
    height: auto;
}
@media(max-width: 768px){
	h1{
		font-size: 30px;
		line-height: 35px;
	}
}
/*全站共用*/
.common_back{
    display: block;
    font-size: 24px;
    font-family: Roboto-Regular;
    color: #16cca8;
    padding: 0 30px;
    margin:0;
}
.common_back:hover,
.common_back:focus{
    color: #16cca8; 
    text-decoration:none;
}
.common_back i{
    padding-right: 15px;
}
.common_btn_1{
    width: 100%;
    font-size: 22px;
    font-family: Roboto-Regular;
    color: #fff;
    text-align: center;
    padding: 10.5px 20px;
    border:none;
    border-radius: 22px;
    background: #005cb8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.common_btn_1:hover{
    color: #fff;
    text-decoration: none;
    background: #60cabc;
}
.common_btn_2{
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    border:none;
    border-radius: 22px;
    background: #16cca8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.common_btn_2:hover{
    background: #60cabc;
}
.common_sel{
    width: 100%;
    /*border:1px solid #959595;*/
    border:1px solid #bfbfbf;
    border-radius: 3px !important;
    font-size: 18px;
    font-weight: bold;
    color:#434343;
    background: url(../images/common/tp_sel_bg_1.png) no-repeat right;
    background-color: #fff;
    padding: 7px 50px 7px 16px;
}
.common_sel_lang {
    width: 100%;
    /*border:1px solid #959595;*/
    border: 1px solid #bfbfbf;
    border-radius: 3px !important;
    font-size: 18px;
    font-weight: bold;
    color: #434343;
    background: url(../images/common/tp_sel_bg_1.png) no-repeat right;
    background-color: #fff;
    padding: 0px 5px 0px 5px;
}
.unupdate .common_sel{
    background: url(../images/common/tp_sel_bg_2.png) no-repeat right;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}
.unupdate .common_txt{
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}
.unupdate .common_date.form-control,
.unupdate .input-group.date .input-group-addon{
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}
.unupdate .common_date.form-control{
    border-right:1px solid #bfbfbf;
}
.unupdate div.no_id > input[type="checkbox"] + input[type='hidden'] + label.checkbox_item{
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

.common_file{
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background: url(../images/common/tp_file_bg.png) no-repeat right;
    background-color: #fff;
    padding: 7px 50px 7px 16px;
}

.common_file span{
    font-size: 18px;
    color: #959595;
    display: block;
    overflow: hidden;
    width: 100%;
}
.common_file span.has_file{
    font-size: 18px;
    color: #434343;
}
.common_date.form-control{
    width: 100%;
    height: auto;
    font-family: Roboto-Light;
    border: 1px solid #bfbfbf;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    padding: 8px 50px 8px 16px;
}
.input-group.date .input-group-addon{
    background: #fff;
    font-size: 18px;
    color: #005cb8;
    padding: 10px 8px;
    border-radius: 0 3px 3px 0;
}

.common_txt{
    width: 100%;
    color: #434343;
    font-family: Roboto-Light;
    border-radius: 3px !important;
    border: 1px solid #bfbfbf;
    padding: 7px 50px 7px 16px;
    resize: none; 
}
.form-control{
    font-size: 18px;
    color: #434343;
}
.form-control::-webkit-input-placeholder{
    font-size: 18px;
    line-height: 40px;
    color: #a0a0a0 !important;
}

.form-control::-moz-placeholder{
    font-size: 18px;
    /*line-height: 40px;*/
    color: #a0a0a0 !important;
}
.form-control:-ms-input-placeholder{
    font-size: 18px;
    /*line-height: 40px;*/
    color: #a0a0a0 !important;
}
.form-control:-moz-placeholder{ 
    font-size: 18px;
    /*line-height: 40px;*/
    color: #a0a0a0 !important;
}
.common_txt::-webkit-input-placeholder{
    font-size: 18px;
    color: #a0a0a0 !important;
}
.common_txt::-moz-placeholder{
    font-size: 18px;
    color: #a0a0a0 !important;
}
.common_txt:-ms-input-placeholder{
    font-size: 18px;
    color: #a0a0a0 !important;
}
.common_txt:-moz-placeholder{ 
    font-size: 18px;
    color: #a0a0a0 !important;
}
/*pop 1*/
.common_pop1 .modal-dialog{
    width: 620px;
    margin-top: 100px;
}
.common_pop1 .modal-content{
    border:none;
    border-radius: 3px ;
}
.common_pop1 .modal-body{
    background-color: #005cb8;
    text-align: center;
    padding: 30px 30px 40px;
    border-radius: 3px 3px 0 0;
}
.common_pop1 .modal-body div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.common_pop1 .modal-body div img{
    flex-shrink: 0;
}
.common_pop1 .modal-body p{
    width: 400px;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    margin:0 auto;

}
.common_pop1 .modal-body p.title{
    width: 430px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;

}
.common_pop1 .modal-footer{
    border: none;
    border-radius:0 0 3px 3px ;
    padding: 0;
}
.common_pop1 .modal-footer .pop_btn:first-child{
    border-right: 1px solid #434343;
     border-radius:0 0 0 3px;
}
.common_pop1 .modal-footer .pop_btn{
    float: left;
    display: block;
    width: 310px;
    background-color: #fff;
    font-size: 26px;
    color: #434343;
    border:none;
    padding: 18px;
    border-radius:0 0 3px 0;
}
.common_pop1 .modal-footer .pop_btn:hover{
    background-color: #d2d2d2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.common_pop1 .modal-footer .pop_btn_center{
    float:left;
    display: block;
    width: 600px;
    background-color: #fff;
    font-size: 26px;
    color: #434343;
    border:none;
    padding: 18px;
    border-radius:0 0 3px 0;
}
/*pop 2*/
.common_pop2 .modal-dialog{
    width: 620px;
    margin-top: 100px;
}
.common_pop2 .modal-content{
    border:none;
    border-radius: 3px ;
}
.common_pop2 .modal-body{
    min-height: 390px;
    background-color: #16cca8;
    text-align: center;
    padding: 30px 30px 40px;
    border-radius: 3px 3px 0 0;
}
.common_pop2 .modal-body div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.common_pop2 .modal-body div img{
    flex-shrink: 0;
}
.common_pop2 .modal-body p{
    width: 400px;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    margin:0 auto;

}
.common_pop2 .modal-body p.title{
    width: 430px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;

}
.common_pop2 .modal-footer{
    border: none;
    padding: 0;
}
.common_pop2 .modal-footer .pop_btn:first-child{
    border-right: 1px solid #434343;
    border-radius:0 0 0 3px;
}
.common_pop2 .modal-footer .pop_btn{
    text-align: center;
    float: left;
    display: block;
    width: 310px;
    background-color: #fff;
    font-size: 26px;
    color: #434343;
    border:none;
    padding: 18px;
    border-radius:0 0 3px 0;
}
.common_pop2 .modal-footer .pop_btn:hover{
    text-decoration: none;
    background-color: #d2d2d2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*img pop*/
.img_pop .modal-dialog{
    margin-top: 150px;
}
/*error message*/
.error_message{
    font-size: 16px;
    font-family: Roboto-Regular;
    font-weight: normal;
    color: #e61300;
}

/*201907 loading pop*/
.loading_pop .modal-dialog{
    top: 50%;
    margin-top: -141px;
    margin-bottom: 0;
    width: 400px;
}
.loading_pop .modal-content{
    border:none;
    border-radius: 3px ;
}
.loading_pop .modal-body{
    background-color: #005cb8;
    text-align: center;
    padding: 93px 0px 71px;
    border-radius: 3px 3px 0 0;
}
.loading_pop .modal-body div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.loading_pop .modal-body div img{
    flex-shrink: 0;
}
.loading_pop .modal-body p{
    width: 400px;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    margin:0 auto;

}
.loading_pop .modal-body p.title{
    width: 410px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;

}

.form_block .item.error .common_txt,
.form_block .item.error .common_sel,
.form_block .item.error .common_file,
.form_block .item.error .input-group-addon,
.barcode_id_has_check.checked .common_file,
.failure_mode.checked textarea.common_txt{
    border-color: #e61300 !important;
}

.form_block .item.error .common_date{
    border-color: #e61300 #bfbfbf #e61300 #e61300 ;
}
.form_block .item.error .error_message{
    margin-top: 5px;
}

/*Footer*/
.footer_area {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer_area .bottom {
    width: 1200px;
    /*display: flex;*/
    position: absolute;
    background: #626262;
    bottom: 0;
    left: 0;
    /*left:50%;*/
    /*margin-left:-600px; */
}

.footer_area .top .txt_area {
    width: 220px;
    height: 65px;
    background: #434343;
    padding: 20px;
    float: left;
}

/*Header*/
.header_area{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header_area .top{
    width: 1200px;
    /*display: flex;*/
    position: absolute;
    top: 0;
    left: 0;
    /*left:50%;*/
    /*margin-left:-600px; */
}
.header_area_2 .top{
    width: 880px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.header_area .top .img_area{
    width: 780px;
    height: 65px;
    background: #626262;
    padding: 20px;
    float: left;
}
.header_area_2 .top .img_area{
    width: 204px;
    background: #626262;
    padding: 13.5px 20px;
}
.header_area_2 .top .img_area a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header_area_2 .top .img_area a:hover{
    text-decoration: none;
}
.header_area_2 .top .img_area a i{
    font-size: 30px;
    color: #fff;
    padding-right: 13px;
}
.header_area .top .txt_area{
    width: 220px;
    height: 65px;
    background: #434343;
    padding: 20px;
     float: left;
}
.header_area .top .txt_area_lang {
    width: 200px;
    height: 65px;
    background: #434343;
    padding: 20px 0px 20px 10px;
    float: left;
}
.header_area_2 .top .txt_area{
    width: 680px;
    background: #434343;
    padding:13.5px 20px;
}
.header_area_2 .top .txt_area select{
    /*#201907 Ryan#*/
    /*width: 300px;*/
    width: 290px;
    background: inherit;
    border:none;
    font-size: 18px;
    padding: 2px 3px;
    color:#fff;
    border-bottom: 1px solid #fff;
    margin-left:50px;
    background: url(../images/test/tp_test_sel.png) no-repeat right;
}
.header_area_2 .top .txt_area select option{
    background: #434343;
}
.header_area_2 .top .txt_area button{
    width: 100px;
    font-size: 18px;
    color: #fff;
    background: #434343;
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 6px 20px;
    margin: 0 77px 0 30px;
} 
.header_area_2 .top .txt_area button:hover{
    border-color: #5fcabd;
    background-color: #5fcabd;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header_area .top .txt_area a{
    font-size: 20px;
    color: #fff;
}
.header_area .top .txt_area a:hover{
    color: #5fcabd;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
.header_area .top .txt_area a i{
    font-size: 18px;
}
.header_area .top .txt_area a:nth-child(2){
    margin-left: 20px;
}
.header_area_2 .top .txt_area .help{
    margin-right: 20px;
}
.left{
    width: 155px;
    min-height: 585px;
    /*height: 100%;*/
    float: left;
    position: relative;
    top:0;
    left: 0;
    /*left:50%;*/
    /*margin-left/:-77.5px;*/
    background: #fff;
    -webkit-box-shadow: 3px 0px 2px 0px rgba(6,0,1,.1);
    -moz-box-shadow: 3px 0px 2px 0px rgba(6,0,1,.1);
    box-shadow: 3px 0px 2px 0px rgba(6,0,1,.1);
}

.left > .img_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 13px; 
}
.left > .img_area > img{
    flex-shrink: 0;
}
.left > .img_area > p{
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #abacad;
    margin-top: 16px;
}
.left > ul > li{
    position: relative;
}
.left > ul > li > div{
    position: absolute;
    width: 7px;
    height: 75px;
    top:1px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #005cb8;
}
.left > ul > li:last-child > a{
    border-bottom: 1px solid #eee;
}
.left > ul > li > a{
    display: block;
    font-family: Roboto-Regular;
    /*height: 75px;*/
    font-size: 18px;
    padding: 25.5px 20px;
    border-top: 1px solid #eee;
    /*border-left: 7px solid #fff;*/
}
.left > ul > li.active > a{
    color: #005cb8;
    background-color: #eeeeee;
    /*border-left: 7px solid #005cb8;*/
    /*border-top: inherit;*/
    /*background-image: url(../images/index/tp_index_menu_bg.png);
    background-position: left;
    background-repeat: no-repeat;*/
}
.left > ul > li.active > div,
.left > ul > li > a:hover + div,
.left > ul > li > a:focus + div{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.left > ul > li.active > a:hover,
.left > ul > li.active > a:focus{
    background: #eeeeee;
}
.left > ul > li > a:hover,
.left > ul > li > a:focus{
    color: #005cb8;
    text-decoration: none;
    /*border-left: 7px solid #005cb8;*/
    /*border-top: inherit;*/
   /* background-image: url(../images/index/tp_index_menu_bg.png);
    background-position: left;
    background-repeat: no-repeat;*/
}

.hide_block {
    display:none;
}

/*#201907 Ryan#*/
#function_block {
    display:none;
}
#function_block.active {
    display:inline-block;
}