﻿/* 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: 12px;
    font-family: 'Meiryo UI',"メイリオ";
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.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%;
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    margin: 0;
    height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.topbar {
    background-color: white;
    color: black;
    height: 45px;
    font-size: 16px;
    padding-top: 5px;
    /*flex: 1;*/
    flex: 0 0 auto;
}

    .topbar h3 {
        padding-top: 0px;
        margin-top: 10px;
        padding-left: 5px;
        padding-bottom: 10px;
        /*background-color: Highlight;*/
        display: inline;
    }

.loginPanel {
    float: left;
    margin-left: 10em;
    margin-top: 5em;
    width: 30em;
    padding: 0;
}

    .loginPanel .row {
        float: left;
        width: 100%;
    }

        .loginPanel .row .label {
            font-weight: 600;
            width: 35%;
            float: left;
            text-align: right;
            vertical-align: text-bottom;
            padding-top: 5px;
        }

        .loginPanel .row .control {
            float: right;
            width: 62%;
        }

    .loginPanel .loginbutton {
        float: right;
        background-color: dodgerblue; /* Green */
        border: none;
        color: white;
        padding: 5px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
    }

nav {
    width: 100%;
    height: 40px;
    border: none;
    font-size: 14px;
    background-color: #f5f5f5;
    font-size: smaller;
}

.menu {
    text-align: left;
    height: auto;
    padding: 0px;
    margin: 0px;
    /*margin-left: 80PX;*/
    float: right;
    list-style-type: none;
    display: block;
    float: right;
    margin-right: 20px;
    color: white;
    font-weight: 500;
}

    .menu > li {
        position: relative;
        line-height: 35px;
        color: black;
        float: left;
        text-align: left;
        cursor: pointer;
        display: inline;
        margin-left: 20px;
    }

li ul {
    list-style-type: none;
    list-style: none;
    left: 0;
    top: 0;
    float: left;
    display: block;
}

#div {
    width: 350px;
    height: 2em;
    border: 1px solid gainsboro;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
    position: absolute;
    background-color: white;
    color: black;
    display: none;
}

#div2 {
    position: absolute;
    width: 100px;
    height: auto;
    border: 1px solid #DCDCDC;
    background-color: white;
    display: none;
    margin-top: 10px;
    margin: 0px 0px;
}

.ul {
    list-style-type: none;
    width: 100%;
    padding-left: 5px;
    text-align: left;
    float: left;
    display: block;
    margin: 0px;
}

    .ul li {
        line-height: 30px;
    }

.div > li {
    float: left;
    width: auto;
    height: 5px;
    color: black;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        color: black;
    }

.container {
    /*height: 100%;*/
    height: 100vh;
    padding: 0px;
    display: flex;
    flex-direction: column;
    min-width:1400px;
    /*padding-bottom:5em;*/
}

.functionBar {
    padding: 0px;
    margin: 0px;
    width: 100%;
    /*float:left;*/
    height: 3em;
    background-color: lightgray;
}

    .functionBar .button {
        width: 3.5em;
        height: 100%;
        float: left;
        border: none;
        padding: 0px;
        margin: 0px;
        margin-left: 3px;
    }

        .functionBar .button img {
            height: 70%;
            width: 100%;
            float: left;
            border: none;
            padding: 0px;
            margin: 0px;
        }

        .functionBar .button button {
            height: 28%;
            width: 100%;
            float: left;
            border: none;
            padding: 0px;
            margin: 0px;
        }

.mainPanel {
    width: 100%;
    /*height: 92%;*/
    /*min-height:768px;*/
    /*float: left;*/
    flex-grow: 1;
    flex: 2;
}

.leftPanel {
    width: 12em;
    height: 100%;
    float: left;
    height: 100%;
    background-color: #eff9ff;
    display: block;
    padding: 0px;
    font-size: 16px;
}

.rightPanel {
    /*width:100%;*/
    /*float:left;*/
    /*top:0px;*/
    /*    margin-left:15.1em;
    background-color:antiquewhite;
    text-align:left;*/
    height: 100%;
    margin-left: 15.1em;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
}

.colname {
    width: 80px;
    min-width: 80px;
}

.textright {
    text-align: right;
    padding-right: 2px;
}

.textleft {
    text-align: left;
    padding-left: 2px;
    overflow: hidden;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    /*margin-top:10px;*/
    text-align: center;
    /*table-layout:fixed;*/
}

    .table td, .table th {
        /*border: 1px solid #cad9ea;*/
        border: 1px solid #ccc;
        color: #333;
        height: 30px;
        padding-right: 3px;
        padding-left: 3px;
    }

    .table thead th {
        /*background-color: #CCE8EB;*/
        background-color: #eee;
        width: 100px;
    }

/*.table tr:nth-child(odd) {
        background: #fff;
    }

    .table tr:nth-child(even) {
        background: #fff;*/
/*background: #F5FAFA;*/
/*}*/
.searchBar {
    width: 100%;
    text-align: left;
    background-color: #eff9ff;
    padding-bottom:3px;
}

.dataArea {
    width: 100%;
    height: 100%;
}

.searchBtn {
    background-color: dodgerblue; /* Green */
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

.searchInput {
    outline-style: none;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    padding: 0px;
    padding-left: 5px;
    width: 20em;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 2px;
    margin-left: 2px;
}

.innner {
    display: flex;
    background-color: #ea4d22;
    height: 100px;
    /* line-height: 100px; */
    /* text-align: center; */
    justify-content: center;
    flex-direction: column;
}

.closeBtn {
    background-color: #808080; /* Green */
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}