@charset "UTF-8";
body {
  background-color: white;
  font-family: "Microsoft JhengHei", "微軟正黑體", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", arial, sans-serif !important;
}

h1.logo {
  font-size: 1.5rem;
  line-height: 48px;
  padding-top: 10px;
}
h1.logo a {
  background-repeat: no-repeat;
  background-image: url("../image/oucare-logo.svg");
  padding-left: 200px;
  padding-bottom: 0px;
  padding-top: 12px;
  margin-bottom: 5px;
  margin-left: 10px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  text-indent: -100000px;
}
@media (min-width: 780px) {
  h1.logo a {
    text-indent: 0px;
  }
}
h1.logo small {
  font-size: 1.25rem;
}

header .bg-default {
  background-color: #0D882C;
  color: white;
}
header .nav-link {
  color: #ddd;
}
header .nav-link.active {
  font-weight: bold;
}
header .nav-link:hover {
  color: #fff;
}
header i.bi {
  font-size: 1.2rem;
}

main > .container, main > .container-fluid {
  padding: 20px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
}
.footer h7 {
  font-weight: bold;
  color: #000;
}
.footer ul {
  padding-left: 0px;
}
.footer ul li {
  list-style: none;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer .follow i {
  font-size: 1.5rem;
  color: white;
  padding: 0px;
}
.footer .follow a {
  display: inline-block;
  background-color: gray;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 0.1rem;
  padding-left: 0.5rem;
}

.footer > .container, .footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

a.asc:after, a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th, .grid-view td:last-child {
  white-space: nowrap;
}
.grid-view .filters input, .grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.navbar form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .navbar form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}
.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
  outline: none;
}

.breadcrumb {
  background-color: var(--bs-gray-200);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
}

.breadcrumb-item > a {
  text-decoration: none;
}

#top-menu .nav-item .active {
  border-bottom: 1px #fff solid;
  padding-bottom: 5px;
}/*# sourceMappingURL=site.css.map */