@charset "UTF-8";
body {
  font-family: "微軟正黑體", 宋体, "Noto Sans CJK TC Regular";
}

blue {
  color: blue;
}

green {
  color: green;
}

red {
  color: red;
}

input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 5px;
}

input[type=radio] {
  transform: scale(1.2);
  margin-right: 5px;
}

input[type=button] {
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #777;
}

input[type=button]:disabled {
  cursor: default;
}

input[type=submit] {
  border-radius: 10px;
  border: 2px solid #777;
  cursor: pointer;
}

input[type=text]:focus {
  background-color: rgb(255, 255, 162);
  /* outline: 2px solid green;  */
}

input[type=number] {
  text-align: center;
}

input[type=number]:focus {
  background-color: yellow;
  /* outline: 2px solid green;  */
}

input[type=radio]:focus {
  background-color: yellow;
  outline: 2px dotted green;
}

input[type=checkbox]:focus {
  outline: 2px dotted yellow;
}

img {
  border-width: 0px;
}

select:focus {
  background-color: yellow;
  outline: 2px dotted green;
}

table th {
  text-align: center;
}

.bg {
  /* The image used */
  background-image: url("/pics_cc/winking-black-and-brown-puppy-2023384.jpg");
  /* Half height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.bg_gray {
  background-color: gray;
}

.bg_lightgray {
  background-color: lightgray;
}

.bg_green {
  background-color: green;
}

.bg_lightgreen {
  background-color: lightgreen;
}

.bg_red {
  background-color: red;
}

.bg_yellow {
  background-color: yellow;
}

.bg_yellow2 {
  background-color: #ffff7f;
}

.big110 {
  font-size: 110%;
}

.big120 {
  font-size: 120%;
}

.big130 {
  font-size: 130%;
}

.blue {
  color: blue;
}

.bold {
  font-weight: bold;
}

.box_yes {
  background-color: green;
  color: white;
  text-align: center;
  display: inline-block;
  width: 2em;
  height: auto;
  padding: 2px;
}

.box_no {
  background-color: red;
  color: white;
  text-align: center;
  display: inline-block;
  width: 2em;
  height: auto;
  padding: 2px;
}

.btn, .btn_t1, .btn3, .btn2, .btn_for_link {
  border: 1px solid #dee2e6;
  border-radius: 0.65rem;
  padding: 0.25rem;
  cursor: pointer;
  line-height: 3rem;
  padding-left: 1em;
  padding-right: 1em;
}

.btn_for_link {
  width: 7rem;
  border: 5px double #ccc;
  font-size: 1.3rem;
  margin-left: 1rem;
  text-align: center;
}

.btn2 {
  border-width: 2px;
  border-radius: 0.35rem;
}

.btn3 {
  border-color: #aea2a6;
}

.btn_t1 {
  font-size: 1.3rem;
  color: #ccc;
  font-weight: bold;
}

.btn_link {
  border: 1px dotted #000088;
  border-radius: 3px;
  padding-right: 2px;
}

.center {
  text-align: center;
}

.date {
  width: 8rem;
  text-align: center;
}

.fixed_size4 {
  width: 4rem;
  display: inline-block;
}

.fixed_size5 {
  width: 5rem;
  display: inline-block;
}

.fixed_size6 {
  width: 6rem;
  display: inline-block;
}

.fixed_size7 {
  width: 7rem;
  display: inline-block;
}

.fixed_size8 {
  width: 8rem;
  display: inline-block;
  border: 0px solid red;
}

.fixed_size9 {
  width: 9rem;
  display: inline-block;
  border: 0px solid red;
}

.fixed_size10 {
  width: 10rem;
  display: inline-block;
}

.font-color-black {
  color: black;
}

.font-color-white {
  color: white;
}

.font-color-red {
  color: red;
}

.font-color-blue {
  color: blue;
}

.font-color-green {
  color: green;
}

.font-color-yellow {
  color: yellow;
}

.font-color-yellow2 {
  color: #ffff7f;
}

.font-f1 {
  font-family: "細明體";
}

.font-f2 {
  font-family: "新細明體";
}

.font-f3 {
  font-family: "標楷體";
}

.font-f4 {
  font-family: "微軟正黑體";
}

/* 框線字 */
.font_border {
  /* 文字顏色 */
  /* color: #aa7700;  */
  color: #000000;
  font-weight: bold;
  /* 框線顏色寬度 */
  text-shadow: -2px 0px white, 0px 2px white, 2px 0 white, 0px -2px white;
  /* 旋轉 */
  transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  display: inline-block;
  font-size: 3.6rem;
  position: absolute;
  left: 43px;
  top: 43px;
}

.gray {
  color: gray;
}

.gray_light {
  color: #ccc;
}

.green {
  color: #00ff00;
}

.green2 {
  color: #008000;
}

.h50 {
  height: 50px;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

.hide {
  display: none;
}

.hint {
  color: #aaa;
}

.hint2 {
  color: #777;
}

.hos_bg {
  background-color: #aaffb4;
}

.img_a {
  width: 250px;
  height: 200px;
}

.imgPointer {
  cursor: pointer;
}

.imgCopy {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.imgCopy-textarea {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.imgSearch {
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.indent {
  padding-left: 2rem;
}

.is_gift {
  color: #aa3388;
  font-style: italic;
}

.lead {
  margin-left: 2rem;
  font-size: 1.6rem;
}

.line_deleted {
  text-decoration: line-through;
  color: red;
}

.logo_r {
  border: 3px double #770000;
  position: fixed;
  right: 1vw;
  top: 4vw;
  padding: 5px;
  border-radius: 20px;
}

.logo_area {
  border: 0px solid red;
  position: absolute;
  left: 0px;
  top: -10px;
}

@media screen and (min-width: 701px) and (max-width: 1100px) {
  .logo_area {
    left: -10px;
    top: 0px;
  }
  .logo_area img {
    width: 130px;
    height: 65px;
  }
}
@media screen and (min-width: 358px) and (max-width: 700px) {
  .logo_area {
    left: -10px;
    top: 0px;
  }
  .logo_area img {
    width: 130px;
    height: 65px;
  }
  .navbar-brand {
    font-size: 1.05rem;
  }
}
.middleman_bg {
  background-color: #99ff99;
}

.money {
  text-align: right;
  padding-right: 0.5rem;
}

.money_w {
  width: 8rem;
}

.new_buttons_area {
  position: fixed;
  right: 30px;
  top: 50px;
  border: 0px solid red;
  border-radius: 0.7rem;
}

.pages_line {
  margin-top: 0.4rem;
  text-align: center;
}

.pages_line .page {
  display: inline-block;
  padding: 2px;
  margin-right: 2px;
  border: 1px solid #aaa;
  min-width: 1.7rem;
}

.pages_line .pagenow {
  border: 2px solid #aaa;
  font-weight: bold;
}

.para {
  text-indent: 2em;
  margin-bottom: 2em;
}

.pin {
  display: inline-block;
  position: absolute;
  width: 82px;
  height: 64px;
  background-image: url(/pic/pin-h64.png);
}

.pinL {
  left: -20px;
  top: -5px;
}

.pinR {
  right: 20px;
  top: -5px;
}

.pleft2 {
  padding-left: 2rem;
}

.popuplap {
  /* 半透明圖 */
  background-image: url(/pic/popuplap.png);
  background-repeat: repeat;
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 1200px;
  z-index: 100;
}

.popup {
  z-index: 200;
  background-color: #eee;
  margin: 10px;
  padding: 10px;
  border-radius: 0.5rem;
  border: 2px solid red;
  position: fixed;
  width: 60%;
  min-width: 200px;
  min-height: 200px;
  /* height:40%; */
  left: 18%;
  top: 20%;
  text-align: center;
  /* overflow: auto; */
}

.popup_x {
  /* 關閉 popup 之圖 */
  display: inline-block;
  position: absolute;
  right: -5px;
  top: -52px;
  width: 48px;
  height: 48px;
  background-color: #000;
  background-image: url(/pic/btnX_h36.png);
  background-repeat: no-repeat;
  background-position: 2px;
  background-size: contain;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  margin: 4px;
  padding: 4px;
  cursor: pointer;
}

.readonly {
  background-color: #ccc;
}

.red {
  color: red;
}

.remarks {
  background-color: cornsilk;
  color: black;
}

.row0 {
  background-color: #ee77dd;
}

.row1 {
  background-color: #33ee66;
}

.row2 {
  background-color: #ee77dd;
}

.row3 {
  background-color: #e7ebf4;
}

.row_over {
  background-color: #e7ebf4;
}

.search_bar {
  /* position:absolute; 
  top:50px; 
  left:10%;  */
  border: 0px solid red;
  display: inline-block;
}

.search_bar .btnClearSearch {
  margin-left: -40px;
  margin-top: -4px;
}

.search_bar .btnSearch {
  margin-left: 10px;
}

.short_input {
  width: 106px;
}

.small70 {
  font-size: 70%;
}

.small80 {
  font-size: 80%;
}

.small90 {
  font-size: 90%;
}

.space20 {
  margin-right: 20px;
}

.space30 {
  margin-right: 30px;
}

.space40 {
  margin-right: 40px;
}

.tblMain td {
  padding-left: 5px;
  padding-right: 5px;
}

.text_box {
  display: inline-block;
  text-align: center;
  border: 2px dashed #333;
  padding: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  background-color: #ddd;
  color: #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.warning_msg {
  color: red;
  font-size: 130%;
}

.warning_msg_small {
  color: #777;
  font-size: 11pt;
}

.screen_warning {
  /* background-color:#F00; */
  display: flex;
  flex: 1;
  align-items: center; /* 子項置中 */
  justify-content: center;
}

.screen_warning_text {
  flex: 1;
  /* flex-direction: column; */
  /* background-color:#FF0; */
  /* border-color:#FF0; */
  border: 5px solid #F0F;
  border-radius: 10px;
  text-align: center;
  line-height: 4em;
}

.yellow {
  color: yellow;
}

.overlap_full {
  position: absolute;
  background: #CCC;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 1000px;
  opacity: 0.5;
  z-index: 500;
}/*# sourceMappingURL=main.css.map */