﻿/* 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;
}

/* 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;
}

@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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.dialog-content {
    padding: 1rem;
}

.dialog-div {
    width: 70%;
    height: 80%;
    margin-top: 5%;
    margin-left: 15%;
}

.dialog-tilte-div {
    border-bottom: 3px solid #696969;
}


.dialot-title-h {
    font-size: 2rem;
    font-weight: 500;
    color: #03328d;
    margin-left: 1rem;
}


.dialog-btn-close {
    font-size: 1.5rem;
    margin: 0rem;
}

.dialog-body-div {
    padding: 2rem;
    font-size: 1rem;
    font-family: "Microsoft YaHei","Times New Roman";
}

.dialog-footer-div {
    padding: 2rem;
}

.dialog-btn-save {
    width: 5rem;
}

.footable-row-detail-inner {
    width: 100% !important;
}

#loading-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.table-success {
    --bs-table-bg: #ffffff;
    --bs-table-striped-bg: #dee2e6;
    --bs-table-striped-color: #323131;
    --bs-table-active-bg: #ffffff;
    --bs-table-active-color: #343a40;
    --bs-table-hover-bg: #c3e6d6;
    --bs-table-hover-color: #343a40;
    color: #343a40;
    border-color: #ffffff;
}

.logo-text {
    color: white;
    font-size: 1.5rem;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}



.search-box ul {
    position: absolute;
    top: 100%;
    /* left: 0; */
    z-index: 999;
    width: 90%;
    max-height: 10rem;
    overflow-y: auto;
    background-color: #FFFFFF;
    /* border: 1px solid #CCCCCC; */
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    list-style: none;
    padding: 0;
    margin: 0;
}

    .search-box li {
        height: 1rem;
        margin-bottom: 1rem;
        line-height: 1rem;
        padding: 0 10px;
        font-size: 10px;
        color: #333333;
        cursor: pointer;
        transition: background-color 0.2s ease-in-out;
    }

.search-box li:hover {
    background-color: #F2F2F2;
}

.vue-checkbox {
    color: #000000;
    border-color: #c0c8cf;
}

