﻿/* 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. */

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 3px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #77862e;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

input[type="checkbox"][disabled] {
    accent-color: #bf0000;
    background: red !important;
    background-color: red !important;
    outline: 1px solid red;
}

.panel {
    border-color: #7a7c7d !important;
}

    .panel > .panel-heading {
        background-color: #32422e;
        border-color: #77862e;
    }


/* 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;
}

/*.navbar-nav {
    float: right !important;
}*/

.nav > li > a {
    line-height: 50px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
    display: inline;
    cursor: pointer;
    font-size: 13px;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fdbc2c !important;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@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;
    font-family: 'Noto Sans JP', sans-serif;
}

.page-header-title {
    color: #363d13;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

.panel-body {
    background-color: #fafafa;
}

.card-body {
    background-color: #fafafa;
    box-shadow: 0px 0px 7px 2px rgba(179,177,177,0.75);
    -webkit-box-shadow: 0px 0px 7px 2px rgba(179,177,177,0.75);
    -moz-box-shadow: 0px 0px 7px 2px rgba(179,177,177,0.75);
    border-radius: 4px;
    padding: 20px;
    margin-top: 15px;
    height: 80vh;
    overflow-y: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.required-error {
    border: 1px solid red !important; /* Red border only if the input is empty */
}

.table-center-data > thead > tr > th,
.table-center-data > tbody > tr > td,
.table-center-data > tfoot > tr > td {
    text-align: center;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}


select {
    padding: 0 30px 0 10px;
    border: 1px solid #e0e0e0;
    line-height: 36px;
    height: 36px;
    appearance: menulist;
    cursor: pointer;
    font: 400 13.3333px Arial;
}

input[type="text"], input[type="number"], input[type="date"], input[type="password"], input[type="button"], input[type="submit"] {
    padding: 0 30px 0 10px;
    border: 1px solid #e0e0e0;
    line-height: 36px;
    height: 36px;
}

/*#region Loaders */

.loader-data {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    background-color: #00000066;
    height: 100vh;
    width: 100%;
    z-index: 10000000;
    justify-content: center !important;
    margin: 0;
    position: absolute;
}

.loader {
    width: 0;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text {
    color: #fff;
    font-family: arial, sans-serif;
}

    .loader-text:after {
        content: 'Loading';
        animation: load 2s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        content: 'Loading';
    }

    33% {
        content: 'Loading.';
    }

    67% {
        content: 'Loading..';
    }

    100% {
        content: 'Loading...';
    }
}


.navbar-custom {
    background-color: #363d13 !important;
}

    /* Default Link Color: White */
    .navbar-custom .nav-link,
    .navbar-custom .navbar-brand,
    .navbar-custom .dropdown-toggle {
        color: #ffffff !important;
        font-size: 13px !important;
    }

        /* Hover/Focus Color: Red */
        .navbar-custom .nav-link:hover,
        .navbar-custom .nav-link:focus,
        .navbar-custom .dropdown-toggle:hover,
        .navbar-custom .dropdown-toggle:focus {
            color: #fdbc2c !important;
        }


.custom-panel-header {
    background-color: #32422e;
    color: white;
}

.custom-nav-toggel{
    float:right
}


button.btn-csv {
    border-radius: 9px;
}



.custom-header-card {
    background-color: #32422e;
    border-color: #77862e;
    color: white;
}


.custom-panel {
    border: 2px solid hsl(70deg 53% 16%); /* golden color */
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    max-width: 1100px;
    margin: 20px auto;
}

.panel {
    border: 2px solid hsl(70deg 53% 16%); /* golden color */
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    max-width: 1280px;
    margin: 20px auto;
}

.panel-header {
    background-color: #32422e !important;
    color: hsl(54deg 100% 69%) !important;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
}

.panel-body {
    padding: 15px;
    font-size: 16px;
    background-color: #f9f9f9;
}


.panel-header-model {
    background-color: #32422e !important;
    color: #fff;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
}


.bg-eee {
    background-color: #eee !important;
}
.search-background-color {
    background-color: #e3edf5;
}
#notificationArea {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 300px;
}




/*#endregion */
