﻿body, label, span, button, p, h1, h2, h3, h4, h5, h6, .btn, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, DFKai-SB, sans-serif; }

/* 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. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@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 0.25rem 0.75rem rgba(0, 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 */
  margin-bottom: 60px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  /*height: 60px;
  line-height: 60px;*/
  /* Vertically center the text there */
  font-size: 12px;
  background-color: #fff;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.04); }

.btn-agree {
  font-size: 16px;
  color: #fff;
  width: 328px;
  height: 40px;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #7bc235;
  border-color: #7bc235; }
  .btn-agree:hover {
    color: #fff;
    background-color: #95CE5D;
    border-color: #95CE5D; }
  .btn-agree:focus, .btn-agree.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    background-color: #629B2A;
    border-color: #629B2A; }
  .btn-agree.disabled, .btn-agree:disabled {
    color: #fff;
    background-color: #7bc235;
    border-color: #7bc235; }
  .btn-agree:not(:disabled):not(.disabled):active, .btn-agree:not(:disabled):not(.disabled).active,
  .show > .btn-agree.dropdown-toggle {
    color: #fff;
    background-color: #95CE5D;
    border-color: #95CE5D; }
  .btn-agree:not(:disabled):not(.disabled):active:focus, .btn-agree:not(:disabled):not(.disabled).active:focus,
  .show > .btn-agree.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary {
  color: #fff;
  background-color: #00a9bf;
  border-color: #00a9bf; }
  .btn-primary:hover {
    color: #fff;
    background-color: #25c4d9;
    border-color: #25c4d9; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #25c4d9;
    border-color: #25c4d9; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #25c4d9;
    border-color: #25c4d9; }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #0098ac;
    border-color: #0098ac; }

.btn-outline-primary {
  color: #00a9bf;
  border-color: #00a9bf; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00a9bf;
    border-color: #00a9bf; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00a9bf;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00a9bf;
  border-color: #00a9bf; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.text-default {
  color: black; }

.text-secondary {
  color: rgba(0, 0, 0, 0.54) !important; }

.text-caption {
  color: rgba(0, 0, 0, 0.38); }

.text-success {
  color: #77b939 !important; }

.text-health {
  color: #7bc235; }

.text-health-warning {
  color: #fb9b2a; }

.text-health-danger {
  color: #e54b4b; }

.text-primary {
  color: #00a9bf !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #25c4d9 !important; }

a, .btn-link {
  font-weight: 400;
  color: #00a9bf;
  text-decoration: none; }
  a:hover, .btn-link:hover {
    color: #25c4d9;
    text-decoration: underline; }

a:hover, .btn-link:hover {
  color: #25c4d9;
  text-decoration: underline; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00a9bf;
  border-color: #00a9bf; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a9bf; }

.custom-range::-webkit-slider-thumb {
  background-color: #00a9bf; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00a9bf;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #25c4d9;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00a9bf;
  border-color: #00a9bf; }

.bg-primary {
  color: #fff;
  background-color: #00a9bf !important;
  border-color: #00a9bf !important; }

.modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24); }

.close {
  opacity: 1;
  color: #fff; }
  .close:hover {
    opacity: 0.75;
    color: #fff;
    text-decoration: none; }

/*table custom*/
.table_bg {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff; }
  .table_bgtr {
    border: 1px red solid; }

.table_bg tr {
  border-bottom: 1px rgba(0, 0, 0, 0.04) solid; }

.table tr td {
  padding-top: 16px;
  padding-bottom: 16px; }

.table-icon {
  color: #8b98b2; }
  .table-icon:hover {
    text-decoration: none; }

.pagination {
  display: inline-flex; }

.breadcrumb {
  background-color: transparent; }

.breadcrumb-item {
  color: #00a9bf; }

.content-bg {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  min-height: 564px; }

.flex-column > .nav-link {
  background-color: white; }

/*custom checkbox*/
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #19aad1;
  background-color: #19aad1; }

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
  top: 0.1rem !important;
  left: -2rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important; }

.custom-control-lg .custom-control-label {
  margin-left: 0.5rem !important;
  font-size: 1rem !important; }

/*toast*/
.toast-success {
  background-color: rgba(0, 99, 196, 0.8);
  color: white;
  font-size: 18px;
  min-width: 212px;
  min-height: 56px; }

.toast-danger {
  background-color: #fb9b2a;
  color: white;
  font-size: 18px;
  min-width: 212px;
  min-height: 56px; }

/*
  Icon style
*/
.icon {
  color: #8B98B2; }
  .icon:hover {
    color: #a3b1ce; }
  .icon:focus {
    color: #707d96; }

/*
  dropdown menu
*/
.dropdown-menu a:hover {
  background-color: #e8f7ff; }

.dropdown-menu a:active, .dropdown-menu a:focus {
  background-color: #e8f7ff;
  color: black; }

td .dropdown-toggle::after {
  border: 0px; }

/*tooltip*/
/*.tooltip-inner {
  padding:8px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9e9e9e;
}*/
.tooltip-inner {
  background-color: #000 !important;
  color: #fff;
  border-color: #000;
  text-align: left; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #000 !important; }

/*vue*/
[v-cloak] {
  display: none !important; }

.input-reset {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  right: 1rem;
  cursor: pointer;
  z-index: 9;
  color: #adb5bd; }
  .input-reset:hover {
    color: #15aabf; }
