﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*@font-face {
    font-family: "NotoSansCJKtc";
    src: url("font/NotoSansCJKtc-Regular.otf");
}*/
input:focus {
    background: #fff;
    outline: unset!important;
}
body {
    font-family: "Microsoft JhengHei" !important;
/*    font-family: "NotoSansCJKtc" !important;*/
    color: #777777;
    letter-spacing: 1.5px;
    line-height: 30px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    min-width: fit-content;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */

}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background: #f19e28;
    color: #fff !important;
}
main {
    padding: 5em 0 18em !important;
}
.footer_contactUs {
    line-height: 1.5em !important;
}
.footer_contactUs div a {
    color:#fff;
}
.footer_contactUs div a:hover {
    text-decoration: unset;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.lity {
    
    background: rgba(0, 0, 0, 0.5) !important;
}
.lity-close {
    display:none;
}
.loginregisterbtn {
    border: 1px solid #979797;
    padding: 0em 1em;
}
nav .container {
    max-width: unset !important;
    background: rgb(247, 247, 247);
}
nav {
    background: rgb(247, 247, 247);
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none !important;
    background-color: #e2e2e2 !important;
}
.content {
margin-top:3em
}

.popupMsgCheck {
    color: #f19e28;
}
.popupMsgBtn {
    border: 1px solid #979797;
    margin: 1em 1em;
    padding: 0.2em 1em;
    font-weight: 500;
    color: #777777;
    display: inline-block;
}
.MsgTitle {
    margin: 1em 1em;
}
@media (max-width: 992px) {
    main {
        padding: 5em 0 27em !important;
    }
    .footer_contactUs {
        line-height: 2em !important;
    }
}