﻿/* 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: 14.3px;*/
    font-size:0px;
}

/*@media (min-width: 768px) {*/
    /* PC用 */
    /*html {
        font-size: 14px;
    }
}*/

.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%;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
#page_header {
    width: 100%; /* 横幅100%　*/
    color: white;
    background-color: cornflowerblue; /* 背景色(黒) */
}

#page_body {
    width: 100%; /* 横幅100%　*/
}

#page_footer {
    /*display: none;*/
    width: 100%; /* 横幅100%　*/
}

/*http://webnonotes.com/css/header_footer/*/
/* ヘッダーの固定 */
#grid_title {
    width: 100%;
    height: 36px;
    vertical-align: middle;
    color: white;
    background-color: black; /* 背景色(黒) */
    font-weight: 600;
    font-size: 1.4rem;
    table-layout: fixed;
}

.title_cell {
    /*max-width:20px;*/
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    /*white-space: inherit;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

#grid_filter {
    /*display: none;*/
    display: block;
    width: 100%;
    /*height: 32px;*/
    height: auto;
    vertical-align: middle;
    color: black;
    background-color: white; /* 背景色(黒) */
}

@media (min-width: 768px) {
    /* PC用 */
    #grid_filter {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: middle;
        color: gray;
        background-color: white; /* 背景色(黒) */
    }
}

body {
    /*overflow: scroll;*/
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: ヒラギノ角ゴ ProN;
}

#grid_toolbar {
    width: 100%;
    height: 32px;
    vertical-align: middle;
    color: gray;
    background-color: white; /* 背景色(黒) */
}

#grid_copyright {
    /*position:relative ;*/ /* ヘッダーの固定 */
    /*top: 0px;*/ /* 位置(上0px) */
    /*left: 0px;*/ /* 位置(右0px) */
    width: 100%; /* 横幅100%　*/
    vertical-align: middle;
    color: white;
    background-color: #444; /* 背景色(黒) */
    z-index: 3;
}

::selection {
    background-color: lightskyblue;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/*https://techacademy.jp/magazine/25158*/
#grid_wrapper {
    /*position: sticky;*/
    /*margin: 0px 0px 0px 0px;*/
    /*height: calc( 100vh );*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    width: 100%;
    text-align: center;
    background-color: ghostwhite; /* 背景色(黒) */
    overflow-x: auto;
    overflow-y: auto;
}

.idgridtbody {
    background-color: white;
}


/* 読込み中アイコン */
.grid_spinner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center; /*上下中央揃え*/
    width: 100%
}

.grid_table {
    border-collapse: separate;
    table-layout: fixed;
    background-color: dodgerblue;
}

.grid_row {
    background-color: white;
}

.listicon {
    color: white;
    background-color: dodgerblue;
    border-radius: 0.8rem; /* 角丸の指定 */
    padding: 2px; /* 内側の余白 */
    font-size: 1.0rem;
    margin: 0px 1px 0px 1px;
    cursor: pointer;
    width: 1.5rem;
}

.grid_th {
    font-weight: normal;
    resize: horizontal;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: dodgerblue;
    white-space: nowrap;
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
}

.fixed_top_bottom {
    position: sticky;
    color: navy;
    background-color: #77ccff;
    font-size: 1.0rem;
    letter-spacing: -0.06rem;
    line-height: 2.0rem;
}

.listicon_top_bottom {
    border-radius: 0.8rem; /* 角丸の指定 */
    padding: 2px; /* 内側の余白 */
    font-size: 1.0rem;
    margin: 0px 1px 0px 1px;
    cursor: pointer;
    width: 1.5rem;
}

.grid_td {
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: dodgerblue;
    white-space: nowrap;
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
}

.idgridrowrno, .idgridrowcontrol, .idgridrowkey, .idgridrowrol {
    background-color: white;
}


.idgridcell {
    /*outline: solid 0px silver;*/
    /*white-space: nowrap;*/
    white-space: pre; /* ※※ 重要 ※※ 前後の空白をそのまま表示。改行コードも改行する。自動改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    /*border-width: 0px 1px 1px 0px;*/
    /*border-style: solid;*/
    /*border-color: dodgerblue;*/
}

    .idgridcell:focus {
        outline: none;
        border: solid 1px gray;
        border-radius: 0px;
    }

.cell_combo {
    border-width: 0px;
    /*background-color: transparent;*/ /*SELECTは初期値が初期値がWHITEのため透過に置き換える*/
    background-color: white;
}

    .cell_combo:focus {
        outline: none;
        border: solid 1px gray;
        border-radius: 0px;
    }

.cell_lockcombo {
    border-width: 0px;
    /*background-color: transparent;*/ /*SELECTは初期値が初期値がWHITEのため透過に置き換える*/
    /*background-color: #bcbcbc;*/
    background-image: linear-gradient(-135deg, dodgerblue 4px, transparent 0);
    /*pointer-events: none;*/ /* マウス操作を無効にする */
    user-select: text;
}

/*    .cell_lockcombo:disabled {
        background-color: #bcbcbc;
        color: black;
        opacity: 1.0;
        user-select: text;
        cursor: text;
    }
*/

.cell_button {
    background-color: #bbddf7;
    cursor: pointer;
    /*outline: solid 0px silver;*/
    /*border: solid 0px yellow;*/
}

.cell_unlock {
    background-color: white;
}


.cell_lock {
    /*background-color: #bcbcbc;*/
    /*position: relative;*/
    background-image: linear-gradient(-135deg, dodgerblue 4px, transparent 0);
}

/*    .cell_lock::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 10px solid dodgerblue;
        border-left: 10px solid transparent;
    }
*/


.cell_nothing {
    display: none;
}


/*.fixed_left_right {
    position: sticky;*/
/*top: 0px;*/
/*left: 0px;*/
/*z-index: 2;*/
/*}*/

/*
.fixed_Lv2 {
    z-index: 2;
}

.fixed_Lv1 {
    z-index: 1;
}
*/

.titleicon {
    color: white;
    background-color: dodgerblue;
    border: 1px dodgerblue solid; /* 枠線を引く */
    border-radius: 4px; /* 角丸の指定 */
    padding: 2px; /* 内側の余白 */
    font-size: 1.4rem;
    margin: 3px 1px 0px 1px;
    width: 2.0rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.headericon {
    color: dodgerblue;
    background-color: white;
    border: 1px dodgerblue solid; /* 枠線を引く */
    border-radius: 4px; /* 角丸の指定 */
    padding: 2px; /* 内側の余白 */
    font-size: 1.4rem;
    margin: 2px 1px 0px 1px;
    width: 2.0rem;
    text-align: center;
    cursor: pointer;
}

