﻿/* 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;
}

.table-header a {
    color: #FFFFFF;
}

.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;
    position: relative;
    min-height: 100%;
    height: 100%;
}

@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;
}

body {
    margin: 0;
    color: black;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: #33333d;
}
.footer {
    position: sticky;
    color: white;
    text-align: center;
    top: 100vh;
    width: 100%;
    white-space: nowrap;
    line-height: 15px; /* Vertically center the text there */
}

.inframe {
    height: 805px;
    width: 810px;
    border: 0;
}

.stepBar {
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    font-size: 11px;
    margin-right: auto;
    margin-left: auto;
}

    .stepBar .step {
        position: relative;
        float: left;
        display: inline-block;
        line-height: 40px;
        padding: 0 40px 0 20px;
        background-color: #e1f5ef;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .stepBar .step:before, .stepBar .step:after {
            position: absolute;
            left: -15px;
            display: block;
            content: '';
            background-color: #e1f5ef;
            border-left: 4px solid #FFF;
            width: 20px;
            height: 20px;
        }

        .stepBar .step:after {
            top: 0;
            -moz-transform: skew(30deg);
            -ms-transform: skew(30deg);
            -webkit-transform: skew(30deg);
            transform: skew(30deg);
        }

        .stepBar .step:before {
            bottom: 0;
            -moz-transform: skew(-30deg);
            -ms-transform: skew(-30deg);
            -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
        }

        .stepBar .step:first-child {
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

            .stepBar .step:first-child:before, .stepBar .step:first-child:after {
                content: none;
            }

        .stepBar .step:last-child {
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .stepBar .step.current {
            color: #FFF;
            background-color: #26bfa1;
        }

            .stepBar .step.current:before, .stepBar .step.current:after {
                background-color: #26bfa1;
            }

    .stepBar.step2 .step {
        width: 50%;
    }

    .stepBar.step3 .step {
        width: 33.333%;
    }

    .stepBar.step4 .step {
        width: 25%;
    }

    .stepBar.step5 .step {
        width: 20%;
    }

    .stepBar.step6 .step {
        width: 16.66%;
    }

    .stepBar.step8 .step {
        width: 12.5%;
    }

section {
    position: absolute;
    display: none;
}

#TypeIndiv {
    display: block;
}

#DayOne {
    display: block;
}

.nav-pills .nav-link {
    color: black;
    border: 1px solid white;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: white;
        color: black;
        border: 1px solid white;
    }

.pie-chart {
    width: 300px;
    height: 210px;
    display: inline-block;
    margin: 0 1em 1em 0;
}

.st-tbl1 {
    text-align: left;
    position: relative;
    border-collapse: collapse;
    border: 0;

}

    .st-tbl1 th,
    .st-tbl1 td {
        border: solid 1px #ddd;
    }

    .st-tbl1 th {
        color: white;
        background: #343a40;
        position: sticky;
        top: 0;
        z-index: 1;
        border-left: 0;
    }

    .st-tbl1 thead th {
        border-top: 0;
    }

.accordion .card {
    color: #424e5d;
    border: 1px solid #dddddd;
}

    .accordion .card a {
        color: #424e5d;
        text-decoration: none;
    }

.accordion .card-header {
    background: linear-gradient(#fff, #f1f1f1);
    padding: .75rem 1rem;
    position: relative;
}

    .accordion .card-header:hover {
        background: linear-gradient(#f1f1f1, #e8e8e8);
    }

    .accordion .card-header h2 {
        font-size: 1rem;
    }

.accordion .fa {
    width: 20px;
    margin-right: .25rem;
}

.accordion .card-header a {
    float: left;
    width: 100%;
    cursor: pointer;
}

.accordion .toggle {
    font-size: .8rem;
    line-height: .8rem;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 14px;
    margin: 0;
}

    .accordion .toggle:hover {
        opacity: 1;
    }

.accordion .card-body {
    padding: 0;
}

.accordion ul.list-group li {
    background-color: transparent; /* default value */
}

    .accordion ul.list-group li.selected {
        background-color: #007bff;
    }

        .accordion ul.list-group li.selected a {
            color: #fff !important;
        }

.accordion .list-group-item {
    border-radius: 0;
    border-width: 1px 0 1px 0;
    padding-left: 30px;
    background: #d6dbe0;
    font-weight: 500;
}

    .accordion .list-group-item:hover {
        background: #007bff;
    }

        .accordion .list-group-item:hover a {
            color: #fff !important;
        }

    .accordion .list-group-item a {
        color: #61656b;
        display: block;
    }

    .accordion .list-group-item .badge {
        float: right;
        min-width: 36px;
    }

.accordion .rotate {
    transform: rotate(180deg);
}

/* ラジオボタンの○を消す */
input[type="radio"] {
    display: none;
}

/* 画像の周りに隙間をあける */
label img {
    margin: 3px;
    padding: 5px;
}

/* 未選択の場合、色を薄くする */
input[type="radio"] + label img {
    opacity: 0.2;
}
/* 選択済みの場合、色を濃くする */
input[type="radio"]:checked + label img {
    opacity: 1;
}

.inner-video {
    width: auto;
    height: 200px;
}

.text-XYcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.row5-machine-outer {
    border: 1px solid black;
    margin: 0;
    padding: 10px;
}

.row5-type-outer {
    margin: 0;
    padding: 10px 20px 10px 0px;
}

.row5-type-row {
    height: 100px;
}

.row5-column-single
{
    width: 80px;
    height: 80px;
    border: 1px solid black;
    margin: 10px;
    padding: 0;
}

.row5-column-double-left {
    width: 160px;
    height: 80px;
    border: 1px solid black;
    margin: 10px 30px 10px 10px;
    padding: 0;
}

.row5-column-double-right {
    width: 160px;
    height: 80px;
    border: 1px solid black;
    margin: 10px 10px 10px 30px;
    padding: 0;
}

.row5-column-widedouble {
    width: 180px;
    height: 80px;
    border: 1px solid black;
    margin: 10px;
    padding: 0;
}

.row5-take-box {
    width: 180px;
    height: 180px;
    border: 1px solid black;
    margin: 10px;
    padding: 0;
}

.row4-machine-outer {
    border: 1px solid black;
    margin: 0;
    padding: 20px 10px 20px 10px;
}

.row4-type-outer {
    margin: 0;
    padding: 20px 20px 20px 0px;
}

.row4-type-row {
    height: 120px;
}

.row4-column-single {
    width: 80px;
    height: 80px;
    border: 1px solid black;
    margin: 20px 10px 20px 10px;
    padding: 0;
}

.row4-column-double-left {
    width: 160px;
    height: 80px;
    border: 1px solid black;
    margin: 20px 30px 20px 10px;
    padding: 0;
}

.row4-column-double-right {
    width: 160px;
    height: 80px;
    border: 1px solid black;
    margin: 20px 10px 20px 30px;
    padding: 0;
}

.row4-column-widedouble {
    width: 180px;
    height: 80px;
    border: 1px solid black;
    margin: 20px 10px 20px 10px;
    padding: 0;
}

.row4-take-box {
    width: 180px;
    height: 200px;
    border: 1px solid black;
    margin: 20px 10px 20px 10px;
    padding: 0;
}

.column-enable {
    background-color: white;
}

.column-disable {
    background-color: dimgray;
}

.only_print {
    display: none;
}

.table-font-mini {
    font-size: 14px;
}

.alart-card:link, .alart-card:visited, .alart-card:hover, .alart-card:active {
    color: black;
    text-decoration: none;
}

.form-check-input {
    margin-left: 0rem;
}

.form-check-label {
    margin-left: 0.25rem;
    margin-right: 1rem;
}

@media print {
    .no_print {
        display: none;
    }

    .only_print {
        display: initial;
    }
}

div.container {
    max-width: initial;
    padding : 0 30px;
}

div.leftarea {
    min-width: 300px;
    height: 800px;
}

div.iframe_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*スクロールバー*/
.scroll-bar {
    height: 75vh;
    width: 100%;
    margin-top: 3px;
    overflow-y: scroll;
}
/*横と縦のスクロールバーの幅*/
.scroll-bar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/*スクロールバーのグリップ部分*/
.scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.5);
    height: 5px;
}
/*グリップ以外の透かし*/
.scroll-bar::-webkit-scrollbar-track {
    background: #5F6276;
}

/*スクロールバー白バージョン*/
.scroll-bar-white-Ver {
    height: 75vh;
    width: 100%;
    margin-top: 3px;
    overflow-y: scroll;
}

/*横と縦のスクロールバーの幅*/
.scroll-bar-white-Ver::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/*スクロールバーのグリップ部分*/
.scroll-bar-white-Ver::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    height: 5px;
}
/*グリップ以外の透かし*/
.scroll-bar-white-Ver::-webkit-scrollbar-track {
    background: #ffffff;
}

