﻿/*20210630 宏偉 RQ20210611-020 (1)新增驗證碼&版面調整(2)掌先機登入改用TrustLogin信用登入*/
header {
  background-color: white;
  margin: 0 auto;
  width: 800px;
  height: 75px;
}

body {
  color: #333;
  line-height: 1.42857143;
  margin: 0 auto;
  font-family: Microsoft JhengHei;
}

.help-block {
  font-size: 14px;
}

.card {
  background-color: #F7F7F7;
  padding: 20px 20px 20px;
  margin: 0 auto 25px;
  margin-top: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.cardTitle {
  background-color: #E0EBFC;
  height: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: white;
  vertical-align: middle;
  padding-top: 15px;
}

.card-container {
  /*20210630 remark
    max-width: 550px;*/
  width: 100%;
  padding: 30px 30px;
  margin-bottom: 100px;
}

.step {
  border-style: solid;
  border-width: 1px;
  padding: 6px 35px;
  margin: 10px 5px;
}

.btnd.disabled,
.btnd[disabled],
fieldset[disabled] .btnd {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.alert-block {
  font-size: 12px;
  color: red;
}

.btn-4CharWid {
  width: 83px;
}

.btn-primary {
  /*因bootstrap v4.6.0 css樣式變更*/
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}

.btnMargin {
  margin: 5px;
  margin-top: 20px;
}

.FillFormtable {
  max-width: 550px;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  font-family: Microsoft JhengHei;
  width: 100%;
}

.FillFormtable tr {
  height: 40px;
}

.FillFormtable td {
  vertical-align: middle;
}

.inputtd {
  padding: 3px !important;
  vertical-align: middle !important;
}

.Logintable {
  max-width: 400px;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  font-family: Microsoft JhengHei;
}

.Logintable tr {
  height: 40px;
}

.Logintable td {
  vertical-align: middle;
}

/* 20220928 add  */
.divShadow {
  width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 9px #E0E0E0;
  border-radius: 5px;
  padding: 20px;
}

/* FillForm Start */
.wrap {
  width: 800px;
  margin: 0px auto;
}

.Filltable {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  font-family: Microsoft JhengHei;
  border: 1px solid #000000;
  border-collapse: collapse;
}

.Filltable.FillTableTr,
.Filltable.titletd,
.Filltable.texttd {
  vertical-align: middle;
  border: 1px solid #000000;
  width: 50px;
}

.Filltable.texttd {
  font-size: 14px;
}

.requiredFont {
  color: #FF0000;
}

.tdheader {
  text-align: center;
  background-color: #E0EBFC;
}

label {
  margin: 3px;
}

/*20221019*/
tr.resultTr {
  border: none;
}

tr.FillTableTr>td {
  padding: 5px;
}

tr.FillTableTr>td.sort {
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  width: 50px;
}

.titleNote {
  color: #cf4949;
}

input.form-textLine {
  display: block;
  width: 100%;
  height: 34px;
  /*padding: 6px 12px;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  /*background-color: #fff;*/
  background-color: #d1d1d1;
  background-image: none;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
  /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
  /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  border: none;
  border-bottom: 1px solid #000;
  outline: none
}

tr.resultTr>td {
  background-color: #d1d1d1;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

tr.m-resultTr {
  display: none;
}

.alert-block {
  font-size: 12px;
  color: red;
}

.titletd {
  font-size: 14px;
  /*white-space: nowrap;*/
  text-align: center;
  min-width: 100px;
  max-width: 500px;
  width: auto;
}

@media (max-width: 736px) {

  .texttd,
  .titletd {
    font-size: 18px;
  }

  .form-control {
    background-color: #F0F0F0;
    font-size: 16px;
    /* width: 200px; */
    min-width: 250px;
  }

  label {
    font-weight: normal;
    /*width: 100%;*/
  }

  tr.FillTableTr>td.sort {
    font-size: 18px;
    text-align: left;
  }

  tr.FillTableTr>td {
    display: block;
    font-size: 18px;
  }

  .titletd {
    text-align: left !important;
    max-width: 100%;
  }

  tr.FillTableTr>td.sort,
  .FillTableTr,
  .titletd,
  .texttd {
    width: 100%;
  }

  .alert-block {
    font-size: 16px;
  }
}

@media (max-width:673px) {
  tr.pc-resultTr {
    display: none;
  }

  tr.m-resultTr {
    display: table-row;
  }
}
.table-striped tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
/* FillForm End */
