﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap');

body {
    background-color:#E9EAED;
    color:#3F3F3F;
    font-family: 'Noto Sans TC', sans-serif;
}
table {
    width:100%;
}
hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}
a:focus {
    outline:none;
}
a:hover {
    text-decoration:none;
}
.max-width {
    max-width:1010px;
    /*min-width:320px;*/
    margin:auto;
    text-align:center;
}
.max-width-padding {
    padding:7px 5px;
}
.top-error-position {
    position:fixed;
    z-index:100000;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    box-shadow:0px 0px 5px 0px #ccc;
}
.modal {
    z-index:100000;
}
.color-bg-red {
    background-color:#dc3545;
    color:#fff;
}
.color-font-red {
    color:#dc3545;
}
.color-font-green {
    color:#28a745;
}
.red-gradient-bg {
    background-image: -webkit-linear-gradient(top, #e2445b 0%, #ce0028 100%);
    background-image:         linear-gradient(to bottom, #e2445b 0%, #ce0028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2445b', endColorstr='#ffce0028', GradientType=0);
    color:#fff !important;
}
.red-gradient-bg:hover {
    background-image:none;
    background-color:#ce0028 !important;
}
.nav-link-sm {
    padding:2px 16px;
}
.selector-for-some-widget {
    box-sizing: content-box;
}
.yz-order-table {
    background-color:#fff;
}
.yz-order-table .ttrv {
    background-color:#FCF1E0;
}
.yz-order-table .ttd {
    padding:5px;
    text-align:center;
    vertical-align:middle;
    word-break:break-all;
    border:0px;
    border-bottom:1px solid #E9EAED;
}

@media print {
  .container {
    width: auto;
  }
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style:italic;
    font-weight:normal;
}
input::-moz-placeholder { /* Firefox 19+ */
    font-style:italic;
    font-weight:normal;
}
input:-ms-input-placeholder { /* IE 10+ */
    font-style:italic;
    font-weight:normal;
}
input:-moz-placeholder { /* Firefox 18- */
    font-style:italic;
    font-weight:normal;
}