body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
   * Sidebar
   */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-ex {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
   * Navbar
   */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar-brand-sub {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 3rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

.navbar {
    align-items: left;
}
/*
  * �J�X�^���z�F
  */
.bg-global-menu {
    background-color: #00567F;
}

.bg-sidebar-menu {
    background-color: #FFECBB /*8DDAFF*/;
}

.bg-sidebar-content {
    background-color: #e0f3fc;
    color: #00567F;
}

.bg-sidebar-btn1 {
    background-color: #FFECBB;
}

.bg-sidebar-btn2 {
    background-color: #FFDFBB;
}

.bg-sidebar-btn3 {
    background-color: #C4CBFF;
}

.bg-sidebar-btn4 {
    background-color: #FFDE87;
}

.bg-sidebar-btn5 {
    background-color: #A8A8A8;
}

.bg-content-title {
    background-color: #8DDAFF;
}

.input-group-prepend {
    background-color: #E0F3FC;
}

.input-group-text {
    background-color: #E0F3FC;
    border-color: #B3E6FF;
}

.form-control {
    border-color: #B3E6FF;
}
/*
  * width
  */
.w40 {
    width: 40px;
}

.w60 {
    width: 60px;
}

.w80 {
    width: 80px;
}

.w120 {
    width: 120px
}

.w160 {
    width: 160px
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px
}

.w20p {
    width: 20%;
}

.valid {
    display: inline-block;
    padding: 0.15rem 0.75rem;
    border: 1px solid lightgray;
    background-color: lightsteelblue;
    border-radius: 0.25rem;
}

.invalid {
    display: inline-block;
    padding: 0.15rem 0.75rem;
    border: 1px solid lightgray;
    background-color: lightslategray;
    border-radius: 0.25rem;
}

.table-bg-color {
    font-size: 1rem;
    padding: 0.375em 0.75em;
    border-radius: 0.25em;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    white-space: nowrap;
}

.center-position {
    display: block;
    align-items: center;
    text-align: center;
}

.th-color {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    font-size: 1rem;
    text-align: center;
}

.flex {
    display: flex;
}
